Pull request #43324 opened Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Loading trusted files from base branch master at 3e8bfcc9f2c1906d3080dc03b7fe45db5386077a rather than 384532a8d29ccd3ae29128d9f9e03c82300160f7 Obtained Jenkinsfile from 3e8bfcc9f2c1906d3080dc03b7fe45db5386077a Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 The recommended git tool is: NONE using credential jps-reader Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/docker/jps.git > git init /var/cloudbees-jenkins-distribution/workspace/moby_PR-43324@libs/jps # timeout=10 Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 Avoid second fetch Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.20.1' Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2022-03-04T14:43:01.358Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2022-03-04T14:43:01.362Z] Trying to pass milestone 1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2022-03-04T14:43:01.602Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-03b72f20b6d11d695) in /home/ubuntu/workspace/moby_PR-43324 [Pipeline] { [Pipeline] checkout [2022-03-04T14:43:01.642Z] The recommended git tool is: git [2022-03-04T14:43:01.664Z] using credential docker-jenkins-github-credentials [2022-03-04T14:43:01.677Z] Cloning the remote Git repository [2022-03-04T14:43:01.677Z] Cloning with configured refspecs honoured and without tags [2022-03-04T14:43:01.678Z] Cloning repository https://github.com/moby/moby.git [2022-03-04T14:43:01.679Z] > git init /home/ubuntu/workspace/moby_PR-43324 # timeout=10 [2022-03-04T14:43:01.695Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-04T14:43:01.696Z] > git --version # timeout=10 [2022-03-04T14:43:01.701Z] > git --version # 'git version 2.17.1' [2022-03-04T14:43:01.701Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-04T14:43:01.702Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43324/head:refs/remotes/origin/PR-43324 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-04T14:43:16.828Z] Fetching without tags [2022-03-04T14:43:17.068Z] Merging remotes/origin/master commit 3e8bfcc9f2c1906d3080dc03b7fe45db5386077a into PR head commit 384532a8d29ccd3ae29128d9f9e03c82300160f7 [2022-03-04T14:43:16.802Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-04T14:43:16.808Z] > git config --add remote.origin.fetch +refs/pull/43324/head:refs/remotes/origin/PR-43324 # timeout=10 [2022-03-04T14:43:16.814Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-04T14:43:16.822Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-04T14:43:16.827Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-04T14:43:16.827Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-04T14:43:16.828Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43324/head:refs/remotes/origin/PR-43324 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-04T14:43:17.067Z] > git config core.sparsecheckout # timeout=10 [2022-03-04T14:43:17.071Z] > git checkout -f 384532a8d29ccd3ae29128d9f9e03c82300160f7 # timeout=10 [2022-03-04T14:43:17.579Z] Merge succeeded, producing 384532a8d29ccd3ae29128d9f9e03c82300160f7 [2022-03-04T14:43:17.579Z] Checking out Revision 384532a8d29ccd3ae29128d9f9e03c82300160f7 (PR-43324) [2022-03-04T14:43:18.161Z] Commit message: "introduce VolumeOptions.Mode so one can configure SELinux share mode (z|Z) when using Mount API" [2022-03-04T14:43:18.161Z] First time build. Skipping changelog. [2022-03-04T14:43:18.169Z] > git --version # timeout=10 [2022-03-04T14:43:18.184Z] > git --version # 'git version 2.17.1' [2022-03-04T14:43:18.193Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-04T14:43:18.830Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43324:/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-04T14:43:17.540Z] > git remote # timeout=10 [2022-03-04T14:43:17.546Z] > git config --get remote.origin.url # timeout=10 [2022-03-04T14:43:17.554Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-04T14:43:17.555Z] > git merge 3e8bfcc9f2c1906d3080dc03b7fe45db5386077a # timeout=10 [2022-03-04T14:43:17.563Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-04T14:43:17.578Z] > git config core.sparsecheckout # timeout=10 [2022-03-04T14:43:17.595Z] > git checkout -f 384532a8d29ccd3ae29128d9f9e03c82300160f7 # timeout=10 [2022-03-04T14:43:21.358Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: unit-validate) [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: rootless) [Pipeline] { (Branch: cgroup2) [Pipeline] { (Branch: s390x) [Pipeline] { (Branch: s390x integration-cli) [Pipeline] { (Branch: ppc64le) [Pipeline] { (Branch: ppc64le integration-cli) [Pipeline] { (Branch: arm64) [Pipeline] { (Branch: win-RS5) [Pipeline] { (Branch: win-2022) [Pipeline] { (Branch: win-2022-c8d) [Pipeline] stage [Pipeline] { (unit-validate) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (rootless) [Pipeline] stage [Pipeline] { (cgroup2) [Pipeline] stage [Pipeline] { (s390x) [Pipeline] stage [Pipeline] { (s390x integration-cli) [Pipeline] stage [Pipeline] { (ppc64le) [Pipeline] stage [Pipeline] { (ppc64le integration-cli) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] stage [Pipeline] { (win-RS5) [Pipeline] stage [Pipeline] { (win-2022) [Pipeline] stage [Pipeline] { (win-2022-c8d) Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] node [Pipeline] node [2022-03-04T14:43:21.846Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-03b72f20b6d11d695) in /home/ubuntu/workspace/moby_PR-43324 [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node Stage "s390x" skipped due to when conditional Stage "ppc64le" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [2022-03-04T14:43:21.862Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-07d09803ab2c8b9de) in /home/ubuntu/workspace/moby_PR-43324 [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [2022-03-04T14:43:21.864Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-086b06946148e9998) in /home/ubuntu/workspace/moby_PR-43324 Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] checkout [2022-03-04T14:43:21.906Z] The recommended git tool is: git [2022-03-04T14:43:21.913Z] using credential docker-jenkins-github-credentials [Pipeline] { [2022-03-04T14:43:21.924Z] Fetching changes from the remote Git repository [Pipeline] { [2022-03-04T14:43:21.932Z] Fetching without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] checkout [2022-03-04T14:43:22.013Z] The recommended git tool is: git [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] checkout Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [2022-03-04T14:43:22.024Z] The recommended git tool is: git [2022-03-04T14:43:22.034Z] using credential docker-jenkins-github-credentials Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [2022-03-04T14:43:22.042Z] Cloning the remote Git repository [2022-03-04T14:43:22.042Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [2022-03-04T14:43:22.062Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2022-03-04T14:43:22.069Z] Cloning the remote Git repository [2022-03-04T14:43:22.069Z] 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] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [2022-03-04T14:43:22.183Z] Merging remotes/origin/master commit 3e8bfcc9f2c1906d3080dc03b7fe45db5386077a into PR head commit 384532a8d29ccd3ae29128d9f9e03c82300160f7 [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Integration tests) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [2022-03-04T14:43:22.267Z] Merge succeeded, producing 384532a8d29ccd3ae29128d9f9e03c82300160f7 [2022-03-04T14:43:22.268Z] Checking out Revision 384532a8d29ccd3ae29128d9f9e03c82300160f7 (PR-43324) [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2022-03-04T14:43:22.326Z] Commit message: "introduce VolumeOptions.Mode so one can configure SELinux share mode (z|Z) when using Mount API" [2022-03-04T14:43:22.343Z] > git --version # timeout=10 [2022-03-04T14:43:22.348Z] > git --version # 'git version 2.17.1' [2022-03-04T14:43:22.354Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-04T14:43:21.918Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-43324/.git # timeout=10 [2022-03-04T14:43:21.923Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-04T14:43:21.931Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-04T14:43:21.931Z] > git --version # timeout=10 [2022-03-04T14:43:21.936Z] > git --version # 'git version 2.17.1' [2022-03-04T14:43:21.936Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-04T14:43:21.937Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43324/head:refs/remotes/origin/PR-43324 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-04T14:43:22.182Z] > git config core.sparsecheckout # timeout=10 [2022-03-04T14:43:22.187Z] > git checkout -f 384532a8d29ccd3ae29128d9f9e03c82300160f7 # timeout=10 [2022-03-04T14:43:22.233Z] > git remote # timeout=10 [2022-03-04T14:43:22.246Z] > git config --get remote.origin.url # timeout=10 [2022-03-04T14:43:22.250Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-04T14:43:22.251Z] > git merge 3e8bfcc9f2c1906d3080dc03b7fe45db5386077a # timeout=10 [2022-03-04T14:43:22.259Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-04T14:43:22.266Z] > git config core.sparsecheckout # timeout=10 [2022-03-04T14:43:22.269Z] > git checkout -f 384532a8d29ccd3ae29128d9f9e03c82300160f7 # timeout=10 [2022-03-04T14:43:22.079Z] Cloning repository https://github.com/moby/moby.git [2022-03-04T14:43:22.079Z] > git init /home/ubuntu/workspace/moby_PR-43324 # timeout=10 [2022-03-04T14:43:22.090Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-04T14:43:22.091Z] > git --version # timeout=10 [2022-03-04T14:43:22.095Z] > git --version # 'git version 2.25.1' [2022-03-04T14:43:22.095Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-04T14:43:22.096Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43324/head:refs/remotes/origin/PR-43324 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-04T14:43:22.043Z] Cloning repository https://github.com/moby/moby.git [2022-03-04T14:43:22.043Z] > git init /home/ubuntu/workspace/moby_PR-43324 # timeout=10 [2022-03-04T14:43:22.057Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-04T14:43:22.057Z] > git --version # timeout=10 [2022-03-04T14:43:22.062Z] > git --version # 'git version 2.25.1' [2022-03-04T14:43:22.062Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-04T14:43:22.063Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43324/head:refs/remotes/origin/PR-43324 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-04T14:43:23.035Z] + [ PR != PR ] [2022-03-04T14:43:23.035Z] + [ master != master ] [2022-03-04T14:43:23.035Z] + [ = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-04T14:43:23.359Z] + docker version [2022-03-04T14:43:23.359Z] Client: Docker Engine - Community [2022-03-04T14:43:23.359Z] Version: 20.10.12 [2022-03-04T14:43:23.359Z] API version: 1.41 [2022-03-04T14:43:23.359Z] Go version: go1.16.12 [2022-03-04T14:43:23.359Z] Git commit: e91ed57 [2022-03-04T14:43:23.359Z] Built: Mon Dec 13 11:45:27 2021 [2022-03-04T14:43:23.359Z] OS/Arch: linux/amd64 [2022-03-04T14:43:23.359Z] Context: default [2022-03-04T14:43:23.359Z] Experimental: true [2022-03-04T14:43:23.359Z] [2022-03-04T14:43:23.359Z] Server: Docker Engine - Community [2022-03-04T14:43:23.359Z] Engine: [2022-03-04T14:43:23.359Z] Version: 20.10.12 [2022-03-04T14:43:23.359Z] API version: 1.41 (minimum version 1.12) [2022-03-04T14:43:23.359Z] Go version: go1.16.12 [2022-03-04T14:43:23.359Z] Git commit: 459d0df [2022-03-04T14:43:23.359Z] Built: Mon Dec 13 11:43:36 2021 [2022-03-04T14:43:23.359Z] OS/Arch: linux/amd64 [2022-03-04T14:43:23.359Z] Experimental: true [2022-03-04T14:43:23.359Z] containerd: [2022-03-04T14:43:23.359Z] Version: 1.4.12 [2022-03-04T14:43:23.359Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-04T14:43:23.359Z] runc: [2022-03-04T14:43:23.359Z] Version: 1.0.2 [2022-03-04T14:43:23.359Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-04T14:43:23.359Z] docker-init: [2022-03-04T14:43:23.359Z] Version: 0.19.0 [2022-03-04T14:43:23.359Z] GitCommit: de40ad0 [Pipeline] sh [2022-03-04T14:43:23.638Z] + docker info [2022-03-04T14:43:24.202Z] Client: [2022-03-04T14:43:24.202Z] Context: default [2022-03-04T14:43:24.202Z] Debug Mode: false [2022-03-04T14:43:24.202Z] Plugins: [2022-03-04T14:43:24.202Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-04T14:43:24.202Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-04T14:43:24.202Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-03-04T14:43:24.202Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-03-04T14:43:24.202Z] [2022-03-04T14:43:24.202Z] Server: [2022-03-04T14:43:24.202Z] Containers: 0 [2022-03-04T14:43:24.202Z] Running: 0 [2022-03-04T14:43:24.202Z] Paused: 0 [2022-03-04T14:43:24.202Z] Stopped: 0 [2022-03-04T14:43:24.202Z] Images: 3 [2022-03-04T14:43:24.202Z] Server Version: 20.10.12 [2022-03-04T14:43:24.202Z] Storage Driver: overlay2 [2022-03-04T14:43:24.202Z] Backing Filesystem: extfs [2022-03-04T14:43:24.202Z] Supports d_type: true [2022-03-04T14:43:24.202Z] Native Overlay Diff: true [2022-03-04T14:43:24.202Z] userxattr: false [2022-03-04T14:43:24.202Z] Logging Driver: json-file [2022-03-04T14:43:24.202Z] Cgroup Driver: cgroupfs [2022-03-04T14:43:24.202Z] Cgroup Version: 1 [2022-03-04T14:43:24.202Z] Plugins: [2022-03-04T14:43:24.202Z] Volume: local [2022-03-04T14:43:24.202Z] Network: bridge host ipvlan macvlan null overlay [2022-03-04T14:43:24.202Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-04T14:43:24.202Z] Swarm: inactive [2022-03-04T14:43:24.202Z] Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux [2022-03-04T14:43:24.202Z] Default Runtime: runc [2022-03-04T14:43:24.202Z] Init Binary: docker-init [2022-03-04T14:43:24.202Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-04T14:43:24.202Z] runc version: v1.0.2-0-g52b36a2 [2022-03-04T14:43:24.202Z] init version: de40ad0 [2022-03-04T14:43:24.202Z] Security Options: [2022-03-04T14:43:24.202Z] apparmor [2022-03-04T14:43:24.202Z] seccomp [2022-03-04T14:43:24.202Z] Profile: default [2022-03-04T14:43:24.202Z] Kernel Version: 5.4.0-1061-aws [2022-03-04T14:43:24.202Z] Operating System: Ubuntu 18.04.6 LTS [2022-03-04T14:43:24.202Z] OSType: linux [2022-03-04T14:43:24.202Z] Architecture: x86_64 [2022-03-04T14:43:24.202Z] CPUs: 2 [2022-03-04T14:43:24.202Z] Total Memory: 7.483GiB [2022-03-04T14:43:24.202Z] Name: ip-10-100-99-36 [2022-03-04T14:43:24.202Z] ID: WNHY:2FNS:JP3O:DF66:7VQT:53NI:JQKB:OYPE:MQXQ:GKEA:QVZ7:WZW4 [2022-03-04T14:43:24.202Z] Docker Root Dir: /var/lib/docker [2022-03-04T14:43:24.202Z] Debug Mode: false [2022-03-04T14:43:24.202Z] Registry: https://index.docker.io/v1/ [2022-03-04T14:43:24.202Z] Labels: [2022-03-04T14:43:24.202Z] Experimental: true [2022-03-04T14:43:24.202Z] Insecure Registries: [2022-03-04T14:43:24.202Z] 127.0.0.0/8 [2022-03-04T14:43:24.202Z] Live Restore Enabled: true [2022-03-04T14:43:24.202Z] [2022-03-04T14:43:24.202Z] WARNING: No swap limit support [Pipeline] sh [2022-03-04T14:43:24.482Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-04T14:43:24.482Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-04T14:43:24.482Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43324/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-03-04T14:43:24.482Z] + bash /home/ubuntu/workspace/moby_PR-43324/check-config.sh [2022-03-04T14:43:24.482Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-03-04T14:43:24.482Z] info: reading kernel config from /boot/config-5.4.0-1061-aws ... [2022-03-04T14:43:24.482Z] [2022-03-04T14:43:24.482Z] Generally Necessary: [2022-03-04T14:43:24.482Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-03-04T14:43:24.482Z] - apparmor: enabled and tools installed [2022-03-04T14:43:24.482Z] - CONFIG_NAMESPACES: enabled [2022-03-04T14:43:24.482Z] - CONFIG_NET_NS: enabled [2022-03-04T14:43:24.482Z] - CONFIG_PID_NS: enabled [2022-03-04T14:43:24.482Z] - CONFIG_IPC_NS: enabled [2022-03-04T14:43:24.482Z] - CONFIG_UTS_NS: enabled [2022-03-04T14:43:24.482Z] - CONFIG_CGROUPS: enabled [2022-03-04T14:43:24.482Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-03-04T14:43:24.482Z] - CONFIG_CGROUP_DEVICE: enabled [2022-03-04T14:43:24.482Z] - CONFIG_CGROUP_FREEZER: enabled [2022-03-04T14:43:24.482Z] - CONFIG_CGROUP_SCHED: enabled [2022-03-04T14:43:24.482Z] - CONFIG_CPUSETS: enabled [2022-03-04T14:43:24.482Z] - CONFIG_MEMCG: enabled [2022-03-04T14:43:24.482Z] - CONFIG_KEYS: enabled [2022-03-04T14:43:24.482Z] - CONFIG_VETH: enabled (as module) [2022-03-04T14:43:24.482Z] - CONFIG_BRIDGE: enabled (as module) [2022-03-04T14:43:24.482Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-03-04T14:43:24.482Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-03-04T14:43:24.482Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-03-04T14:43:24.739Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-03-04T14:43:24.739Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-03-04T14:43:24.739Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-03-04T14:43:24.739Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-03-04T14:43:24.739Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-03-04T14:43:24.739Z] - CONFIG_NF_NAT: enabled (as module) [2022-03-04T14:43:24.739Z] - CONFIG_POSIX_MQUEUE: enabled [2022-03-04T14:43:24.739Z] - CONFIG_CGROUP_BPF: enabled [2022-03-04T14:43:24.739Z] [2022-03-04T14:43:24.740Z] Optional Features: [2022-03-04T14:43:24.740Z] - CONFIG_USER_NS: enabled [2022-03-04T14:43:24.740Z] - CONFIG_SECCOMP: enabled [2022-03-04T14:43:24.740Z] - CONFIG_SECCOMP_FILTER: enabled [2022-03-04T14:43:24.740Z] - CONFIG_CGROUP_PIDS: enabled [2022-03-04T14:43:24.740Z] - CONFIG_MEMCG_SWAP: enabled [2022-03-04T14:43:24.740Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-03-04T14:43:24.740Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-03-04T14:43:24.740Z] - CONFIG_BLK_CGROUP: enabled [2022-03-04T14:43:24.740Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-03-04T14:43:24.740Z] - CONFIG_CGROUP_PERF: enabled [2022-03-04T14:43:24.740Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-03-04T14:43:24.740Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-03-04T14:43:24.740Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-03-04T14:43:24.740Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-03-04T14:43:24.740Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-03-04T14:43:24.740Z] - CONFIG_RT_GROUP_SCHED: missing [2022-03-04T14:43:24.740Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-03-04T14:43:24.740Z] - CONFIG_IP_VS: enabled (as module) [2022-03-04T14:43:24.740Z] - CONFIG_IP_VS_NFCT: enabled [2022-03-04T14:43:24.740Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-03-04T14:43:24.740Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-03-04T14:43:24.740Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-03-04T14:43:24.740Z] - CONFIG_SECURITY_SELINUX: enabled [2022-03-04T14:43:24.740Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-03-04T14:43:24.740Z] - CONFIG_EXT4_FS: enabled [2022-03-04T14:43:24.740Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-03-04T14:43:24.740Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-03-04T14:43:24.740Z] - Network Drivers: [2022-03-04T14:43:24.740Z] - "overlay": [2022-03-04T14:43:24.740Z] - CONFIG_VXLAN: enabled (as module) [2022-03-04T14:43:24.740Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-03-04T14:43:24.740Z] Optional (for encrypted networks): [2022-03-04T14:43:24.740Z] - CONFIG_CRYPTO: enabled [2022-03-04T14:43:24.740Z] - CONFIG_CRYPTO_AEAD: enabled [2022-03-04T14:43:24.740Z] - CONFIG_CRYPTO_GCM: enabled [2022-03-04T14:43:24.740Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-03-04T14:43:24.740Z] - CONFIG_CRYPTO_GHASH: enabled [2022-03-04T14:43:24.740Z] - CONFIG_XFRM: enabled [2022-03-04T14:43:24.740Z] - CONFIG_XFRM_USER: enabled (as module) [2022-03-04T14:43:24.740Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-03-04T14:43:24.740Z] - CONFIG_INET_ESP: enabled (as module) [2022-03-04T14:43:24.740Z] - "ipvlan": [2022-03-04T14:43:24.740Z] - CONFIG_IPVLAN: enabled (as module) [2022-03-04T14:43:24.740Z] - "macvlan": [2022-03-04T14:43:24.740Z] - CONFIG_MACVLAN: enabled (as module) [2022-03-04T14:43:24.740Z] - CONFIG_DUMMY: enabled (as module) [2022-03-04T14:43:24.740Z] - "ftp,tftp client in container": [2022-03-04T14:43:24.997Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-03-04T14:43:24.997Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-03-04T14:43:24.997Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-03-04T14:43:24.997Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-03-04T14:43:24.997Z] - Storage Drivers: [2022-03-04T14:43:24.997Z] - "aufs": [2022-03-04T14:43:24.997Z] - CONFIG_AUFS_FS: enabled (as module) [2022-03-04T14:43:24.997Z] - "btrfs": [2022-03-04T14:43:24.997Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-03-04T14:43:24.997Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-03-04T14:43:24.997Z] - "devicemapper": [2022-03-04T14:43:24.997Z] - CONFIG_BLK_DEV_DM: enabled [2022-03-04T14:43:24.997Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-03-04T14:43:24.997Z] - "overlay": [2022-03-04T14:43:24.997Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-03-04T14:43:24.997Z] - "zfs": [2022-03-04T14:43:24.997Z] - /dev/zfs: present [2022-03-04T14:43:24.997Z] - zfs command: missing [2022-03-04T14:43:24.997Z] - zpool command: missing [2022-03-04T14:43:24.997Z] [2022-03-04T14:43:24.997Z] Limits: [2022-03-04T14:43:24.997Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-03-04T14:43:24.997Z] [2022-03-04T14:43:24.997Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-03-04T14:43:25.322Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:384532a8d29ccd3ae29128d9f9e03c82300160f7 . [2022-03-04T14:43:25.322Z] #1 [internal] load build definition from Dockerfile [2022-03-04T14:43:25.322Z] #1 sha256:be3da8094f68baf4069e3953e45685fdcd86953cce8a1b5f78e742d78e87fa71 [2022-03-04T14:43:25.322Z] #1 transferring dockerfile: 16.77kB done [2022-03-04T14:43:25.322Z] #1 DONE 0.0s [2022-03-04T14:43:25.322Z] [2022-03-04T14:43:25.322Z] #2 [internal] load .dockerignore [2022-03-04T14:43:25.322Z] #2 sha256:3ffe9781538abbf551a8810c129a4ec5e377132fe9abae9c918636e0db5ac0e4 [2022-03-04T14:43:25.322Z] #2 transferring context: 87B done [2022-03-04T14:43:25.322Z] #2 DONE 0.0s [2022-03-04T14:43:25.322Z] [2022-03-04T14:43:25.322Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-04T14:43:25.322Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-03-04T14:43:25.581Z] #3 DONE 0.1s [2022-03-04T14:43:25.581Z] [2022-03-04T14:43:25.581Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-04T14:43:25.581Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-03-04T14:43:25.581Z] #4 CACHED [2022-03-04T14:43:25.581Z] [2022-03-04T14:43:25.581Z] #6 [internal] load .dockerignore [2022-03-04T14:43:25.581Z] #6 sha256:f7fb88d11b29b1747f3322e049837519ab1508091cf4eb7fe4238905456710a4 [2022-03-04T14:43:25.581Z] #6 DONE 0.0s [2022-03-04T14:43:25.581Z] [2022-03-04T14:43:25.581Z] #5 [internal] load build definition from Dockerfile [2022-03-04T14:43:25.581Z] #5 sha256:a05ddcc5cd1fdbd1ba2f62bc5846ee075f11040004d09d3ecba00b105cb99fec [2022-03-04T14:43:25.581Z] #5 DONE 0.0s [2022-03-04T14:43:25.581Z] [2022-03-04T14:43:25.581Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-04T14:43:25.581Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-04T14:43:25.841Z] #8 DONE 0.1s [2022-03-04T14:43:25.841Z] [2022-03-04T14:43:25.841Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-04T14:43:25.841Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-03-04T14:43:25.841Z] #7 DONE 0.1s [2022-03-04T14:43:25.841Z] [2022-03-04T14:43:25.841Z] #10 [internal] load metadata for docker.io/library/golang:1.17.7-bullseye [2022-03-04T14:43:25.841Z] #10 sha256:c2791d0589e3e1ff48e733c6ac0580f0ee9c64993624784a23dc9d251eafa8c5 [2022-03-04T14:43:25.841Z] #10 DONE 0.1s [2022-03-04T14:43:25.841Z] [2022-03-04T14:43:25.841Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-04T14:43:25.841Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-04T14:43:25.841Z] #9 DONE 0.1s [2022-03-04T14:43:25.841Z] [2022-03-04T14:43:25.841Z] #76 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-04T14:43:25.841Z] #76 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-04T14:43:25.841Z] #76 DONE 0.0s [2022-03-04T14:43:25.841Z] [2022-03-04T14:43:25.841Z] #74 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-04T14:43:25.841Z] #74 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-04T14:43:25.841Z] #74 DONE 0.0s [2022-03-04T14:43:25.841Z] [2022-03-04T14:43:25.841Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:3b718dbe107a223fd7b16cdfba6af38928c7434604424dec938aa3dda07d300c [2022-03-04T14:43:25.841Z] #11 sha256:430e63cf36da264c48ce25ce0807ca874061feaabad30283ea94fc705665bad0 [2022-03-04T14:43:25.841Z] #11 DONE 0.0s [2022-03-04T14:43:25.841Z] [2022-03-04T14:43:25.841Z] #35 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-04T14:43:25.841Z] #35 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-04T14:43:25.841Z] #35 DONE 0.0s [2022-03-04T14:43:25.841Z] [2022-03-04T14:43:25.841Z] #52 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-04T14:43:25.841Z] #52 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-04T14:43:26.423Z] #52 DONE 0.5s [2022-03-04T14:43:26.423Z] [2022-03-04T14:43:26.423Z] #31 [internal] load build context [2022-03-04T14:43:26.423Z] #31 sha256:832fb930ba4eb489a94b87696716b4e67606972e733acd6e861873a27772f158 [2022-03-04T14:43:27.361Z] #31 transferring context: 57.19MB 1.5s done [2022-03-04T14:43:27.361Z] #31 DONE 1.5s [2022-03-04T14:43:27.361Z] [2022-03-04T14:43:27.361Z] #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-04T14:43:27.361Z] #54 sha256:57b4aefc9d625b66b08d867c12b49f3c2f0d67c0d3983568e4559b359878aed0 [2022-03-04T14:43:27.361Z] #54 CACHED [2022-03-04T14:43:27.361Z] [2022-03-04T14:43:27.361Z] #27 [dev-systemd-false 6/24] RUN ldconfig [2022-03-04T14:43:27.361Z] #27 sha256:fb1c50eb3460ed6593ffc46f369f4f68e653de031f3d2db47cd5d31bfad60634 [2022-03-04T14:43:27.361Z] #27 CACHED [2022-03-04T14:43:27.361Z] [2022-03-04T14:43:27.361Z] #16 [cross-true 3/6] RUN dpkg --add-architecture armhf [2022-03-04T14:43:27.361Z] #16 sha256:0310a9c2428020ef89891b3855f1117084d07b423528323026c09509fc0ca673 [2022-03-04T14:43:27.361Z] #16 CACHED [2022-03-04T14:43:27.361Z] [2022-03-04T14:43:27.361Z] #15 [cross-true 2/6] RUN dpkg --add-architecture armel [2022-03-04T14:43:27.361Z] #15 sha256:6d159231d538c3fe6d9c3370d296b182168b2cf690efce7c75c193927730e916 [2022-03-04T14:43:27.361Z] #15 CACHED [2022-03-04T14:43:27.361Z] [2022-03-04T14:43:27.361Z] #34 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-04T14:43:27.361Z] #34 sha256:d326800cb1a9ca640518ec2766268d688bb8cab72afdc993ef97f140be080a52 [2022-03-04T14:43:27.361Z] #34 CACHED [2022-03-04T14:43:27.361Z] [2022-03-04T14:43:27.361Z] #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-04T14:43:27.361Z] #58 sha256:5471c33f57f71bc7f9babd3740e165797675d5392d4c7d948c0cf4f0ef98a2fa [2022-03-04T14:43:27.361Z] #58 CACHED [2022-03-04T14:43:27.361Z] [2022-03-04T14:43:27.361Z] #55 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-04T14:43:27.361Z] #55 sha256:59a482b9d93f5b54866005e13b3101ceb67330d36ce5ace0d09f816f168e1d3a [2022-03-04T14:43:27.361Z] #55 CACHED [2022-03-04T14:43:27.361Z] [2022-03-04T14:43:27.361Z] #40 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-04T14:43:27.361Z] #40 sha256:190511d28e9097f95140092f2351134daeeb0db934b4d4e291949cc7ed8bbe32 [2022-03-04T14:43:27.361Z] #40 CACHED [2022-03-04T14:43:27.361Z] [2022-03-04T14:43:27.361Z] #37 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-04T14:43:27.361Z] #37 sha256:577b6b2afc61a8d1f4a9a3d5612d647e2e9c196cb08ae5804a1400900be1bf5b [2022-03-04T14:43:27.361Z] #37 CACHED [2022-03-04T14:43:27.361Z] [2022-03-04T14:43:27.361Z] #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-04T14:43:27.361Z] #53 sha256:60850dc2e3c6103f13d9f2111ce5a4178552c600f71c9b92245115fc9cde994b [2022-03-04T14:43:27.361Z] #53 CACHED [2022-03-04T14:43:27.361Z] [2022-03-04T14:43:27.361Z] #77 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-04T14:43:27.361Z] #77 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-03-04T14:43:27.361Z] #77 CACHED [2022-03-04T14:43:27.361Z] [2022-03-04T14:43:27.361Z] #48 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-04T14:43:27.361Z] #48 sha256:27dd8966d0eaec9a509a5ff4a21597506f158d5ff454197a98f06a7e88059939 [2022-03-04T14:43:27.361Z] #48 CACHED [2022-03-04T14:43:27.361Z] [2022-03-04T14:43:27.361Z] #73 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-04T14:43:27.361Z] #73 sha256:40c1d88aa460b3391135b559a4c2e8aeebd3a0187af6b0c153367673ed385cec [2022-03-04T14:43:27.361Z] #73 CACHED [2022-03-04T14:43:27.361Z] [2022-03-04T14:43:27.361Z] #46 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-04T14:43:27.361Z] #46 sha256:7ba83386e763eca554889ce08f23da66c462b2c9904cb8d04cdc7c96cd9b68ea [2022-03-04T14:43:27.361Z] #46 CACHED [2022-03-04T14:43:27.361Z] [2022-03-04T14:43:27.361Z] #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-04T14:43:27.361Z] #60 sha256:2e5c2c3a807398b5722679f00dfe770acf6fa70d6a47e6da6ba57e2dd83f38f1 [2022-03-04T14:43:27.361Z] #60 CACHED [2022-03-04T14:43:27.361Z] [2022-03-04T14:43:27.361Z] #44 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-04T14:43:27.361Z] #44 sha256:e5ac95e944445ca9ab5c43daf3642a0539714d834340eb46728f804c25532d5f [2022-03-04T14:43:27.361Z] #44 CACHED [2022-03-04T14:43:27.361Z] [2022-03-04T14:43:27.361Z] #64 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-04T14:43:27.361Z] #64 sha256:f087136d93f68c32fb4a908fd500c48bdedec7a21f46a5d8ae4b269e2c5deebd [2022-03-04T14:43:27.361Z] #64 CACHED [2022-03-04T14:43:27.361Z] [2022-03-04T14:43:27.361Z] #68 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-04T14:43:27.361Z] #68 sha256:14d1edf2816114eb49757bef9281cd0f4d3f1d40e100d64ba579550c49c3ebfd [2022-03-04T14:43:27.361Z] #68 CACHED [2022-03-04T14:43:27.361Z] [2022-03-04T14:43:27.361Z] #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-04T14:43:27.361Z] #33 sha256:80a554019a13ae39332ff03e26a2834d4501fe78efea914a47781526ec92b2ca [2022-03-04T14:43:27.361Z] #33 CACHED [2022-03-04T14:43:27.361Z] [2022-03-04T14:43:27.361Z] #32 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-04T14:43:27.361Z] #32 sha256:be8f6687004e7fab9bbfab7db75db0381b1b4484e0090c9b88964189f2916dfa [2022-03-04T14:43:27.361Z] #32 CACHED [2022-03-04T14:43:27.361Z] [2022-03-04T14:43:27.361Z] #69 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-04T14:43:27.361Z] #69 sha256:07e09aef4c18a6df5d06f4f0c745e2c0941d6d2ed2ea5f3dcaa8fb7954507c9b [2022-03-04T14:43:27.361Z] #69 CACHED [2022-03-04T14:43:27.361Z] [2022-03-04T14:43:27.361Z] #57 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-04T14:43:27.361Z] #57 sha256:d2d59bbffa02f3dc14c9ff9ed1fc7bb476861121af12b7bbce041b07be2245ed [2022-03-04T14:43:27.361Z] #57 CACHED [2022-03-04T14:43:27.361Z] [2022-03-04T14:43:27.361Z] #51 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-04T14:43:27.361Z] #51 sha256:93dabf89fb02e10895a435c24872b6d58f8e113bce605c6fe1d8ddf4b4a41666 [2022-03-04T14:43:27.361Z] #51 CACHED [2022-03-04T14:43:27.361Z] [2022-03-04T14:43:27.361Z] #61 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-04T14:43:27.361Z] #61 sha256:f9e516306247bf0b0f0b444e671170519d5d75e91b6e85e98d11fc051140552f [2022-03-04T14:43:27.361Z] #61 CACHED [2022-03-04T14:43:27.361Z] [2022-03-04T14:43:27.361Z] #24 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-04T14:43:27.361Z] #24 sha256:6dd43561897c541855123096c632fcf7c58cb090a07b1334cec5236d3cc88961 [2022-03-04T14:43:27.361Z] #24 CACHED [2022-03-04T14:43:27.361Z] [2022-03-04T14:43:27.361Z] #62 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-04T14:43:27.361Z] #62 sha256:146ddeb19676775c4654b4e39cfe8cea2959fe11b71e0908057ad746206c9cf5 [2022-03-04T14:43:27.361Z] #62 CACHED [2022-03-04T14:43:27.361Z] [2022-03-04T14:43:27.361Z] #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-04T14:43:27.362Z] #36 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-04T14:43:27.362Z] #36 CACHED [2022-03-04T14:43:27.362Z] [2022-03-04T14:43:27.362Z] #30 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-04T14:43:27.362Z] #30 sha256:fe19eaaa7150079440366463a43936411600e9b44084664a4ff645f9876f99a4 [2022-03-04T14:43:27.362Z] #30 CACHED [2022-03-04T14:43:27.362Z] [2022-03-04T14:43:27.362Z] #26 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-04T14:43:27.362Z] #26 sha256:870c1cce6f65b3a799a3b149588e3ce0df319110a5ca5bc217b2ad7afa61ae83 [2022-03-04T14:43:27.362Z] #26 CACHED [2022-03-04T14:43:27.362Z] [2022-03-04T14:43:27.362Z] #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-04T14:43:27.362Z] #50 sha256:c63553c7bc4e21b05cb5c6d9217754e02c22c62a0ea2a112a8bcbb55346332bd [2022-03-04T14:43:27.362Z] #50 CACHED [2022-03-04T14:43:27.362Z] [2022-03-04T14:43:27.362Z] #42 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-04T14:43:27.362Z] #42 sha256:a462d98813241e0713a9a6a87f121859bf099c772be809187d089114488ea142 [2022-03-04T14:43:27.362Z] #42 CACHED [2022-03-04T14:43:27.362Z] [2022-03-04T14:43:27.362Z] #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-04T14:43:27.362Z] #70 sha256:c17aeaa814a3126be94d30a4bf46d9318d4f2f9eb207919a5f275bc9d5f0e0b3 [2022-03-04T14:43:27.362Z] #70 CACHED [2022-03-04T14:43:27.362Z] [2022-03-04T14:43:27.362Z] #75 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-04T14:43:27.362Z] #75 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-03-04T14:43:27.362Z] #75 CACHED [2022-03-04T14:43:27.362Z] [2022-03-04T14:43:27.362Z] #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-04T14:43:27.362Z] #63 sha256:553b9a9969366497ce026f4e688f9f68c9f9e344b4cf84623b183a0ce02d5d2c [2022-03-04T14:43:27.362Z] #63 CACHED [2022-03-04T14:43:27.362Z] [2022-03-04T14:43:27.362Z] #25 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-04T14:43:27.362Z] #25 sha256:78cb96330709bdcd5a393584bc4717b33e81d294a951674cac6a9952c2d6b230 [2022-03-04T14:43:27.362Z] #25 CACHED [2022-03-04T14:43:27.362Z] [2022-03-04T14:43:27.362Z] #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-04T14:43:27.362Z] #47 sha256:fedd3ee2ca7297a42b4ebc524cf3ec04c2fc95c1c89007e990dfa3586f423577 [2022-03-04T14:43:27.362Z] #47 CACHED [2022-03-04T14:43:27.362Z] [2022-03-04T14:43:27.362Z] #49 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-04T14:43:27.362Z] #49 sha256:b2210fa7ca677858953e12530c3e00045a37bf704fefc591691b7e4bcd221967 [2022-03-04T14:43:27.362Z] #49 CACHED [2022-03-04T14:43:27.362Z] [2022-03-04T14:43:27.362Z] #72 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-04T14:43:27.362Z] #72 sha256:55678d45af6cc08cb171de3932700c670a1db8079afe47781c454dafd622400c [2022-03-04T14:43:27.362Z] #72 CACHED [2022-03-04T14:43:27.362Z] [2022-03-04T14:43:27.362Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64 [2022-03-04T14:43:27.362Z] #14 sha256:f61b3f5756cd140a03f6cccf7cdf366e6eb99b8eb788994f25e971ba586a8547 [2022-03-04T14:43:27.362Z] #14 CACHED [2022-03-04T14:43:27.362Z] [2022-03-04T14:43:27.362Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x [2022-03-04T14:43:27.362Z] #18 sha256:d5cf3b8bfdc8e151b6df20395178cdc3d340ee399623a9248766fc57ff5d4924 [2022-03-04T14:43:27.362Z] #18 CACHED [2022-03-04T14:43:27.362Z] [2022-03-04T14:43:27.362Z] #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-04T14:43:27.362Z] #65 sha256:e6e1a41fd077f28a55a26ffa6d2c1ddafd208b737c70b44c5b2ec23e68320568 [2022-03-04T14:43:27.362Z] #65 CACHED [2022-03-04T14:43:27.362Z] [2022-03-04T14:43:27.362Z] #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-04T14:43:27.362Z] #21 sha256:a0b2e165832b3bec00f5255ca7d4aa16d2304d0cfbe567376b1b1638726fe344 [2022-03-04T14:43:27.362Z] #21 CACHED [2022-03-04T14:43:27.362Z] [2022-03-04T14:43:27.362Z] #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-04T14:43:27.362Z] #23 sha256:d3ed7677529a75c4f18e5efea7844cef6da548903d42bf4a9059eec3389e8505 [2022-03-04T14:43:27.362Z] #23 CACHED [2022-03-04T14:43:27.362Z] [2022-03-04T14:43:27.362Z] #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-04T14:43:27.362Z] #13 sha256:0018f7660dfd21af8d84d3bb79a64897055a46f40c3b0369dbcf06cd7184a28b [2022-03-04T14:43:27.362Z] #13 CACHED [2022-03-04T14:43:27.362Z] [2022-03-04T14:43:27.362Z] #59 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-04T14:43:27.362Z] #59 sha256:b8f4ce674b7d6998ef98d4af6ccb536c2fd56a6edf597c8b0e92044f1cc144a9 [2022-03-04T14:43:27.362Z] #59 CACHED [2022-03-04T14:43:27.362Z] [2022-03-04T14:43:27.362Z] #22 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-04T14:43:27.362Z] #22 sha256:4ac4ad872842bfa850aa7b3d543c0ee76c796ad055ceb4b1bc364b72237e9765 [2022-03-04T14:43:27.362Z] #22 CACHED [2022-03-04T14:43:27.362Z] [2022-03-04T14:43:27.362Z] #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-04T14:43:27.362Z] #41 sha256:1c0acdc4a56a0c7410dd5410713d3bae78fc6c1e80011b833440a602c15a23a5 [2022-03-04T14:43:27.362Z] #41 CACHED [2022-03-04T14:43:27.362Z] [2022-03-04T14:43:27.362Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-04T14:43:27.362Z] #12 sha256:cfd6d811b2cf9b1481886641f893851f4c2c614f02c365211ff1c03fba45e20b [2022-03-04T14:43:27.362Z] #12 CACHED [2022-03-04T14:43:27.362Z] [2022-03-04T14:43:27.362Z] #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-04T14:43:27.362Z] #28 sha256:2d3e89d5b0a94a3a7b4b50041128a3938a35424c90c1228bef78c48a773296cd [2022-03-04T14:43:27.362Z] #28 CACHED [2022-03-04T14:43:27.362Z] [2022-03-04T14:43:27.362Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el [2022-03-04T14:43:27.362Z] #17 sha256:e191262bc0fbc7aebb8b5b8e201eff744983575dd4bb1c07189ca2fdd66830fe [2022-03-04T14:43:27.362Z] #17 CACHED [2022-03-04T14:43:27.362Z] [2022-03-04T14:43:27.362Z] #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-04T14:43:27.362Z] #20 sha256:85e7fa1b3f2a5f7287075fb5384609750dc8d33ca2a46ff0772e02ff42cff40e [2022-03-04T14:43:27.362Z] #20 CACHED [2022-03-04T14:43:27.362Z] [2022-03-04T14:43:27.362Z] #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-04T14:43:27.362Z] #45 sha256:f22beb2a475971ebd7ca41639c42d7fa4b16d8deab2237d7e538ae73830b1343 [2022-03-04T14:43:27.362Z] #45 CACHED [2022-03-04T14:43:27.362Z] [2022-03-04T14:43:27.362Z] #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-04T14:43:27.362Z] #19 sha256:a423d01d59aa3308a2621b0d701e7585f120e90e13941792aeede2d7bf9b10fe [2022-03-04T14:43:27.362Z] #19 CACHED [2022-03-04T14:43:27.362Z] [2022-03-04T14:43:27.362Z] #66 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-04T14:43:27.362Z] #66 sha256:39502bc82e65ea69c67e5785ef4d4f13d0bb141b12cf69c264b3f2669cb9e4c0 [2022-03-04T14:43:27.362Z] #66 CACHED [2022-03-04T14:43:27.362Z] [2022-03-04T14:43:27.362Z] #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-04T14:43:27.362Z] #67 sha256:085214cffda77dfb8fc51dca2f5472ea3a9a21980afd04d5f5d1a095433dbeb1 [2022-03-04T14:43:27.362Z] #67 CACHED [2022-03-04T14:43:27.362Z] [2022-03-04T14:43:27.362Z] #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-04T14:43:27.362Z] #38 sha256:75085e45b552212ae7b92fd3df7c4544fc33ec1e2c1838f8b46ca56b75dbffbc [2022-03-04T14:43:27.362Z] #38 CACHED [2022-03-04T14:43:27.362Z] [2022-03-04T14:43:27.362Z] #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-04T14:43:27.362Z] #29 sha256:0158f7aabf606a62ff1aa4a5bf0b497ba3e769f4095d5d029f4a3b25e2a3e592 [2022-03-04T14:43:27.362Z] #29 CACHED [2022-03-04T14:43:27.362Z] [2022-03-04T14:43:27.362Z] #78 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-04T14:43:27.362Z] #78 sha256:6466ca25b6eeb0b541943485f90aa2e19771ae9124758489878b027ae6d53854 [2022-03-04T14:43:27.362Z] #78 CACHED [2022-03-04T14:43:27.362Z] [2022-03-04T14:43:27.362Z] #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-04T14:43:27.362Z] #56 sha256:449b24f2d2c3a3aff17b4a924f65164366396d6b8d9bd09c29ba24a41cc8c71f [2022-03-04T14:43:27.362Z] #56 CACHED [2022-03-04T14:43:27.362Z] [2022-03-04T14:43:27.362Z] #71 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-04T14:43:27.362Z] #71 sha256:50081ff5fc4ca792a52372bd14030f7a021565d2882038b2aee40f169e2cb864 [2022-03-04T14:43:27.362Z] #71 CACHED [2022-03-04T14:43:27.362Z] [2022-03-04T14:43:27.362Z] #39 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-04T14:43:27.362Z] #39 sha256:7b0efadcb15004de3415b9f934154f5104a9d608b3ba2c3f2b0fd6ae002cdc1e [2022-03-04T14:43:27.362Z] #39 CACHED [2022-03-04T14:43:27.362Z] [2022-03-04T14:43:27.362Z] #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-04T14:43:27.362Z] #43 sha256:0f134f3b9109f6f54e345f746ed2c9c0e03109652ccbfd06cc964a2ec5470a8c [2022-03-04T14:43:27.362Z] #43 CACHED [2022-03-04T14:43:27.362Z] [2022-03-04T14:43:27.362Z] #79 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-04T14:43:27.362Z] #79 sha256:4973c4618d0d38e902d70a34247c31874ceaa4e212ccf610ccc356440fef12ca [2022-03-04T14:43:27.362Z] #79 CACHED [2022-03-04T14:43:27.362Z] [2022-03-04T14:43:27.362Z] #80 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-04T14:43:27.362Z] #80 sha256:8e8490657b0d155a16077169f3e298cf78ad0bbc7d91fb38dc5184477e9bcef1 [2022-03-04T14:43:28.756Z] #80 DONE 1.0s [2022-03-04T14:43:28.756Z] [2022-03-04T14:43:28.756Z] #81 exporting to image [2022-03-04T14:43:28.756Z] #81 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-04T14:43:28.756Z] #81 exporting layers [2022-03-04T14:43:29.322Z] #81 exporting layers 0.8s done [2022-03-04T14:43:29.322Z] #81 writing image sha256:738ee6d5f4069e3b44fede66f5e0f8b41d000e37be61f63ba9d6fc302f937789 done [2022-03-04T14:43:29.322Z] #81 naming to docker.io/library/docker:384532a8d29ccd3ae29128d9f9e03c82300160f7 done [2022-03-04T14:43:29.322Z] #81 DONE 0.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2022-03-04T14:43:29.648Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43324/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43324/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=384532a8d29ccd3ae29128d9f9e03c82300160f7 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:384532a8d29ccd3ae29128d9f9e03c82300160f7 hack/validate/default [2022-03-04T14:43:30.213Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2022-03-04T14:43:32.115Z] Congratulations! All API changes are done the right way. [2022-03-04T14:43:32.115Z] Congratulations! All TOML source files changed here have valid syntax. [2022-03-04T14:43:32.115Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2022-03-04T14:43:32.115Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2022-03-04T14:43:32.115Z] Congratulations! No new tests were added to integration-cli. [2022-03-04T14:43:32.115Z] [2022-03-04T14:43:32.115Z] INFO Start validation with golang-ci-lint [2022-03-04T14:43:32.687Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2022-03-04T14:43:32.687Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2022-03-04T14:43:32.688Z] INFO [loader] Using build tags: [apparmor seccomp] [2022-03-04T14:43:34.206Z] Fetching without tags [2022-03-04T14:43:34.476Z] Merging remotes/origin/master commit 3e8bfcc9f2c1906d3080dc03b7fe45db5386077a into PR head commit 384532a8d29ccd3ae29128d9f9e03c82300160f7 [2022-03-04T14:43:34.194Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-04T14:43:34.196Z] > git config --add remote.origin.fetch +refs/pull/43324/head:refs/remotes/origin/PR-43324 # timeout=10 [2022-03-04T14:43:34.201Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-04T14:43:34.208Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-04T14:43:34.215Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-04T14:43:34.216Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-04T14:43:34.216Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43324/head:refs/remotes/origin/PR-43324 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-04T14:43:34.485Z] > git config core.sparsecheckout # timeout=10 [2022-03-04T14:43:34.490Z] > git checkout -f 384532a8d29ccd3ae29128d9f9e03c82300160f7 # timeout=10 [2022-03-04T14:43:34.975Z] Merge succeeded, producing 384532a8d29ccd3ae29128d9f9e03c82300160f7 [2022-03-04T14:43:34.975Z] Checking out Revision 384532a8d29ccd3ae29128d9f9e03c82300160f7 (PR-43324) [2022-03-04T14:43:35.636Z] Commit message: "introduce VolumeOptions.Mode so one can configure SELinux share mode (z|Z) when using Mount API" [2022-03-04T14:43:35.697Z] > git --version # timeout=10 [2022-03-04T14:43:35.703Z] > git --version # 'git version 2.25.1' [2022-03-04T14:43:35.710Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-04T14:43:34.963Z] > git remote # timeout=10 [2022-03-04T14:43:34.968Z] > git config --get remote.origin.url # timeout=10 [2022-03-04T14:43:34.971Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-04T14:43:34.972Z] > git merge 3e8bfcc9f2c1906d3080dc03b7fe45db5386077a # timeout=10 [2022-03-04T14:43:34.979Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-04T14:43:34.984Z] > git config core.sparsecheckout # timeout=10 [2022-03-04T14:43:34.989Z] > git checkout -f 384532a8d29ccd3ae29128d9f9e03c82300160f7 # timeout=10 [2022-03-04T14:43:36.388Z] + docker version [2022-03-04T14:43:36.388Z] Client: Docker Engine - Community [2022-03-04T14:43:36.388Z] Version: 20.10.12 [2022-03-04T14:43:36.388Z] API version: 1.41 [2022-03-04T14:43:36.388Z] Go version: go1.16.12 [2022-03-04T14:43:36.388Z] Git commit: e91ed57 [2022-03-04T14:43:36.388Z] Built: Mon Dec 13 11:44:28 2021 [2022-03-04T14:43:36.388Z] OS/Arch: linux/arm64 [2022-03-04T14:43:36.388Z] Context: default [2022-03-04T14:43:36.388Z] Experimental: true [2022-03-04T14:43:36.388Z] [2022-03-04T14:43:36.388Z] Server: Docker Engine - Community [2022-03-04T14:43:36.388Z] Engine: [2022-03-04T14:43:36.388Z] Version: 20.10.12 [2022-03-04T14:43:36.388Z] API version: 1.41 (minimum version 1.12) [2022-03-04T14:43:36.388Z] Go version: go1.16.12 [2022-03-04T14:43:36.388Z] Git commit: 459d0df [2022-03-04T14:43:36.388Z] Built: Mon Dec 13 11:43:05 2021 [2022-03-04T14:43:36.388Z] OS/Arch: linux/arm64 [2022-03-04T14:43:36.388Z] Experimental: true [2022-03-04T14:43:36.388Z] containerd: [2022-03-04T14:43:36.388Z] Version: 1.4.12 [2022-03-04T14:43:36.388Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-04T14:43:36.388Z] runc: [2022-03-04T14:43:36.388Z] Version: 1.0.2 [2022-03-04T14:43:36.388Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-04T14:43:36.388Z] docker-init: [2022-03-04T14:43:36.388Z] Version: 0.19.0 [2022-03-04T14:43:36.388Z] GitCommit: de40ad0 [Pipeline] sh [2022-03-04T14:43:36.662Z] + docker info [2022-03-04T14:43:36.846Z] Still waiting to schedule task [2022-03-04T14:43:36.847Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-04T14:43:36.847Z] Still waiting to schedule task [2022-03-04T14:43:36.848Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2022-03-04T14:43:36.853Z] Still waiting to schedule task [2022-03-04T14:43:36.853Z] Waiting for next available executor on ‘azwin-2-622cc0’ [2022-03-04T14:43:36.854Z] Still waiting to schedule task [2022-03-04T14:43:36.854Z] Waiting for next available executor on ‘windows-2022’ [2022-03-04T14:43:36.855Z] Still waiting to schedule task [2022-03-04T14:43:36.855Z] Waiting for next available executor on ‘windows-2022’ [2022-03-04T14:43:37.042Z] Fetching without tags [2022-03-04T14:43:37.225Z] Client: [2022-03-04T14:43:37.225Z] Context: default [2022-03-04T14:43:37.225Z] Debug Mode: false [2022-03-04T14:43:37.225Z] Plugins: [2022-03-04T14:43:37.225Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-04T14:43:37.225Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-04T14:43:37.225Z] [2022-03-04T14:43:37.225Z] Server: [2022-03-04T14:43:37.225Z] Containers: 0 [2022-03-04T14:43:37.225Z] Running: 0 [2022-03-04T14:43:37.225Z] Paused: 0 [2022-03-04T14:43:37.225Z] Stopped: 0 [2022-03-04T14:43:37.225Z] Images: 2 [2022-03-04T14:43:37.225Z] Server Version: 20.10.12 [2022-03-04T14:43:37.225Z] Storage Driver: overlay2 [2022-03-04T14:43:37.225Z] Backing Filesystem: extfs [2022-03-04T14:43:37.225Z] Supports d_type: true [2022-03-04T14:43:37.225Z] Native Overlay Diff: true [2022-03-04T14:43:37.225Z] userxattr: false [2022-03-04T14:43:37.225Z] Logging Driver: json-file [2022-03-04T14:43:37.225Z] Cgroup Driver: cgroupfs [2022-03-04T14:43:37.225Z] Cgroup Version: 1 [2022-03-04T14:43:37.225Z] Plugins: [2022-03-04T14:43:37.225Z] Volume: local [2022-03-04T14:43:37.225Z] Network: bridge host ipvlan macvlan null overlay [2022-03-04T14:43:37.225Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-04T14:43:37.225Z] Swarm: inactive [2022-03-04T14:43:37.225Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-03-04T14:43:37.225Z] Default Runtime: runc [2022-03-04T14:43:37.225Z] Init Binary: docker-init [2022-03-04T14:43:37.225Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-04T14:43:37.225Z] runc version: v1.0.2-0-g52b36a2 [2022-03-04T14:43:37.225Z] init version: de40ad0 [2022-03-04T14:43:37.225Z] Security Options: [2022-03-04T14:43:37.225Z] apparmor [2022-03-04T14:43:37.225Z] seccomp [2022-03-04T14:43:37.225Z] Profile: default [2022-03-04T14:43:37.225Z] Kernel Version: 5.11.0-1023-aws [2022-03-04T14:43:37.225Z] Operating System: Ubuntu 20.04.3 LTS [2022-03-04T14:43:37.225Z] OSType: linux [2022-03-04T14:43:37.225Z] Architecture: aarch64 [2022-03-04T14:43:37.225Z] CPUs: 2 [2022-03-04T14:43:37.225Z] Total Memory: 7.576GiB [2022-03-04T14:43:37.225Z] Name: ip-10-100-71-114 [2022-03-04T14:43:37.225Z] ID: AN7H:AEXZ:3CFE:D2NO:DSCB:EGCV:H43Z:QHR2:AJYF:W7FY:GK6H:VUO5 [2022-03-04T14:43:37.225Z] Docker Root Dir: /var/lib/docker [2022-03-04T14:43:37.225Z] Debug Mode: false [2022-03-04T14:43:37.225Z] Registry: https://index.docker.io/v1/ [2022-03-04T14:43:37.225Z] Labels: [2022-03-04T14:43:37.225Z] Experimental: true [2022-03-04T14:43:37.225Z] Insecure Registries: [2022-03-04T14:43:37.225Z] 127.0.0.0/8 [2022-03-04T14:43:37.225Z] Live Restore Enabled: true [2022-03-04T14:43:37.225Z] [Pipeline] sh [2022-03-04T14:43:37.269Z] Merging remotes/origin/master commit 3e8bfcc9f2c1906d3080dc03b7fe45db5386077a into PR head commit 384532a8d29ccd3ae29128d9f9e03c82300160f7 [2022-03-04T14:43:37.545Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-04T14:43:37.545Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-04T14:43:37.545Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43324/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-03-04T14:43:37.545Z] + bash /home/ubuntu/workspace/moby_PR-43324/check-config.sh [2022-03-04T14:43:37.545Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-03-04T14:43:37.545Z] info: reading kernel config from /boot/config-5.11.0-1023-aws ... [2022-03-04T14:43:37.545Z] [2022-03-04T14:43:37.545Z] Generally Necessary: [2022-03-04T14:43:37.545Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-03-04T14:43:37.545Z] - apparmor: enabled and tools installed [2022-03-04T14:43:37.545Z] - CONFIG_NAMESPACES: enabled [2022-03-04T14:43:37.545Z] - CONFIG_NET_NS: enabled [2022-03-04T14:43:37.545Z] - CONFIG_PID_NS: enabled [2022-03-04T14:43:37.545Z] - CONFIG_IPC_NS: enabled [2022-03-04T14:43:37.545Z] - CONFIG_UTS_NS: enabled [2022-03-04T14:43:37.545Z] - CONFIG_CGROUPS: enabled [2022-03-04T14:43:37.545Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-03-04T14:43:37.545Z] - CONFIG_CGROUP_DEVICE: enabled [2022-03-04T14:43:37.545Z] - CONFIG_CGROUP_FREEZER: enabled [2022-03-04T14:43:37.545Z] - CONFIG_CGROUP_SCHED: enabled [2022-03-04T14:43:37.545Z] - CONFIG_CPUSETS: enabled [2022-03-04T14:43:37.545Z] - CONFIG_MEMCG: enabled [2022-03-04T14:43:37.545Z] - CONFIG_KEYS: enabled [2022-03-04T14:43:37.545Z] - CONFIG_VETH: enabled (as module) [2022-03-04T14:43:37.545Z] - CONFIG_BRIDGE: enabled (as module) [2022-03-04T14:43:37.545Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-03-04T14:43:37.545Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-03-04T14:43:37.545Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-03-04T14:43:37.545Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-03-04T14:43:37.545Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-03-04T14:43:37.545Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-03-04T14:43:37.545Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-03-04T14:43:37.545Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-03-04T14:43:37.545Z] - CONFIG_NF_NAT: enabled (as module) [2022-03-04T14:43:37.545Z] - CONFIG_POSIX_MQUEUE: enabled [2022-03-04T14:43:37.545Z] - CONFIG_CGROUP_BPF: enabled [2022-03-04T14:43:37.545Z] [2022-03-04T14:43:37.545Z] Optional Features: [2022-03-04T14:43:37.545Z] - CONFIG_USER_NS: enabled [2022-03-04T14:43:37.545Z] - CONFIG_SECCOMP: enabled [2022-03-04T14:43:37.545Z] - CONFIG_SECCOMP_FILTER: enabled [2022-03-04T14:43:37.545Z] - CONFIG_CGROUP_PIDS: enabled [2022-03-04T14:43:37.545Z] - CONFIG_MEMCG_SWAP: enabled [2022-03-04T14:43:37.545Z] (cgroup swap accounting is currently enabled) [2022-03-04T14:43:37.545Z] - CONFIG_BLK_CGROUP: enabled [2022-03-04T14:43:37.545Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-03-04T14:43:37.545Z] - CONFIG_CGROUP_PERF: enabled [2022-03-04T14:43:37.769Z] Merge succeeded, producing 384532a8d29ccd3ae29128d9f9e03c82300160f7 [2022-03-04T14:43:37.769Z] Checking out Revision 384532a8d29ccd3ae29128d9f9e03c82300160f7 (PR-43324) [2022-03-04T14:43:37.801Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-03-04T14:43:37.801Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-03-04T14:43:37.801Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-03-04T14:43:37.801Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-03-04T14:43:37.801Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-03-04T14:43:37.801Z] - CONFIG_RT_GROUP_SCHED: missing [2022-03-04T14:43:37.801Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-03-04T14:43:37.801Z] - CONFIG_IP_VS: enabled (as module) [2022-03-04T14:43:37.801Z] - CONFIG_IP_VS_NFCT: enabled [2022-03-04T14:43:37.801Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-03-04T14:43:37.801Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-03-04T14:43:37.801Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-03-04T14:43:37.801Z] - CONFIG_SECURITY_SELINUX: enabled [2022-03-04T14:43:37.801Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-03-04T14:43:37.801Z] - CONFIG_EXT4_FS: enabled [2022-03-04T14:43:37.801Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-03-04T14:43:37.801Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-03-04T14:43:37.801Z] - Network Drivers: [2022-03-04T14:43:37.801Z] - "overlay": [2022-03-04T14:43:37.801Z] - CONFIG_VXLAN: enabled (as module) [2022-03-04T14:43:37.801Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-03-04T14:43:37.801Z] Optional (for encrypted networks): [2022-03-04T14:43:37.801Z] - CONFIG_CRYPTO: enabled [2022-03-04T14:43:37.801Z] - CONFIG_CRYPTO_AEAD: enabled [2022-03-04T14:43:37.801Z] - CONFIG_CRYPTO_GCM: enabled [2022-03-04T14:43:37.801Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-03-04T14:43:37.801Z] - CONFIG_CRYPTO_GHASH: enabled [2022-03-04T14:43:37.801Z] - CONFIG_XFRM: enabled [2022-03-04T14:43:37.801Z] - CONFIG_XFRM_USER: enabled (as module) [2022-03-04T14:43:37.801Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-03-04T14:43:37.801Z] - CONFIG_INET_ESP: enabled (as module) [2022-03-04T14:43:37.801Z] - "ipvlan": [2022-03-04T14:43:37.801Z] - CONFIG_IPVLAN: enabled (as module) [2022-03-04T14:43:37.801Z] - "macvlan": [2022-03-04T14:43:37.801Z] - CONFIG_MACVLAN: enabled (as module) [2022-03-04T14:43:37.801Z] - CONFIG_DUMMY: enabled (as module) [2022-03-04T14:43:37.801Z] - "ftp,tftp client in container": [2022-03-04T14:43:37.801Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-03-04T14:43:37.801Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-03-04T14:43:37.801Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-03-04T14:43:37.801Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-03-04T14:43:37.801Z] - Storage Drivers: [2022-03-04T14:43:37.801Z] - "aufs": [2022-03-04T14:43:37.801Z] - CONFIG_AUFS_FS: missing [2022-03-04T14:43:37.801Z] - "btrfs": [2022-03-04T14:43:37.801Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-03-04T14:43:37.801Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-03-04T14:43:37.801Z] - "devicemapper": [2022-03-04T14:43:37.801Z] - CONFIG_BLK_DEV_DM: enabled [2022-03-04T14:43:37.801Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-03-04T14:43:37.801Z] - "overlay": [2022-03-04T14:43:37.801Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-03-04T14:43:37.801Z] - "zfs": [2022-03-04T14:43:37.009Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-04T14:43:37.015Z] > git config --add remote.origin.fetch +refs/pull/43324/head:refs/remotes/origin/PR-43324 # timeout=10 [2022-03-04T14:43:37.019Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-04T14:43:37.033Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-04T14:43:37.043Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-04T14:43:37.043Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-04T14:43:37.044Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43324/head:refs/remotes/origin/PR-43324 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-04T14:43:37.270Z] > git config core.sparsecheckout # timeout=10 [2022-03-04T14:43:37.274Z] > git checkout -f 384532a8d29ccd3ae29128d9f9e03c82300160f7 # timeout=10 [2022-03-04T14:43:37.745Z] > git remote # timeout=10 [2022-03-04T14:43:37.749Z] > git config --get remote.origin.url # timeout=10 [2022-03-04T14:43:37.754Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-04T14:43:37.755Z] > git merge 3e8bfcc9f2c1906d3080dc03b7fe45db5386077a # timeout=10 [2022-03-04T14:43:37.762Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-04T14:43:37.770Z] > git config core.sparsecheckout # timeout=10 [2022-03-04T14:43:37.775Z] > git checkout -f 384532a8d29ccd3ae29128d9f9e03c82300160f7 # timeout=10 [2022-03-04T14:43:38.057Z] - /dev/zfs: present [2022-03-04T14:43:38.057Z] - zfs command: missing [2022-03-04T14:43:38.057Z] - zpool command: missing [2022-03-04T14:43:38.057Z] [2022-03-04T14:43:38.057Z] Limits: [2022-03-04T14:43:38.057Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-03-04T14:43:38.057Z] [2022-03-04T14:43:38.057Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-03-04T14:43:38.325Z] Commit message: "introduce VolumeOptions.Mode so one can configure SELinux share mode (z|Z) when using Mount API" [2022-03-04T14:43:38.338Z] > git --version # timeout=10 [2022-03-04T14:43:38.351Z] > git --version # 'git version 2.25.1' [2022-03-04T14:43:38.361Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2022-03-04T14:43:38.377Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:384532a8d29ccd3ae29128d9f9e03c82300160f7 . [2022-03-04T14:43:38.377Z] #1 [internal] load build definition from Dockerfile [2022-03-04T14:43:38.377Z] #1 sha256:68fb1173bfa36f5d8b94424d507ec00205f62de68284ac5d6202d0703a75a2cb [2022-03-04T14:43:38.377Z] #1 transferring dockerfile: 16.77kB done [2022-03-04T14:43:38.377Z] #1 DONE 0.0s [2022-03-04T14:43:38.377Z] [2022-03-04T14:43:38.377Z] #2 [internal] load .dockerignore [2022-03-04T14:43:38.377Z] #2 sha256:8c88d5f5d1a9c22175b9f3f0f72b2d9412e42b00dc29b0915c80458026103535 [2022-03-04T14:43:38.377Z] #2 transferring context: 87B done [2022-03-04T14:43:38.377Z] #2 DONE 0.0s [2022-03-04T14:43:38.377Z] [2022-03-04T14:43:38.377Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-04T14:43:38.377Z] #3 sha256:dce28476d87f47c3617032ad33fa3273456c6cd0abd6b99e8084cf1b55d7403a [2022-03-04T14:43:38.635Z] #3 DONE 0.1s [2022-03-04T14:43:38.635Z] [2022-03-04T14:43:38.635Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-04T14:43:38.635Z] #4 sha256:82ed3dfaff7605887f2a56b987ae4ec9f4b421075ec74e97e6cf038f82f8f120 [2022-03-04T14:43:38.635Z] #4 CACHED [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-04T14:43:38.893Z] [2022-03-04T14:43:38.893Z] #5 [internal] load build definition from Dockerfile [2022-03-04T14:43:38.893Z] #5 sha256:ceda1c8887302475579d952920991b1bb002c12854867e3f0103988938d4eaac [2022-03-04T14:43:38.893Z] #5 DONE 0.0s [2022-03-04T14:43:38.893Z] [2022-03-04T14:43:38.893Z] #6 [internal] load .dockerignore [2022-03-04T14:43:38.893Z] #6 sha256:764ab685e8a67b6cb6d725fd2977041d1351fc93f459180bc82fd362e2625afc [2022-03-04T14:43:38.893Z] #6 DONE 0.0s [2022-03-04T14:43:38.893Z] [2022-03-04T14:43:38.893Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-04T14:43:38.893Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-04T14:43:38.893Z] #8 DONE 0.1s [2022-03-04T14:43:38.893Z] [2022-03-04T14:43:38.893Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-04T14:43:38.893Z] #10 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-04T14:43:38.893Z] #10 DONE 0.1s [2022-03-04T14:43:38.893Z] [2022-03-04T14:43:38.893Z] #9 [internal] load metadata for docker.io/library/golang:1.17.7-bullseye [2022-03-04T14:43:38.893Z] #9 sha256:1e9883a0d5b244c5c62286e2ce9a44fdb2e671a95ab620a5108bea58e8490ce6 [2022-03-04T14:43:38.893Z] #9 DONE 0.1s [2022-03-04T14:43:38.893Z] [2022-03-04T14:43:38.893Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-04T14:43:38.893Z] #7 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9 [2022-03-04T14:43:38.893Z] #7 DONE 0.1s [2022-03-04T14:43:39.100Z] + docker version [2022-03-04T14:43:39.101Z] Client: Docker Engine - Community [2022-03-04T14:43:39.101Z] Version: 20.10.12 [2022-03-04T14:43:39.101Z] API version: 1.41 [2022-03-04T14:43:39.101Z] Go version: go1.16.12 [2022-03-04T14:43:39.101Z] Git commit: e91ed57 [2022-03-04T14:43:39.101Z] Built: Mon Dec 13 11:45:33 2021 [2022-03-04T14:43:39.101Z] OS/Arch: linux/amd64 [2022-03-04T14:43:39.101Z] Context: default [2022-03-04T14:43:39.101Z] Experimental: true [2022-03-04T14:43:39.101Z] [2022-03-04T14:43:39.101Z] Server: Docker Engine - Community [2022-03-04T14:43:39.101Z] Engine: [2022-03-04T14:43:39.101Z] Version: 20.10.12 [2022-03-04T14:43:39.101Z] API version: 1.41 (minimum version 1.12) [2022-03-04T14:43:39.101Z] Go version: go1.16.12 [2022-03-04T14:43:39.101Z] Git commit: 459d0df [2022-03-04T14:43:39.101Z] Built: Mon Dec 13 11:43:42 2021 [2022-03-04T14:43:39.101Z] OS/Arch: linux/amd64 [2022-03-04T14:43:39.101Z] Experimental: true [2022-03-04T14:43:39.101Z] containerd: [2022-03-04T14:43:39.101Z] Version: 1.4.12 [2022-03-04T14:43:39.101Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-04T14:43:39.101Z] runc: [2022-03-04T14:43:39.101Z] Version: 1.0.2 [2022-03-04T14:43:39.101Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-04T14:43:39.101Z] docker-init: [2022-03-04T14:43:39.101Z] Version: 0.19.0 [2022-03-04T14:43:39.101Z] GitCommit: de40ad0 [Pipeline] sh [2022-03-04T14:43:39.395Z] + docker info [2022-03-04T14:43:39.456Z] [2022-03-04T14:43:39.456Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-04T14:43:39.456Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-04T14:43:39.456Z] #67 DONE 0.0s [2022-03-04T14:43:39.456Z] [2022-03-04T14:43:39.456Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:3b718dbe107a223fd7b16cdfba6af38928c7434604424dec938aa3dda07d300c [2022-03-04T14:43:39.456Z] #11 sha256:7edbc9676dd71d180882210fc3ec1e1deb0b10ff9c182f7bf78973da50430f6b [2022-03-04T14:43:39.456Z] #11 DONE 0.0s [2022-03-04T14:43:39.456Z] [2022-03-04T14:43:39.456Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-04T14:43:39.456Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-04T14:43:39.456Z] #69 DONE 0.0s [2022-03-04T14:43:39.456Z] [2022-03-04T14:43:39.456Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-04T14:43:39.456Z] #28 sha256:cb983e985114734a877253bfa61bb8a7e8667d773f76aa54c4d88ef5c333eb4f [2022-03-04T14:43:39.456Z] #28 DONE 0.0s [2022-03-04T14:43:39.456Z] [2022-03-04T14:43:39.456Z] #24 [internal] load build context [2022-03-04T14:43:39.456Z] #24 sha256:6f8cf1d787dd13f55d64a849b91a8a32c7818ddad44dd7c0647c71eb556969d9 [2022-03-04T14:43:39.456Z] #24 ... [2022-03-04T14:43:39.456Z] [2022-03-04T14:43:39.456Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-04T14:43:39.456Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-04T14:43:39.456Z] #45 DONE 0.4s [2022-03-04T14:43:39.456Z] [2022-03-04T14:43:39.456Z] #24 [internal] load build context [2022-03-04T14:43:39.456Z] #24 sha256:6f8cf1d787dd13f55d64a849b91a8a32c7818ddad44dd7c0647c71eb556969d9 [2022-03-04T14:43:40.391Z] #24 transferring context: 57.19MB 1.1s done [2022-03-04T14:43:40.391Z] #24 DONE 1.2s [2022-03-04T14:43:40.391Z] [2022-03-04T14:43:40.391Z] #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-04T14:43:40.391Z] #47 sha256:02a332ea4e611fe365ab72ad62c6f621a82437238eefcd4427210c155f5a88ee [2022-03-04T14:43:40.391Z] #47 CACHED [2022-03-04T14:43:40.391Z] [2022-03-04T14:43:40.392Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-04T14:43:40.392Z] #68 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2022-03-04T14:43:40.392Z] #68 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-04T14:43:40.392Z] #32 sha256:909ddbeda01d59adfd33991f0149720dc0174d8000f9033b8343784e2ee10243 [2022-03-04T14:43:40.392Z] #32 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #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-04T14:43:40.392Z] #13 sha256:77dabde4d399e47134a0530eae4aeae927e67fc1957d7743db29a5891117dba1 [2022-03-04T14:43:40.392Z] #13 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-04T14:43:40.392Z] #55 sha256:bb1d3610b8cf2d65ed99d20a6ea5f2e0b8528f5508cee8ca34f5a1d0b139e0af [2022-03-04T14:43:40.392Z] #55 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #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-04T14:43:40.392Z] #38 sha256:c31ed29bf2acf84b86e49763477ee7a7b2dde8c85889f2339a0382194b688638 [2022-03-04T14:43:40.392Z] #38 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-04T14:43:40.392Z] #44 sha256:60764706bb323cb54745cbc8fca8825039241fd6c9f9fea285abacc817ca4f51 [2022-03-04T14:43:40.392Z] #44 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #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-04T14:43:40.392Z] #51 sha256:f0a288a30afbed135131a3ed39071e4a81883c890ef6b9234f4330c6cef7c5ef [2022-03-04T14:43:40.392Z] #51 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #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-04T14:43:40.392Z] #34 sha256:4e13c64604814891abc79b07b4f427febb10038ab21ad877c4317f4495608b14 [2022-03-04T14:43:40.392Z] #34 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-04T14:43:40.392Z] #35 sha256:3ab8dc361bf2f468d44efcf90115b32234f21c15690fe58ba5652e269c00146a [2022-03-04T14:43:40.392Z] #35 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #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-04T14:43:40.392Z] #53 sha256:4a19ffe3ed23ab7fe114eb821a0896b2bcf09456a92532cc5296039154ab9124 [2022-03-04T14:43:40.392Z] #53 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #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-04T14:43:40.392Z] #29 sha256:8dee969f1583d68a21071cc2084df95cedc8e4090666dc1969a6aaf54b1e8e38 [2022-03-04T14:43:40.392Z] #29 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-03-04T14:43:40.392Z] #20 sha256:28d2998bee70dbdf192a51b51e4a42dbd8d4f1e120d0b469b35fb7550496c0a0 [2022-03-04T14:43:40.392Z] #20 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-04T14:43:40.392Z] #50 sha256:bac643ab56888c7e4849992f5c3271fa40421a0dee025d36aa59cde6cdd4eff0 [2022-03-04T14:43:40.392Z] #50 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #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-04T14:43:40.392Z] #36 sha256:a97cc058b35b8dda549da31fe654a8fe1f5a67e8ebb89f8f383b079060ee7b54 [2022-03-04T14:43:40.392Z] #36 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #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-04T14:43:40.392Z] #56 sha256:abad2d98c06b676c553672bb3838a89d72bf4ee3be7428585f179ae39cb4a1de [2022-03-04T14:43:40.392Z] #56 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-04T14:43:40.392Z] #59 sha256:fe7485e8ae2e41e8598b2e3cf736ee5b66632179839029b23997035ff52e34de [2022-03-04T14:43:40.392Z] #59 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #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-04T14:43:40.392Z] #49 sha256:8cda003becdb46f909b76ee5cc530fef8a4bb47fa622c19dc92932b6ac7d6e7f [2022-03-04T14:43:40.392Z] #49 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #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-04T14:43:40.392Z] #63 sha256:ed49c3da531482371baf3e8dc30a576af599c4969858be240a9abd148abafec5 [2022-03-04T14:43:40.392Z] #63 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-04T14:43:40.392Z] #70 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2022-03-04T14:43:40.392Z] #70 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-04T14:43:40.392Z] #57 sha256:da8c9f1624dd47d0c323affe6b457cae8d674bfe76ce6f9f5e77e6b2efd6c85f [2022-03-04T14:43:40.392Z] #57 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-04T14:43:40.392Z] #33 sha256:577f1c3e1769f6f199126d55a8d12f9de036e9daef8d36543d3ae913f421ef9c [2022-03-04T14:43:40.392Z] #33 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-04T14:43:40.392Z] #64 sha256:c7d4b0eabb9aea84be329e49d6bdc484aa9e7b01dd2b7a51e363de6096da7961 [2022-03-04T14:43:40.392Z] #64 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-04T14:43:40.392Z] #65 sha256:588823c6b63e86df20729e840b6e095799b73eca15b3a8d68e9e5158eeb98cae [2022-03-04T14:43:40.392Z] #65 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-04T14:43:40.392Z] #25 sha256:14c7ec663fccf860291525f8bec04926ea9ff7413e58337507da15ed49a458b9 [2022-03-04T14:43:40.392Z] #25 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #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-04T14:43:40.392Z] #26 sha256:6a153c5938f3c444f16635a75440cfefb8d635a5f98f46d1a6159abe8a3d8710 [2022-03-04T14:43:40.392Z] #26 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-04T14:43:40.392Z] #62 sha256:1c712991dca4e0fa1d1a3b1fd0cd11553f75de7adc589e35b9a6a1c6923c3a75 [2022-03-04T14:43:40.392Z] #62 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #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-04T14:43:40.392Z] #60 sha256:de2e0b46ad4e23a64110843de2efc15cba8ae5ceb5b8c814a5e9a71c468e7f1d [2022-03-04T14:43:40.392Z] #60 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-04T14:43:40.392Z] #12 sha256:1d9327043a64a9ba63ce39260da857735b5607be360e59888b7e7e6ae96d5e49 [2022-03-04T14:43:40.392Z] #12 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-04T14:43:40.392Z] #18 sha256:5aed196794ff538d3206161610513b2ff3a28f0720ad70255807f4aeafc08f95 [2022-03-04T14:43:40.392Z] #18 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-04T14:43:40.392Z] #23 sha256:54730426869ff4cb4cd2c66408df0f53ef2f4ff6b12539dfa139b314e63e14a0 [2022-03-04T14:43:40.392Z] #23 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #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-04T14:43:40.392Z] #16 sha256:8cb7160692c1e982c9b4d4486545b01486d3549d79a0372c5dc95aadaff04ce2 [2022-03-04T14:43:40.392Z] #16 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-04T14:43:40.392Z] #42 sha256:15f8808bb1f3f61247a9d5652f0e669a3e450497f1e2c9c00f2903a93b23643c [2022-03-04T14:43:40.392Z] #42 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #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-04T14:43:40.392Z] #21 sha256:6deb01233caa15da42ba8af7e5935e6f72e020c4ceca7dd3e309c696d48a5145 [2022-03-04T14:43:40.392Z] #21 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #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-04T14:43:40.392Z] #31 sha256:8c7852359839ab4d0c664ae5c2484cba0b128021c77d0d0931d22924af3e074b [2022-03-04T14:43:40.392Z] #31 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #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-04T14:43:40.392Z] #14 sha256:9427e63f45ee015546e906e3d03b742d2ee6b969eee0376d72df77ca750d0724 [2022-03-04T14:43:40.392Z] #14 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #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-04T14:43:40.392Z] #22 sha256:7cfd5f8af85da50ac48fd6926f807306e8f282c02216682da5519558963ec20a [2022-03-04T14:43:40.392Z] #22 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-04T14:43:40.392Z] #66 sha256:71fc8c28e9869f5a33e1ef9abf5e5160e8918a37a3dfe308b043e2c2ac968d9c [2022-03-04T14:43:40.392Z] #66 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-04T14:43:40.392Z] #39 sha256:44f37df776fb4595c7ff58d4ba1765e91a61e053bd0b5d60feeb40d87ad26058 [2022-03-04T14:43:40.392Z] #39 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-04T14:43:40.392Z] #27 sha256:d6d4e0b3f4043d407c1d8ec905c86ef0e7fe9a32a8d34f26843ad78cfdac4723 [2022-03-04T14:43:40.392Z] #27 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-04T14:43:40.392Z] #19 sha256:14d10628c756dce3dcea1fd8cf4bcbabe6405c38b3f4c95a467eb60c6362c0d8 [2022-03-04T14:43:40.392Z] #19 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-04T14:43:40.392Z] #37 sha256:1b68272f8b9f9c4e4eac311e46c9704958140c110504621edc1511fa05f2466a [2022-03-04T14:43:40.392Z] #37 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #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-04T14:43:40.392Z] #46 sha256:99462a4a4380a15537d0360b9c3af47e442fb5d1ec18a3abfd30587dc05221ef [2022-03-04T14:43:40.392Z] #46 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #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-04T14:43:40.392Z] #40 sha256:149357d435f729ba86ed873eff690e7132e59e53edebc1c966ce29e2be26a17c [2022-03-04T14:43:40.392Z] #40 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #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-04T14:43:40.392Z] #58 sha256:d2c59185f78bb8a88c97bf40329b5b4adf76250f6fad38a328c455378027290f [2022-03-04T14:43:40.392Z] #58 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-04T14:43:40.392Z] #17 sha256:22947a83bba46ee3e02d0b19bc9f9d4d3534d61caa38c8d70f81c4c8c9c38c8c [2022-03-04T14:43:40.392Z] #17 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-04T14:43:40.392Z] #61 sha256:bbbe61bc7824c0939d421f8ee08ce31e37fbdcd9b3d6b8799b662371ae6b06ae [2022-03-04T14:43:40.392Z] #61 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #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-04T14:43:40.392Z] #43 sha256:377687fe327eca3c76fd56e68e5f4a46fd6645ac01759226be9df08f8b780c61 [2022-03-04T14:43:40.392Z] #43 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-04T14:43:40.392Z] #30 sha256:398fcd64d5af409cf46b94af29ab9d6fc1841ea514d9e80c0bf649fc0c145325 [2022-03-04T14:43:40.392Z] #30 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-04T14:43:40.392Z] #41 sha256:1f69aebf9c2ec24cf28705af3520e45065a7fb75daf016610bfa03450a893fd9 [2022-03-04T14:43:40.392Z] #41 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-04T14:43:40.392Z] #15 sha256:4a5b431038ffd579e77048e57c91451a776d5a110561ab7c28ab5313074ec9b7 [2022-03-04T14:43:40.392Z] #15 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-04T14:43:40.392Z] #48 sha256:8ce32bc4ac3f0a16d6b5d77196e9149fdbf2522ee4919f0adc44c47cc1c28fc6 [2022-03-04T14:43:40.392Z] #48 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-04T14:43:40.392Z] #71 sha256:8ec24c5fb7fa890a70dc2fe120129f1cca5f803355d0e7681ac7681909e3e178 [2022-03-04T14:43:40.392Z] #71 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-04T14:43:40.392Z] #52 sha256:06822be1d2a8ad5ea711929cca228378df1b0567427da231c0d4f33d32d1f0d2 [2022-03-04T14:43:40.392Z] #52 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-04T14:43:40.392Z] #54 sha256:ab41160acde8471a7fe50ae0e2617afe6e617c839d4ef88439785e9c364375c4 [2022-03-04T14:43:40.392Z] #54 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-04T14:43:40.392Z] #72 sha256:0411e096a655e01d45d1a782bf6d7f7a80549927598e705637a75e54339bb5f5 [2022-03-04T14:43:40.392Z] #72 CACHED [2022-03-04T14:43:40.392Z] [2022-03-04T14:43:40.392Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-04T14:43:40.392Z] #73 sha256:27f49c39d7480090b3db6fb0a8a9e0a20b436199d815c155f626718a1cef00a0 [2022-03-04T14:43:40.777Z] Client: [2022-03-04T14:43:40.777Z] Context: default [2022-03-04T14:43:40.777Z] Debug Mode: false [2022-03-04T14:43:40.777Z] Plugins: [2022-03-04T14:43:40.777Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-04T14:43:40.777Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-04T14:43:40.777Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-03-04T14:43:40.777Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-03-04T14:43:40.777Z] [2022-03-04T14:43:40.777Z] Server: [2022-03-04T14:43:40.777Z] Containers: 0 [2022-03-04T14:43:40.777Z] Running: 0 [2022-03-04T14:43:40.777Z] Paused: 0 [2022-03-04T14:43:40.777Z] Stopped: 0 [2022-03-04T14:43:40.777Z] Images: 2 [2022-03-04T14:43:40.777Z] Server Version: 20.10.12 [2022-03-04T14:43:40.777Z] Storage Driver: overlay2 [2022-03-04T14:43:40.777Z] Backing Filesystem: extfs [2022-03-04T14:43:40.777Z] Supports d_type: true [2022-03-04T14:43:40.777Z] Native Overlay Diff: true [2022-03-04T14:43:40.777Z] userxattr: false [2022-03-04T14:43:40.777Z] Logging Driver: json-file [2022-03-04T14:43:40.777Z] Cgroup Driver: systemd [2022-03-04T14:43:40.777Z] Cgroup Version: 2 [2022-03-04T14:43:40.777Z] Plugins: [2022-03-04T14:43:40.777Z] Volume: local [2022-03-04T14:43:40.777Z] Network: bridge host ipvlan macvlan null overlay [2022-03-04T14:43:40.777Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-04T14:43:40.777Z] Swarm: inactive [2022-03-04T14:43:40.777Z] Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux [2022-03-04T14:43:40.777Z] Default Runtime: runc [2022-03-04T14:43:40.777Z] Init Binary: docker-init [2022-03-04T14:43:40.777Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-04T14:43:40.777Z] runc version: v1.0.2-0-g52b36a2 [2022-03-04T14:43:40.777Z] init version: de40ad0 [2022-03-04T14:43:40.777Z] Security Options: [2022-03-04T14:43:40.777Z] apparmor [2022-03-04T14:43:40.777Z] seccomp [2022-03-04T14:43:40.777Z] Profile: default [2022-03-04T14:43:40.777Z] cgroupns [2022-03-04T14:43:40.777Z] Kernel Version: 5.11.0-1023-aws [2022-03-04T14:43:40.777Z] Operating System: Ubuntu 20.04.3 LTS [2022-03-04T14:43:40.777Z] OSType: linux [2022-03-04T14:43:40.777Z] Architecture: x86_64 [2022-03-04T14:43:40.777Z] CPUs: 2 [2022-03-04T14:43:40.777Z] Total Memory: 7.477GiB [2022-03-04T14:43:40.777Z] Name: ip-10-100-53-160 [2022-03-04T14:43:40.777Z] ID: 7KME:NV2J:EQBM:WHKE:5EE7:CLST:3WKA:WZFP:UKH2:O4ZT:4I7A:FGJH [2022-03-04T14:43:40.777Z] Docker Root Dir: /var/lib/docker [2022-03-04T14:43:40.777Z] Debug Mode: false [2022-03-04T14:43:40.777Z] Registry: https://index.docker.io/v1/ [2022-03-04T14:43:40.777Z] Labels: [2022-03-04T14:43:40.777Z] Experimental: true [2022-03-04T14:43:40.777Z] Insecure Registries: [2022-03-04T14:43:40.777Z] 127.0.0.0/8 [2022-03-04T14:43:40.777Z] Live Restore Enabled: true [2022-03-04T14:43:40.777Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-03-04T14:43:41.108Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:384532a8d29ccd3ae29128d9f9e03c82300160f7 . [2022-03-04T14:43:41.368Z] #1 [internal] load build definition from Dockerfile [2022-03-04T14:43:41.368Z] #1 sha256:248b23da1079281d58d8d016db29a311e31925c89d764ba3565c6587c8eefbed [2022-03-04T14:43:41.368Z] #1 transferring dockerfile: 16.77kB done [2022-03-04T14:43:41.368Z] #1 DONE 0.0s [2022-03-04T14:43:41.368Z] [2022-03-04T14:43:41.368Z] #2 [internal] load .dockerignore [2022-03-04T14:43:41.368Z] #2 sha256:4b7c2accf80872b6f4eb32d31777b91cdaec08946f7a87632a17d16f0b59034c [2022-03-04T14:43:41.368Z] #2 transferring context: 87B done [2022-03-04T14:43:41.368Z] #2 DONE 0.0s [2022-03-04T14:43:41.368Z] [2022-03-04T14:43:41.368Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-04T14:43:41.368Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-03-04T14:43:41.368Z] #3 DONE 0.1s [2022-03-04T14:43:41.368Z] [2022-03-04T14:43:41.368Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-04T14:43:41.368Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-03-04T14:43:41.368Z] #4 CACHED [2022-03-04T14:43:41.370Z] #73 DONE 0.8s [2022-03-04T14:43:41.370Z] [2022-03-04T14:43:41.370Z] #74 exporting to image [2022-03-04T14:43:41.370Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-04T14:43:41.370Z] #74 exporting layers [2022-03-04T14:43:41.628Z] [2022-03-04T14:43:41.628Z] #6 [internal] load .dockerignore [2022-03-04T14:43:41.628Z] #6 sha256:67a77780f83a0dd1878383d6b9a001cdb15beae6b1a995b77fcfda08b09abc85 [2022-03-04T14:43:41.628Z] #6 DONE 0.0s [2022-03-04T14:43:41.628Z] [2022-03-04T14:43:41.628Z] #5 [internal] load build definition from Dockerfile [2022-03-04T14:43:41.628Z] #5 sha256:3f73daa437d9a03aa1c03bf73bd8e04333d3811d329da02f03bb5c73b6964484 [2022-03-04T14:43:41.628Z] #5 DONE 0.0s [2022-03-04T14:43:41.628Z] [2022-03-04T14:43:41.628Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-04T14:43:41.628Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-04T14:43:41.889Z] #9 DONE 0.1s [2022-03-04T14:43:41.889Z] [2022-03-04T14:43:41.889Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-04T14:43:41.889Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-03-04T14:43:41.889Z] #7 DONE 0.1s [2022-03-04T14:43:41.889Z] [2022-03-04T14:43:41.889Z] #10 [internal] load metadata for docker.io/library/golang:1.17.7-bullseye [2022-03-04T14:43:41.889Z] #10 sha256:c2791d0589e3e1ff48e733c6ac0580f0ee9c64993624784a23dc9d251eafa8c5 [2022-03-04T14:43:41.889Z] #10 DONE 0.1s [2022-03-04T14:43:41.889Z] [2022-03-04T14:43:41.889Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-04T14:43:41.889Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-04T14:43:41.889Z] #8 DONE 0.2s [2022-03-04T14:43:42.298Z] #74 exporting layers 0.8s done [2022-03-04T14:43:42.298Z] #74 writing image sha256:0ed009385803fe2d393895c7b85e5d2f918868b99466b83c9904d7ccf0f3fe0b done [2022-03-04T14:43:42.298Z] #74 naming to docker.io/library/docker:384532a8d29ccd3ae29128d9f9e03c82300160f7 done [2022-03-04T14:43:42.298Z] #74 DONE 0.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-03-04T14:43:42.460Z] [2022-03-04T14:43:42.460Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-04T14:43:42.460Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-04T14:43:42.460Z] #67 DONE 0.0s [2022-03-04T14:43:42.460Z] [2022-03-04T14:43:42.460Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-04T14:43:42.460Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-04T14:43:42.460Z] #69 DONE 0.0s [2022-03-04T14:43:42.460Z] [2022-03-04T14:43:42.460Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-04T14:43:42.460Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-04T14:43:42.460Z] #28 DONE 0.0s [2022-03-04T14:43:42.460Z] [2022-03-04T14:43:42.460Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:3b718dbe107a223fd7b16cdfba6af38928c7434604424dec938aa3dda07d300c [2022-03-04T14:43:42.460Z] #11 sha256:430e63cf36da264c48ce25ce0807ca874061feaabad30283ea94fc705665bad0 [2022-03-04T14:43:42.460Z] #11 DONE 0.0s [2022-03-04T14:43:42.460Z] [2022-03-04T14:43:42.460Z] #24 [internal] load build context [2022-03-04T14:43:42.460Z] #24 sha256:ab607e90f37194e60506cf09b14713e2022ace96664a171dacf32f69712f5005 [2022-03-04T14:43:42.640Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-03-04T14:43:42.721Z] #24 ... [2022-03-04T14:43:42.721Z] [2022-03-04T14:43:42.721Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-04T14:43:42.721Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-04T14:43:42.721Z] #45 DONE 0.4s [2022-03-04T14:43:42.721Z] [2022-03-04T14:43:42.721Z] #24 [internal] load build context [2022-03-04T14:43:42.721Z] #24 sha256:ab607e90f37194e60506cf09b14713e2022ace96664a171dacf32f69712f5005 [2022-03-04T14:43:42.963Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43324/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=384532a8d29ccd3ae29128d9f9e03c82300160f7 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:384532a8d29ccd3ae29128d9f9e03c82300160f7 hack/test/unit [2022-03-04T14:43:43.219Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2022-03-04T14:43:43.219Z] + TESTFLAGS+=' -test.timeout=5m' [2022-03-04T14:43:43.219Z] + TESTDIRS=./... [2022-03-04T14:43:43.219Z] + exclude_paths='/vendor/|/integration' [2022-03-04T14:43:43.219Z] ++ go list ./... [2022-03-04T14:43:43.219Z] ++ grep -vE '(/vendor/|/integration)' [2022-03-04T14:43:44.123Z] #24 transferring context: 57.17MB 1.6s done [2022-03-04T14:43:44.147Z] + pkg_list='github.com/docker/docker/api [2022-03-04T14:43:44.147Z] github.com/docker/docker/api/server [2022-03-04T14:43:44.147Z] github.com/docker/docker/api/server/backend/build [2022-03-04T14:43:44.147Z] github.com/docker/docker/api/server/httputils [2022-03-04T14:43:44.147Z] github.com/docker/docker/api/server/middleware [2022-03-04T14:43:44.147Z] github.com/docker/docker/api/server/router [2022-03-04T14:43:44.147Z] github.com/docker/docker/api/server/router/build [2022-03-04T14:43:44.147Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-04T14:43:44.147Z] github.com/docker/docker/api/server/router/container [2022-03-04T14:43:44.147Z] github.com/docker/docker/api/server/router/debug [2022-03-04T14:43:44.147Z] github.com/docker/docker/api/server/router/distribution [2022-03-04T14:43:44.147Z] github.com/docker/docker/api/server/router/grpc [2022-03-04T14:43:44.147Z] github.com/docker/docker/api/server/router/image [2022-03-04T14:43:44.147Z] github.com/docker/docker/api/server/router/network [2022-03-04T14:43:44.147Z] github.com/docker/docker/api/server/router/plugin [2022-03-04T14:43:44.147Z] github.com/docker/docker/api/server/router/session [2022-03-04T14:43:44.147Z] github.com/docker/docker/api/server/router/swarm [2022-03-04T14:43:44.147Z] github.com/docker/docker/api/server/router/system [2022-03-04T14:43:44.147Z] github.com/docker/docker/api/server/router/volume [2022-03-04T14:43:44.147Z] github.com/docker/docker/api/types [2022-03-04T14:43:44.147Z] github.com/docker/docker/api/types/backend [2022-03-04T14:43:44.147Z] github.com/docker/docker/api/types/blkiodev [2022-03-04T14:43:44.147Z] github.com/docker/docker/api/types/container [2022-03-04T14:43:44.147Z] github.com/docker/docker/api/types/events [2022-03-04T14:43:44.147Z] github.com/docker/docker/api/types/filters [2022-03-04T14:43:44.147Z] github.com/docker/docker/api/types/image [2022-03-04T14:43:44.147Z] github.com/docker/docker/api/types/mount [2022-03-04T14:43:44.147Z] github.com/docker/docker/api/types/network [2022-03-04T14:43:44.147Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-04T14:43:44.147Z] github.com/docker/docker/api/types/registry [2022-03-04T14:43:44.147Z] github.com/docker/docker/api/types/strslice [2022-03-04T14:43:44.147Z] github.com/docker/docker/api/types/swarm [2022-03-04T14:43:44.147Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-04T14:43:44.147Z] github.com/docker/docker/api/types/time [2022-03-04T14:43:44.147Z] github.com/docker/docker/api/types/versions [2022-03-04T14:43:44.147Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-04T14:43:44.147Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-04T14:43:44.147Z] github.com/docker/docker/api/types/volume [2022-03-04T14:43:44.147Z] github.com/docker/docker/builder [2022-03-04T14:43:44.147Z] github.com/docker/docker/builder/builder-next [2022-03-04T14:43:44.147Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-04T14:43:44.147Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-04T14:43:44.147Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-04T14:43:44.147Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-04T14:43:44.147Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-04T14:43:44.147Z] github.com/docker/docker/builder/builder-next/worker [2022-03-04T14:43:44.147Z] github.com/docker/docker/builder/dockerfile [2022-03-04T14:43:44.147Z] github.com/docker/docker/builder/dockerignore [2022-03-04T14:43:44.147Z] github.com/docker/docker/builder/remotecontext [2022-03-04T14:43:44.147Z] github.com/docker/docker/builder/remotecontext/git [2022-03-04T14:43:44.147Z] github.com/docker/docker/cli [2022-03-04T14:43:44.147Z] github.com/docker/docker/cli/config [2022-03-04T14:43:44.147Z] github.com/docker/docker/cli/debug [2022-03-04T14:43:44.147Z] github.com/docker/docker/client [2022-03-04T14:43:44.147Z] github.com/docker/docker/cmd/docker-proxy [2022-03-04T14:43:44.147Z] github.com/docker/docker/cmd/dockerd [2022-03-04T14:43:44.147Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-04T14:43:44.147Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-04T14:43:44.147Z] github.com/docker/docker/container [2022-03-04T14:43:44.147Z] github.com/docker/docker/container/stream [2022-03-04T14:43:44.147Z] github.com/docker/docker/contrib/apparmor [2022-03-04T14:43:44.147Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-04T14:43:44.147Z] github.com/docker/docker/contrib/httpserver [2022-03-04T14:43:44.147Z] github.com/docker/docker/daemon [2022-03-04T14:43:44.147Z] github.com/docker/docker/daemon/cluster [2022-03-04T14:43:44.147Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-04T14:43:44.147Z] github.com/docker/docker/daemon/cluster/convert [2022-03-04T14:43:44.147Z] github.com/docker/docker/daemon/cluster/executor [2022-03-04T14:43:44.147Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-04T14:43:44.147Z] github.com/docker/docker/daemon/cluster/provider [2022-03-04T14:43:44.147Z] github.com/docker/docker/daemon/config [2022-03-04T14:43:44.147Z] github.com/docker/docker/daemon/events [2022-03-04T14:43:44.147Z] github.com/docker/docker/daemon/events/testutils [2022-03-04T14:43:44.147Z] github.com/docker/docker/daemon/exec [2022-03-04T14:43:44.147Z] github.com/docker/docker/daemon/graphdriver [2022-03-04T14:43:44.147Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-04T14:43:44.147Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-04T14:43:44.147Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-04T14:43:44.147Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-04T14:43:44.147Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-04T14:43:44.147Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-04T14:43:44.147Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-04T14:43:44.147Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-04T14:43:44.147Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-04T14:43:44.147Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-04T14:43:44.147Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-04T14:43:44.147Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-04T14:43:44.147Z] github.com/docker/docker/daemon/images [2022-03-04T14:43:44.147Z] github.com/docker/docker/daemon/initlayer [2022-03-04T14:43:44.147Z] github.com/docker/docker/daemon/links [2022-03-04T14:43:44.147Z] github.com/docker/docker/daemon/listeners [2022-03-04T14:43:44.147Z] github.com/docker/docker/daemon/logger [2022-03-04T14:43:44.147Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-04T14:43:44.147Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-04T14:43:44.147Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-04T14:43:44.147Z] github.com/docker/docker/daemon/logger/gelf [2022-03-04T14:43:44.147Z] github.com/docker/docker/daemon/logger/journald [2022-03-04T14:43:44.147Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-04T14:43:44.147Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-04T14:43:44.147Z] github.com/docker/docker/daemon/logger/local [2022-03-04T14:43:44.147Z] github.com/docker/docker/daemon/logger/logentries [2022-03-04T14:43:44.147Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-04T14:43:44.147Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-04T14:43:44.147Z] github.com/docker/docker/daemon/logger/splunk [2022-03-04T14:43:44.147Z] github.com/docker/docker/daemon/logger/syslog [2022-03-04T14:43:44.147Z] github.com/docker/docker/daemon/logger/templates [2022-03-04T14:43:44.147Z] github.com/docker/docker/daemon/names [2022-03-04T14:43:44.147Z] github.com/docker/docker/daemon/network [2022-03-04T14:43:44.147Z] github.com/docker/docker/daemon/stats [2022-03-04T14:43:44.147Z] github.com/docker/docker/distribution [2022-03-04T14:43:44.147Z] github.com/docker/docker/distribution/metadata [2022-03-04T14:43:44.147Z] github.com/docker/docker/distribution/utils [2022-03-04T14:43:44.147Z] github.com/docker/docker/distribution/xfer [2022-03-04T14:43:44.147Z] github.com/docker/docker/dockerversion [2022-03-04T14:43:44.147Z] github.com/docker/docker/errdefs [2022-03-04T14:43:44.147Z] github.com/docker/docker/image [2022-03-04T14:43:44.147Z] github.com/docker/docker/image/cache [2022-03-04T14:43:44.147Z] github.com/docker/docker/image/tarexport [2022-03-04T14:43:44.147Z] github.com/docker/docker/image/v1 [2022-03-04T14:43:44.147Z] github.com/docker/docker/internal/test/suite [2022-03-04T14:43:44.147Z] github.com/docker/docker/layer [2022-03-04T14:43:44.147Z] github.com/docker/docker/libcontainerd [2022-03-04T14:43:44.147Z] github.com/docker/docker/libcontainerd/queue [2022-03-04T14:43:44.147Z] github.com/docker/docker/libcontainerd/remote [2022-03-04T14:43:44.147Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-04T14:43:44.147Z] github.com/docker/docker/libcontainerd/types [2022-03-04T14:43:44.147Z] github.com/docker/docker/libnetwork [2022-03-04T14:43:44.147Z] github.com/docker/docker/libnetwork/bitseq [2022-03-04T14:43:44.147Z] github.com/docker/docker/libnetwork/cluster [2022-03-04T14:43:44.147Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-04T14:43:44.147Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-04T14:43:44.147Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-04T14:43:44.147Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-04T14:43:44.147Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-04T14:43:44.147Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-04T14:43:44.147Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-04T14:43:44.147Z] github.com/docker/docker/libnetwork/config [2022-03-04T14:43:44.147Z] github.com/docker/docker/libnetwork/datastore [2022-03-04T14:43:44.147Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-04T14:43:44.147Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-04T14:43:44.147Z] github.com/docker/docker/libnetwork/driverapi [2022-03-04T14:43:44.147Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-04T14:43:44.147Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/etchosts [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/idm [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/ipam [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/iptables [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/netlabel [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/netutils [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/networkdb [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/ns [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/options [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/osl [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/portallocator [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/portmapper [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/testutils [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/types [2022-03-04T14:43:44.148Z] github.com/docker/docker/oci [2022-03-04T14:43:44.148Z] github.com/docker/docker/oci/caps [2022-03-04T14:43:44.148Z] github.com/docker/docker/opts [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/aaparser [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/archive [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/authorization [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/broadcaster [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/capabilities [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/chrootarchive [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/containerfs [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/devicemapper [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/directory [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/dmesg [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/filenotify [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/fileutils [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/fsutils [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/homedir [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/idtools [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/ioutils [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/jsonmessage [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/locker [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/longpath [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/loopback [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/mount [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/namesgenerator [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/parsers [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/pidfile [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/platform [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/plugingetter [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/plugins [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/plugins/transport [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/pools [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/progress [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/pubsub [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/reexec [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/signal [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/stack [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/stdcopy [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/streamformatter [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/stringid [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/symlink [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/sysinfo [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/system [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/tailfile [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/tarsum [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/term [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/term/windows [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/truncindex [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/urlutil [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/useragent [2022-03-04T14:43:44.148Z] github.com/docker/docker/plugin [2022-03-04T14:43:44.148Z] github.com/docker/docker/plugin/executor/containerd [2022-03-04T14:43:44.148Z] github.com/docker/docker/plugin/v2 [2022-03-04T14:43:44.148Z] github.com/docker/docker/profiles/apparmor [2022-03-04T14:43:44.148Z] github.com/docker/docker/profiles/seccomp [2022-03-04T14:43:44.148Z] github.com/docker/docker/quota [2022-03-04T14:43:44.148Z] github.com/docker/docker/reference [2022-03-04T14:43:44.148Z] github.com/docker/docker/registry [2022-03-04T14:43:44.148Z] github.com/docker/docker/registry/resumable [2022-03-04T14:43:44.148Z] github.com/docker/docker/restartmanager [2022-03-04T14:43:44.148Z] github.com/docker/docker/rootless [2022-03-04T14:43:44.148Z] github.com/docker/docker/rootless/specconv [2022-03-04T14:43:44.148Z] github.com/docker/docker/runconfig [2022-03-04T14:43:44.148Z] github.com/docker/docker/runconfig/opts [2022-03-04T14:43:44.148Z] github.com/docker/docker/testutil [2022-03-04T14:43:44.148Z] github.com/docker/docker/testutil/daemon [2022-03-04T14:43:44.148Z] github.com/docker/docker/testutil/environment [2022-03-04T14:43:44.148Z] github.com/docker/docker/testutil/fakecontext [2022-03-04T14:43:44.148Z] github.com/docker/docker/testutil/fakegit [2022-03-04T14:43:44.148Z] github.com/docker/docker/testutil/fakestorage [2022-03-04T14:43:44.148Z] github.com/docker/docker/testutil/fixtures/load [2022-03-04T14:43:44.148Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-04T14:43:44.148Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-04T14:43:44.148Z] github.com/docker/docker/testutil/registry [2022-03-04T14:43:44.148Z] github.com/docker/docker/testutil/request [2022-03-04T14:43:44.148Z] github.com/docker/docker/volume [2022-03-04T14:43:44.148Z] github.com/docker/docker/volume/drivers [2022-03-04T14:43:44.148Z] github.com/docker/docker/volume/local [2022-03-04T14:43:44.148Z] github.com/docker/docker/volume/mounts [2022-03-04T14:43:44.148Z] github.com/docker/docker/volume/service [2022-03-04T14:43:44.148Z] github.com/docker/docker/volume/service/opts [2022-03-04T14:43:44.148Z] github.com/docker/docker/volume/testutils' [2022-03-04T14:43:44.148Z] ++ grep --fixed-strings -v /libnetwork [2022-03-04T14:43:44.148Z] ++ echo 'github.com/docker/docker/api [2022-03-04T14:43:44.148Z] github.com/docker/docker/api/server [2022-03-04T14:43:44.148Z] github.com/docker/docker/api/server/backend/build [2022-03-04T14:43:44.148Z] github.com/docker/docker/api/server/httputils [2022-03-04T14:43:44.148Z] github.com/docker/docker/api/server/middleware [2022-03-04T14:43:44.148Z] github.com/docker/docker/api/server/router [2022-03-04T14:43:44.148Z] github.com/docker/docker/api/server/router/build [2022-03-04T14:43:44.148Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-04T14:43:44.148Z] github.com/docker/docker/api/server/router/container [2022-03-04T14:43:44.148Z] github.com/docker/docker/api/server/router/debug [2022-03-04T14:43:44.148Z] github.com/docker/docker/api/server/router/distribution [2022-03-04T14:43:44.148Z] github.com/docker/docker/api/server/router/grpc [2022-03-04T14:43:44.148Z] github.com/docker/docker/api/server/router/image [2022-03-04T14:43:44.148Z] github.com/docker/docker/api/server/router/network [2022-03-04T14:43:44.148Z] github.com/docker/docker/api/server/router/plugin [2022-03-04T14:43:44.148Z] github.com/docker/docker/api/server/router/session [2022-03-04T14:43:44.148Z] github.com/docker/docker/api/server/router/swarm [2022-03-04T14:43:44.148Z] github.com/docker/docker/api/server/router/system [2022-03-04T14:43:44.148Z] github.com/docker/docker/api/server/router/volume [2022-03-04T14:43:44.148Z] github.com/docker/docker/api/types [2022-03-04T14:43:44.148Z] github.com/docker/docker/api/types/backend [2022-03-04T14:43:44.148Z] github.com/docker/docker/api/types/blkiodev [2022-03-04T14:43:44.148Z] github.com/docker/docker/api/types/container [2022-03-04T14:43:44.148Z] github.com/docker/docker/api/types/events [2022-03-04T14:43:44.148Z] github.com/docker/docker/api/types/filters [2022-03-04T14:43:44.148Z] github.com/docker/docker/api/types/image [2022-03-04T14:43:44.148Z] github.com/docker/docker/api/types/mount [2022-03-04T14:43:44.148Z] github.com/docker/docker/api/types/network [2022-03-04T14:43:44.148Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-04T14:43:44.148Z] github.com/docker/docker/api/types/registry [2022-03-04T14:43:44.148Z] github.com/docker/docker/api/types/strslice [2022-03-04T14:43:44.148Z] github.com/docker/docker/api/types/swarm [2022-03-04T14:43:44.148Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-04T14:43:44.148Z] github.com/docker/docker/api/types/time [2022-03-04T14:43:44.148Z] github.com/docker/docker/api/types/versions [2022-03-04T14:43:44.148Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-04T14:43:44.148Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-04T14:43:44.148Z] github.com/docker/docker/api/types/volume [2022-03-04T14:43:44.148Z] github.com/docker/docker/builder [2022-03-04T14:43:44.148Z] github.com/docker/docker/builder/builder-next [2022-03-04T14:43:44.148Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-04T14:43:44.148Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-04T14:43:44.148Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-04T14:43:44.148Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-04T14:43:44.148Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-04T14:43:44.148Z] github.com/docker/docker/builder/builder-next/worker [2022-03-04T14:43:44.148Z] github.com/docker/docker/builder/dockerfile [2022-03-04T14:43:44.148Z] github.com/docker/docker/builder/dockerignore [2022-03-04T14:43:44.148Z] github.com/docker/docker/builder/remotecontext [2022-03-04T14:43:44.148Z] github.com/docker/docker/builder/remotecontext/git [2022-03-04T14:43:44.148Z] github.com/docker/docker/cli [2022-03-04T14:43:44.148Z] github.com/docker/docker/cli/config [2022-03-04T14:43:44.148Z] github.com/docker/docker/cli/debug [2022-03-04T14:43:44.148Z] github.com/docker/docker/client [2022-03-04T14:43:44.148Z] github.com/docker/docker/cmd/docker-proxy [2022-03-04T14:43:44.148Z] github.com/docker/docker/cmd/dockerd [2022-03-04T14:43:44.148Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-04T14:43:44.148Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-04T14:43:44.148Z] github.com/docker/docker/container [2022-03-04T14:43:44.148Z] github.com/docker/docker/container/stream [2022-03-04T14:43:44.148Z] github.com/docker/docker/contrib/apparmor [2022-03-04T14:43:44.148Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-04T14:43:44.148Z] github.com/docker/docker/contrib/httpserver [2022-03-04T14:43:44.148Z] github.com/docker/docker/daemon [2022-03-04T14:43:44.148Z] github.com/docker/docker/daemon/cluster [2022-03-04T14:43:44.148Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-04T14:43:44.148Z] github.com/docker/docker/daemon/cluster/convert [2022-03-04T14:43:44.148Z] github.com/docker/docker/daemon/cluster/executor [2022-03-04T14:43:44.148Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-04T14:43:44.148Z] github.com/docker/docker/daemon/cluster/provider [2022-03-04T14:43:44.148Z] github.com/docker/docker/daemon/config [2022-03-04T14:43:44.148Z] github.com/docker/docker/daemon/events [2022-03-04T14:43:44.148Z] github.com/docker/docker/daemon/events/testutils [2022-03-04T14:43:44.148Z] github.com/docker/docker/daemon/exec [2022-03-04T14:43:44.148Z] github.com/docker/docker/daemon/graphdriver [2022-03-04T14:43:44.148Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-04T14:43:44.148Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-04T14:43:44.148Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-04T14:43:44.148Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-04T14:43:44.148Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-04T14:43:44.148Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-04T14:43:44.148Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-04T14:43:44.148Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-04T14:43:44.148Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-04T14:43:44.148Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-04T14:43:44.148Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-04T14:43:44.148Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-04T14:43:44.148Z] github.com/docker/docker/daemon/images [2022-03-04T14:43:44.148Z] github.com/docker/docker/daemon/initlayer [2022-03-04T14:43:44.148Z] github.com/docker/docker/daemon/links [2022-03-04T14:43:44.148Z] github.com/docker/docker/daemon/listeners [2022-03-04T14:43:44.148Z] github.com/docker/docker/daemon/logger [2022-03-04T14:43:44.148Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-04T14:43:44.148Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-04T14:43:44.148Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-04T14:43:44.148Z] github.com/docker/docker/daemon/logger/gelf [2022-03-04T14:43:44.148Z] github.com/docker/docker/daemon/logger/journald [2022-03-04T14:43:44.148Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-04T14:43:44.148Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-04T14:43:44.148Z] github.com/docker/docker/daemon/logger/local [2022-03-04T14:43:44.148Z] github.com/docker/docker/daemon/logger/logentries [2022-03-04T14:43:44.148Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-04T14:43:44.148Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-04T14:43:44.148Z] github.com/docker/docker/daemon/logger/splunk [2022-03-04T14:43:44.148Z] github.com/docker/docker/daemon/logger/syslog [2022-03-04T14:43:44.148Z] github.com/docker/docker/daemon/logger/templates [2022-03-04T14:43:44.148Z] github.com/docker/docker/daemon/names [2022-03-04T14:43:44.148Z] github.com/docker/docker/daemon/network [2022-03-04T14:43:44.148Z] github.com/docker/docker/daemon/stats [2022-03-04T14:43:44.148Z] github.com/docker/docker/distribution [2022-03-04T14:43:44.148Z] github.com/docker/docker/distribution/metadata [2022-03-04T14:43:44.148Z] github.com/docker/docker/distribution/utils [2022-03-04T14:43:44.148Z] github.com/docker/docker/distribution/xfer [2022-03-04T14:43:44.148Z] github.com/docker/docker/dockerversion [2022-03-04T14:43:44.148Z] github.com/docker/docker/errdefs [2022-03-04T14:43:44.148Z] github.com/docker/docker/image [2022-03-04T14:43:44.148Z] github.com/docker/docker/image/cache [2022-03-04T14:43:44.148Z] github.com/docker/docker/image/tarexport [2022-03-04T14:43:44.148Z] github.com/docker/docker/image/v1 [2022-03-04T14:43:44.148Z] github.com/docker/docker/internal/test/suite [2022-03-04T14:43:44.148Z] github.com/docker/docker/layer [2022-03-04T14:43:44.148Z] github.com/docker/docker/libcontainerd [2022-03-04T14:43:44.148Z] github.com/docker/docker/libcontainerd/queue [2022-03-04T14:43:44.148Z] github.com/docker/docker/libcontainerd/remote [2022-03-04T14:43:44.148Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-04T14:43:44.148Z] github.com/docker/docker/libcontainerd/types [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/bitseq [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/cluster [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/config [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/datastore [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/driverapi [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/etchosts [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/idm [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/ipam [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/iptables [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/netlabel [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/netutils [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/networkdb [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/ns [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/options [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/osl [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/portallocator [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/portmapper [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/testutils [2022-03-04T14:43:44.148Z] github.com/docker/docker/libnetwork/types [2022-03-04T14:43:44.148Z] github.com/docker/docker/oci [2022-03-04T14:43:44.148Z] github.com/docker/docker/oci/caps [2022-03-04T14:43:44.148Z] github.com/docker/docker/opts [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/aaparser [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/archive [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/authorization [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/broadcaster [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/capabilities [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/chrootarchive [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/containerfs [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/devicemapper [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/directory [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/dmesg [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/filenotify [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/fileutils [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/fsutils [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/homedir [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/idtools [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/ioutils [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/jsonmessage [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/locker [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/longpath [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/loopback [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/mount [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/namesgenerator [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/parsers [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/pidfile [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/platform [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/plugingetter [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/plugins [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/plugins/transport [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/pools [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/progress [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/pubsub [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/reexec [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/signal [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/stack [2022-03-04T14:43:44.148Z] github.com/docker/docker/pkg/stdcopy [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/streamformatter [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/stringid [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/symlink [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/sysinfo [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/system [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/tailfile [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/tarsum [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/term [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/term/windows [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/truncindex [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/urlutil [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/useragent [2022-03-04T14:43:44.149Z] github.com/docker/docker/plugin [2022-03-04T14:43:44.149Z] github.com/docker/docker/plugin/executor/containerd [2022-03-04T14:43:44.149Z] github.com/docker/docker/plugin/v2 [2022-03-04T14:43:44.149Z] github.com/docker/docker/profiles/apparmor [2022-03-04T14:43:44.149Z] github.com/docker/docker/profiles/seccomp [2022-03-04T14:43:44.149Z] github.com/docker/docker/quota [2022-03-04T14:43:44.149Z] github.com/docker/docker/reference [2022-03-04T14:43:44.149Z] github.com/docker/docker/registry [2022-03-04T14:43:44.149Z] github.com/docker/docker/registry/resumable [2022-03-04T14:43:44.149Z] github.com/docker/docker/restartmanager [2022-03-04T14:43:44.149Z] github.com/docker/docker/rootless [2022-03-04T14:43:44.149Z] github.com/docker/docker/rootless/specconv [2022-03-04T14:43:44.149Z] github.com/docker/docker/runconfig [2022-03-04T14:43:44.149Z] github.com/docker/docker/runconfig/opts [2022-03-04T14:43:44.149Z] github.com/docker/docker/testutil [2022-03-04T14:43:44.149Z] github.com/docker/docker/testutil/daemon [2022-03-04T14:43:44.149Z] github.com/docker/docker/testutil/environment [2022-03-04T14:43:44.149Z] github.com/docker/docker/testutil/fakecontext [2022-03-04T14:43:44.149Z] github.com/docker/docker/testutil/fakegit [2022-03-04T14:43:44.149Z] github.com/docker/docker/testutil/fakestorage [2022-03-04T14:43:44.149Z] github.com/docker/docker/testutil/fixtures/load [2022-03-04T14:43:44.149Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-04T14:43:44.149Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-04T14:43:44.149Z] github.com/docker/docker/testutil/registry [2022-03-04T14:43:44.149Z] github.com/docker/docker/testutil/request [2022-03-04T14:43:44.149Z] github.com/docker/docker/volume [2022-03-04T14:43:44.149Z] github.com/docker/docker/volume/drivers [2022-03-04T14:43:44.149Z] github.com/docker/docker/volume/local [2022-03-04T14:43:44.149Z] github.com/docker/docker/volume/mounts [2022-03-04T14:43:44.149Z] github.com/docker/docker/volume/service [2022-03-04T14:43:44.149Z] github.com/docker/docker/volume/service/opts [2022-03-04T14:43:44.149Z] github.com/docker/docker/volume/testutils' [2022-03-04T14:43:44.149Z] + base_pkg_list='github.com/docker/docker/api [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/server [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/server/backend/build [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/server/httputils [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/server/middleware [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/server/router [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/server/router/build [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/server/router/container [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/server/router/debug [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/server/router/distribution [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/server/router/grpc [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/server/router/image [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/server/router/network [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/server/router/plugin [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/server/router/session [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/server/router/swarm [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/server/router/system [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/server/router/volume [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/types [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/types/backend [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/types/blkiodev [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/types/container [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/types/events [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/types/filters [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/types/image [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/types/mount [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/types/network [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/types/registry [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/types/strslice [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/types/swarm [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/types/time [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/types/versions [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/types/volume [2022-03-04T14:43:44.149Z] github.com/docker/docker/builder [2022-03-04T14:43:44.149Z] github.com/docker/docker/builder/builder-next [2022-03-04T14:43:44.149Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-04T14:43:44.149Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-04T14:43:44.149Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-04T14:43:44.149Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-04T14:43:44.149Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-04T14:43:44.149Z] github.com/docker/docker/builder/builder-next/worker [2022-03-04T14:43:44.149Z] github.com/docker/docker/builder/dockerfile [2022-03-04T14:43:44.149Z] github.com/docker/docker/builder/dockerignore [2022-03-04T14:43:44.149Z] github.com/docker/docker/builder/remotecontext [2022-03-04T14:43:44.149Z] github.com/docker/docker/builder/remotecontext/git [2022-03-04T14:43:44.149Z] github.com/docker/docker/cli [2022-03-04T14:43:44.149Z] github.com/docker/docker/cli/config [2022-03-04T14:43:44.149Z] github.com/docker/docker/cli/debug [2022-03-04T14:43:44.149Z] github.com/docker/docker/client [2022-03-04T14:43:44.149Z] github.com/docker/docker/cmd/docker-proxy [2022-03-04T14:43:44.149Z] github.com/docker/docker/cmd/dockerd [2022-03-04T14:43:44.149Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-04T14:43:44.149Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-04T14:43:44.149Z] github.com/docker/docker/container [2022-03-04T14:43:44.149Z] github.com/docker/docker/container/stream [2022-03-04T14:43:44.149Z] github.com/docker/docker/contrib/apparmor [2022-03-04T14:43:44.149Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-04T14:43:44.149Z] github.com/docker/docker/contrib/httpserver [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/cluster [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/cluster/convert [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/cluster/executor [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/cluster/provider [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/config [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/events [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/events/testutils [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/exec [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/graphdriver [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/images [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/initlayer [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/links [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/listeners [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/logger [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/logger/gelf [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/logger/journald [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/logger/local [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/logger/logentries [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/logger/splunk [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/logger/syslog [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/logger/templates [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/names [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/network [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/stats [2022-03-04T14:43:44.149Z] github.com/docker/docker/distribution [2022-03-04T14:43:44.149Z] github.com/docker/docker/distribution/metadata [2022-03-04T14:43:44.149Z] github.com/docker/docker/distribution/utils [2022-03-04T14:43:44.149Z] github.com/docker/docker/distribution/xfer [2022-03-04T14:43:44.149Z] github.com/docker/docker/dockerversion [2022-03-04T14:43:44.149Z] github.com/docker/docker/errdefs [2022-03-04T14:43:44.149Z] github.com/docker/docker/image [2022-03-04T14:43:44.149Z] github.com/docker/docker/image/cache [2022-03-04T14:43:44.149Z] github.com/docker/docker/image/tarexport [2022-03-04T14:43:44.149Z] github.com/docker/docker/image/v1 [2022-03-04T14:43:44.149Z] github.com/docker/docker/internal/test/suite [2022-03-04T14:43:44.149Z] github.com/docker/docker/layer [2022-03-04T14:43:44.149Z] github.com/docker/docker/libcontainerd [2022-03-04T14:43:44.149Z] github.com/docker/docker/libcontainerd/queue [2022-03-04T14:43:44.149Z] github.com/docker/docker/libcontainerd/remote [2022-03-04T14:43:44.149Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-04T14:43:44.149Z] github.com/docker/docker/libcontainerd/types [2022-03-04T14:43:44.149Z] github.com/docker/docker/oci [2022-03-04T14:43:44.149Z] github.com/docker/docker/oci/caps [2022-03-04T14:43:44.149Z] github.com/docker/docker/opts [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/aaparser [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/archive [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/authorization [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/broadcaster [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/capabilities [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/chrootarchive [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/containerfs [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/devicemapper [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/directory [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/dmesg [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/filenotify [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/fileutils [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/fsutils [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/homedir [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/idtools [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/ioutils [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/jsonmessage [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/locker [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/longpath [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/loopback [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/mount [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/namesgenerator [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/parsers [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/pidfile [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/platform [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/plugingetter [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/plugins [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/plugins/transport [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/pools [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/progress [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/pubsub [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/reexec [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/signal [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/stack [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/stdcopy [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/streamformatter [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/stringid [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/symlink [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/sysinfo [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/system [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/tailfile [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/tarsum [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/term [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/term/windows [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/truncindex [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/urlutil [2022-03-04T14:43:44.149Z] github.com/docker/docker/pkg/useragent [2022-03-04T14:43:44.149Z] github.com/docker/docker/plugin [2022-03-04T14:43:44.149Z] github.com/docker/docker/plugin/executor/containerd [2022-03-04T14:43:44.149Z] github.com/docker/docker/plugin/v2 [2022-03-04T14:43:44.149Z] github.com/docker/docker/profiles/apparmor [2022-03-04T14:43:44.149Z] github.com/docker/docker/profiles/seccomp [2022-03-04T14:43:44.149Z] github.com/docker/docker/quota [2022-03-04T14:43:44.149Z] github.com/docker/docker/reference [2022-03-04T14:43:44.149Z] github.com/docker/docker/registry [2022-03-04T14:43:44.149Z] github.com/docker/docker/registry/resumable [2022-03-04T14:43:44.149Z] github.com/docker/docker/restartmanager [2022-03-04T14:43:44.149Z] github.com/docker/docker/rootless [2022-03-04T14:43:44.149Z] github.com/docker/docker/rootless/specconv [2022-03-04T14:43:44.149Z] github.com/docker/docker/runconfig [2022-03-04T14:43:44.149Z] github.com/docker/docker/runconfig/opts [2022-03-04T14:43:44.149Z] github.com/docker/docker/testutil [2022-03-04T14:43:44.149Z] github.com/docker/docker/testutil/daemon [2022-03-04T14:43:44.149Z] github.com/docker/docker/testutil/environment [2022-03-04T14:43:44.149Z] github.com/docker/docker/testutil/fakecontext [2022-03-04T14:43:44.149Z] github.com/docker/docker/testutil/fakegit [2022-03-04T14:43:44.149Z] github.com/docker/docker/testutil/fakestorage [2022-03-04T14:43:44.149Z] github.com/docker/docker/testutil/fixtures/load [2022-03-04T14:43:44.149Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-04T14:43:44.149Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-04T14:43:44.149Z] github.com/docker/docker/testutil/registry [2022-03-04T14:43:44.149Z] github.com/docker/docker/testutil/request [2022-03-04T14:43:44.149Z] github.com/docker/docker/volume [2022-03-04T14:43:44.149Z] github.com/docker/docker/volume/drivers [2022-03-04T14:43:44.149Z] github.com/docker/docker/volume/local [2022-03-04T14:43:44.149Z] github.com/docker/docker/volume/mounts [2022-03-04T14:43:44.149Z] github.com/docker/docker/volume/service [2022-03-04T14:43:44.149Z] github.com/docker/docker/volume/service/opts [2022-03-04T14:43:44.149Z] github.com/docker/docker/volume/testutils' [2022-03-04T14:43:44.149Z] ++ grep --fixed-strings /libnetwork [2022-03-04T14:43:44.149Z] ++ echo 'github.com/docker/docker/api [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/server [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/server/backend/build [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/server/httputils [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/server/middleware [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/server/router [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/server/router/build [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/server/router/container [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/server/router/debug [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/server/router/distribution [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/server/router/grpc [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/server/router/image [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/server/router/network [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/server/router/plugin [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/server/router/session [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/server/router/swarm [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/server/router/system [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/server/router/volume [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/types [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/types/backend [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/types/blkiodev [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/types/container [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/types/events [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/types/filters [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/types/image [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/types/mount [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/types/network [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/types/registry [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/types/strslice [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/types/swarm [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/types/time [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/types/versions [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-04T14:43:44.149Z] github.com/docker/docker/api/types/volume [2022-03-04T14:43:44.149Z] github.com/docker/docker/builder [2022-03-04T14:43:44.149Z] github.com/docker/docker/builder/builder-next [2022-03-04T14:43:44.149Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-04T14:43:44.149Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-04T14:43:44.149Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-04T14:43:44.149Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-04T14:43:44.149Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-04T14:43:44.149Z] github.com/docker/docker/builder/builder-next/worker [2022-03-04T14:43:44.149Z] github.com/docker/docker/builder/dockerfile [2022-03-04T14:43:44.149Z] github.com/docker/docker/builder/dockerignore [2022-03-04T14:43:44.149Z] github.com/docker/docker/builder/remotecontext [2022-03-04T14:43:44.149Z] github.com/docker/docker/builder/remotecontext/git [2022-03-04T14:43:44.149Z] github.com/docker/docker/cli [2022-03-04T14:43:44.149Z] github.com/docker/docker/cli/config [2022-03-04T14:43:44.149Z] github.com/docker/docker/cli/debug [2022-03-04T14:43:44.149Z] github.com/docker/docker/client [2022-03-04T14:43:44.149Z] github.com/docker/docker/cmd/docker-proxy [2022-03-04T14:43:44.149Z] github.com/docker/docker/cmd/dockerd [2022-03-04T14:43:44.149Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-04T14:43:44.149Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-04T14:43:44.149Z] github.com/docker/docker/container [2022-03-04T14:43:44.149Z] github.com/docker/docker/container/stream [2022-03-04T14:43:44.149Z] github.com/docker/docker/contrib/apparmor [2022-03-04T14:43:44.149Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-04T14:43:44.149Z] github.com/docker/docker/contrib/httpserver [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/cluster [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/cluster/convert [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/cluster/executor [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/cluster/provider [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/config [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/events [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/events/testutils [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/exec [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/graphdriver [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/images [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/initlayer [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/links [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/listeners [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/logger [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/logger/gelf [2022-03-04T14:43:44.149Z] github.com/docker/docker/daemon/logger/journald [2022-03-04T14:43:44.150Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-04T14:43:44.150Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-04T14:43:44.150Z] github.com/docker/docker/daemon/logger/local [2022-03-04T14:43:44.150Z] github.com/docker/docker/daemon/logger/logentries [2022-03-04T14:43:44.150Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-04T14:43:44.150Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-04T14:43:44.150Z] github.com/docker/docker/daemon/logger/splunk [2022-03-04T14:43:44.150Z] github.com/docker/docker/daemon/logger/syslog [2022-03-04T14:43:44.150Z] github.com/docker/docker/daemon/logger/templates [2022-03-04T14:43:44.150Z] github.com/docker/docker/daemon/names [2022-03-04T14:43:44.150Z] github.com/docker/docker/daemon/network [2022-03-04T14:43:44.150Z] github.com/docker/docker/daemon/stats [2022-03-04T14:43:44.150Z] github.com/docker/docker/distribution [2022-03-04T14:43:44.150Z] github.com/docker/docker/distribution/metadata [2022-03-04T14:43:44.150Z] github.com/docker/docker/distribution/utils [2022-03-04T14:43:44.150Z] github.com/docker/docker/distribution/xfer [2022-03-04T14:43:44.150Z] github.com/docker/docker/dockerversion [2022-03-04T14:43:44.150Z] github.com/docker/docker/errdefs [2022-03-04T14:43:44.150Z] github.com/docker/docker/image [2022-03-04T14:43:44.150Z] github.com/docker/docker/image/cache [2022-03-04T14:43:44.150Z] github.com/docker/docker/image/tarexport [2022-03-04T14:43:44.150Z] github.com/docker/docker/image/v1 [2022-03-04T14:43:44.150Z] github.com/docker/docker/internal/test/suite [2022-03-04T14:43:44.150Z] github.com/docker/docker/layer [2022-03-04T14:43:44.150Z] github.com/docker/docker/libcontainerd [2022-03-04T14:43:44.150Z] github.com/docker/docker/libcontainerd/queue [2022-03-04T14:43:44.150Z] github.com/docker/docker/libcontainerd/remote [2022-03-04T14:43:44.150Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-04T14:43:44.150Z] github.com/docker/docker/libcontainerd/types [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/bitseq [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/cluster [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/config [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/datastore [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/driverapi [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/etchosts [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/idm [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/ipam [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/iptables [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/netlabel [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/netutils [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/networkdb [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/ns [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/options [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/osl [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/portallocator [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/portmapper [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/testutils [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/types [2022-03-04T14:43:44.150Z] github.com/docker/docker/oci [2022-03-04T14:43:44.150Z] github.com/docker/docker/oci/caps [2022-03-04T14:43:44.150Z] github.com/docker/docker/opts [2022-03-04T14:43:44.150Z] github.com/docker/docker/pkg/aaparser [2022-03-04T14:43:44.150Z] github.com/docker/docker/pkg/archive [2022-03-04T14:43:44.150Z] github.com/docker/docker/pkg/authorization [2022-03-04T14:43:44.150Z] github.com/docker/docker/pkg/broadcaster [2022-03-04T14:43:44.150Z] github.com/docker/docker/pkg/capabilities [2022-03-04T14:43:44.150Z] github.com/docker/docker/pkg/chrootarchive [2022-03-04T14:43:44.150Z] github.com/docker/docker/pkg/containerfs [2022-03-04T14:43:44.150Z] github.com/docker/docker/pkg/devicemapper [2022-03-04T14:43:44.150Z] github.com/docker/docker/pkg/directory [2022-03-04T14:43:44.150Z] github.com/docker/docker/pkg/dmesg [2022-03-04T14:43:44.150Z] github.com/docker/docker/pkg/filenotify [2022-03-04T14:43:44.150Z] github.com/docker/docker/pkg/fileutils [2022-03-04T14:43:44.150Z] github.com/docker/docker/pkg/fsutils [2022-03-04T14:43:44.150Z] github.com/docker/docker/pkg/homedir [2022-03-04T14:43:44.150Z] github.com/docker/docker/pkg/idtools [2022-03-04T14:43:44.150Z] github.com/docker/docker/pkg/ioutils [2022-03-04T14:43:44.150Z] github.com/docker/docker/pkg/jsonmessage [2022-03-04T14:43:44.150Z] github.com/docker/docker/pkg/locker [2022-03-04T14:43:44.150Z] github.com/docker/docker/pkg/longpath [2022-03-04T14:43:44.150Z] github.com/docker/docker/pkg/loopback [2022-03-04T14:43:44.150Z] github.com/docker/docker/pkg/mount [2022-03-04T14:43:44.150Z] github.com/docker/docker/pkg/namesgenerator [2022-03-04T14:43:44.150Z] github.com/docker/docker/pkg/parsers [2022-03-04T14:43:44.150Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-04T14:43:44.150Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-04T14:43:44.150Z] github.com/docker/docker/pkg/pidfile [2022-03-04T14:43:44.150Z] github.com/docker/docker/pkg/platform [2022-03-04T14:43:44.150Z] github.com/docker/docker/pkg/plugingetter [2022-03-04T14:43:44.150Z] github.com/docker/docker/pkg/plugins [2022-03-04T14:43:44.150Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-04T14:43:44.150Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-04T14:43:44.150Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-04T14:43:44.150Z] github.com/docker/docker/pkg/plugins/transport [2022-03-04T14:43:44.150Z] github.com/docker/docker/pkg/pools [2022-03-04T14:43:44.150Z] github.com/docker/docker/pkg/progress [2022-03-04T14:43:44.150Z] github.com/docker/docker/pkg/pubsub [2022-03-04T14:43:44.150Z] github.com/docker/docker/pkg/reexec [2022-03-04T14:43:44.150Z] github.com/docker/docker/pkg/signal [2022-03-04T14:43:44.150Z] github.com/docker/docker/pkg/stack [2022-03-04T14:43:44.150Z] github.com/docker/docker/pkg/stdcopy [2022-03-04T14:43:44.150Z] github.com/docker/docker/pkg/streamformatter [2022-03-04T14:43:44.150Z] github.com/docker/docker/pkg/stringid [2022-03-04T14:43:44.150Z] github.com/docker/docker/pkg/symlink [2022-03-04T14:43:44.150Z] github.com/docker/docker/pkg/sysinfo [2022-03-04T14:43:44.150Z] github.com/docker/docker/pkg/system [2022-03-04T14:43:44.150Z] github.com/docker/docker/pkg/tailfile [2022-03-04T14:43:44.150Z] github.com/docker/docker/pkg/tarsum [2022-03-04T14:43:44.150Z] github.com/docker/docker/pkg/term [2022-03-04T14:43:44.150Z] github.com/docker/docker/pkg/term/windows [2022-03-04T14:43:44.150Z] github.com/docker/docker/pkg/truncindex [2022-03-04T14:43:44.150Z] github.com/docker/docker/pkg/urlutil [2022-03-04T14:43:44.150Z] github.com/docker/docker/pkg/useragent [2022-03-04T14:43:44.150Z] github.com/docker/docker/plugin [2022-03-04T14:43:44.150Z] github.com/docker/docker/plugin/executor/containerd [2022-03-04T14:43:44.150Z] github.com/docker/docker/plugin/v2 [2022-03-04T14:43:44.150Z] github.com/docker/docker/profiles/apparmor [2022-03-04T14:43:44.150Z] github.com/docker/docker/profiles/seccomp [2022-03-04T14:43:44.150Z] github.com/docker/docker/quota [2022-03-04T14:43:44.150Z] github.com/docker/docker/reference [2022-03-04T14:43:44.150Z] github.com/docker/docker/registry [2022-03-04T14:43:44.150Z] github.com/docker/docker/registry/resumable [2022-03-04T14:43:44.150Z] github.com/docker/docker/restartmanager [2022-03-04T14:43:44.150Z] github.com/docker/docker/rootless [2022-03-04T14:43:44.150Z] github.com/docker/docker/rootless/specconv [2022-03-04T14:43:44.150Z] github.com/docker/docker/runconfig [2022-03-04T14:43:44.150Z] github.com/docker/docker/runconfig/opts [2022-03-04T14:43:44.150Z] github.com/docker/docker/testutil [2022-03-04T14:43:44.150Z] github.com/docker/docker/testutil/daemon [2022-03-04T14:43:44.150Z] github.com/docker/docker/testutil/environment [2022-03-04T14:43:44.150Z] github.com/docker/docker/testutil/fakecontext [2022-03-04T14:43:44.150Z] github.com/docker/docker/testutil/fakegit [2022-03-04T14:43:44.150Z] github.com/docker/docker/testutil/fakestorage [2022-03-04T14:43:44.150Z] github.com/docker/docker/testutil/fixtures/load [2022-03-04T14:43:44.150Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-04T14:43:44.150Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-04T14:43:44.150Z] github.com/docker/docker/testutil/registry [2022-03-04T14:43:44.150Z] github.com/docker/docker/testutil/request [2022-03-04T14:43:44.150Z] github.com/docker/docker/volume [2022-03-04T14:43:44.150Z] github.com/docker/docker/volume/drivers [2022-03-04T14:43:44.150Z] github.com/docker/docker/volume/local [2022-03-04T14:43:44.150Z] github.com/docker/docker/volume/mounts [2022-03-04T14:43:44.150Z] github.com/docker/docker/volume/service [2022-03-04T14:43:44.150Z] github.com/docker/docker/volume/service/opts [2022-03-04T14:43:44.150Z] github.com/docker/docker/volume/testutils' [2022-03-04T14:43:44.150Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/bitseq [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/cluster [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/config [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/datastore [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/driverapi [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/etchosts [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/idm [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/ipam [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/iptables [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/netlabel [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/netutils [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/networkdb [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/ns [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/options [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/osl [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/portallocator [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/portmapper [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/testutils [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/types' [2022-03-04T14:43:44.150Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-03-04T14:43:44.150Z] + echo 'github.com/docker/docker/libnetwork [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/bitseq [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/cluster [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/config [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/datastore [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/driverapi [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/etchosts [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/idm [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/ipam [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/iptables [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/netlabel [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/netutils [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/networkdb [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/ns [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/options [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/osl [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/portallocator [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/portmapper [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/testutils [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/types' [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-04T14:43:44.150Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-04T14:43:44.150Z] + type docker-proxy [2022-03-04T14:43:44.150Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-03-04T14:43:44.150Z] + hack/make.sh binary-proxy install-proxy [2022-03-04T14:43:44.150Z] [2022-03-04T14:43:44.150Z] Removing bundles/ [2022-03-04T14:43:44.150Z] [2022-03-04T14:43:44.150Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-03-04T14:43:44.150Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-03-04T14:43:44.150Z] GOOS="" GOARCH="" GOARM="" [2022-03-04T14:43:44.385Z] #24 DONE 1.8s [2022-03-04T14:43:44.385Z] [2022-03-04T14:43:44.385Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-04T14:43:44.385Z] #59 sha256:00c334c91cd33b2a4675028eb02ab4f6dc08add0edadc445f76dfeb92d596f96 [2022-03-04T14:43:44.385Z] #59 CACHED [2022-03-04T14:43:44.385Z] [2022-03-04T14:43:44.385Z] #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-04T14:43:44.385Z] #53 sha256:2e5c2c3a807398b5722679f00dfe770acf6fa70d6a47e6da6ba57e2dd83f38f1 [2022-03-04T14:43:44.385Z] #53 CACHED [2022-03-04T14:43:44.385Z] [2022-03-04T14:43:44.385Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-04T14:43:44.385Z] #62 sha256:60da2fdf1722113f59c141a8e610f8f3284c2993532732f5160cacfdace9730c [2022-03-04T14:43:44.385Z] #62 CACHED [2022-03-04T14:43:44.385Z] [2022-03-04T14:43:44.385Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-04T14:43:44.385Z] #71 sha256:9ac453e18f0831e048e6dd74a12cc4e0e1f2b3c291bf345e017d5558b03ecfd3 [2022-03-04T14:43:44.385Z] #71 CACHED [2022-03-04T14:43:44.385Z] [2022-03-04T14:43:44.385Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-04T14:43:44.385Z] #27 sha256:8cb36af8eca0b53b3a366adc719fd9689afabab103c32bfebd48ac30a4761e84 [2022-03-04T14:43:44.385Z] #27 CACHED [2022-03-04T14:43:44.385Z] [2022-03-04T14:43:44.385Z] #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-04T14:43:44.385Z] #63 sha256:cb4760c72bb41c7138b37cedbe830cfae40217f3fc99e4932da88e4f6e314783 [2022-03-04T14:43:44.385Z] #63 CACHED [2022-03-04T14:43:44.385Z] [2022-03-04T14:43:44.386Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-04T14:43:44.386Z] #30 sha256:52c96baa0d2de26cbf05b3182032ab4487a8b1e9ac9a350e7fe583a4311375c6 [2022-03-04T14:43:44.386Z] #30 CACHED [2022-03-04T14:43:44.386Z] [2022-03-04T14:43:44.386Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-04T14:43:44.386Z] #32 sha256:bb2a05e0807471c19c76ff3d13a2ee8766610ffabc2a67443ccfcf7aaee4d5dd [2022-03-04T14:43:44.386Z] #32 CACHED [2022-03-04T14:43:44.386Z] [2022-03-04T14:43:44.386Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-04T14:43:44.386Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-03-04T14:43:44.386Z] #68 CACHED [2022-03-04T14:43:44.386Z] [2022-03-04T14:43:44.386Z] #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-04T14:43:44.386Z] #56 sha256:d4a4d1fb07dd97767ae861488b5c96372a21135ecf705a7a7242b06450d65bf5 [2022-03-04T14:43:44.386Z] #56 CACHED [2022-03-04T14:43:44.386Z] [2022-03-04T14:43:44.386Z] #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-04T14:43:44.386Z] #46 sha256:60850dc2e3c6103f13d9f2111ce5a4178552c600f71c9b92245115fc9cde994b [2022-03-04T14:43:44.386Z] #46 CACHED [2022-03-04T14:43:44.386Z] [2022-03-04T14:43:44.386Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-04T14:43:44.386Z] #64 sha256:df2b84d1c835d731bf0d4219e18cbf01fe5ee80d4e1e32edc3e9b6889b2dfeb5 [2022-03-04T14:43:44.386Z] #64 CACHED [2022-03-04T14:43:44.386Z] [2022-03-04T14:43:44.386Z] #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-04T14:43:44.386Z] #40 sha256:4bf8b852f2374e441b7c021be21e58e719e932efd3f68b5a691d5bd31559ac66 [2022-03-04T14:43:44.386Z] #40 CACHED [2022-03-04T14:43:44.386Z] [2022-03-04T14:43:44.386Z] #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-04T14:43:44.386Z] #26 sha256:0965342227a741193ccc581434c99187cf7bf61be23db547128305f95fee9fed [2022-03-04T14:43:44.386Z] #26 CACHED [2022-03-04T14:43:44.386Z] [2022-03-04T14:43:44.386Z] #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-04T14:43:44.386Z] #43 sha256:c63553c7bc4e21b05cb5c6d9217754e02c22c62a0ea2a112a8bcbb55346332bd [2022-03-04T14:43:44.386Z] #43 CACHED [2022-03-04T14:43:44.386Z] [2022-03-04T14:43:44.386Z] #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-04T14:43:44.386Z] #16 sha256:1e310c04e3b18a0f1b544b315eb556bf8ad447bc6a7adf7143d107fac52e5431 [2022-03-04T14:43:44.386Z] #16 CACHED [2022-03-04T14:43:44.386Z] [2022-03-04T14:43:44.386Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-04T14:43:44.386Z] #55 sha256:fc17f15fa7bfa24aa574a284ba22b4e106567f5858d5ca46495edad7f0a9c413 [2022-03-04T14:43:44.386Z] #55 CACHED [2022-03-04T14:43:44.386Z] [2022-03-04T14:43:44.386Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-04T14:43:44.386Z] #15 sha256:2e6f9db45e6c18ac1686fe8eaacffc87af9be49f57a167a8c27b87225ab67fa6 [2022-03-04T14:43:44.386Z] #15 CACHED [2022-03-04T14:43:44.386Z] [2022-03-04T14:43:44.386Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-04T14:43:44.386Z] #48 sha256:f842639cce49f4442629fa11fe69f0a0e4c57ed9bb8831fadf03ad19a64ca390 [2022-03-04T14:43:44.386Z] #48 CACHED [2022-03-04T14:43:44.386Z] [2022-03-04T14:43:44.386Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-04T14:43:44.386Z] #57 sha256:3d4645ff345cf9ddfca356dd9f37a2391976f512730fc0e2f9cab3c696cbd311 [2022-03-04T14:43:44.386Z] #57 CACHED [2022-03-04T14:43:44.386Z] [2022-03-04T14:43:44.386Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-04T14:43:44.386Z] #17 sha256:9d0fbe670609ddfd3d60a79fdcf3dad94a55a0007fcc0de3a532aba96b37e977 [2022-03-04T14:43:44.386Z] #17 CACHED [2022-03-04T14:43:44.386Z] [2022-03-04T14:43:44.386Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-04T14:43:44.386Z] #61 sha256:fde4f38adc7d259442b0bc75e71d9d88d1eff18c4eb95d152b1b8ba096e3e3a2 [2022-03-04T14:43:44.386Z] #61 CACHED [2022-03-04T14:43:44.386Z] [2022-03-04T14:43:44.386Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-04T14:43:44.386Z] #51 sha256:5471c33f57f71bc7f9babd3740e165797675d5392d4c7d948c0cf4f0ef98a2fa [2022-03-04T14:43:44.386Z] #51 CACHED [2022-03-04T14:43:44.386Z] [2022-03-04T14:43:44.386Z] #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-04T14:43:44.386Z] #38 sha256:2245cdb59b984340608a45cf2083ebd79290e3b38ac29aad94738d34987ad85c [2022-03-04T14:43:44.386Z] #38 CACHED [2022-03-04T14:43:44.386Z] [2022-03-04T14:43:44.386Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-04T14:43:44.386Z] #72 sha256:2e891f8b1f3956e96af8f4b463a1539ecf20086c13c6dc528c8fdd8138d7a496 [2022-03-04T14:43:44.386Z] #72 CACHED [2022-03-04T14:43:44.386Z] [2022-03-04T14:43:44.386Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-04T14:43:44.386Z] #50 sha256:1cbc658519f7127d18795366b6b9e5e0496f5bb0305ca5e127888c13ce2330e4 [2022-03-04T14:43:44.386Z] #50 CACHED [2022-03-04T14:43:44.386Z] [2022-03-04T14:43:44.386Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-04T14:43:44.386Z] #54 sha256:8612505320dafd55d43d8c1704bad0ad34be33d7dc477737a7ff8b5618141c41 [2022-03-04T14:43:44.386Z] #54 CACHED [2022-03-04T14:43:44.386Z] [2022-03-04T14:43:44.386Z] #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-04T14:43:44.386Z] #13 sha256:0018f7660dfd21af8d84d3bb79a64897055a46f40c3b0369dbcf06cd7184a28b [2022-03-04T14:43:44.386Z] #13 CACHED [2022-03-04T14:43:44.386Z] [2022-03-04T14:43:44.386Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-04T14:43:44.386Z] #41 sha256:3abafb60dd9393ea48cc287c073ec436d0d198b3255c59575cdd42a78c866fed [2022-03-04T14:43:44.386Z] #41 CACHED [2022-03-04T14:43:44.386Z] [2022-03-04T14:43:44.386Z] #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-04T14:43:44.386Z] #58 sha256:1c49f854efd96ffa14c011d0bee3cb38e70e7492b2f7b9b1332a0f71898405c6 [2022-03-04T14:43:44.386Z] #58 CACHED [2022-03-04T14:43:44.386Z] [2022-03-04T14:43:44.386Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-04T14:43:44.386Z] #37 sha256:f9e4a865a78d3d5f778d4516a158459125e866dbb9122961d82339887daf5eeb [2022-03-04T14:43:44.386Z] #37 CACHED [2022-03-04T14:43:44.386Z] [2022-03-04T14:43:44.386Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-04T14:43:44.386Z] #66 sha256:cf19474e914b0f8c8d5b08f29758fd152915c2d819bd1f60c581088ea3d9c8aa [2022-03-04T14:43:44.386Z] #66 CACHED [2022-03-04T14:43:44.386Z] [2022-03-04T14:43:44.386Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-04T14:43:44.386Z] #33 sha256:190511d28e9097f95140092f2351134daeeb0db934b4d4e291949cc7ed8bbe32 [2022-03-04T14:43:44.386Z] #33 CACHED [2022-03-04T14:43:44.386Z] [2022-03-04T14:43:44.386Z] #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-04T14:43:44.386Z] #22 sha256:77471c55c324a419bf1fa541a078ef6d04d8f7238c91a05b85c41b88d013604c [2022-03-04T14:43:44.386Z] #22 CACHED [2022-03-04T14:43:44.386Z] [2022-03-04T14:43:44.386Z] #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-04T14:43:44.386Z] #29 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-04T14:43:44.386Z] #29 CACHED [2022-03-04T14:43:44.386Z] [2022-03-04T14:43:44.386Z] #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-04T14:43:44.386Z] #34 sha256:1c0acdc4a56a0c7410dd5410713d3bae78fc6c1e80011b833440a602c15a23a5 [2022-03-04T14:43:44.386Z] #34 CACHED [2022-03-04T14:43:44.386Z] [2022-03-04T14:43:44.386Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-04T14:43:44.386Z] #44 sha256:caeff4640e75310b46af95a54f2614e2f0fef9c5e1baf3a0413709e55c1076a4 [2022-03-04T14:43:44.386Z] #44 CACHED [2022-03-04T14:43:44.386Z] [2022-03-04T14:43:44.386Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-04T14:43:44.386Z] #18 sha256:5a0441886454dc7d87b83e8e785f9ecee800de5a6328bfd0e5a66fb8aec8c846 [2022-03-04T14:43:44.386Z] #18 CACHED [2022-03-04T14:43:44.386Z] [2022-03-04T14:43:44.386Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-04T14:43:44.386Z] #12 sha256:cfd6d811b2cf9b1481886641f893851f4c2c614f02c365211ff1c03fba45e20b [2022-03-04T14:43:44.386Z] #12 CACHED [2022-03-04T14:43:44.386Z] [2022-03-04T14:43:44.386Z] #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-04T14:43:44.386Z] #60 sha256:420f23591aee1cfa33a05cb2c6d178bbfd94b116643c27e84c822d9260989926 [2022-03-04T14:43:44.386Z] #60 CACHED [2022-03-04T14:43:44.386Z] [2022-03-04T14:43:44.386Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-03-04T14:43:44.386Z] #20 sha256:fdfe9664e1e3764f6c5bfba46451f89dcbfe09bb1cc05dafe3489b812925fc1f [2022-03-04T14:43:44.386Z] #20 CACHED [2022-03-04T14:43:44.386Z] [2022-03-04T14:43:44.386Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-04T14:43:44.386Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-03-04T14:43:44.386Z] #70 CACHED [2022-03-04T14:43:44.386Z] [2022-03-04T14:43:44.386Z] #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-04T14:43:44.386Z] #47 sha256:57b4aefc9d625b66b08d867c12b49f3c2f0d67c0d3983568e4559b359878aed0 [2022-03-04T14:43:44.386Z] #47 CACHED [2022-03-04T14:43:44.386Z] [2022-03-04T14:43:44.386Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-04T14:43:44.386Z] #35 sha256:239409f85ac3115af3e25c28b589674fe5ec0dfa04a4f98bd3c1f51b50e5fe28 [2022-03-04T14:43:44.386Z] #35 CACHED [2022-03-04T14:43:44.386Z] [2022-03-04T14:43:44.386Z] #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-04T14:43:44.386Z] #49 sha256:449b24f2d2c3a3aff17b4a924f65164366396d6b8d9bd09c29ba24a41cc8c71f [2022-03-04T14:43:44.386Z] #49 CACHED [2022-03-04T14:43:44.386Z] [2022-03-04T14:43:44.386Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-04T14:43:44.386Z] #39 sha256:03d6e7d0ae8220bef303492677128e82428c3a8a5addc45781b5c67ac84297da [2022-03-04T14:43:44.386Z] #39 CACHED [2022-03-04T14:43:44.386Z] [2022-03-04T14:43:44.386Z] #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-04T14:43:44.386Z] #36 sha256:0f134f3b9109f6f54e345f746ed2c9c0e03109652ccbfd06cc964a2ec5470a8c [2022-03-04T14:43:44.386Z] #36 CACHED [2022-03-04T14:43:44.386Z] [2022-03-04T14:43:44.386Z] #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-04T14:43:44.386Z] #31 sha256:0dc91a22edb25586980621f9dc29686133d54cd2da16d777dcd1e6034178bfdb [2022-03-04T14:43:44.386Z] #31 CACHED [2022-03-04T14:43:44.386Z] [2022-03-04T14:43:44.386Z] #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-04T14:43:44.386Z] #14 sha256:73d87dd558e09a1ba01f6a3f6d900d489f19215abac9a3c6afaf37c6fd378636 [2022-03-04T14:43:44.386Z] #14 CACHED [2022-03-04T14:43:44.386Z] [2022-03-04T14:43:44.386Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-04T14:43:44.386Z] #19 sha256:ec4f7381c101ab92b1f43308de155727cd59530233c701213489a904abfa9f98 [2022-03-04T14:43:44.386Z] #19 CACHED [2022-03-04T14:43:44.386Z] [2022-03-04T14:43:44.386Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-04T14:43:44.386Z] #65 sha256:281516ae4ea9d313e471a423010169ec0062eeac1ea0774773d220722b0efc14 [2022-03-04T14:43:44.386Z] #65 CACHED [2022-03-04T14:43:44.386Z] [2022-03-04T14:43:44.386Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-04T14:43:44.386Z] #42 sha256:b2210fa7ca677858953e12530c3e00045a37bf704fefc591691b7e4bcd221967 [2022-03-04T14:43:44.386Z] #42 CACHED [2022-03-04T14:43:44.386Z] [2022-03-04T14:43:44.386Z] #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-04T14:43:44.386Z] #73 sha256:4a77434f6877873f748afb19c4a4e95b995dab7a9eda94cf0db2486a75441e6a [2022-03-04T14:43:44.386Z] #73 CACHED [2022-03-04T14:43:44.386Z] [2022-03-04T14:43:44.386Z] #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-04T14:43:44.386Z] #21 sha256:ae26a2b508f838d70c3dbc445bebe6c11a74522e51eab76235532db8187f800e [2022-03-04T14:43:44.386Z] #21 CACHED [2022-03-04T14:43:44.386Z] [2022-03-04T14:43:44.386Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-04T14:43:44.386Z] #23 sha256:07c8f9a90d995ffa0109937362f2e816548dac87068b2667b5294ed64d91b8b8 [2022-03-04T14:43:44.386Z] #23 CACHED [2022-03-04T14:43:44.386Z] [2022-03-04T14:43:44.386Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-04T14:43:44.386Z] #25 sha256:748478cebe81ad055adb7e2e74c23e9464a2dfd719248577c758fdeb9f550d0a [2022-03-04T14:43:44.386Z] #25 CACHED [2022-03-04T14:43:44.386Z] [2022-03-04T14:43:44.386Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-04T14:43:44.386Z] #52 sha256:f6ed72392536ba96090f892494466cb6a12a80d05fc9211bb0022e5d8d322399 [2022-03-04T14:43:44.386Z] #52 CACHED [2022-03-04T14:43:44.386Z] [2022-03-04T14:43:44.386Z] #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-04T14:43:44.386Z] #74 sha256:e529337dc67b595893320aaf5d07c26a7afba1d9d39e51f44c02fab18c6e3843 [2022-03-04T14:43:44.386Z] #74 CACHED [2022-03-04T14:43:44.386Z] [2022-03-04T14:43:44.386Z] #75 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-04T14:43:44.386Z] #75 sha256:392c18f46fc8f0cc0a9eee653994d10bdcbc1ed4f32af376fc92d9e106b673d7 [2022-03-04T14:43:44.957Z] #75 DONE 0.8s [2022-03-04T14:43:44.957Z] [2022-03-04T14:43:44.957Z] #76 exporting to image [2022-03-04T14:43:44.957Z] #76 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-04T14:43:44.957Z] #76 exporting layers [2022-03-04T14:43:46.342Z] #76 exporting layers 1.0s done [2022-03-04T14:43:46.342Z] #76 writing image sha256:859590eec948bfaec1e003afdf39f1ee8ed909fab0d552a7e49f5f07d07fe089 [2022-03-04T14:43:46.342Z] #76 writing image sha256:859590eec948bfaec1e003afdf39f1ee8ed909fab0d552a7e49f5f07d07fe089 done [2022-03-04T14:43:46.342Z] #76 naming to docker.io/library/docker:384532a8d29ccd3ae29128d9f9e03c82300160f7 done [2022-03-04T14:43:46.342Z] #76 DONE 1.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-04T14:43:46.689Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43324/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=384532a8d29ccd3ae29128d9f9e03c82300160f7 -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:384532a8d29ccd3ae29128d9f9e03c82300160f7 hack/make.sh dynbinary test-integration [2022-03-04T14:43:46.949Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2022-03-04T14:43:46.949Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2022-03-04T14:43:46.949Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2022-03-04T14:43:46.949Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2022-03-04T14:43:46.949Z] 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-04T14:43:46.949Z] Detected virtualization docker. [2022-03-04T14:43:46.949Z] Detected architecture x86-64. [2022-03-04T14:43:46.949Z] Set hostname to <4b7a1f406d15>. [2022-03-04T14:43:47.211Z] modprobe@drm.service: Succeeded. [2022-03-04T14:43:47.211Z] modprobe@configfs.service: Succeeded. [2022-03-04T14:43:47.211Z] modprobe@fuse.service: Succeeded. [2022-03-04T14:43:47.211Z] + source /etc/docker-entrypoint-cmd [2022-03-04T14:43:47.211Z] ++ hack/make.sh dynbinary test-integration [2022-03-04T14:43:47.211Z] [2022-03-04T14:43:47.783Z] Removing bundles/ [2022-03-04T14:43:47.783Z] [2022-03-04T14:43:47.783Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-04T14:43:47.783Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-04T14:43:47.783Z] GOOS="" GOARCH="" GOARM="" [2022-03-04T14:43:50.733Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-03-04T14:43:50.733Z] [2022-03-04T14:43:50.733Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-03-04T14:43:50.733Z] Installing docker-proxy to /usr/local/bin/ [2022-03-04T14:43:50.733Z] [2022-03-04T14:43:50.733Z] + mkdir -p bundles [2022-03-04T14:43:50.733Z] + '[' -n 'github.com/docker/docker/api [2022-03-04T14:43:50.733Z] github.com/docker/docker/api/server [2022-03-04T14:43:50.733Z] github.com/docker/docker/api/server/backend/build [2022-03-04T14:43:50.733Z] github.com/docker/docker/api/server/httputils [2022-03-04T14:43:50.733Z] github.com/docker/docker/api/server/middleware [2022-03-04T14:43:50.733Z] github.com/docker/docker/api/server/router [2022-03-04T14:43:50.733Z] github.com/docker/docker/api/server/router/build [2022-03-04T14:43:50.733Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-04T14:43:50.733Z] github.com/docker/docker/api/server/router/container [2022-03-04T14:43:50.733Z] github.com/docker/docker/api/server/router/debug [2022-03-04T14:43:50.733Z] github.com/docker/docker/api/server/router/distribution [2022-03-04T14:43:50.733Z] github.com/docker/docker/api/server/router/grpc [2022-03-04T14:43:50.733Z] github.com/docker/docker/api/server/router/image [2022-03-04T14:43:50.733Z] github.com/docker/docker/api/server/router/network [2022-03-04T14:43:50.733Z] github.com/docker/docker/api/server/router/plugin [2022-03-04T14:43:50.733Z] github.com/docker/docker/api/server/router/session [2022-03-04T14:43:50.733Z] github.com/docker/docker/api/server/router/swarm [2022-03-04T14:43:50.733Z] github.com/docker/docker/api/server/router/system [2022-03-04T14:43:50.733Z] github.com/docker/docker/api/server/router/volume [2022-03-04T14:43:50.733Z] github.com/docker/docker/api/types [2022-03-04T14:43:50.733Z] github.com/docker/docker/api/types/backend [2022-03-04T14:43:50.733Z] github.com/docker/docker/api/types/blkiodev [2022-03-04T14:43:50.733Z] github.com/docker/docker/api/types/container [2022-03-04T14:43:50.733Z] github.com/docker/docker/api/types/events [2022-03-04T14:43:50.733Z] github.com/docker/docker/api/types/filters [2022-03-04T14:43:50.733Z] github.com/docker/docker/api/types/image [2022-03-04T14:43:50.733Z] github.com/docker/docker/api/types/mount [2022-03-04T14:43:50.733Z] github.com/docker/docker/api/types/network [2022-03-04T14:43:50.733Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-04T14:43:50.733Z] github.com/docker/docker/api/types/registry [2022-03-04T14:43:50.733Z] github.com/docker/docker/api/types/strslice [2022-03-04T14:43:50.733Z] github.com/docker/docker/api/types/swarm [2022-03-04T14:43:50.733Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-04T14:43:50.733Z] github.com/docker/docker/api/types/time [2022-03-04T14:43:50.733Z] github.com/docker/docker/api/types/versions [2022-03-04T14:43:50.733Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-04T14:43:50.733Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-04T14:43:50.733Z] github.com/docker/docker/api/types/volume [2022-03-04T14:43:50.734Z] github.com/docker/docker/builder [2022-03-04T14:43:50.734Z] github.com/docker/docker/builder/builder-next [2022-03-04T14:43:50.734Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-04T14:43:50.734Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-04T14:43:50.734Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-04T14:43:50.734Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-04T14:43:50.734Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-04T14:43:50.734Z] github.com/docker/docker/builder/builder-next/worker [2022-03-04T14:43:50.734Z] github.com/docker/docker/builder/dockerfile [2022-03-04T14:43:50.734Z] github.com/docker/docker/builder/dockerignore [2022-03-04T14:43:50.734Z] github.com/docker/docker/builder/remotecontext [2022-03-04T14:43:50.734Z] github.com/docker/docker/builder/remotecontext/git [2022-03-04T14:43:50.734Z] github.com/docker/docker/cli [2022-03-04T14:43:50.734Z] github.com/docker/docker/cli/config [2022-03-04T14:43:50.734Z] github.com/docker/docker/cli/debug [2022-03-04T14:43:50.734Z] github.com/docker/docker/client [2022-03-04T14:43:50.734Z] github.com/docker/docker/cmd/docker-proxy [2022-03-04T14:43:50.734Z] github.com/docker/docker/cmd/dockerd [2022-03-04T14:43:50.734Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-04T14:43:50.734Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-04T14:43:50.734Z] github.com/docker/docker/container [2022-03-04T14:43:50.734Z] github.com/docker/docker/container/stream [2022-03-04T14:43:50.734Z] github.com/docker/docker/contrib/apparmor [2022-03-04T14:43:50.734Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-04T14:43:50.734Z] github.com/docker/docker/contrib/httpserver [2022-03-04T14:43:50.734Z] github.com/docker/docker/daemon [2022-03-04T14:43:50.734Z] github.com/docker/docker/daemon/cluster [2022-03-04T14:43:50.734Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-04T14:43:50.734Z] github.com/docker/docker/daemon/cluster/convert [2022-03-04T14:43:50.734Z] github.com/docker/docker/daemon/cluster/executor [2022-03-04T14:43:50.734Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-04T14:43:50.734Z] github.com/docker/docker/daemon/cluster/provider [2022-03-04T14:43:50.734Z] github.com/docker/docker/daemon/config [2022-03-04T14:43:50.734Z] github.com/docker/docker/daemon/events [2022-03-04T14:43:50.734Z] github.com/docker/docker/daemon/events/testutils [2022-03-04T14:43:50.734Z] github.com/docker/docker/daemon/exec [2022-03-04T14:43:50.734Z] github.com/docker/docker/daemon/graphdriver [2022-03-04T14:43:50.734Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-04T14:43:50.734Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-04T14:43:50.734Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-04T14:43:50.734Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-04T14:43:50.734Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-04T14:43:50.734Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-04T14:43:50.734Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-04T14:43:50.734Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-04T14:43:50.734Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-04T14:43:50.734Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-04T14:43:50.734Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-04T14:43:50.734Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-04T14:43:50.734Z] github.com/docker/docker/daemon/images [2022-03-04T14:43:50.734Z] github.com/docker/docker/daemon/initlayer [2022-03-04T14:43:50.734Z] github.com/docker/docker/daemon/links [2022-03-04T14:43:50.734Z] github.com/docker/docker/daemon/listeners [2022-03-04T14:43:50.734Z] github.com/docker/docker/daemon/logger [2022-03-04T14:43:50.734Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-04T14:43:50.734Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-04T14:43:50.734Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-04T14:43:50.734Z] github.com/docker/docker/daemon/logger/gelf [2022-03-04T14:43:50.734Z] github.com/docker/docker/daemon/logger/journald [2022-03-04T14:43:50.734Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-04T14:43:50.734Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-04T14:43:50.734Z] github.com/docker/docker/daemon/logger/local [2022-03-04T14:43:50.734Z] github.com/docker/docker/daemon/logger/logentries [2022-03-04T14:43:50.734Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-04T14:43:50.734Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-04T14:43:50.734Z] github.com/docker/docker/daemon/logger/splunk [2022-03-04T14:43:50.734Z] github.com/docker/docker/daemon/logger/syslog [2022-03-04T14:43:50.734Z] github.com/docker/docker/daemon/logger/templates [2022-03-04T14:43:50.734Z] github.com/docker/docker/daemon/names [2022-03-04T14:43:50.734Z] github.com/docker/docker/daemon/network [2022-03-04T14:43:50.734Z] github.com/docker/docker/daemon/stats [2022-03-04T14:43:50.734Z] github.com/docker/docker/distribution [2022-03-04T14:43:50.734Z] github.com/docker/docker/distribution/metadata [2022-03-04T14:43:50.734Z] github.com/docker/docker/distribution/utils [2022-03-04T14:43:50.734Z] github.com/docker/docker/distribution/xfer [2022-03-04T14:43:50.734Z] github.com/docker/docker/dockerversion [2022-03-04T14:43:50.734Z] github.com/docker/docker/errdefs [2022-03-04T14:43:50.734Z] github.com/docker/docker/image [2022-03-04T14:43:50.734Z] github.com/docker/docker/image/cache [2022-03-04T14:43:50.734Z] github.com/docker/docker/image/tarexport [2022-03-04T14:43:50.734Z] github.com/docker/docker/image/v1 [2022-03-04T14:43:50.734Z] github.com/docker/docker/internal/test/suite [2022-03-04T14:43:50.734Z] github.com/docker/docker/layer [2022-03-04T14:43:50.734Z] github.com/docker/docker/libcontainerd [2022-03-04T14:43:50.734Z] github.com/docker/docker/libcontainerd/queue [2022-03-04T14:43:50.734Z] github.com/docker/docker/libcontainerd/remote [2022-03-04T14:43:50.734Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-04T14:43:50.734Z] github.com/docker/docker/libcontainerd/types [2022-03-04T14:43:50.734Z] github.com/docker/docker/oci [2022-03-04T14:43:50.734Z] github.com/docker/docker/oci/caps [2022-03-04T14:43:50.734Z] github.com/docker/docker/opts [2022-03-04T14:43:50.734Z] github.com/docker/docker/pkg/aaparser [2022-03-04T14:43:50.734Z] github.com/docker/docker/pkg/archive [2022-03-04T14:43:50.734Z] github.com/docker/docker/pkg/authorization [2022-03-04T14:43:50.734Z] github.com/docker/docker/pkg/broadcaster [2022-03-04T14:43:50.734Z] github.com/docker/docker/pkg/capabilities [2022-03-04T14:43:50.734Z] github.com/docker/docker/pkg/chrootarchive [2022-03-04T14:43:50.734Z] github.com/docker/docker/pkg/containerfs [2022-03-04T14:43:50.734Z] github.com/docker/docker/pkg/devicemapper [2022-03-04T14:43:50.734Z] github.com/docker/docker/pkg/directory [2022-03-04T14:43:50.734Z] github.com/docker/docker/pkg/dmesg [2022-03-04T14:43:50.734Z] github.com/docker/docker/pkg/filenotify [2022-03-04T14:43:50.734Z] github.com/docker/docker/pkg/fileutils [2022-03-04T14:43:50.734Z] github.com/docker/docker/pkg/fsutils [2022-03-04T14:43:50.734Z] github.com/docker/docker/pkg/homedir [2022-03-04T14:43:50.734Z] github.com/docker/docker/pkg/idtools [2022-03-04T14:43:50.734Z] github.com/docker/docker/pkg/ioutils [2022-03-04T14:43:50.734Z] github.com/docker/docker/pkg/jsonmessage [2022-03-04T14:43:50.734Z] github.com/docker/docker/pkg/locker [2022-03-04T14:43:50.734Z] github.com/docker/docker/pkg/longpath [2022-03-04T14:43:50.734Z] github.com/docker/docker/pkg/loopback [2022-03-04T14:43:50.734Z] github.com/docker/docker/pkg/mount [2022-03-04T14:43:50.734Z] github.com/docker/docker/pkg/namesgenerator [2022-03-04T14:43:50.734Z] github.com/docker/docker/pkg/parsers [2022-03-04T14:43:50.734Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-04T14:43:50.734Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-04T14:43:50.734Z] github.com/docker/docker/pkg/pidfile [2022-03-04T14:43:50.734Z] github.com/docker/docker/pkg/platform [2022-03-04T14:43:50.734Z] github.com/docker/docker/pkg/plugingetter [2022-03-04T14:43:50.734Z] github.com/docker/docker/pkg/plugins [2022-03-04T14:43:50.734Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-04T14:43:50.734Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-04T14:43:50.734Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-04T14:43:50.734Z] github.com/docker/docker/pkg/plugins/transport [2022-03-04T14:43:50.734Z] github.com/docker/docker/pkg/pools [2022-03-04T14:43:50.734Z] github.com/docker/docker/pkg/progress [2022-03-04T14:43:50.734Z] github.com/docker/docker/pkg/pubsub [2022-03-04T14:43:50.734Z] github.com/docker/docker/pkg/reexec [2022-03-04T14:43:50.734Z] github.com/docker/docker/pkg/signal [2022-03-04T14:43:50.734Z] github.com/docker/docker/pkg/stack [2022-03-04T14:43:50.734Z] github.com/docker/docker/pkg/stdcopy [2022-03-04T14:43:50.734Z] github.com/docker/docker/pkg/streamformatter [2022-03-04T14:43:50.734Z] github.com/docker/docker/pkg/stringid [2022-03-04T14:43:50.734Z] github.com/docker/docker/pkg/symlink [2022-03-04T14:43:50.734Z] github.com/docker/docker/pkg/sysinfo [2022-03-04T14:43:50.734Z] github.com/docker/docker/pkg/system [2022-03-04T14:43:50.734Z] github.com/docker/docker/pkg/tailfile [2022-03-04T14:43:50.734Z] github.com/docker/docker/pkg/tarsum [2022-03-04T14:43:50.734Z] github.com/docker/docker/pkg/term [2022-03-04T14:43:50.734Z] github.com/docker/docker/pkg/term/windows [2022-03-04T14:43:50.734Z] github.com/docker/docker/pkg/truncindex [2022-03-04T14:43:50.734Z] github.com/docker/docker/pkg/urlutil [2022-03-04T14:43:50.734Z] github.com/docker/docker/pkg/useragent [2022-03-04T14:43:50.734Z] github.com/docker/docker/plugin [2022-03-04T14:43:50.734Z] github.com/docker/docker/plugin/executor/containerd [2022-03-04T14:43:50.734Z] github.com/docker/docker/plugin/v2 [2022-03-04T14:43:50.734Z] github.com/docker/docker/profiles/apparmor [2022-03-04T14:43:50.734Z] github.com/docker/docker/profiles/seccomp [2022-03-04T14:43:50.734Z] github.com/docker/docker/quota [2022-03-04T14:43:50.734Z] github.com/docker/docker/reference [2022-03-04T14:43:50.734Z] github.com/docker/docker/registry [2022-03-04T14:43:50.734Z] github.com/docker/docker/registry/resumable [2022-03-04T14:43:50.734Z] github.com/docker/docker/restartmanager [2022-03-04T14:43:50.734Z] github.com/docker/docker/rootless [2022-03-04T14:43:50.734Z] github.com/docker/docker/rootless/specconv [2022-03-04T14:43:50.734Z] github.com/docker/docker/runconfig [2022-03-04T14:43:50.734Z] github.com/docker/docker/runconfig/opts [2022-03-04T14:43:50.734Z] github.com/docker/docker/testutil [2022-03-04T14:43:50.734Z] github.com/docker/docker/testutil/daemon [2022-03-04T14:43:50.734Z] github.com/docker/docker/testutil/environment [2022-03-04T14:43:50.734Z] github.com/docker/docker/testutil/fakecontext [2022-03-04T14:43:50.734Z] github.com/docker/docker/testutil/fakegit [2022-03-04T14:43:50.734Z] github.com/docker/docker/testutil/fakestorage [2022-03-04T14:43:50.734Z] github.com/docker/docker/testutil/fixtures/load [2022-03-04T14:43:50.734Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-04T14:43:50.734Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-04T14:43:50.734Z] github.com/docker/docker/testutil/registry [2022-03-04T14:43:50.734Z] github.com/docker/docker/testutil/request [2022-03-04T14:43:50.734Z] github.com/docker/docker/volume [2022-03-04T14:43:50.734Z] github.com/docker/docker/volume/drivers [2022-03-04T14:43:50.734Z] github.com/docker/docker/volume/local [2022-03-04T14:43:50.734Z] github.com/docker/docker/volume/mounts [2022-03-04T14:43:50.734Z] github.com/docker/docker/volume/service [2022-03-04T14:43:50.734Z] github.com/docker/docker/volume/service/opts [2022-03-04T14:43:50.734Z] github.com/docker/docker/volume/testutils' ']' [2022-03-04T14:43:50.734Z] + 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-04T14:43:51.304Z] ? github.com/docker/docker/api [no test files] [2022-03-04T14:44:03.480Z] ok github.com/docker/docker/api/server 0.008s coverage: 9.0% of statements [2022-03-04T14:44:28.984Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-05dff817fc40c5891) in /home/ubuntu/workspace/moby_PR-43324 [Pipeline] { [Pipeline] checkout [2022-03-04T14:44:29.093Z] The recommended git tool is: git [2022-03-04T14:44:32.294Z] using credential docker-jenkins-github-credentials [2022-03-04T14:44:32.304Z] Cloning the remote Git repository [2022-03-04T14:44:32.304Z] Cloning with configured refspecs honoured and without tags [2022-03-04T14:44:32.285Z] Cloning repository https://github.com/moby/moby.git [2022-03-04T14:44:32.366Z] > git init /home/ubuntu/workspace/moby_PR-43324 # timeout=10 [2022-03-04T14:44:32.624Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-04T14:44:32.625Z] > git --version # timeout=10 [2022-03-04T14:44:32.638Z] > git --version # 'git version 2.17.1' [2022-03-04T14:44:32.639Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-04T14:44:32.640Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43324/head:refs/remotes/origin/PR-43324 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-04T14:44:38.122Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0d38887c17e63c076) in /home/ubuntu/workspace/moby_PR-43324 [Pipeline] { [Pipeline] checkout [2022-03-04T14:44:38.203Z] The recommended git tool is: git [2022-03-04T14:44:40.651Z] using credential docker-jenkins-github-credentials [2022-03-04T14:44:40.659Z] Cloning the remote Git repository [2022-03-04T14:44:40.659Z] Cloning with configured refspecs honoured and without tags [2022-03-04T14:44:39.951Z] Cloning repository https://github.com/moby/moby.git [2022-03-04T14:44:40.011Z] > git init /home/ubuntu/workspace/moby_PR-43324 # timeout=10 [2022-03-04T14:44:40.274Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-04T14:44:40.274Z] > git --version # timeout=10 [2022-03-04T14:44:40.289Z] > git --version # 'git version 2.17.1' [2022-03-04T14:44:40.289Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-04T14:44:40.291Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43324/head:refs/remotes/origin/PR-43324 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-04T14:44:57.005Z] Fetching without tags [2022-03-04T14:44:57.326Z] Merging remotes/origin/master commit 3e8bfcc9f2c1906d3080dc03b7fe45db5386077a into PR head commit 384532a8d29ccd3ae29128d9f9e03c82300160f7 [2022-03-04T14:44:56.886Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-04T14:44:56.901Z] > git config --add remote.origin.fetch +refs/pull/43324/head:refs/remotes/origin/PR-43324 # timeout=10 [2022-03-04T14:44:56.917Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-04T14:44:56.956Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-04T14:44:56.989Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-04T14:44:56.990Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-04T14:44:56.991Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43324/head:refs/remotes/origin/PR-43324 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-04T14:44:57.314Z] > git config core.sparsecheckout # timeout=10 [2022-03-04T14:44:57.340Z] > git checkout -f 384532a8d29ccd3ae29128d9f9e03c82300160f7 # timeout=10 [2022-03-04T14:44:58.298Z] Merge succeeded, producing 384532a8d29ccd3ae29128d9f9e03c82300160f7 [2022-03-04T14:44:58.298Z] Checking out Revision 384532a8d29ccd3ae29128d9f9e03c82300160f7 (PR-43324) [2022-03-04T14:44:58.175Z] > git remote # timeout=10 [2022-03-04T14:44:58.207Z] > git config --get remote.origin.url # timeout=10 [2022-03-04T14:44:58.229Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-04T14:44:58.230Z] > git merge 3e8bfcc9f2c1906d3080dc03b7fe45db5386077a # timeout=10 [2022-03-04T14:44:58.257Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-04T14:44:58.282Z] > git config core.sparsecheckout # timeout=10 [2022-03-04T14:44:58.304Z] > git checkout -f 384532a8d29ccd3ae29128d9f9e03c82300160f7 # timeout=10 [2022-03-04T14:45:02.322Z] Commit message: "introduce VolumeOptions.Mode so one can configure SELinux share mode (z|Z) when using Mount API" [2022-03-04T14:45:02.363Z] > git --version # timeout=10 [2022-03-04T14:45:02.383Z] > git --version # 'git version 2.17.1' [2022-03-04T14:45:02.409Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-04T14:45:03.611Z] + docker version [2022-03-04T14:45:06.251Z] Fetching without tags [2022-03-04T14:45:06.547Z] Merging remotes/origin/master commit 3e8bfcc9f2c1906d3080dc03b7fe45db5386077a into PR head commit 384532a8d29ccd3ae29128d9f9e03c82300160f7 [2022-03-04T14:45:06.132Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-04T14:45:06.171Z] > git config --add remote.origin.fetch +refs/pull/43324/head:refs/remotes/origin/PR-43324 # timeout=10 [2022-03-04T14:45:06.193Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-04T14:45:06.223Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-04T14:45:06.255Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-04T14:45:06.255Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-04T14:45:06.276Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/43324/head:refs/remotes/origin/PR-43324 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-04T14:45:06.555Z] > git config core.sparsecheckout # timeout=10 [2022-03-04T14:45:06.564Z] > git checkout -f 384532a8d29ccd3ae29128d9f9e03c82300160f7 # timeout=10 [2022-03-04T14:45:07.396Z] Merge succeeded, producing 384532a8d29ccd3ae29128d9f9e03c82300160f7 [2022-03-04T14:45:07.396Z] Checking out Revision 384532a8d29ccd3ae29128d9f9e03c82300160f7 (PR-43324) [2022-03-04T14:45:07.299Z] > git remote # timeout=10 [2022-03-04T14:45:07.323Z] > git config --get remote.origin.url # timeout=10 [2022-03-04T14:45:07.348Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-04T14:45:07.349Z] > git merge 3e8bfcc9f2c1906d3080dc03b7fe45db5386077a # timeout=10 [2022-03-04T14:45:07.369Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-04T14:45:07.399Z] > git config core.sparsecheckout # timeout=10 [2022-03-04T14:45:07.418Z] > git checkout -f 384532a8d29ccd3ae29128d9f9e03c82300160f7 # timeout=10 [2022-03-04T14:45:10.196Z] Client: Docker Engine - Community [2022-03-04T14:45:10.196Z] Version: 20.10.12 [2022-03-04T14:45:10.196Z] API version: 1.41 [2022-03-04T14:45:10.196Z] Go version: go1.16.12 [2022-03-04T14:45:10.196Z] Git commit: e91ed57 [2022-03-04T14:45:10.196Z] Built: Mon Dec 13 11:45:27 2021 [2022-03-04T14:45:10.196Z] OS/Arch: linux/amd64 [2022-03-04T14:45:10.196Z] Context: default [2022-03-04T14:45:10.196Z] Experimental: true [2022-03-04T14:45:10.196Z] [2022-03-04T14:45:10.196Z] Server: Docker Engine - Community [2022-03-04T14:45:10.196Z] Engine: [2022-03-04T14:45:10.196Z] Version: 20.10.12 [2022-03-04T14:45:10.196Z] API version: 1.41 (minimum version 1.12) [2022-03-04T14:45:10.196Z] Go version: go1.16.12 [2022-03-04T14:45:10.196Z] Git commit: 459d0df [2022-03-04T14:45:10.196Z] Built: Mon Dec 13 11:43:36 2021 [2022-03-04T14:45:10.196Z] OS/Arch: linux/amd64 [2022-03-04T14:45:10.196Z] Experimental: true [2022-03-04T14:45:10.196Z] containerd: [2022-03-04T14:45:10.196Z] Version: 1.4.12 [2022-03-04T14:45:10.196Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-04T14:45:10.196Z] runc: [2022-03-04T14:45:10.196Z] Version: 1.0.2 [2022-03-04T14:45:10.196Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-04T14:45:10.196Z] docker-init: [2022-03-04T14:45:10.196Z] Version: 0.19.0 [2022-03-04T14:45:10.196Z] GitCommit: de40ad0 [Pipeline] sh [2022-03-04T14:45:10.519Z] + docker info [2022-03-04T14:45:11.118Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-04T14:45:11.118Z] ok github.com/docker/docker/api/server/httputils 0.004s coverage: 14.7% of statements [2022-03-04T14:45:11.118Z] ok github.com/docker/docker/api/server/middleware 0.003s coverage: 37.7% of statements [2022-03-04T14:45:11.118Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-04T14:45:11.118Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-04T14:45:11.118Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-04T14:45:11.118Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-04T14:45:11.118Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-04T14:45:11.118Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-04T14:45:11.118Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-04T14:45:11.118Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-04T14:45:11.118Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-04T14:45:11.118Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-04T14:45:11.118Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-04T14:45:11.118Z] ok github.com/docker/docker/api/server/router/swarm 0.002s coverage: 5.7% of statements [2022-03-04T14:45:11.118Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-04T14:45:11.118Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-04T14:45:11.118Z] ? github.com/docker/docker/api/types [no test files] [2022-03-04T14:45:11.118Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-04T14:45:11.118Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-04T14:45:11.118Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-04T14:45:11.118Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-04T14:45:11.118Z] ok github.com/docker/docker/api/types/filters 0.007s coverage: 92.2% of statements [2022-03-04T14:45:11.118Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-04T14:45:11.118Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-04T14:45:11.118Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-04T14:45:11.118Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-04T14:45:11.118Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-04T14:45:11.118Z] ok github.com/docker/docker/api/types/strslice 0.002s coverage: 90.0% of statements [2022-03-04T14:45:11.118Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-04T14:45:11.118Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-04T14:45:11.118Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2022-03-04T14:45:11.118Z] ok github.com/docker/docker/api/types/versions 0.001s coverage: 77.3% of statements [2022-03-04T14:45:11.118Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-04T14:45:11.118Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-04T14:45:11.118Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-04T14:45:11.118Z] ? github.com/docker/docker/builder [no test files] [2022-03-04T14:45:11.118Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-04T14:45:11.118Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-04T14:45:11.118Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-04T14:45:11.118Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-04T14:45:11.118Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-04T14:45:11.118Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-04T14:45:11.118Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-04T14:45:11.408Z] Commit message: "introduce VolumeOptions.Mode so one can configure SELinux share mode (z|Z) when using Mount API" [2022-03-04T14:45:11.432Z] > git --version # timeout=10 [2022-03-04T14:45:11.460Z] > git --version # 'git version 2.17.1' [2022-03-04T14:45:11.489Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-04T14:45:12.483Z] ok github.com/docker/docker/builder/remotecontext 0.093s coverage: 13.7% of statements [2022-03-04T14:45:12.483Z] ok github.com/docker/docker/builder/dockerfile 0.194s coverage: 49.3% of statements [2022-03-04T14:45:12.483Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2022-03-04T14:45:12.672Z] + docker version [2022-03-04T14:45:13.046Z] ok github.com/docker/docker/cli/debug 0.003s coverage: 100.0% of statements [2022-03-04T14:45:13.608Z] ok github.com/docker/docker/builder/remotecontext/git 1.069s coverage: 86.3% of statements [2022-03-04T14:45:13.608Z] ? github.com/docker/docker/cli [no test files] [2022-03-04T14:45:13.608Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-04T14:45:14.169Z] ok github.com/docker/docker/cmd/docker-proxy 0.032s coverage: 67.6% of statements [2022-03-04T14:45:16.685Z] ok github.com/docker/docker/client 0.094s coverage: 75.7% of statements [2022-03-04T14:45:18.007Z] Client: Docker Engine - Community [2022-03-04T14:45:18.007Z] Version: 20.10.12 [2022-03-04T14:45:18.007Z] API version: 1.41 [2022-03-04T14:45:18.007Z] Go version: go1.16.12 [2022-03-04T14:45:18.007Z] Git commit: e91ed57 [2022-03-04T14:45:18.007Z] Built: Mon Dec 13 11:45:27 2021 [2022-03-04T14:45:18.007Z] OS/Arch: linux/amd64 [2022-03-04T14:45:18.007Z] Context: default [2022-03-04T14:45:18.007Z] Experimental: true [2022-03-04T14:45:18.007Z] [2022-03-04T14:45:18.007Z] Server: Docker Engine - Community [2022-03-04T14:45:18.007Z] Engine: [2022-03-04T14:45:18.007Z] Version: 20.10.12 [2022-03-04T14:45:18.007Z] API version: 1.41 (minimum version 1.12) [2022-03-04T14:45:18.007Z] Go version: go1.16.12 [2022-03-04T14:45:18.007Z] Git commit: 459d0df [2022-03-04T14:45:18.007Z] Built: Mon Dec 13 11:43:36 2021 [2022-03-04T14:45:18.007Z] OS/Arch: linux/amd64 [2022-03-04T14:45:18.007Z] Experimental: true [2022-03-04T14:45:18.007Z] containerd: [2022-03-04T14:45:18.007Z] Version: 1.4.12 [2022-03-04T14:45:18.007Z] GitCommit: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-04T14:45:18.007Z] runc: [2022-03-04T14:45:18.007Z] Version: 1.0.2 [2022-03-04T14:45:18.007Z] GitCommit: v1.0.2-0-g52b36a2 [2022-03-04T14:45:18.007Z] docker-init: [2022-03-04T14:45:18.007Z] Version: 0.19.0 [2022-03-04T14:45:18.007Z] GitCommit: de40ad0 [Pipeline] sh [2022-03-04T14:45:18.343Z] + docker info [2022-03-04T14:45:24.284Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-04T14:45:24.284Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-04T14:45:24.284Z] GOOS="" GOARCH="" GOARM="" [2022-03-04T14:45:24.284Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-04T14:45:24.284Z] [2022-03-04T14:45:24.284Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-04T14:45:24.284Z] DOCKER_SYSTEMD=1 [2022-03-04T14:45:24.284Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-04T14:45:24.284Z] HOSTNAME=4b7a1f406d15 [2022-03-04T14:45:24.284Z] DEST=bundles/test-integration [2022-03-04T14:45:24.284Z] PWD=/go/src/github.com/docker/docker [2022-03-04T14:45:24.284Z] DOCKER_GITCOMMIT=384532a8d29ccd3ae29128d9f9e03c82300160f7 [2022-03-04T14:45:24.284Z] container=docker [2022-03-04T14:45:24.284Z] HOME=/root [2022-03-04T14:45:24.284Z] LANG=C.UTF-8 [2022-03-04T14:45:24.284Z] INVOCATION_ID=4d017d3ff65448e1804fe50e22422988 [2022-03-04T14:45:24.284Z] GOLANG_VERSION=1.17.7 [2022-03-04T14:45:24.284Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-04T14:45:24.284Z] VALIDATE_BRANCH=master [2022-03-04T14:45:24.284Z] TERM=xterm [2022-03-04T14:45:24.284Z] DOCKER_PKG=github.com/docker/docker [2022-03-04T14:45:24.284Z] SHLVL=3 [2022-03-04T14:45:24.284Z] TIMEOUT=120m [2022-03-04T14:45:24.284Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-04T14:45:24.284Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-04T14:45:24.284Z] GO111MODULE=off [2022-03-04T14:45:24.284Z] DOCKER_EXPERIMENTAL=1 [2022-03-04T14:45:24.284Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-03-04T14:45:24.284Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-04T14:45:24.284Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-04T14:45:24.284Z] GOPATH=/go [2022-03-04T14:45:24.284Z] PKG_CONFIG=pkg-config [2022-03-04T14:45:24.284Z] _=/usr/bin/env [2022-03-04T14:45:24.284Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-03-04T14:45:30.598Z] Client: [2022-03-04T14:45:30.598Z] Context: default [2022-03-04T14:45:30.598Z] Debug Mode: false [2022-03-04T14:45:30.598Z] Plugins: [2022-03-04T14:45:30.598Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-04T14:45:30.598Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-04T14:45:30.598Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-03-04T14:45:30.598Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-03-04T14:45:30.598Z] [2022-03-04T14:45:30.598Z] Server: [2022-03-04T14:45:30.598Z] Containers: 0 [2022-03-04T14:45:30.598Z] Running: 0 [2022-03-04T14:45:30.598Z] Paused: 0 [2022-03-04T14:45:30.598Z] Stopped: 0 [2022-03-04T14:45:30.598Z] Images: 0 [2022-03-04T14:45:30.598Z] Server Version: 20.10.12 [2022-03-04T14:45:30.598Z] Storage Driver: overlay2 [2022-03-04T14:45:30.598Z] Backing Filesystem: extfs [2022-03-04T14:45:30.598Z] Supports d_type: true [2022-03-04T14:45:30.598Z] Native Overlay Diff: true [2022-03-04T14:45:30.598Z] userxattr: false [2022-03-04T14:45:30.598Z] Logging Driver: json-file [2022-03-04T14:45:30.598Z] Cgroup Driver: cgroupfs [2022-03-04T14:45:30.598Z] Cgroup Version: 1 [2022-03-04T14:45:30.598Z] Plugins: [2022-03-04T14:45:30.598Z] Volume: local [2022-03-04T14:45:30.598Z] Network: bridge host ipvlan macvlan null overlay [2022-03-04T14:45:30.598Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-04T14:45:30.598Z] Swarm: inactive [2022-03-04T14:45:30.598Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-03-04T14:45:30.598Z] Default Runtime: runc [2022-03-04T14:45:30.598Z] Init Binary: docker-init [2022-03-04T14:45:30.598Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-04T14:45:30.598Z] runc version: v1.0.2-0-g52b36a2 [2022-03-04T14:45:30.598Z] init version: de40ad0 [2022-03-04T14:45:30.598Z] Security Options: [2022-03-04T14:45:30.598Z] apparmor [2022-03-04T14:45:30.598Z] seccomp [2022-03-04T14:45:30.598Z] Profile: default [2022-03-04T14:45:30.598Z] Kernel Version: 5.4.0-1061-aws [2022-03-04T14:45:30.598Z] Operating System: Ubuntu 18.04.6 LTS [2022-03-04T14:45:30.598Z] OSType: linux [2022-03-04T14:45:30.598Z] Architecture: x86_64 [2022-03-04T14:45:30.598Z] CPUs: 2 [2022-03-04T14:45:30.598Z] Total Memory: 7.565GiB [2022-03-04T14:45:30.598Z] Name: ip-10-100-58-247 [2022-03-04T14:45:30.598Z] ID: WNHY:2FNS:JP3O:DF66:7VQT:53NI:JQKB:OYPE:MQXQ:GKEA:QVZ7:WZW4 [2022-03-04T14:45:30.598Z] Docker Root Dir: /var/lib/docker [2022-03-04T14:45:30.598Z] Debug Mode: false [2022-03-04T14:45:30.598Z] Registry: https://index.docker.io/v1/ [2022-03-04T14:45:30.598Z] Labels: [2022-03-04T14:45:30.598Z] Experimental: true [2022-03-04T14:45:30.598Z] Insecure Registries: [2022-03-04T14:45:30.598Z] 127.0.0.0/8 [2022-03-04T14:45:30.598Z] Live Restore Enabled: true [2022-03-04T14:45:30.598Z] [2022-03-04T14:45:30.598Z] WARNING: No swap limit support [Pipeline] sh [2022-03-04T14:45:30.894Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-04T14:45:30.895Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-04T14:45:30.895Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43324/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-03-04T14:45:30.895Z] + bash /home/ubuntu/workspace/moby_PR-43324/check-config.sh [2022-03-04T14:45:30.895Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-03-04T14:45:30.895Z] info: reading kernel config from /boot/config-5.4.0-1061-aws ... [2022-03-04T14:45:30.895Z] [2022-03-04T14:45:30.895Z] Generally Necessary: [2022-03-04T14:45:30.895Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-03-04T14:45:30.895Z] - apparmor: enabled and tools installed [2022-03-04T14:45:30.895Z] - CONFIG_NAMESPACES: enabled [2022-03-04T14:45:30.895Z] - CONFIG_NET_NS: enabled [2022-03-04T14:45:30.895Z] - CONFIG_PID_NS: enabled [2022-03-04T14:45:30.895Z] - CONFIG_IPC_NS: enabled [2022-03-04T14:45:30.895Z] - CONFIG_UTS_NS: enabled [2022-03-04T14:45:30.895Z] - CONFIG_CGROUPS: enabled [2022-03-04T14:45:30.895Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-03-04T14:45:30.895Z] - CONFIG_CGROUP_DEVICE: enabled [2022-03-04T14:45:30.895Z] - CONFIG_CGROUP_FREEZER: enabled [2022-03-04T14:45:30.895Z] - CONFIG_CGROUP_SCHED: enabled [2022-03-04T14:45:30.895Z] - CONFIG_CPUSETS: enabled [2022-03-04T14:45:30.895Z] - CONFIG_MEMCG: enabled [2022-03-04T14:45:30.895Z] - CONFIG_KEYS: enabled [2022-03-04T14:45:30.895Z] - CONFIG_VETH: enabled (as module) [2022-03-04T14:45:30.895Z] - CONFIG_BRIDGE: enabled (as module) [2022-03-04T14:45:30.895Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-03-04T14:45:30.895Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-03-04T14:45:30.895Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-03-04T14:45:30.895Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-03-04T14:45:30.895Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-03-04T14:45:30.895Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-03-04T14:45:30.895Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-03-04T14:45:30.895Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-03-04T14:45:30.895Z] - CONFIG_NF_NAT: enabled (as module) [2022-03-04T14:45:30.895Z] - CONFIG_POSIX_MQUEUE: enabled [2022-03-04T14:45:31.184Z] - CONFIG_CGROUP_BPF: enabled [2022-03-04T14:45:31.184Z] [2022-03-04T14:45:31.184Z] Optional Features: [2022-03-04T14:45:31.184Z] - CONFIG_USER_NS: enabled [2022-03-04T14:45:31.184Z] - CONFIG_SECCOMP: enabled [2022-03-04T14:45:31.184Z] - CONFIG_SECCOMP_FILTER: enabled [2022-03-04T14:45:31.184Z] - CONFIG_CGROUP_PIDS: enabled [2022-03-04T14:45:31.184Z] - CONFIG_MEMCG_SWAP: enabled [2022-03-04T14:45:31.184Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-03-04T14:45:31.184Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-03-04T14:45:31.184Z] - CONFIG_BLK_CGROUP: enabled [2022-03-04T14:45:31.184Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-03-04T14:45:31.184Z] - CONFIG_CGROUP_PERF: enabled [2022-03-04T14:45:31.184Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-03-04T14:45:31.184Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-03-04T14:45:31.184Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-03-04T14:45:31.184Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-03-04T14:45:31.184Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-03-04T14:45:31.184Z] - CONFIG_RT_GROUP_SCHED: missing [2022-03-04T14:45:31.184Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-03-04T14:45:31.184Z] - CONFIG_IP_VS: enabled (as module) [2022-03-04T14:45:31.184Z] - CONFIG_IP_VS_NFCT: enabled [2022-03-04T14:45:31.184Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-03-04T14:45:31.184Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-03-04T14:45:31.184Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-03-04T14:45:31.184Z] - CONFIG_SECURITY_SELINUX: enabled [2022-03-04T14:45:31.184Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-03-04T14:45:31.184Z] - CONFIG_EXT4_FS: enabled [2022-03-04T14:45:31.184Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-03-04T14:45:31.184Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-03-04T14:45:31.184Z] - Network Drivers: [2022-03-04T14:45:31.184Z] - "overlay": [2022-03-04T14:45:31.184Z] - CONFIG_VXLAN: enabled (as module) [2022-03-04T14:45:31.184Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-03-04T14:45:31.184Z] Optional (for encrypted networks): [2022-03-04T14:45:31.184Z] - CONFIG_CRYPTO: enabled [2022-03-04T14:45:31.184Z] - CONFIG_CRYPTO_AEAD: enabled [2022-03-04T14:45:31.184Z] - CONFIG_CRYPTO_GCM: enabled [2022-03-04T14:45:31.184Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-03-04T14:45:31.184Z] - CONFIG_CRYPTO_GHASH: enabled [2022-03-04T14:45:31.184Z] - CONFIG_XFRM: enabled [2022-03-04T14:45:31.184Z] - CONFIG_XFRM_USER: enabled (as module) [2022-03-04T14:45:31.184Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-03-04T14:45:31.184Z] - CONFIG_INET_ESP: enabled (as module) [2022-03-04T14:45:31.184Z] - "ipvlan": [2022-03-04T14:45:31.184Z] - CONFIG_IPVLAN: enabled (as module) [2022-03-04T14:45:31.184Z] - "macvlan": [2022-03-04T14:45:31.456Z] - CONFIG_MACVLAN: enabled (as module) [2022-03-04T14:45:31.456Z] - CONFIG_DUMMY: enabled (as module) [2022-03-04T14:45:31.456Z] - "ftp,tftp client in container": [2022-03-04T14:45:31.456Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-03-04T14:45:31.456Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-03-04T14:45:31.456Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-03-04T14:45:31.456Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-03-04T14:45:31.456Z] - Storage Drivers: [2022-03-04T14:45:31.456Z] - "aufs": [2022-03-04T14:45:31.456Z] - CONFIG_AUFS_FS: enabled (as module) [2022-03-04T14:45:31.456Z] - "btrfs": [2022-03-04T14:45:31.456Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-03-04T14:45:31.456Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-03-04T14:45:31.456Z] - "devicemapper": [2022-03-04T14:45:31.456Z] - CONFIG_BLK_DEV_DM: enabled [2022-03-04T14:45:31.456Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-03-04T14:45:31.456Z] - "overlay": [2022-03-04T14:45:31.456Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-03-04T14:45:31.456Z] - "zfs": [2022-03-04T14:45:31.456Z] - /dev/zfs: present [2022-03-04T14:45:31.456Z] - zfs command: missing [2022-03-04T14:45:31.456Z] - zpool command: missing [2022-03-04T14:45:31.456Z] [2022-03-04T14:45:31.456Z] Limits: [2022-03-04T14:45:31.456Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-03-04T14:45:31.456Z] [2022-03-04T14:45:31.456Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-03-04T14:45:31.806Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:384532a8d29ccd3ae29128d9f9e03c82300160f7 . [2022-03-04T14:45:32.068Z] #1 [internal] load build definition from Dockerfile [2022-03-04T14:45:32.068Z] #1 sha256:b0fe2a47cf218c2112c6c8931f86a5dde0e42f10fd89b46797ecb7c837a2c705 [2022-03-04T14:45:32.068Z] #1 transferring dockerfile: 16.77kB done [2022-03-04T14:45:32.068Z] #1 DONE 0.1s [2022-03-04T14:45:32.068Z] [2022-03-04T14:45:32.068Z] #2 [internal] load .dockerignore [2022-03-04T14:45:32.068Z] #2 sha256:36eaf0b0d431192e3baf1d3abe779b0b5836bb4fc289925964116f834c7baa82 [2022-03-04T14:45:32.068Z] #2 transferring context: 87B done [2022-03-04T14:45:32.068Z] #2 DONE 0.1s [2022-03-04T14:45:32.068Z] [2022-03-04T14:45:32.068Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-04T14:45:32.068Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-03-04T14:45:32.329Z] #3 DONE 0.4s [2022-03-04T14:45:32.329Z] [2022-03-04T14:45:32.329Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-04T14:45:32.329Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-03-04T14:45:32.329Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 done [2022-03-04T14:45:32.488Z] Client: [2022-03-04T14:45:32.488Z] Context: default [2022-03-04T14:45:32.488Z] Debug Mode: false [2022-03-04T14:45:32.488Z] Plugins: [2022-03-04T14:45:32.488Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2022-03-04T14:45:32.488Z] buildx: Docker Buildx (Docker Inc., v0.7.1-docker) [2022-03-04T14:45:32.488Z] compose: Docker Compose (Docker Inc., v2.2.3) [2022-03-04T14:45:32.488Z] scan: Docker Scan (Docker Inc., v0.12.0) [2022-03-04T14:45:32.488Z] [2022-03-04T14:45:32.488Z] Server: [2022-03-04T14:45:32.488Z] Containers: 0 [2022-03-04T14:45:32.488Z] Running: 0 [2022-03-04T14:45:32.488Z] Paused: 0 [2022-03-04T14:45:32.488Z] Stopped: 0 [2022-03-04T14:45:32.488Z] Images: 0 [2022-03-04T14:45:32.488Z] Server Version: 20.10.12 [2022-03-04T14:45:32.488Z] Storage Driver: overlay2 [2022-03-04T14:45:32.488Z] Backing Filesystem: extfs [2022-03-04T14:45:32.488Z] Supports d_type: true [2022-03-04T14:45:32.489Z] Native Overlay Diff: true [2022-03-04T14:45:32.489Z] userxattr: false [2022-03-04T14:45:32.489Z] Logging Driver: json-file [2022-03-04T14:45:32.489Z] Cgroup Driver: cgroupfs [2022-03-04T14:45:32.489Z] Cgroup Version: 1 [2022-03-04T14:45:32.489Z] Plugins: [2022-03-04T14:45:32.489Z] Volume: local [2022-03-04T14:45:32.489Z] Network: bridge host ipvlan macvlan null overlay [2022-03-04T14:45:32.489Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2022-03-04T14:45:32.489Z] Swarm: inactive [2022-03-04T14:45:32.489Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2022-03-04T14:45:32.489Z] Default Runtime: runc [2022-03-04T14:45:32.489Z] Init Binary: docker-init [2022-03-04T14:45:32.489Z] containerd version: 7b11cfaabd73bb80907dd23182b9347b4245eb5d [2022-03-04T14:45:32.489Z] runc version: v1.0.2-0-g52b36a2 [2022-03-04T14:45:32.489Z] init version: de40ad0 [2022-03-04T14:45:32.489Z] Security Options: [2022-03-04T14:45:32.489Z] apparmor [2022-03-04T14:45:32.489Z] seccomp [2022-03-04T14:45:32.489Z] Profile: default [2022-03-04T14:45:32.489Z] Kernel Version: 5.4.0-1061-aws [2022-03-04T14:45:32.489Z] Operating System: Ubuntu 18.04.6 LTS [2022-03-04T14:45:32.489Z] OSType: linux [2022-03-04T14:45:32.489Z] Architecture: x86_64 [2022-03-04T14:45:32.489Z] CPUs: 2 [2022-03-04T14:45:32.489Z] Total Memory: 7.483GiB [2022-03-04T14:45:32.489Z] Name: ip-10-100-123-255 [2022-03-04T14:45:32.489Z] ID: WNHY:2FNS:JP3O:DF66:7VQT:53NI:JQKB:OYPE:MQXQ:GKEA:QVZ7:WZW4 [2022-03-04T14:45:32.489Z] Docker Root Dir: /var/lib/docker [2022-03-04T14:45:32.489Z] Debug Mode: false [2022-03-04T14:45:32.489Z] Registry: https://index.docker.io/v1/ [2022-03-04T14:45:32.489Z] Labels: [2022-03-04T14:45:32.489Z] Experimental: true [2022-03-04T14:45:32.489Z] Insecure Registries: [2022-03-04T14:45:32.489Z] 127.0.0.0/8 [2022-03-04T14:45:32.489Z] Live Restore Enabled: true [2022-03-04T14:45:32.489Z] [2022-03-04T14:45:32.489Z] WARNING: No swap limit support [Pipeline] sh [2022-03-04T14:45:32.591Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-03-04T14:45:32.591Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-03-04T14:45:32.591Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-03-04T14:45:32.591Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 2.10MB / 9.67MB 0.1s [2022-03-04T14:45:32.591Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.2s [2022-03-04T14:45:32.787Z] + echo check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-04T14:45:32.788Z] check-config.sh version: 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-04T14:45:32.788Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-43324/check-config.sh https://raw.githubusercontent.com/moby/moby/33a3680e08d1007e72c3b3f1454f823d8e9948ee/contrib/check-config.sh [2022-03-04T14:45:32.788Z] + bash /home/ubuntu/workspace/moby_PR-43324/check-config.sh [2022-03-04T14:45:32.788Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2022-03-04T14:45:32.788Z] info: reading kernel config from /boot/config-5.4.0-1061-aws ... [2022-03-04T14:45:32.788Z] [2022-03-04T14:45:32.788Z] Generally Necessary: [2022-03-04T14:45:32.788Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2022-03-04T14:45:32.788Z] - apparmor: enabled and tools installed [2022-03-04T14:45:32.788Z] - CONFIG_NAMESPACES: enabled [2022-03-04T14:45:32.788Z] - CONFIG_NET_NS: enabled [2022-03-04T14:45:32.788Z] - CONFIG_PID_NS: enabled [2022-03-04T14:45:32.788Z] - CONFIG_IPC_NS: enabled [2022-03-04T14:45:32.788Z] - CONFIG_UTS_NS: enabled [2022-03-04T14:45:32.788Z] - CONFIG_CGROUPS: enabled [2022-03-04T14:45:32.788Z] - CONFIG_CGROUP_CPUACCT: enabled [2022-03-04T14:45:32.788Z] - CONFIG_CGROUP_DEVICE: enabled [2022-03-04T14:45:32.788Z] - CONFIG_CGROUP_FREEZER: enabled [2022-03-04T14:45:32.788Z] - CONFIG_CGROUP_SCHED: enabled [2022-03-04T14:45:32.788Z] - CONFIG_CPUSETS: enabled [2022-03-04T14:45:32.788Z] - CONFIG_MEMCG: enabled [2022-03-04T14:45:32.788Z] - CONFIG_KEYS: enabled [2022-03-04T14:45:32.788Z] - CONFIG_VETH: enabled (as module) [2022-03-04T14:45:32.788Z] - CONFIG_BRIDGE: enabled (as module) [2022-03-04T14:45:32.788Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2022-03-04T14:45:32.788Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2022-03-04T14:45:32.788Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2022-03-04T14:45:32.788Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2022-03-04T14:45:32.788Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2022-03-04T14:45:32.788Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2022-03-04T14:45:32.788Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2022-03-04T14:45:32.854Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 [2022-03-04T14:45:32.854Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.3s done [2022-03-04T14:45:33.053Z] - CONFIG_IP_NF_NAT: enabled (as module) [2022-03-04T14:45:33.053Z] - CONFIG_NF_NAT: enabled (as module) [2022-03-04T14:45:33.053Z] - CONFIG_POSIX_MQUEUE: enabled [2022-03-04T14:45:33.053Z] - CONFIG_CGROUP_BPF: enabled [2022-03-04T14:45:33.053Z] [2022-03-04T14:45:33.053Z] Optional Features: [2022-03-04T14:45:33.053Z] - CONFIG_USER_NS: enabled [2022-03-04T14:45:33.053Z] - CONFIG_SECCOMP: enabled [2022-03-04T14:45:33.053Z] - CONFIG_SECCOMP_FILTER: enabled [2022-03-04T14:45:33.053Z] - CONFIG_CGROUP_PIDS: enabled [2022-03-04T14:45:33.053Z] - CONFIG_MEMCG_SWAP: enabled [2022-03-04T14:45:33.053Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2022-03-04T14:45:33.053Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2022-03-04T14:45:33.053Z] - CONFIG_BLK_CGROUP: enabled [2022-03-04T14:45:33.053Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2022-03-04T14:45:33.053Z] - CONFIG_CGROUP_PERF: enabled [2022-03-04T14:45:33.053Z] - CONFIG_CGROUP_HUGETLB: enabled [2022-03-04T14:45:33.053Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2022-03-04T14:45:33.053Z] - CONFIG_CGROUP_NET_PRIO: enabled [2022-03-04T14:45:33.053Z] - CONFIG_CFS_BANDWIDTH: enabled [2022-03-04T14:45:33.053Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2022-03-04T14:45:33.053Z] - CONFIG_RT_GROUP_SCHED: missing [2022-03-04T14:45:33.053Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2022-03-04T14:45:33.053Z] - CONFIG_IP_VS: enabled (as module) [2022-03-04T14:45:33.053Z] - CONFIG_IP_VS_NFCT: enabled [2022-03-04T14:45:33.053Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2022-03-04T14:45:33.053Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2022-03-04T14:45:33.053Z] - CONFIG_IP_VS_RR: enabled (as module) [2022-03-04T14:45:33.053Z] - CONFIG_SECURITY_SELINUX: enabled [2022-03-04T14:45:33.053Z] - CONFIG_SECURITY_APPARMOR: enabled [2022-03-04T14:45:33.053Z] - CONFIG_EXT4_FS: enabled [2022-03-04T14:45:33.053Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2022-03-04T14:45:33.053Z] - CONFIG_EXT4_FS_SECURITY: enabled [2022-03-04T14:45:33.053Z] - Network Drivers: [2022-03-04T14:45:33.053Z] - "overlay": [2022-03-04T14:45:33.053Z] - CONFIG_VXLAN: enabled (as module) [2022-03-04T14:45:33.053Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2022-03-04T14:45:33.053Z] Optional (for encrypted networks): [2022-03-04T14:45:33.314Z] - CONFIG_CRYPTO: enabled [2022-03-04T14:45:33.314Z] - CONFIG_CRYPTO_AEAD: enabled [2022-03-04T14:45:33.314Z] - CONFIG_CRYPTO_GCM: enabled [2022-03-04T14:45:33.314Z] - CONFIG_CRYPTO_SEQIV: enabled [2022-03-04T14:45:33.314Z] - CONFIG_CRYPTO_GHASH: enabled [2022-03-04T14:45:33.314Z] - CONFIG_XFRM: enabled [2022-03-04T14:45:33.314Z] - CONFIG_XFRM_USER: enabled (as module) [2022-03-04T14:45:33.314Z] - CONFIG_XFRM_ALGO: enabled (as module) [2022-03-04T14:45:33.314Z] - CONFIG_INET_ESP: enabled (as module) [2022-03-04T14:45:33.314Z] - "ipvlan": [2022-03-04T14:45:33.314Z] - CONFIG_IPVLAN: enabled (as module) [2022-03-04T14:45:33.314Z] - "macvlan": [2022-03-04T14:45:33.314Z] - CONFIG_MACVLAN: enabled (as module) [2022-03-04T14:45:33.314Z] - CONFIG_DUMMY: enabled (as module) [2022-03-04T14:45:33.314Z] - "ftp,tftp client in container": [2022-03-04T14:45:33.314Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2022-03-04T14:45:33.314Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2022-03-04T14:45:33.314Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2022-03-04T14:45:33.314Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2022-03-04T14:45:33.314Z] - Storage Drivers: [2022-03-04T14:45:33.314Z] - "aufs": [2022-03-04T14:45:33.314Z] - CONFIG_AUFS_FS: enabled (as module) [2022-03-04T14:45:33.314Z] - "btrfs": [2022-03-04T14:45:33.314Z] - CONFIG_BTRFS_FS: enabled (as module) [2022-03-04T14:45:33.314Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2022-03-04T14:45:33.314Z] - "devicemapper": [2022-03-04T14:45:33.314Z] - CONFIG_BLK_DEV_DM: enabled [2022-03-04T14:45:33.314Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2022-03-04T14:45:33.314Z] - "overlay": [2022-03-04T14:45:33.314Z] - CONFIG_OVERLAY_FS: enabled (as module) [2022-03-04T14:45:33.314Z] - "zfs": [2022-03-04T14:45:33.314Z] - /dev/zfs: present [2022-03-04T14:45:33.314Z] - zfs command: missing [2022-03-04T14:45:33.314Z] - zpool command: missing [2022-03-04T14:45:33.314Z] [2022-03-04T14:45:33.314Z] Limits: [2022-03-04T14:45:33.314Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2022-03-04T14:45:33.314Z] [2022-03-04T14:45:33.314Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2022-03-04T14:45:33.429Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.5s done [2022-03-04T14:45:33.429Z] #4 DONE 1.0s [2022-03-04T14:45:33.658Z] + sudo modprobe ip_vs [2022-03-04T14:45:33.658Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:384532a8d29ccd3ae29128d9f9e03c82300160f7 . [2022-03-04T14:45:33.692Z] [2022-03-04T14:45:33.692Z] #6 [internal] load build definition from Dockerfile [2022-03-04T14:45:33.692Z] #6 sha256:77d2692de81887447422fa0a316518f1737aeb3025bd73b6be169acf45e5c98c [2022-03-04T14:45:33.692Z] #6 DONE 0.0s [2022-03-04T14:45:33.692Z] [2022-03-04T14:45:33.692Z] #5 [internal] load .dockerignore [2022-03-04T14:45:33.692Z] #5 sha256:f533d4973efd9ed7d911ed04de1c1e16f1b0e87eac67b080b6fc21ed4525572a [2022-03-04T14:45:33.692Z] #5 DONE 0.0s [2022-03-04T14:45:33.692Z] [2022-03-04T14:45:33.692Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-04T14:45:33.692Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-04T14:45:33.918Z] #1 [internal] load build definition from Dockerfile [2022-03-04T14:45:33.918Z] #1 sha256:5663699fdef9ec80144a8c75c06e12f3c1f894dbd7781b7f4dbee83482f6994d [2022-03-04T14:45:33.918Z] #1 transferring dockerfile: 16.77kB done [2022-03-04T14:45:33.918Z] #1 DONE 0.1s [2022-03-04T14:45:33.918Z] [2022-03-04T14:45:33.918Z] #2 [internal] load .dockerignore [2022-03-04T14:45:33.918Z] #2 sha256:e930131539a99aaab13a41607d82661eece622cb724ffd1266854f08dab0daab [2022-03-04T14:45:33.918Z] #2 transferring context: 87B done [2022-03-04T14:45:33.918Z] #2 DONE 0.1s [2022-03-04T14:45:33.918Z] [2022-03-04T14:45:33.918Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2022-03-04T14:45:33.918Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2022-03-04T14:45:34.490Z] #3 DONE 0.5s [2022-03-04T14:45:34.490Z] [2022-03-04T14:45:34.490Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 [2022-03-04T14:45:34.490Z] #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 [2022-03-04T14:45:34.490Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 0.0s done [2022-03-04T14:45:34.636Z] #8 ... [2022-03-04T14:45:34.636Z] [2022-03-04T14:45:34.636Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-04T14:45:34.636Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-03-04T14:45:34.636Z] #7 DONE 0.9s [2022-03-04T14:45:34.636Z] [2022-03-04T14:45:34.636Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-04T14:45:34.636Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-04T14:45:34.636Z] #9 DONE 0.9s [2022-03-04T14:45:34.636Z] [2022-03-04T14:45:34.636Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-04T14:45:34.636Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-04T14:45:34.636Z] #8 DONE 1.0s [2022-03-04T14:45:34.636Z] [2022-03-04T14:45:34.636Z] #10 [internal] load metadata for docker.io/library/golang:1.17.7-bullseye [2022-03-04T14:45:34.636Z] #10 sha256:c2791d0589e3e1ff48e733c6ac0580f0ee9c64993624784a23dc9d251eafa8c5 [2022-03-04T14:45:34.636Z] #10 DONE 1.0s [2022-03-04T14:45:34.750Z] #4 sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 2.00kB / 2.00kB done [2022-03-04T14:45:34.750Z] #4 sha256:93f32bd6dd9004897fed4703191f48924975081860667932a4df35ba567d7426 528B / 528B done [2022-03-04T14:45:34.750Z] #4 sha256:e532695ddd93ca7c85a816c67afdb352e91052fab7ac19a675088f80915779a7 1.21kB / 1.21kB done [2022-03-04T14:45:34.750Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 8.39MB / 9.67MB 0.2s [2022-03-04T14:45:34.750Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.3s [2022-03-04T14:45:35.011Z] #4 sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 9.67MB / 9.67MB 0.3s done [2022-03-04T14:45:35.011Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.1s [2022-03-04T14:45:35.270Z] #4 extracting sha256:24a639a53085eb680e1d11618ac62f3977a3926fedf5b8471ace519b8c778030 0.4s done [2022-03-04T14:45:35.270Z] #4 DONE 0.9s [2022-03-04T14:45:35.865Z] [2022-03-04T14:45:35.865Z] #5 [internal] load build definition from Dockerfile [2022-03-04T14:45:35.865Z] #5 sha256:18fc201c75a631b821e4a4109ee051084cce563aaaf8e984378fd9fe1d1a7f2a [2022-03-04T14:45:35.865Z] #5 DONE 0.0s [2022-03-04T14:45:35.865Z] [2022-03-04T14:45:35.865Z] #6 [internal] load .dockerignore [2022-03-04T14:45:35.865Z] #6 sha256:46e51c3821216ee6d5b70875c828e344ef3cdf41282a5c96efe22aa1afab903c [2022-03-04T14:45:35.865Z] #6 DONE 0.0s [2022-03-04T14:45:35.865Z] [2022-03-04T14:45:35.865Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-04T14:45:35.865Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-04T14:45:36.022Z] [2022-03-04T14:45:36.022Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-04T14:45:36.022Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-04T14:45:36.022Z] #67 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-03-04T14:45:36.288Z] #67 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-04T14:45:36.288Z] #67 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-03-04T14:45:36.288Z] #67 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-03-04T14:45:36.437Z] #10 ... [2022-03-04T14:45:36.437Z] [2022-03-04T14:45:36.437Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-04T14:45:36.437Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2022-03-04T14:45:36.437Z] #9 DONE 0.8s [2022-03-04T14:45:36.437Z] [2022-03-04T14:45:36.437Z] #8 [internal] load metadata for docker.io/library/golang:1.17.7-bullseye [2022-03-04T14:45:36.437Z] #8 sha256:c2791d0589e3e1ff48e733c6ac0580f0ee9c64993624784a23dc9d251eafa8c5 [2022-03-04T14:45:36.437Z] #8 DONE 0.8s [2022-03-04T14:45:36.437Z] [2022-03-04T14:45:36.437Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2022-03-04T14:45:36.437Z] #7 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2022-03-04T14:45:36.437Z] #7 DONE 0.8s [2022-03-04T14:45:36.437Z] [2022-03-04T14:45:36.437Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2022-03-04T14:45:36.437Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2022-03-04T14:45:36.437Z] #10 DONE 0.8s [2022-03-04T14:45:36.553Z] #67 ... [2022-03-04T14:45:36.553Z] [2022-03-04T14:45:36.553Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-04T14:45:36.553Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-04T14:45:36.553Z] #45 DONE 0.6s [2022-03-04T14:45:36.553Z] [2022-03-04T14:45:36.553Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-04T14:45:36.553Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-04T14:45:36.553Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0B / 9.86MB 0.3s [2022-03-04T14:45:36.553Z] #67 ... [2022-03-04T14:45:36.553Z] [2022-03-04T14:45:36.553Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-04T14:45:36.553Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-04T14:45:36.553Z] #45 DONE 0.0s [2022-03-04T14:45:36.553Z] [2022-03-04T14:45:36.553Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-04T14:45:36.553Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-04T14:45:36.553Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.05MB / 9.86MB 0.4s [2022-03-04T14:45:36.815Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.10MB / 9.86MB 0.5s [2022-03-04T14:45:36.815Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 8.39MB / 9.86MB 0.6s [2022-03-04T14:45:37.077Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.7s [2022-03-04T14:45:37.077Z] #67 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 [2022-03-04T14:45:37.077Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.8s done [2022-03-04T14:45:38.351Z] [2022-03-04T14:45:38.351Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-04T14:45:38.351Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-04T14:45:38.351Z] #28 resolve docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 0.1s done [2022-03-04T14:45:38.351Z] #28 sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 1.85kB / 1.85kB done [2022-03-04T14:45:38.351Z] #28 sha256:4ceca80e912f5fd88749d9984597fbe81d436049745b07b54cd2b112ea3a4618 529B / 529B done [2022-03-04T14:45:38.351Z] #28 sha256:d40157244907583ef151d2de83245c018a7bf8b2025518dd1e108ec60c1a679c 1.46kB / 1.46kB done [2022-03-04T14:45:38.351Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 0B / 54.92MB 0.2s [2022-03-04T14:45:38.351Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 18.87MB / 54.92MB 0.4s [2022-03-04T14:45:38.613Z] #28 ... [2022-03-04T14:45:38.613Z] [2022-03-04T14:45:38.613Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-04T14:45:38.613Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-04T14:45:38.613Z] #45 DONE 0.7s [2022-03-04T14:45:38.613Z] [2022-03-04T14:45:38.613Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-04T14:45:38.613Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-04T14:45:38.613Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 23.07MB / 54.92MB 0.5s [2022-03-04T14:45:38.613Z] #28 ... [2022-03-04T14:45:38.613Z] [2022-03-04T14:45:38.613Z] #45 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11/Release.key [2022-03-04T14:45:38.613Z] #45 sha256:796282aa346770b25c3cdbaf43d96fb558090751ec6b8a55d6373275ce915ff4 [2022-03-04T14:45:38.613Z] #45 DONE 0.0s [2022-03-04T14:45:38.613Z] [2022-03-04T14:45:38.613Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-04T14:45:38.613Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-04T14:45:38.613Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 27.26MB / 54.92MB 0.6s [2022-03-04T14:45:38.875Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 31.46MB / 54.92MB 0.7s [2022-03-04T14:45:38.875Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 37.75MB / 54.92MB 0.8s [2022-03-04T14:45:39.136Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 44.04MB / 54.92MB 1.1s [2022-03-04T14:45:39.395Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 47.19MB / 54.92MB 1.3s [2022-03-04T14:45:39.655Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 50.73MB / 54.92MB 1.5s [2022-03-04T14:45:39.655Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 1.7s [2022-03-04T14:45:40.599Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 2.4s done [2022-03-04T14:45:41.172Z] #28 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 [2022-03-04T14:45:42.389Z] #67 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 4.5s done [2022-03-04T14:45:42.389Z] #67 DONE 6.4s [2022-03-04T14:45:42.389Z] [2022-03-04T14:45:42.389Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:3b718dbe107a223fd7b16cdfba6af38928c7434604424dec938aa3dda07d300c [2022-03-04T14:45:42.389Z] #11 sha256:430e63cf36da264c48ce25ce0807ca874061feaabad30283ea94fc705665bad0 [2022-03-04T14:45:42.389Z] #11 resolve docker.io/library/golang:1.17.7-bullseye@sha256:3b718dbe107a223fd7b16cdfba6af38928c7434604424dec938aa3dda07d300c 0.2s done [2022-03-04T14:45:42.389Z] #11 sha256:3b718dbe107a223fd7b16cdfba6af38928c7434604424dec938aa3dda07d300c 1.86kB / 1.86kB done [2022-03-04T14:45:42.389Z] #11 sha256:4d0c01fbd68ee41dcd9433f17d59f201f5a2d9bc0a6b4d25c12e1cc626c7cc51 1.80kB / 1.80kB done [2022-03-04T14:45:42.389Z] #11 sha256:73fa8a9cf041f23f87dd098d1295f74bc17cc74d80e7fb4b8558943b308f96a6 7.04kB / 7.04kB done [2022-03-04T14:45:42.389Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 2.6s done [2022-03-04T14:45:42.389Z] #11 sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 5.15MB / 5.15MB 1.1s done [2022-03-04T14:45:42.389Z] #11 sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 10.87MB / 10.87MB 1.9s done [2022-03-04T14:45:42.389Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 54.58MB / 54.58MB 3.2s done [2022-03-04T14:45:42.389Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 85.81MB / 85.81MB 5.8s done [2022-03-04T14:45:42.389Z] #11 sha256:5d440ea1ae12a9af6fe55f378a73940c4c2ce8cb576ab3f1a14a91e3f67ca795 70.82MB / 134.83MB 6.0s [2022-03-04T14:45:42.389Z] #11 sha256:450a2e80688e351e0946f174309b2adc7dfb469e09bdbfa82c5569572c40b3ee 156B / 156B 3.4s done [2022-03-04T14:45:42.389Z] #11 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 2.3s [2022-03-04T14:45:42.654Z] #11 ... [2022-03-04T14:45:42.654Z] [2022-03-04T14:45:42.654Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-04T14:45:42.654Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-04T14:45:42.654Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-03-04T14:45:42.654Z] #69 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-03-04T14:45:42.654Z] #69 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-03-04T14:45:42.654Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-04T14:45:42.654Z] #69 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 1.1s done [2022-03-04T14:45:42.654Z] #69 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 4.4s done [2022-03-04T14:45:42.654Z] #69 DONE 6.6s [2022-03-04T14:45:42.654Z] [2022-03-04T14:45:42.654Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:3b718dbe107a223fd7b16cdfba6af38928c7434604424dec938aa3dda07d300c [2022-03-04T14:45:42.654Z] #11 sha256:430e63cf36da264c48ce25ce0807ca874061feaabad30283ea94fc705665bad0 [2022-03-04T14:45:42.654Z] #11 ... [2022-03-04T14:45:42.654Z] [2022-03-04T14:45:42.654Z] #24 [internal] load build context [2022-03-04T14:45:42.654Z] #24 sha256:23c9e5e412ac12d947b51e2106f6e96c87ecb290e86d39df7b38b35fc27474d5 [2022-03-04T14:45:42.654Z] #24 transferring context: 25.59MB 6.7s [2022-03-04T14:45:43.227Z] #24 ... [2022-03-04T14:45:43.227Z] [2022-03-04T14:45:43.227Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:3b718dbe107a223fd7b16cdfba6af38928c7434604424dec938aa3dda07d300c [2022-03-04T14:45:43.227Z] #11 sha256:430e63cf36da264c48ce25ce0807ca874061feaabad30283ea94fc705665bad0 [2022-03-04T14:45:43.227Z] #11 sha256:5d440ea1ae12a9af6fe55f378a73940c4c2ce8cb576ab3f1a14a91e3f67ca795 102.55MB / 134.83MB 6.9s [2022-03-04T14:45:43.491Z] #11 sha256:5d440ea1ae12a9af6fe55f378a73940c4c2ce8cb576ab3f1a14a91e3f67ca795 113.25MB / 134.83MB 7.0s [2022-03-04T14:45:43.491Z] #11 sha256:5d440ea1ae12a9af6fe55f378a73940c4c2ce8cb576ab3f1a14a91e3f67ca795 127.93MB / 134.83MB 7.3s [2022-03-04T14:45:44.065Z] #11 sha256:5d440ea1ae12a9af6fe55f378a73940c4c2ce8cb576ab3f1a14a91e3f67ca795 134.83MB / 134.83MB 7.5s [2022-03-04T14:45:44.481Z] #28 ... [2022-03-04T14:45:44.481Z] [2022-03-04T14:45:44.481Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:3b718dbe107a223fd7b16cdfba6af38928c7434604424dec938aa3dda07d300c [2022-03-04T14:45:44.481Z] #11 sha256:430e63cf36da264c48ce25ce0807ca874061feaabad30283ea94fc705665bad0 [2022-03-04T14:45:44.481Z] #11 resolve docker.io/library/golang:1.17.7-bullseye@sha256:3b718dbe107a223fd7b16cdfba6af38928c7434604424dec938aa3dda07d300c 0.1s done [2022-03-04T14:45:44.481Z] #11 sha256:3b718dbe107a223fd7b16cdfba6af38928c7434604424dec938aa3dda07d300c 1.86kB / 1.86kB done [2022-03-04T14:45:44.481Z] #11 sha256:73fa8a9cf041f23f87dd098d1295f74bc17cc74d80e7fb4b8558943b308f96a6 7.04kB / 7.04kB done [2022-03-04T14:45:44.481Z] #11 sha256:4d0c01fbd68ee41dcd9433f17d59f201f5a2d9bc0a6b4d25c12e1cc626c7cc51 1.80kB / 1.80kB done [2022-03-04T14:45:44.481Z] #11 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 2.4s done [2022-03-04T14:45:44.481Z] #11 sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 5.15MB / 5.15MB 1.4s done [2022-03-04T14:45:44.481Z] #11 sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 10.87MB / 10.87MB 2.6s done [2022-03-04T14:45:44.481Z] #11 sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 54.58MB / 54.58MB 4.1s done [2022-03-04T14:45:44.481Z] #11 sha256:5d440ea1ae12a9af6fe55f378a73940c4c2ce8cb576ab3f1a14a91e3f67ca795 119.54MB / 134.83MB 6.3s [2022-03-04T14:45:44.481Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 85.81MB / 85.81MB 6.3s [2022-03-04T14:45:44.481Z] #11 sha256:450a2e80688e351e0946f174309b2adc7dfb469e09bdbfa82c5569572c40b3ee 156B / 156B 4.2s done [2022-03-04T14:45:44.753Z] #11 sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 85.81MB / 85.81MB 6.5s done [2022-03-04T14:45:44.753Z] #11 sha256:5d440ea1ae12a9af6fe55f378a73940c4c2ce8cb576ab3f1a14a91e3f67ca795 126.74MB / 134.83MB 6.6s [2022-03-04T14:45:45.019Z] #11 ... [2022-03-04T14:45:45.019Z] [2022-03-04T14:45:45.019Z] #67 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-04T14:45:45.019Z] #67 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2022-03-04T14:45:45.019Z] #67 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-03-04T14:45:45.019Z] #67 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2022-03-04T14:45:45.019Z] #67 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2022-03-04T14:45:45.019Z] #67 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 1.1s done [2022-03-04T14:45:45.019Z] #67 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 4.8s done [2022-03-04T14:45:45.019Z] #67 DONE 7.0s [2022-03-04T14:45:45.019Z] [2022-03-04T14:45:45.019Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:3b718dbe107a223fd7b16cdfba6af38928c7434604424dec938aa3dda07d300c [2022-03-04T14:45:45.019Z] #11 sha256:430e63cf36da264c48ce25ce0807ca874061feaabad30283ea94fc705665bad0 [2022-03-04T14:45:45.019Z] #11 ... [2022-03-04T14:45:45.019Z] [2022-03-04T14:45:45.019Z] #24 [internal] load build context [2022-03-04T14:45:45.019Z] #24 sha256:087ca7b99bd23d0ea7ef559b702870313fd2256a190b7231e1e538c71e162ad5 [2022-03-04T14:45:45.019Z] #24 transferring context: 38.23MB 7.1s [2022-03-04T14:45:45.019Z] #24 ... [2022-03-04T14:45:45.019Z] [2022-03-04T14:45:45.019Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:3b718dbe107a223fd7b16cdfba6af38928c7434604424dec938aa3dda07d300c [2022-03-04T14:45:45.019Z] #11 sha256:430e63cf36da264c48ce25ce0807ca874061feaabad30283ea94fc705665bad0 [2022-03-04T14:45:45.019Z] #11 sha256:5d440ea1ae12a9af6fe55f378a73940c4c2ce8cb576ab3f1a14a91e3f67ca795 134.83MB / 134.83MB 7.0s [2022-03-04T14:45:45.985Z] #11 ... [2022-03-04T14:45:45.985Z] [2022-03-04T14:45:45.985Z] #24 [internal] load build context [2022-03-04T14:45:45.985Z] #24 sha256:23c9e5e412ac12d947b51e2106f6e96c87ecb290e86d39df7b38b35fc27474d5 [2022-03-04T14:45:45.985Z] #24 transferring context: 57.19MB 8.9s done [2022-03-04T14:45:45.985Z] #24 DONE 10.1s [2022-03-04T14:45:45.985Z] [2022-03-04T14:45:45.985Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:3b718dbe107a223fd7b16cdfba6af38928c7434604424dec938aa3dda07d300c [2022-03-04T14:45:45.985Z] #11 sha256:430e63cf36da264c48ce25ce0807ca874061feaabad30283ea94fc705665bad0 [2022-03-04T14:45:45.985Z] #11 ... [2022-03-04T14:45:45.985Z] [2022-03-04T14:45:45.985Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-04T14:45:45.985Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-04T14:45:45.985Z] #28 resolve docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 0.0s done [2022-03-04T14:45:45.985Z] #28 sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 1.85kB / 1.85kB done [2022-03-04T14:45:45.985Z] #28 sha256:4ceca80e912f5fd88749d9984597fbe81d436049745b07b54cd2b112ea3a4618 529B / 529B done [2022-03-04T14:45:45.985Z] #28 sha256:d40157244907583ef151d2de83245c018a7bf8b2025518dd1e108ec60c1a679c 1.46kB / 1.46kB done [2022-03-04T14:45:45.985Z] #28 sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 54.92MB / 54.92MB 2.8s done [2022-03-04T14:45:45.985Z] #28 ... [2022-03-04T14:45:45.985Z] [2022-03-04T14:45:45.985Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:3b718dbe107a223fd7b16cdfba6af38928c7434604424dec938aa3dda07d300c [2022-03-04T14:45:45.985Z] #11 sha256:430e63cf36da264c48ce25ce0807ca874061feaabad30283ea94fc705665bad0 [2022-03-04T14:45:46.929Z] #11 sha256:5d440ea1ae12a9af6fe55f378a73940c4c2ce8cb576ab3f1a14a91e3f67ca795 134.83MB / 134.83MB 10.4s done [2022-03-04T14:45:46.929Z] #11 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 7.4s [2022-03-04T14:45:46.949Z] #11 ... [2022-03-04T14:45:46.949Z] [2022-03-04T14:45:46.949Z] #24 [internal] load build context [2022-03-04T14:45:46.949Z] #24 sha256:087ca7b99bd23d0ea7ef559b702870313fd2256a190b7231e1e538c71e162ad5 [2022-03-04T14:45:46.949Z] #24 transferring context: 57.19MB 8.3s done [2022-03-04T14:45:46.949Z] #24 DONE 9.0s [2022-03-04T14:45:46.949Z] [2022-03-04T14:45:46.949Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:3b718dbe107a223fd7b16cdfba6af38928c7434604424dec938aa3dda07d300c [2022-03-04T14:45:46.949Z] #11 sha256:430e63cf36da264c48ce25ce0807ca874061feaabad30283ea94fc705665bad0 [2022-03-04T14:45:46.949Z] #11 ... [2022-03-04T14:45:46.949Z] [2022-03-04T14:45:46.949Z] #69 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2022-03-04T14:45:46.949Z] #69 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2022-03-04T14:45:46.949Z] #69 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2022-03-04T14:45:46.949Z] #69 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2022-03-04T14:45:46.949Z] #69 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2022-03-04T14:45:46.949Z] #69 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2022-03-04T14:45:46.949Z] #69 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.8s done [2022-03-04T14:45:46.949Z] #69 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 5.2s done [2022-03-04T14:45:46.949Z] #69 DONE 9.0s [2022-03-04T14:45:46.949Z] [2022-03-04T14:45:46.949Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:3b718dbe107a223fd7b16cdfba6af38928c7434604424dec938aa3dda07d300c [2022-03-04T14:45:46.949Z] #11 sha256:430e63cf36da264c48ce25ce0807ca874061feaabad30283ea94fc705665bad0 [2022-03-04T14:45:46.949Z] #11 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 5.8s [2022-03-04T14:45:47.926Z] #11 extracting sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 0.1s [2022-03-04T14:45:48.189Z] #11 ... [2022-03-04T14:45:48.189Z] [2022-03-04T14:45:48.189Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-04T14:45:48.189Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-04T14:45:48.189Z] #28 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 8.1s done [2022-03-04T14:45:48.189Z] #28 DONE 12.1s [2022-03-04T14:45:48.189Z] [2022-03-04T14:45:48.189Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:3b718dbe107a223fd7b16cdfba6af38928c7434604424dec938aa3dda07d300c [2022-03-04T14:45:48.189Z] #11 sha256:430e63cf36da264c48ce25ce0807ca874061feaabad30283ea94fc705665bad0 [2022-03-04T14:45:48.450Z] #11 extracting sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 0.6s done [2022-03-04T14:45:48.733Z] ok github.com/docker/docker/cmd/dockerd 0.040s coverage: 29.1% of statements [2022-03-04T14:45:49.300Z] #11 extracting sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 0.1s [2022-03-04T14:45:49.587Z] #11 ... [2022-03-04T14:45:49.587Z] [2022-03-04T14:45:49.587Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-04T14:45:49.587Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-03-04T14:45:49.587Z] #68 DONE 0.7s [2022-03-04T14:45:49.587Z] [2022-03-04T14:45:49.587Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:3b718dbe107a223fd7b16cdfba6af38928c7434604424dec938aa3dda07d300c [2022-03-04T14:45:49.587Z] #11 sha256:430e63cf36da264c48ce25ce0807ca874061feaabad30283ea94fc705665bad0 [2022-03-04T14:45:49.587Z] #11 extracting sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 0.7s done [2022-03-04T14:45:50.100Z] ok github.com/docker/docker/container 0.114s coverage: 34.8% of statements [2022-03-04T14:45:50.248Z] #11 extracting sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 [2022-03-04T14:45:50.248Z] #11 ... [2022-03-04T14:45:50.248Z] [2022-03-04T14:45:50.248Z] #28 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:10b622c6cf6daa0a295be74c0e412ed20e10f91ae4c6f3ce6ff0c9c04f77cbf6 [2022-03-04T14:45:50.248Z] #28 sha256:3af2a073cd6647345ef114a99d17cd59ea5b7278c32b92efaf29389f6ad8156c [2022-03-04T14:45:50.248Z] #28 extracting sha256:e4d61adff2077d048c6372d73c41b0bd68f525ad41f5530af05098a876683055 8.3s done [2022-03-04T14:45:50.248Z] #28 DONE 12.1s [2022-03-04T14:45:50.248Z] [2022-03-04T14:45:50.248Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:3b718dbe107a223fd7b16cdfba6af38928c7434604424dec938aa3dda07d300c [2022-03-04T14:45:50.248Z] #11 sha256:430e63cf36da264c48ce25ce0807ca874061feaabad30283ea94fc705665bad0 [2022-03-04T14:45:50.356Z] ok github.com/docker/docker/cmd/dockerd/trap 2.394s coverage: 0.0% of statements [2022-03-04T14:45:50.356Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-04T14:45:50.356Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-04T14:45:50.356Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-04T14:45:50.356Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-04T14:45:50.356Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-04T14:45:50.507Z] #11 extracting sha256:4ff1945c672b08a1791df62afaaf8aff14d3047155365f9c3646902937f7ffe6 0.5s done [2022-03-04T14:45:50.532Z] #11 extracting sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 [2022-03-04T14:45:50.768Z] #11 extracting sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 0.1s [2022-03-04T14:45:50.793Z] #11 ... [2022-03-04T14:45:50.793Z] [2022-03-04T14:45:50.793Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-04T14:45:50.793Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-03-04T14:45:50.793Z] #70 DONE 1.1s [2022-03-04T14:45:50.793Z] [2022-03-04T14:45:50.793Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:3b718dbe107a223fd7b16cdfba6af38928c7434604424dec938aa3dda07d300c [2022-03-04T14:45:50.793Z] #11 sha256:430e63cf36da264c48ce25ce0807ca874061feaabad30283ea94fc705665bad0 [2022-03-04T14:45:51.336Z] #11 extracting sha256:ff5b10aec998344606441aec43a335ab6326f32aae331aab27da16a6bb4ec2be 0.5s done [2022-03-04T14:45:51.597Z] #11 ... [2022-03-04T14:45:51.597Z] [2022-03-04T14:45:51.597Z] #68 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2022-03-04T14:45:51.597Z] #68 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2022-03-04T14:45:51.597Z] #68 DONE 0.7s [2022-03-04T14:45:51.856Z] [2022-03-04T14:45:51.856Z] #70 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2022-03-04T14:45:51.856Z] #70 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2022-03-04T14:45:52.429Z] #70 DONE 0.9s [2022-03-04T14:45:52.429Z] [2022-03-04T14:45:52.429Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:3b718dbe107a223fd7b16cdfba6af38928c7434604424dec938aa3dda07d300c [2022-03-04T14:45:52.429Z] #11 sha256:430e63cf36da264c48ce25ce0807ca874061feaabad30283ea94fc705665bad0 [2022-03-04T14:45:52.429Z] #11 extracting sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 0.5s [2022-03-04T14:45:54.150Z] INFO [loader] Go packages loading at mode 575 (compiled_files|deps|imports|name|exports_file|files|types_sizes) took 2m19.650724264s [2022-03-04T14:45:54.150Z] 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-04T14:45:54.150Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 474.883952ms [2022-03-04T14:45:55.605Z] ok github.com/docker/docker/daemon/cluster 0.045s coverage: 0.5% of statements [2022-03-04T14:45:56.098Z] #11 extracting sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 5.1s [2022-03-04T14:45:56.973Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.009s coverage: 65.3% of statements [2022-03-04T14:45:57.710Z] #11 extracting sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 5.6s [2022-03-04T14:45:58.017Z] #11 extracting sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 7.7s done [2022-03-04T14:45:58.017Z] #11 ... [2022-03-04T14:45:58.017Z] [2022-03-04T14:45:58.017Z] #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-04T14:45:58.017Z] #29 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-04T14:45:58.017Z] #29 1.949 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-04T14:45:58.017Z] #29 1.949 Get:2 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-04T14:45:58.017Z] #29 1.982 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-04T14:45:58.017Z] #29 2.234 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [121 kB] [2022-03-04T14:45:58.017Z] #29 2.506 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-04T14:45:58.017Z] #29 2.832 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-04T14:45:58.017Z] #29 4.317 Fetched 8506 kB in 3s (3071 kB/s) [2022-03-04T14:45:58.017Z] #29 4.317 Reading package lists... [2022-03-04T14:45:58.017Z] #29 5.183 Reading package lists... [2022-03-04T14:45:58.017Z] #29 6.011 Building dependency tree... [2022-03-04T14:45:58.017Z] #29 6.398 The following additional packages will be installed: [2022-03-04T14:45:58.017Z] #29 6.398 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-03-04T14:45:58.017Z] #29 6.398 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-03-04T14:45:58.017Z] #29 6.399 Recommended packages: [2022-03-04T14:45:58.017Z] #29 6.399 libldap-common publicsuffix libsasl2-modules [2022-03-04T14:45:58.017Z] #29 6.579 The following NEW packages will be installed: [2022-03-04T14:45:58.017Z] #29 6.579 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-03-04T14:45:58.017Z] #29 6.579 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-03-04T14:45:58.017Z] #29 6.579 libssh2-1 openssl [2022-03-04T14:45:58.017Z] #29 6.863 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-03-04T14:45:58.017Z] #29 6.863 Need to get 3038 kB of archives. [2022-03-04T14:45:58.017Z] #29 6.863 After this operation, 6650 kB of additional disk space will be used. [2022-03-04T14:45:58.017Z] #29 6.863 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-04T14:45:58.017Z] #29 6.866 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-04T14:45:58.017Z] #29 6.867 Get:3 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB] [2022-03-04T14:45:58.017Z] #29 6.887 Get:4 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-03-04T14:45:58.017Z] #29 6.887 Get:5 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-03-04T14:45:58.017Z] #29 6.894 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-03-04T14:45:58.017Z] #29 6.906 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-03-04T14:45:58.017Z] #29 6.906 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-03-04T14:45:58.017Z] #29 6.906 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-03-04T14:45:58.017Z] #29 6.906 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-03-04T14:45:58.017Z] #29 6.906 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-03-04T14:45:58.017Z] #29 6.915 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-03-04T14:45:58.017Z] #29 6.915 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-04T14:45:58.017Z] #29 6.923 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-04T14:45:58.017Z] #29 6.923 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-04T14:45:58.017Z] #29 7.157 debconf: delaying package configuration, since apt-utils is not installed [2022-03-04T14:45:58.017Z] #29 7.190 Fetched 3038 kB in 0s (8897 kB/s) [2022-03-04T14:45:58.017Z] #29 7.222 Selecting previously unselected package openssl. [2022-03-04T14:45:58.018Z] #29 7.222 (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-04T14:45:58.018Z] #29 7.226 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ... [2022-03-04T14:45:58.018Z] #29 7.231 Unpacking openssl (1.1.1k-1+deb11u1) ... [2022-03-04T14:45:58.018Z] #29 7.557 Selecting previously unselected package ca-certificates. [2022-03-04T14:45:58.018Z] #29 7.557 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-03-04T14:45:58.018Z] #29 7.563 Unpacking ca-certificates (20210119) ... [2022-03-04T14:45:58.018Z] #29 7.683 Selecting previously unselected package libbrotli1:amd64. [2022-03-04T14:45:58.018Z] #29 7.683 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-03-04T14:45:58.018Z] #29 7.690 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-04T14:45:58.018Z] #29 7.777 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-03-04T14:45:58.018Z] #29 7.777 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-04T14:45:58.018Z] #29 7.781 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-04T14:45:58.018Z] #29 7.837 Selecting previously unselected package libsasl2-2:amd64. [2022-03-04T14:45:58.018Z] #29 7.837 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-04T14:45:58.018Z] #29 7.839 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-04T14:45:58.018Z] #29 7.926 Selecting previously unselected package libldap-2.4-2:amd64. [2022-03-04T14:45:58.018Z] #29 7.926 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-03-04T14:45:58.018Z] #29 7.926 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-04T14:45:58.018Z] #29 8.001 Selecting previously unselected package libnghttp2-14:amd64. [2022-03-04T14:45:58.018Z] #29 8.001 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-03-04T14:45:58.018Z] #29 8.007 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-04T14:45:58.018Z] #29 8.066 Selecting previously unselected package libpsl5:amd64. [2022-03-04T14:45:58.018Z] #29 8.066 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-03-04T14:45:58.018Z] #29 8.071 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-03-04T14:45:58.018Z] #29 8.134 Selecting previously unselected package librtmp1:amd64. [2022-03-04T14:45:58.018Z] #29 8.134 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-03-04T14:45:58.018Z] #29 8.142 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-04T14:45:58.018Z] #29 8.202 Selecting previously unselected package libssh2-1:amd64. [2022-03-04T14:45:58.018Z] #29 8.202 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-03-04T14:45:58.018Z] #29 8.204 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-03-04T14:45:58.018Z] #29 8.300 Selecting previously unselected package libcurl4:amd64. [2022-03-04T14:45:58.018Z] #29 8.300 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-04T14:45:58.018Z] #29 8.306 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-04T14:45:58.018Z] #29 8.392 Selecting previously unselected package curl. [2022-03-04T14:45:58.018Z] #29 8.392 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-04T14:45:58.018Z] #29 8.396 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-03-04T14:45:58.018Z] #29 8.473 Selecting previously unselected package libonig5:amd64. [2022-03-04T14:45:58.018Z] #29 8.473 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-04T14:45:58.018Z] #29 8.477 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-04T14:45:58.018Z] #29 8.562 Selecting previously unselected package libjq1:amd64. [2022-03-04T14:45:58.018Z] #29 8.562 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-03-04T14:45:58.018Z] #29 8.566 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-04T14:45:58.018Z] #29 8.634 Selecting previously unselected package jq. [2022-03-04T14:45:58.018Z] #29 8.634 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-03-04T14:45:58.018Z] #29 8.643 Unpacking jq (1.6-2.1) ... [2022-03-04T14:45:58.018Z] #29 8.693 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-03-04T14:45:58.018Z] #29 8.746 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-04T14:45:58.018Z] #29 8.758 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-04T14:45:58.018Z] #29 8.768 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-04T14:45:58.018Z] #29 8.779 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-04T14:45:58.018Z] #29 8.791 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-04T14:45:58.018Z] #29 8.801 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-03-04T14:45:58.018Z] #29 8.820 Setting up openssl (1.1.1k-1+deb11u1) ... [2022-03-04T14:45:58.018Z] #29 8.848 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-04T14:45:58.018Z] #29 8.859 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-04T14:45:58.018Z] #29 8.899 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-04T14:45:58.018Z] #29 8.914 Setting up ca-certificates (20210119) ... [2022-03-04T14:45:58.018Z] #29 9.575 Updating certificates in /etc/ssl/certs... [2022-03-04T14:45:58.279Z] #29 ... [2022-03-04T14:45:58.279Z] [2022-03-04T14:45:58.279Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:3b718dbe107a223fd7b16cdfba6af38928c7434604424dec938aa3dda07d300c [2022-03-04T14:45:58.279Z] #11 sha256:430e63cf36da264c48ce25ce0807ca874061feaabad30283ea94fc705665bad0 [2022-03-04T14:45:58.279Z] #11 extracting sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 [2022-03-04T14:45:58.862Z] ok github.com/docker/docker/daemon/cluster/convert 0.017s coverage: 35.9% of statements [2022-03-04T14:45:59.620Z] #11 extracting sha256:12de8c754e45686ace9e25d11bee372b070eed5b5ab20aa3b4fab8c936496d02 7.7s done [2022-03-04T14:45:59.882Z] #11 extracting sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 [2022-03-04T14:46:00.146Z] #11 ... [2022-03-04T14:46:00.146Z] [2022-03-04T14:46:00.146Z] #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-04T14:46:00.146Z] #29 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-04T14:46:00.146Z] #29 1.510 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-04T14:46:00.146Z] #29 1.525 Get:2 http://deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-04T14:46:00.146Z] #29 1.537 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-04T14:46:00.146Z] #29 1.724 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [121 kB] [2022-03-04T14:46:00.146Z] #29 1.934 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-04T14:46:00.146Z] #29 2.326 Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-04T14:46:00.146Z] #29 3.958 Fetched 8506 kB in 3s (3148 kB/s) [2022-03-04T14:46:00.146Z] #29 3.958 Reading package lists... [2022-03-04T14:46:00.146Z] #29 4.805 Reading package lists... [2022-03-04T14:46:00.146Z] #29 5.621 Building dependency tree... [2022-03-04T14:46:00.146Z] #29 6.031 The following additional packages will be installed: [2022-03-04T14:46:00.146Z] #29 6.031 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2022-03-04T14:46:00.146Z] #29 6.031 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2022-03-04T14:46:00.146Z] #29 6.031 Recommended packages: [2022-03-04T14:46:00.146Z] #29 6.031 libldap-common publicsuffix libsasl2-modules [2022-03-04T14:46:00.146Z] #29 6.207 The following NEW packages will be installed: [2022-03-04T14:46:00.146Z] #29 6.215 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2022-03-04T14:46:00.146Z] #29 6.215 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2022-03-04T14:46:00.146Z] #29 6.215 libssh2-1 openssl [2022-03-04T14:46:00.146Z] #29 6.491 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2022-03-04T14:46:00.146Z] #29 6.491 Need to get 3038 kB of archives. [2022-03-04T14:46:00.146Z] #29 6.491 After this operation, 6650 kB of additional disk space will be used. [2022-03-04T14:46:00.146Z] #29 6.491 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-04T14:46:00.146Z] #29 6.491 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-04T14:46:00.146Z] #29 6.503 Get:3 http://deb.debian.org/debian bullseye/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB] [2022-03-04T14:46:00.146Z] #29 6.545 Get:4 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2022-03-04T14:46:00.146Z] #29 6.545 Get:5 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2022-03-04T14:46:00.146Z] #29 6.545 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2022-03-04T14:46:00.146Z] #29 6.559 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2022-03-04T14:46:00.146Z] #29 6.559 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2022-03-04T14:46:00.146Z] #29 6.559 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2022-03-04T14:46:00.146Z] #29 6.559 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2022-03-04T14:46:00.146Z] #29 6.559 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+deb11u1 [341 kB] [2022-03-04T14:46:00.146Z] #29 6.559 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+deb11u1 [267 kB] [2022-03-04T14:46:00.146Z] #29 6.559 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-04T14:46:00.146Z] #29 6.559 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-04T14:46:00.146Z] #29 6.576 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-04T14:46:00.146Z] #29 6.827 debconf: delaying package configuration, since apt-utils is not installed [2022-03-04T14:46:00.146Z] #29 6.874 Fetched 3038 kB in 0s (8486 kB/s) [2022-03-04T14:46:00.146Z] #29 6.907 Selecting previously unselected package openssl. [2022-03-04T14:46:00.146Z] #29 6.907 (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-04T14:46:00.146Z] #29 6.907 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ... [2022-03-04T14:46:00.146Z] #29 6.915 Unpacking openssl (1.1.1k-1+deb11u1) ... [2022-03-04T14:46:00.146Z] #29 7.104 Selecting previously unselected package ca-certificates. [2022-03-04T14:46:00.146Z] #29 7.104 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2022-03-04T14:46:00.146Z] #29 7.109 Unpacking ca-certificates (20210119) ... [2022-03-04T14:46:00.146Z] #29 7.195 Selecting previously unselected package libbrotli1:amd64. [2022-03-04T14:46:00.146Z] #29 7.195 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2022-03-04T14:46:00.146Z] #29 7.205 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-04T14:46:00.146Z] #29 7.304 Selecting previously unselected package libsasl2-modules-db:amd64. [2022-03-04T14:46:00.146Z] #29 7.304 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-04T14:46:00.146Z] #29 7.309 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-04T14:46:00.146Z] #29 7.372 Selecting previously unselected package libsasl2-2:amd64. [2022-03-04T14:46:00.146Z] #29 7.372 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1+deb11u1_amd64.deb ... [2022-03-04T14:46:00.146Z] #29 7.372 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-04T14:46:00.146Z] #29 7.432 Selecting previously unselected package libldap-2.4-2:amd64. [2022-03-04T14:46:00.146Z] #29 7.432 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2022-03-04T14:46:00.146Z] #29 7.436 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-04T14:46:00.146Z] #29 7.522 Selecting previously unselected package libnghttp2-14:amd64. [2022-03-04T14:46:00.146Z] #29 7.522 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2022-03-04T14:46:00.146Z] #29 7.527 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-04T14:46:00.146Z] #29 7.581 Selecting previously unselected package libpsl5:amd64. [2022-03-04T14:46:00.146Z] #29 7.581 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2022-03-04T14:46:00.146Z] #29 7.586 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2022-03-04T14:46:00.146Z] #29 7.648 Selecting previously unselected package librtmp1:amd64. [2022-03-04T14:46:00.146Z] #29 7.650 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2022-03-04T14:46:00.146Z] #29 7.653 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-04T14:46:00.146Z] #29 7.708 Selecting previously unselected package libssh2-1:amd64. [2022-03-04T14:46:00.146Z] #29 7.708 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2022-03-04T14:46:00.146Z] #29 7.713 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2022-03-04T14:46:00.146Z] #29 7.797 Selecting previously unselected package libcurl4:amd64. [2022-03-04T14:46:00.146Z] #29 7.798 Preparing to unpack .../10-libcurl4_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-04T14:46:00.146Z] #29 7.805 Unpacking libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-04T14:46:00.146Z] #29 7.907 Selecting previously unselected package curl. [2022-03-04T14:46:00.146Z] #29 7.908 Preparing to unpack .../11-curl_7.74.0-1.3+deb11u1_amd64.deb ... [2022-03-04T14:46:00.146Z] #29 7.912 Unpacking curl (7.74.0-1.3+deb11u1) ... [2022-03-04T14:46:00.146Z] #29 7.993 Selecting previously unselected package libonig5:amd64. [2022-03-04T14:46:00.146Z] #29 7.993 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-04T14:46:00.146Z] #29 7.998 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-04T14:46:00.146Z] #29 8.071 Selecting previously unselected package libjq1:amd64. [2022-03-04T14:46:00.146Z] #29 8.073 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2022-03-04T14:46:00.146Z] #29 8.079 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-04T14:46:00.146Z] #29 8.138 Selecting previously unselected package jq. [2022-03-04T14:46:00.146Z] #29 8.138 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2022-03-04T14:46:00.146Z] #29 8.145 Unpacking jq (1.6-2.1) ... [2022-03-04T14:46:00.146Z] #29 8.192 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2022-03-04T14:46:00.146Z] #29 8.203 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2022-03-04T14:46:00.146Z] #29 8.235 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2022-03-04T14:46:00.146Z] #29 8.248 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-04T14:46:00.146Z] #29 8.264 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2022-03-04T14:46:00.146Z] #29 8.272 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1+deb11u1) ... [2022-03-04T14:46:00.146Z] #29 8.282 Setting up libssh2-1:amd64 (1.9.0-2) ... [2022-03-04T14:46:00.146Z] #29 8.301 Setting up openssl (1.1.1k-1+deb11u1) ... [2022-03-04T14:46:00.146Z] #29 8.314 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-04T14:46:00.146Z] #29 8.334 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-04T14:46:00.146Z] #29 8.341 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2022-03-04T14:46:00.146Z] #29 8.352 Setting up ca-certificates (20210119) ... [2022-03-04T14:46:00.146Z] #29 9.039 Updating certificates in /etc/ssl/certs... [2022-03-04T14:46:00.146Z] #29 ... [2022-03-04T14:46:00.146Z] [2022-03-04T14:46:00.146Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:3b718dbe107a223fd7b16cdfba6af38928c7434604424dec938aa3dda07d300c [2022-03-04T14:46:00.146Z] #11 sha256:430e63cf36da264c48ce25ce0807ca874061feaabad30283ea94fc705665bad0 [2022-03-04T14:46:02.496Z] #11 ... [2022-03-04T14:46:02.496Z] [2022-03-04T14:46:02.496Z] #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-04T14:46:02.496Z] #29 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-04T14:46:02.496Z] #29 10.75 129 added, 0 removed; done. [2022-03-04T14:46:02.496Z] #29 10.82 Setting up jq (1.6-2.1) ... [2022-03-04T14:46:02.496Z] #29 10.83 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-04T14:46:02.496Z] #29 10.84 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-03-04T14:46:02.496Z] #29 10.85 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-04T14:46:02.496Z] #29 10.87 Processing triggers for ca-certificates (20210119) ... [2022-03-04T14:46:02.496Z] #29 10.89 Updating certificates in /etc/ssl/certs... [2022-03-04T14:46:02.496Z] #29 11.68 0 added, 0 removed; done. [2022-03-04T14:46:02.496Z] #29 11.68 Running hooks in /etc/ca-certificates/update.d... [2022-03-04T14:46:02.496Z] #29 11.68 done. [2022-03-04T14:46:02.496Z] #29 DONE 14.0s [2022-03-04T14:46:02.496Z] [2022-03-04T14:46:02.496Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:3b718dbe107a223fd7b16cdfba6af38928c7434604424dec938aa3dda07d300c [2022-03-04T14:46:02.496Z] #11 sha256:430e63cf36da264c48ce25ce0807ca874061feaabad30283ea94fc705665bad0 [2022-03-04T14:46:02.496Z] #11 ... [2022-03-04T14:46:02.496Z] [2022-03-04T14:46:02.496Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-04T14:46:02.496Z] #30 sha256:6d957a39fbbb8af2816bbc90c107d55c3321cb30cb3f4182f5dcdbbf8d7371ef [2022-03-04T14:46:02.496Z] #30 DONE 0.6s [2022-03-04T14:46:02.758Z] [2022-03-04T14:46:02.758Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:3b718dbe107a223fd7b16cdfba6af38928c7434604424dec938aa3dda07d300c [2022-03-04T14:46:02.758Z] #11 sha256:430e63cf36da264c48ce25ce0807ca874061feaabad30283ea94fc705665bad0 [2022-03-04T14:46:03.331Z] #11 extracting sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 5.1s [2022-03-04T14:46:04.350Z] #11 ... [2022-03-04T14:46:04.350Z] [2022-03-04T14:46:04.350Z] #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-04T14:46:04.350Z] #29 sha256:fcbce562298c56a7b226d0dc42cee1302927c83d920a49e10453c042b66010f8 [2022-03-04T14:46:04.350Z] #29 10.26 129 added, 0 removed; done. [2022-03-04T14:46:04.350Z] #29 10.32 Setting up jq (1.6-2.1) ... [2022-03-04T14:46:04.350Z] #29 10.34 Setting up libcurl4:amd64 (7.74.0-1.3+deb11u1) ... [2022-03-04T14:46:04.350Z] #29 10.36 Setting up curl (7.74.0-1.3+deb11u1) ... [2022-03-04T14:46:04.350Z] #29 10.37 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-04T14:46:04.350Z] #29 10.39 Processing triggers for ca-certificates (20210119) ... [2022-03-04T14:46:04.350Z] #29 10.39 Updating certificates in /etc/ssl/certs... [2022-03-04T14:46:04.350Z] #29 11.16 0 added, 0 removed; done. [2022-03-04T14:46:04.350Z] #29 11.16 Running hooks in /etc/ca-certificates/update.d... [2022-03-04T14:46:04.350Z] #29 11.16 done. [2022-03-04T14:46:04.350Z] #29 DONE 13.9s [2022-03-04T14:46:04.351Z] [2022-03-04T14:46:04.351Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:3b718dbe107a223fd7b16cdfba6af38928c7434604424dec938aa3dda07d300c [2022-03-04T14:46:04.351Z] #11 sha256:430e63cf36da264c48ce25ce0807ca874061feaabad30283ea94fc705665bad0 [2022-03-04T14:46:04.351Z] #11 ... [2022-03-04T14:46:04.351Z] [2022-03-04T14:46:04.351Z] #30 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2022-03-04T14:46:04.351Z] #30 sha256:cf73deb8a8754a5946b14178fb22bd6dacb8dc1eb358ecd35714ab7a428f3d24 [2022-03-04T14:46:04.351Z] #30 DONE 0.2s [2022-03-04T14:46:04.351Z] [2022-03-04T14:46:04.351Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:3b718dbe107a223fd7b16cdfba6af38928c7434604424dec938aa3dda07d300c [2022-03-04T14:46:04.351Z] #11 sha256:430e63cf36da264c48ce25ce0807ca874061feaabad30283ea94fc705665bad0 [2022-03-04T14:46:04.723Z] #11 extracting sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 6.5s done [2022-03-04T14:46:04.919Z] #11 extracting sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 5.1s [2022-03-04T14:46:04.984Z] #11 extracting sha256:5d440ea1ae12a9af6fe55f378a73940c4c2ce8cb576ab3f1a14a91e3f67ca795 [2022-03-04T14:46:05.415Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.439s coverage: 13.8% of statements [2022-03-04T14:46:06.315Z] #11 extracting sha256:8c86ff77a3175ed4d7958578d141a96b5da005855d60ea24067de33cd62e4c36 6.2s done [2022-03-04T14:46:06.315Z] #11 extracting sha256:5d440ea1ae12a9af6fe55f378a73940c4c2ce8cb576ab3f1a14a91e3f67ca795 [2022-03-04T14:46:06.783Z] ok github.com/docker/docker/daemon/config 0.024s coverage: 81.0% of statements [2022-03-04T14:46:07.040Z] ok github.com/docker/docker/daemon/events 0.057s coverage: 50.0% of statements [2022-03-04T14:46:07.604Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2022-03-04T14:46:08.534Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.008s coverage: 4.2% of statements [2022-03-04T14:46:09.096Z] ok github.com/docker/docker/daemon 10.116s coverage: 17.1% of statements [2022-03-04T14:46:09.096Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-04T14:46:09.096Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-04T14:46:09.096Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-04T14:46:09.096Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-04T14:46:10.024Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.267s coverage: 56.2% of statements [2022-03-04T14:46:10.024Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.007s coverage: 3.0% of statements [2022-03-04T14:46:10.300Z] #11 extracting sha256:5d440ea1ae12a9af6fe55f378a73940c4c2ce8cb576ab3f1a14a91e3f67ca795 5.2s [2022-03-04T14:46:11.009Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-03-04T14:46:11.009Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-03-04T14:46:11.596Z] #11 extracting sha256:5d440ea1ae12a9af6fe55f378a73940c4c2ce8cb576ab3f1a14a91e3f67ca795 5.0s [2022-03-04T14:46:11.916Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.008s coverage: 1.8% of statements [2022-03-04T14:46:12.858Z] #11 ... [2022-03-04T14:46:12.858Z] [2022-03-04T14:46:12.858Z] #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-04T14:46:12.858Z] #31 sha256:e60ecd0232e38af2657afbccfbb69482ed31b2abd67a7978fc27740d810425ef [2022-03-04T14:46:12.858Z] #31 2.494 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-03-04T14:46:12.858Z] #31 2.811 [2022-03-04T14:46:12.858Z] #31 3.046 #=#=# ######################################################################## 100.0% [2022-03-04T14:46:12.858Z] #31 3.357 [2022-03-04T14:46:12.858Z] #31 4.414 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-03-04T14:46:12.858Z] #31 4.814 [2022-03-04T14:46:12.858Z] #31 5.048 #=#=# ############### 22.0% ######################################################################## 100.0% [2022-03-04T14:46:12.858Z] #31 5.435 [2022-03-04T14:46:12.858Z] #31 6.527 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-03-04T14:46:12.858Z] #31 6.902 [2022-03-04T14:46:12.858Z] #31 7.135 #=#=# ############### 21.7% ######################################### 57.8% ################################################################ 89.9% ######################################################################## 100.0% [2022-03-04T14:46:12.858Z] #31 7.756 [2022-03-04T14:46:12.858Z] #31 8.763 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-03-04T14:46:12.858Z] #31 9.074 [2022-03-04T14:46:12.858Z] #31 9.294 #=#=# ######################################################################## 100.0% [2022-03-04T14:46:12.858Z] #31 9.628 [2022-03-04T14:46:12.858Z] #31 ... [2022-03-04T14:46:12.858Z] [2022-03-04T14:46:12.858Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:3b718dbe107a223fd7b16cdfba6af38928c7434604424dec938aa3dda07d300c [2022-03-04T14:46:12.858Z] #11 sha256:430e63cf36da264c48ce25ce0807ca874061feaabad30283ea94fc705665bad0 [2022-03-04T14:46:13.281Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.239s coverage: 50.5% of statements [2022-03-04T14:46:13.843Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 1.847s coverage: 45.9% of statements [2022-03-04T14:46:13.843Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-04T14:46:14.144Z] #11 ... [2022-03-04T14:46:14.144Z] [2022-03-04T14:46:14.144Z] #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-04T14:46:14.144Z] #31 sha256:e6fbf98cd68e60689d350002175126d04ec25c24f2db89b8342ae81a8db44789 [2022-03-04T14:46:14.144Z] #31 2.401 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2022-03-04T14:46:14.144Z] #31 2.725 [2022-03-04T14:46:14.144Z] #31 2.951 #=#=# ######################################################################## 100.0% [2022-03-04T14:46:14.144Z] #31 3.292 [2022-03-04T14:46:14.144Z] #31 4.308 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2022-03-04T14:46:14.144Z] #31 4.656 [2022-03-04T14:46:14.144Z] #31 4.879 #=#=# ######################################################################## 100.0% [2022-03-04T14:46:14.144Z] #31 5.180 [2022-03-04T14:46:14.144Z] #31 6.222 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2022-03-04T14:46:14.144Z] #31 6.515 [2022-03-04T14:46:14.144Z] #31 6.757 #=#=# ################### 27.5% ########################################## 59.1% ################################################################# 91.3% ######################################################################## 100.0% [2022-03-04T14:46:14.144Z] #31 7.303 [2022-03-04T14:46:14.144Z] #31 8.294 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2022-03-04T14:46:14.144Z] #31 8.618 [2022-03-04T14:46:14.144Z] #31 8.840 #=#=# ######################################################################## 100.0% [2022-03-04T14:46:14.144Z] #31 9.132 [2022-03-04T14:46:14.144Z] #31 9.870 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-03-04T14:46:14.404Z] #31 ... [2022-03-04T14:46:14.404Z] [2022-03-04T14:46:14.404Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:3b718dbe107a223fd7b16cdfba6af38928c7434604424dec938aa3dda07d300c [2022-03-04T14:46:14.404Z] #11 sha256:430e63cf36da264c48ce25ce0807ca874061feaabad30283ea94fc705665bad0 [2022-03-04T14:46:14.772Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.010s coverage: 58.8% of statements [2022-03-04T14:46:15.337Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.916s coverage: 58.0% of statements [2022-03-04T14:46:15.337Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-03-04T14:46:15.337Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-04T14:46:15.415Z] #11 extracting sha256:5d440ea1ae12a9af6fe55f378a73940c4c2ce8cb576ab3f1a14a91e3f67ca795 10.3s [2022-03-04T14:46:15.679Z] #11 ... [2022-03-04T14:46:15.679Z] [2022-03-04T14:46:15.679Z] #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-04T14:46:15.679Z] #31 sha256:e60ecd0232e38af2657afbccfbb69482ed31b2abd67a7978fc27740d810425ef [2022-03-04T14:46:15.679Z] #31 10.35 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2022-03-04T14:46:15.679Z] #31 10.71 [2022-03-04T14:46:15.679Z] #31 10.93 #=#=# ######################################################################## 100.0% [2022-03-04T14:46:15.679Z] #31 11.25 [2022-03-04T14:46:15.679Z] #31 11.31 Download of images into '/build' complete. [2022-03-04T14:46:15.679Z] #31 11.31 Use something like the following to load the result into a Docker daemon: [2022-03-04T14:46:15.679Z] #31 11.31 tar -cC '/build' . | docker load [2022-03-04T14:46:15.679Z] #31 DONE 13.1s [2022-03-04T14:46:15.679Z] [2022-03-04T14:46:15.679Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:3b718dbe107a223fd7b16cdfba6af38928c7434604424dec938aa3dda07d300c [2022-03-04T14:46:15.679Z] #11 sha256:430e63cf36da264c48ce25ce0807ca874061feaabad30283ea94fc705665bad0 [2022-03-04T14:46:15.900Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.016s coverage: 3.0% of statements [2022-03-04T14:46:16.312Z] #11 extracting sha256:5d440ea1ae12a9af6fe55f378a73940c4c2ce8cb576ab3f1a14a91e3f67ca795 10.1s [2022-03-04T14:46:16.463Z] ok github.com/docker/docker/daemon/links 0.002s coverage: 93.0% of statements [2022-03-04T14:46:16.882Z] #11 ... [2022-03-04T14:46:16.882Z] [2022-03-04T14:46:16.882Z] #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-04T14:46:16.882Z] #31 sha256:e6fbf98cd68e60689d350002175126d04ec25c24f2db89b8342ae81a8db44789 [2022-03-04T14:46:16.882Z] #31 10.19 [2022-03-04T14:46:16.882Z] #31 10.41 #=#=# ######################################################################## 100.0% [2022-03-04T14:46:16.882Z] #31 10.71 [2022-03-04T14:46:16.882Z] #31 10.78 Download of images into '/build' complete. [2022-03-04T14:46:16.882Z] #31 10.78 Use something like the following to load the result into a Docker daemon: [2022-03-04T14:46:16.882Z] #31 10.78 tar -cC '/build' . | docker load [2022-03-04T14:46:16.882Z] #31 DONE 12.5s [2022-03-04T14:46:16.882Z] [2022-03-04T14:46:16.882Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.7-bullseye@sha256:3b718dbe107a223fd7b16cdfba6af38928c7434604424dec938aa3dda07d300c [2022-03-04T14:46:16.882Z] #11 sha256:430e63cf36da264c48ce25ce0807ca874061feaabad30283ea94fc705665bad0 [2022-03-04T14:46:17.392Z] ok github.com/docker/docker/daemon/images 0.014s coverage: 6.8% of statements [2022-03-04T14:46:17.392Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-04T14:46:17.392Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-04T14:46:17.954Z] ok github.com/docker/docker/daemon/logger 0.215s coverage: 43.5% of statements [2022-03-04T14:46:18.231Z] #11 extracting sha256:5d440ea1ae12a9af6fe55f378a73940c4c2ce8cb576ab3f1a14a91e3f67ca795 13.2s done [2022-03-04T14:46:18.231Z] #11 extracting sha256:450a2e80688e351e0946f174309b2adc7dfb469e09bdbfa82c5569572c40b3ee [2022-03-04T14:46:18.493Z] #11 extracting sha256:450a2e80688e351e0946f174309b2adc7dfb469e09bdbfa82c5569572c40b3ee done [2022-03-04T14:46:18.516Z] ok github.com/docker/docker/daemon/logger/awslogs 0.146s coverage: 79.9% of statements [2022-03-04T14:46:18.516Z] ok github.com/docker/docker/daemon/logger/fluentd 0.012s coverage: 33.6% of statements [2022-03-04T14:46:18.516Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-04T14:46:18.755Z] #11 DONE 42.6s [2022-03-04T14:46:18.755Z] [2022-03-04T14:46:18.755Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-04T14:46:18.755Z] #12 sha256:cfd6d811b2cf9b1481886641f893851f4c2c614f02c365211ff1c03fba45e20b [2022-03-04T14:46:19.078Z] ok github.com/docker/docker/daemon/logger/gelf 0.005s coverage: 67.0% of statements [2022-03-04T14:46:19.078Z] ok github.com/docker/docker/daemon/logger/journald 0.005s coverage: 23.9% of statements [2022-03-04T14:46:19.328Z] #12 DONE 0.7s [2022-03-04T14:46:19.328Z] [2022-03-04T14:46:19.328Z] #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-04T14:46:19.328Z] #13 sha256:0018f7660dfd21af8d84d3bb79a64897055a46f40c3b0369dbcf06cd7184a28b [2022-03-04T14:46:19.422Z] #11 extracting sha256:5d440ea1ae12a9af6fe55f378a73940c4c2ce8cb576ab3f1a14a91e3f67ca795 13.1s done [2022-03-04T14:46:19.422Z] #11 extracting sha256:450a2e80688e351e0946f174309b2adc7dfb469e09bdbfa82c5569572c40b3ee [2022-03-04T14:46:19.639Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.007s coverage: 87.2% of statements [2022-03-04T14:46:19.683Z] #11 extracting sha256:450a2e80688e351e0946f174309b2adc7dfb469e09bdbfa82c5569572c40b3ee done [2022-03-04T14:46:19.895Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.008s coverage: 69.9% of statements [2022-03-04T14:46:19.900Z] #13 DONE 0.6s [2022-03-04T14:46:19.900Z] [2022-03-04T14:46:19.900Z] #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-04T14:46:19.900Z] #38 sha256:2245cdb59b984340608a45cf2083ebd79290e3b38ac29aad94738d34987ad85c [2022-03-04T14:46:19.942Z] #11 DONE 41.8s [2022-03-04T14:46:19.942Z] [2022-03-04T14:46:19.942Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2022-03-04T14:46:19.942Z] #12 sha256:cfd6d811b2cf9b1481886641f893851f4c2c614f02c365211ff1c03fba45e20b [2022-03-04T14:46:20.160Z] #38 ... [2022-03-04T14:46:20.160Z] [2022-03-04T14:46:20.160Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-04T14:46:20.160Z] #33 sha256:190511d28e9097f95140092f2351134daeeb0db934b4d4e291949cc7ed8bbe32 [2022-03-04T14:46:20.160Z] #33 DONE 0.2s [2022-03-04T14:46:20.160Z] [2022-03-04T14:46:20.160Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-04T14:46:20.160Z] #42 sha256:b2210fa7ca677858953e12530c3e00045a37bf704fefc591691b7e4bcd221967 [2022-03-04T14:46:20.160Z] #42 DONE 0.2s [2022-03-04T14:46:20.160Z] [2022-03-04T14:46:20.160Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-04T14:46:20.160Z] #62 sha256:b5d73f41ccb241773b6c2c13dde10ab6bf50f8a0a3b5734ab79ff1318e98ae11 [2022-03-04T14:46:20.160Z] #62 DONE 0.3s [2022-03-04T14:46:20.160Z] [2022-03-04T14:46:20.160Z] #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-04T14:46:20.160Z] #43 sha256:c63553c7bc4e21b05cb5c6d9217754e02c22c62a0ea2a112a8bcbb55346332bd [2022-03-04T14:46:20.422Z] #43 ... [2022-03-04T14:46:20.422Z] [2022-03-04T14:46:20.422Z] #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-04T14:46:20.422Z] #46 sha256:60850dc2e3c6103f13d9f2111ce5a4178552c600f71c9b92245115fc9cde994b [2022-03-04T14:46:20.422Z] #46 DONE 0.3s [2022-03-04T14:46:20.422Z] [2022-03-04T14:46:20.422Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-04T14:46:20.422Z] #25 sha256:48f98512fb6c6202ddf13b23d2b383f19204f44d1a6d5c12b10fb74bf5985699 [2022-03-04T14:46:20.422Z] #25 DONE 0.3s [2022-03-04T14:46:20.422Z] [2022-03-04T14:46:20.422Z] #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-04T14:46:20.422Z] #26 sha256:fe041f6f00c853cc92a4817111a0d55c9212b379cdae9753faa7d78d9a2dea76 [2022-03-04T14:46:20.457Z] ok github.com/docker/docker/daemon/logger/local 0.030s coverage: 78.7% of statements [2022-03-04T14:46:20.457Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-04T14:46:20.510Z] #12 DONE 0.7s [2022-03-04T14:46:20.510Z] [2022-03-04T14:46:20.510Z] #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-04T14:46:20.510Z] #13 sha256:0018f7660dfd21af8d84d3bb79a64897055a46f40c3b0369dbcf06cd7184a28b [2022-03-04T14:46:20.713Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.046s coverage: 54.7% of statements [2022-03-04T14:46:20.969Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.023s coverage: 31.5% of statements [2022-03-04T14:46:21.080Z] #13 DONE 0.7s [2022-03-04T14:46:21.344Z] [2022-03-04T14:46:21.344Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-04T14:46:21.344Z] #25 sha256:ee6e2181437b47fc5aedcab6920b4be5e0d3ff3f5902d03be8bcda9cda3ac148 [2022-03-04T14:46:21.344Z] #25 ... [2022-03-04T14:46:21.344Z] [2022-03-04T14:46:21.344Z] #33 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2022-03-04T14:46:21.344Z] #33 sha256:190511d28e9097f95140092f2351134daeeb0db934b4d4e291949cc7ed8bbe32 [2022-03-04T14:46:21.344Z] #33 DONE 0.2s [2022-03-04T14:46:21.344Z] [2022-03-04T14:46:21.344Z] #42 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2022-03-04T14:46:21.344Z] #42 sha256:b2210fa7ca677858953e12530c3e00045a37bf704fefc591691b7e4bcd221967 [2022-03-04T14:46:21.344Z] #42 DONE 0.2s [2022-03-04T14:46:21.344Z] [2022-03-04T14:46:21.344Z] #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-04T14:46:21.344Z] #46 sha256:60850dc2e3c6103f13d9f2111ce5a4178552c600f71c9b92245115fc9cde994b [2022-03-04T14:46:21.344Z] #46 DONE 0.3s [2022-03-04T14:46:21.604Z] [2022-03-04T14:46:21.604Z] #25 [dockercli 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/dockercli.installer / [2022-03-04T14:46:21.604Z] #25 sha256:ee6e2181437b47fc5aedcab6920b4be5e0d3ff3f5902d03be8bcda9cda3ac148 [2022-03-04T14:46:21.604Z] #25 DONE 0.3s [2022-03-04T14:46:21.604Z] [2022-03-04T14:46:21.604Z] #62 [rootlesskit 1/4] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/rootlesskit.installer / [2022-03-04T14:46:21.604Z] #62 sha256:15c49b23299f0732612bacc8cac1867c5dfb084f3fe49f4c9bede70fc1fd70b0 [2022-03-04T14:46:21.604Z] #62 DONE 0.3s [2022-03-04T14:46:21.604Z] [2022-03-04T14:46:21.604Z] #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-04T14:46:21.604Z] #63 sha256:8789be3d5152e017a1c72fd652e10cc966653fd028d86a5101d9ae0b4e7cdd72 [2022-03-04T14:46:21.897Z] ok github.com/docker/docker/daemon/logger/syslog 0.011s coverage: 46.8% of statements [2022-03-04T14:46:22.153Z] ok github.com/docker/docker/daemon/logger/templates 0.003s coverage: 8.3% of statements [2022-03-04T14:46:22.715Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2022-03-04T14:46:23.277Z] ok github.com/docker/docker/daemon/logger/splunk 1.531s coverage: 82.5% of statements [2022-03-04T14:46:23.277Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-04T14:46:23.277Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-04T14:46:24.206Z] ok github.com/docker/docker/distribution 0.080s coverage: 26.3% of statements [2022-03-04T14:46:24.206Z] ok github.com/docker/docker/distribution/metadata 0.038s coverage: 48.2% of statements [2022-03-04T14:46:24.206Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-04T14:46:25.135Z] ok github.com/docker/docker/errdefs 0.009s coverage: 53.1% of statements [2022-03-04T14:46:25.698Z] ok github.com/docker/docker/image 0.027s coverage: 86.9% of statements [2022-03-04T14:46:25.720Z] #26 ... [2022-03-04T14:46:25.720Z] [2022-03-04T14:46:25.720Z] #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-04T14:46:25.720Z] #43 sha256:c63553c7bc4e21b05cb5c6d9217754e02c22c62a0ea2a112a8bcbb55346332bd [2022-03-04T14:46:25.720Z] #43 5.455 + git clone https://github.com/docker/distribution.git . [2022-03-04T14:46:25.720Z] #43 5.455 Cloning into '.'... [2022-03-04T14:46:26.260Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2022-03-04T14:46:26.824Z] ok github.com/docker/docker/image/tarexport 0.007s coverage: 0.7% of statements [2022-03-04T14:46:26.825Z] ok github.com/docker/docker/distribution/xfer 1.897s coverage: 85.3% of statements [2022-03-04T14:46:26.825Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-04T14:46:26.887Z] #63 ... [2022-03-04T14:46:26.887Z] [2022-03-04T14:46:26.887Z] #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-04T14:46:26.887Z] #26 sha256:fb615d1694729336085221bf19d7cefc355f5c45c82884e38e2a1c12bf3e78f2 [2022-03-04T14:46:26.887Z] #26 5.490 + RM_GOPATH=0 [2022-03-04T14:46:26.887Z] #26 5.490 + TMP_GOPATH= [2022-03-04T14:46:26.887Z] #26 5.490 + : /build [2022-03-04T14:46:26.887Z] #26 5.490 + '[' -z '' ']' [2022-03-04T14:46:26.887Z] #26 5.490 ++ mktemp -d [2022-03-04T14:46:26.887Z] #26 5.490 + export GOPATH=/tmp/tmp.0OPD9Rqj9J [2022-03-04T14:46:26.887Z] #26 5.490 + GOPATH=/tmp/tmp.0OPD9Rqj9J [2022-03-04T14:46:26.887Z] #26 5.490 + RM_GOPATH=1 [2022-03-04T14:46:26.887Z] #26 5.490 + case "$(go env GOARCH)" in [2022-03-04T14:46:27.080Z] ok github.com/docker/docker/image/v1 0.008s coverage: 25.0% of statements [2022-03-04T14:46:27.080Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-04T14:46:27.146Z] #26 5.491 ++ go env GOARCH [2022-03-04T14:46:27.146Z] #26 5.520 + export GO_BUILDMODE=-buildmode=pie [2022-03-04T14:46:27.146Z] #26 5.520 + GO_BUILDMODE=-buildmode=pie [2022-03-04T14:46:27.146Z] #26 5.520 ++ dirname /install.sh [2022-03-04T14:46:27.146Z] #26 5.548 Install docker/cli version 17.06.2-ce from stable [2022-03-04T14:46:27.146Z] #26 5.548 + dir=/ [2022-03-04T14:46:27.146Z] #26 5.548 + bin=dockercli [2022-03-04T14:46:27.146Z] #26 5.548 + shift [2022-03-04T14:46:27.146Z] #26 5.548 + '[' '!' -f //dockercli.installer ']' [2022-03-04T14:46:27.146Z] #26 5.548 + . //dockercli.installer [2022-03-04T14:46:27.146Z] #26 5.548 ++ : stable [2022-03-04T14:46:27.146Z] #26 5.548 ++ : 17.06.2-ce [2022-03-04T14:46:27.146Z] #26 5.548 + install_dockercli [2022-03-04T14:46:27.146Z] #26 5.548 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-03-04T14:46:27.146Z] #26 5.548 ++ uname -m [2022-03-04T14:46:27.146Z] #26 5.549 + arch=x86_64 [2022-03-04T14:46:27.146Z] #26 5.550 + '[' x86_64 '!=' x86_64 ']' [2022-03-04T14:46:27.146Z] #26 5.550 + url=https://download.docker.com/linux/static [2022-03-04T14:46:27.146Z] #26 5.558 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-03-04T14:46:27.146Z] #26 5.558 + tar -xz docker/docker [2022-03-04T14:46:27.146Z] #26 ... [2022-03-04T14:46:27.146Z] [2022-03-04T14:46:27.146Z] #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-04T14:46:27.146Z] #63 sha256:8789be3d5152e017a1c72fd652e10cc966653fd028d86a5101d9ae0b4e7cdd72 [2022-03-04T14:46:27.146Z] #63 5.736 + RM_GOPATH=0 [2022-03-04T14:46:27.146Z] #63 5.736 + TMP_GOPATH= [2022-03-04T14:46:27.146Z] #63 5.736 + : /build [2022-03-04T14:46:27.146Z] #63 5.736 + '[' -z '' ']' [2022-03-04T14:46:27.146Z] #63 5.736 ++ mktemp -d [2022-03-04T14:46:27.407Z] #63 5.748 + export GOPATH=/tmp/tmp.XaJEyqvFr5 [2022-03-04T14:46:27.407Z] #63 5.748 + GOPATH=/tmp/tmp.XaJEyqvFr5 [2022-03-04T14:46:27.407Z] #63 5.748 + RM_GOPATH=1 [2022-03-04T14:46:27.407Z] #63 5.748 + case "$(go env GOARCH)" in [2022-03-04T14:46:27.407Z] #63 5.748 ++ go env GOARCH [2022-03-04T14:46:27.407Z] #63 5.756 + export GO_BUILDMODE=-buildmode=pie [2022-03-04T14:46:27.407Z] #63 5.756 + GO_BUILDMODE=-buildmode=pie [2022-03-04T14:46:27.407Z] #63 5.756 ++ dirname /install.sh [2022-03-04T14:46:27.407Z] #63 5.756 + dir=/ [2022-03-04T14:46:27.407Z] #63 5.756 + bin=rootlesskit [2022-03-04T14:46:27.407Z] #63 5.756 + shift [2022-03-04T14:46:27.407Z] #63 5.756 + '[' '!' -f //rootlesskit.installer ']' [2022-03-04T14:46:27.407Z] #63 5.756 + . //rootlesskit.installer [2022-03-04T14:46:27.407Z] #63 5.756 ++ : v0.14.6 [2022-03-04T14:46:27.407Z] #63 5.756 + install_rootlesskit [2022-03-04T14:46:27.407Z] #63 5.756 + case "$1" in [2022-03-04T14:46:27.407Z] #63 5.756 + export CGO_ENABLED=0 [2022-03-04T14:46:27.407Z] #63 5.756 + CGO_ENABLED=0 [2022-03-04T14:46:27.407Z] #63 5.756 + _install_rootlesskit [2022-03-04T14:46:27.407Z] #63 5.757 + echo 'Install rootlesskit version v0.14.6' [2022-03-04T14:46:27.407Z] #63 5.757 Install rootlesskit version v0.14.6 [2022-03-04T14:46:27.407Z] #63 5.757 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-04T14:46:27.407Z] #63 5.757 + GOBIN=/build [2022-03-04T14:46:27.407Z] #63 5.757 + GO111MODULE=on [2022-03-04T14:46:27.407Z] #63 5.757 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2022-03-04T14:46:27.642Z] ok github.com/docker/docker/libcontainerd/queue 0.025s coverage: 100.0% of statements [2022-03-04T14:46:27.978Z] #63 6.287 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-03-04T14:46:28.569Z] ok github.com/docker/docker/oci 0.009s coverage: 43.3% of statements [2022-03-04T14:46:29.131Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-03-04T14:46:29.132Z] ok github.com/docker/docker/opts 0.020s coverage: 67.4% of statements [2022-03-04T14:46:29.132Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-03-04T14:46:29.940Z] #43 ... [2022-03-04T14:46:29.940Z] [2022-03-04T14:46:29.940Z] #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-04T14:46:29.940Z] #36 sha256:0f134f3b9109f6f54e345f746ed2c9c0e03109652ccbfd06cc964a2ec5470a8c [2022-03-04T14:46:29.940Z] #36 6.868 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-03-04T14:46:30.204Z] #36 ... [2022-03-04T14:46:30.204Z] [2022-03-04T14:46:30.204Z] #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-04T14:46:30.204Z] #49 sha256:449b24f2d2c3a3aff17b4a924f65164366396d6b8d9bd09c29ba24a41cc8c71f [2022-03-04T14:46:30.204Z] #49 6.720 go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-04T14:46:30.204Z] #49 8.908 go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-04T14:46:30.204Z] #49 8.909 go: downloading github.com/fatih/color v1.10.0 [2022-03-04T14:46:30.204Z] #49 8.969 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-04T14:46:30.204Z] #49 9.225 go: downloading github.com/pkg/errors v0.9.1 [2022-03-04T14:46:30.204Z] #49 10.03 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-04T14:46:30.204Z] #49 10.10 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-04T14:46:30.204Z] #49 10.16 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-04T14:46:30.204Z] #49 10.17 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-04T14:46:30.204Z] #49 10.30 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-04T14:46:30.204Z] #49 ... [2022-03-04T14:46:30.204Z] [2022-03-04T14:46:30.204Z] #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-04T14:46:30.204Z] #34 sha256:1c0acdc4a56a0c7410dd5410713d3bae78fc6c1e80011b833440a602c15a23a5 [2022-03-04T14:46:30.204Z] #34 5.942 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-03-04T14:46:30.204Z] #34 5.942 Cloning into '.'... [2022-03-04T14:46:30.466Z] #34 ... [2022-03-04T14:46:30.466Z] [2022-03-04T14:46:30.466Z] #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-04T14:46:30.466Z] #58 sha256:1c49f854efd96ffa14c011d0bee3cb38e70e7492b2f7b9b1332a0f71898405c6 [2022-03-04T14:46:30.466Z] #58 4.909 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-04T14:46:30.466Z] #58 5.087 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-04T14:46:30.466Z] #58 5.182 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-04T14:46:30.466Z] #58 5.188 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-04T14:46:30.466Z] #58 5.630 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [121 kB] [2022-03-04T14:46:30.466Z] #58 6.490 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-04T14:46:30.728Z] #58 ... [2022-03-04T14:46:30.728Z] [2022-03-04T14:46:30.728Z] #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-04T14:46:30.728Z] #14 sha256:73d87dd558e09a1ba01f6a3f6d900d489f19215abac9a3c6afaf37c6fd378636 [2022-03-04T14:46:30.728Z] #14 6.915 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-04T14:46:30.728Z] #14 6.968 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-04T14:46:30.728Z] #14 6.971 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-04T14:46:30.728Z] #14 7.950 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-04T14:46:30.728Z] #14 10.48 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [121 kB] [2022-03-04T14:46:30.728Z] #14 ... [2022-03-04T14:46:30.728Z] [2022-03-04T14:46:30.728Z] #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-04T14:46:30.728Z] #63 sha256:caba85aaa4a260838f72c0d2bf3680e71a92c56230b31b5890c8d032bcabf98c [2022-03-04T14:46:30.728Z] #63 5.919 + RM_GOPATH=0 [2022-03-04T14:46:30.728Z] #63 5.919 + TMP_GOPATH= [2022-03-04T14:46:30.728Z] #63 5.919 + : /build [2022-03-04T14:46:30.728Z] #63 5.919 + '[' -z '' ']' [2022-03-04T14:46:30.728Z] #63 5.919 ++ mktemp -d [2022-03-04T14:46:30.728Z] #63 5.923 + export GOPATH=/tmp/tmp.s67NrVCjyk [2022-03-04T14:46:30.728Z] #63 5.923 + GOPATH=/tmp/tmp.s67NrVCjyk [2022-03-04T14:46:30.728Z] #63 5.923 + RM_GOPATH=1 [2022-03-04T14:46:30.728Z] #63 5.923 + case "$(go env GOARCH)" in [2022-03-04T14:46:30.728Z] #63 5.923 ++ go env GOARCH [2022-03-04T14:46:30.728Z] #63 5.954 + export GO_BUILDMODE=-buildmode=pie [2022-03-04T14:46:30.728Z] #63 5.954 + GO_BUILDMODE=-buildmode=pie [2022-03-04T14:46:30.728Z] #63 5.954 ++ dirname /install.sh [2022-03-04T14:46:30.728Z] #63 5.961 + dir=/ [2022-03-04T14:46:30.728Z] #63 5.961 + bin=rootlesskit [2022-03-04T14:46:30.728Z] #63 5.961 + shift [2022-03-04T14:46:30.728Z] #63 5.961 + '[' '!' -f //rootlesskit.installer ']' [2022-03-04T14:46:30.728Z] #63 5.961 + . //rootlesskit.installer [2022-03-04T14:46:30.728Z] #63 5.961 ++ : v0.14.6 [2022-03-04T14:46:30.728Z] #63 5.961 + install_rootlesskit [2022-03-04T14:46:30.728Z] #63 5.961 + case "$1" in [2022-03-04T14:46:30.728Z] #63 5.961 + export CGO_ENABLED=0 [2022-03-04T14:46:30.728Z] #63 5.961 + CGO_ENABLED=0 [2022-03-04T14:46:30.728Z] #63 5.961 + _install_rootlesskit [2022-03-04T14:46:30.728Z] #63 5.961 + echo 'Install rootlesskit version v0.14.6' [2022-03-04T14:46:30.728Z] #63 5.961 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-04T14:46:30.728Z] #63 5.961 + GOBIN=/build [2022-03-04T14:46:30.728Z] #63 5.961 + GO111MODULE=on [2022-03-04T14:46:30.728Z] #63 5.961 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.6 [2022-03-04T14:46:30.728Z] #63 5.961 Install rootlesskit version v0.14.6 [2022-03-04T14:46:30.728Z] #63 6.542 go: downloading github.com/rootless-containers/rootlesskit v0.14.6 [2022-03-04T14:46:30.994Z] #63 ... [2022-03-04T14:46:30.994Z] [2022-03-04T14:46:30.994Z] #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-04T14:46:30.994Z] #53 sha256:2e5c2c3a807398b5722679f00dfe770acf6fa70d6a47e6da6ba57e2dd83f38f1 [2022-03-04T14:46:30.994Z] #53 4.897 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-03-04T14:46:30.994Z] #53 8.065 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-03-04T14:46:30.994Z] #53 8.074 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-03-04T14:46:30.994Z] #53 8.174 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-03-04T14:46:30.995Z] #53 ... [2022-03-04T14:46:30.995Z] [2022-03-04T14:46:30.995Z] #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-04T14:46:30.995Z] #51 sha256:5471c33f57f71bc7f9babd3740e165797675d5392d4c7d948c0cf4f0ef98a2fa [2022-03-04T14:46:30.995Z] #51 6.386 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-03-04T14:46:31.021Z] ok github.com/docker/docker/pkg/archive 0.286s coverage: 82.5% of statements [2022-03-04T14:46:31.258Z] #51 ... [2022-03-04T14:46:31.258Z] [2022-03-04T14:46:31.258Z] #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-04T14:46:31.258Z] #47 sha256:57b4aefc9d625b66b08d867c12b49f3c2f0d67c0d3983568e4559b359878aed0 [2022-03-04T14:46:31.258Z] #47 6.767 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-04T14:46:31.258Z] #47 6.795 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-04T14:46:31.258Z] #47 6.813 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-04T14:46:31.258Z] #47 7.478 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1532 B] [2022-03-04T14:46:31.258Z] #47 8.225 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-04T14:46:31.258Z] #47 10.37 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [121 kB] [2022-03-04T14:46:31.258Z] #47 ... [2022-03-04T14:46:31.258Z] [2022-03-04T14:46:31.258Z] #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-04T14:46:31.258Z] #63 sha256:caba85aaa4a260838f72c0d2bf3680e71a92c56230b31b5890c8d032bcabf98c [2022-03-04T14:46:31.258Z] #63 10.77 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-04T14:46:31.258Z] #63 10.84 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-03-04T14:46:31.277Z] #63 ... [2022-03-04T14:46:31.277Z] [2022-03-04T14:46:31.277Z] #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-04T14:46:31.277Z] #36 sha256:0f134f3b9109f6f54e345f746ed2c9c0e03109652ccbfd06cc964a2ec5470a8c [2022-03-04T14:46:31.277Z] #36 5.217 go: downloading github.com/pelletier/go-toml v1.8.1 [2022-03-04T14:46:31.538Z] #36 ... [2022-03-04T14:46:31.538Z] [2022-03-04T14:46:31.538Z] #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-04T14:46:31.538Z] #43 sha256:c63553c7bc4e21b05cb5c6d9217754e02c22c62a0ea2a112a8bcbb55346332bd [2022-03-04T14:46:31.538Z] #43 5.099 + git clone https://github.com/docker/distribution.git . [2022-03-04T14:46:31.538Z] #43 5.099 Cloning into '.'... [2022-03-04T14:46:31.538Z] #43 ... [2022-03-04T14:46:31.538Z] [2022-03-04T14:46:31.538Z] #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-04T14:46:31.538Z] #34 sha256:1c0acdc4a56a0c7410dd5410713d3bae78fc6c1e80011b833440a602c15a23a5 [2022-03-04T14:46:31.538Z] #34 5.242 + git clone https://github.com/kolyshkin/go-swagger.git . [2022-03-04T14:46:31.538Z] #34 5.242 Cloning into '.'... [2022-03-04T14:46:31.538Z] #34 ... [2022-03-04T14:46:31.538Z] [2022-03-04T14:46:31.538Z] #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-04T14:46:31.538Z] #49 sha256:449b24f2d2c3a3aff17b4a924f65164366396d6b8d9bd09c29ba24a41cc8c71f [2022-03-04T14:46:31.538Z] #49 5.800 go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-04T14:46:31.538Z] #49 8.116 go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-04T14:46:31.538Z] #49 8.119 go: downloading github.com/fatih/color v1.10.0 [2022-03-04T14:46:31.538Z] #49 8.340 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-04T14:46:31.538Z] #49 8.470 go: downloading github.com/pkg/errors v0.9.1 [2022-03-04T14:46:31.538Z] #49 8.711 go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-04T14:46:31.538Z] #49 8.732 go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-04T14:46:31.538Z] #49 8.914 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-04T14:46:31.538Z] #49 8.989 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-04T14:46:31.538Z] #49 9.993 go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-04T14:46:31.538Z] #49 10.06 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-04T14:46:31.538Z] #49 10.24 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-04T14:46:31.798Z] #49 10.59 go: downloading golang.org/x/tools v0.1.0 [2022-03-04T14:46:31.798Z] #49 ... [2022-03-04T14:46:31.798Z] [2022-03-04T14:46:31.798Z] #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-04T14:46:31.798Z] #14 sha256:73d87dd558e09a1ba01f6a3f6d900d489f19215abac9a3c6afaf37c6fd378636 [2022-03-04T14:46:31.798Z] #14 6.068 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-04T14:46:31.798Z] #14 6.160 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-04T14:46:31.798Z] #14 6.400 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-04T14:46:31.798Z] #14 7.704 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-04T14:46:31.948Z] ok github.com/docker/docker/pkg/authorization 0.526s coverage: 68.3% of statements [2022-03-04T14:46:31.948Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-03-04T14:46:31.948Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2022-03-04T14:46:32.058Z] #14 ... [2022-03-04T14:46:32.058Z] [2022-03-04T14:46:32.058Z] #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-04T14:46:32.058Z] #53 sha256:2e5c2c3a807398b5722679f00dfe770acf6fa70d6a47e6da6ba57e2dd83f38f1 [2022-03-04T14:46:32.058Z] #53 4.951 go: downloading mvdan.cc/sh/v3 v3.0.2 [2022-03-04T14:46:32.058Z] #53 7.045 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2022-03-04T14:46:32.058Z] #53 7.058 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2022-03-04T14:46:32.058Z] #53 7.162 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2022-03-04T14:46:32.058Z] #53 9.466 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-03-04T14:46:32.058Z] #53 ... [2022-03-04T14:46:32.058Z] [2022-03-04T14:46:32.058Z] #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-04T14:46:32.058Z] #47 sha256:57b4aefc9d625b66b08d867c12b49f3c2f0d67c0d3983568e4559b359878aed0 [2022-03-04T14:46:32.058Z] #47 6.008 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-04T14:46:32.058Z] #47 6.072 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-04T14:46:32.058Z] #47 6.126 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-04T14:46:32.058Z] #47 6.652 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 InRelease [1532 B] [2022-03-04T14:46:32.058Z] #47 7.314 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-04T14:46:32.203Z] #63 11.77 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-03-04T14:46:32.363Z] #47 10.72 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [121 kB] [2022-03-04T14:46:32.363Z] #47 ... [2022-03-04T14:46:32.363Z] [2022-03-04T14:46:32.363Z] #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-04T14:46:32.363Z] #58 sha256:1c49f854efd96ffa14c011d0bee3cb38e70e7492b2f7b9b1332a0f71898405c6 [2022-03-04T14:46:32.363Z] #58 6.262 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-04T14:46:32.364Z] #58 6.293 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-04T14:46:32.364Z] #58 6.343 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-04T14:46:32.364Z] #58 7.451 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-04T14:46:32.364Z] #58 10.54 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [121 kB] [2022-03-04T14:46:32.364Z] #58 ... [2022-03-04T14:46:32.364Z] [2022-03-04T14:46:32.364Z] #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-04T14:46:32.364Z] #38 sha256:2245cdb59b984340608a45cf2083ebd79290e3b38ac29aad94738d34987ad85c [2022-03-04T14:46:32.364Z] #38 6.075 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-04T14:46:32.364Z] #38 6.212 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-04T14:46:32.364Z] #38 6.343 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-04T14:46:32.364Z] #38 7.299 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-04T14:46:32.364Z] #38 10.37 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [121 kB] [2022-03-04T14:46:32.655Z] #38 ... [2022-03-04T14:46:32.655Z] [2022-03-04T14:46:32.655Z] #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-04T14:46:32.655Z] #51 sha256:5471c33f57f71bc7f9babd3740e165797675d5392d4c7d948c0cf4f0ef98a2fa [2022-03-04T14:46:32.655Z] #51 6.181 go: downloading github.com/golangci/golangci-lint v1.44.0 [2022-03-04T14:46:32.655Z] #51 ... [2022-03-04T14:46:32.655Z] [2022-03-04T14:46:32.655Z] #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-04T14:46:32.655Z] #14 sha256:73d87dd558e09a1ba01f6a3f6d900d489f19215abac9a3c6afaf37c6fd378636 [2022-03-04T14:46:32.655Z] #14 11.08 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [121 kB] [2022-03-04T14:46:35.213Z] ok github.com/docker/docker/pkg/chrootarchive 2.518s coverage: 43.5% of statements [2022-03-04T14:46:35.334Z] #14 14.03 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-04T14:46:35.468Z] ok github.com/docker/docker/pkg/containerfs 0.004s coverage: 6.7% of statements [2022-03-04T14:46:35.724Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2022-03-04T14:46:35.724Z] ok github.com/docker/docker/pkg/dmesg 0.005s coverage: 83.3% of statements [2022-03-04T14:46:36.285Z] ok github.com/docker/docker/layer 7.578s coverage: 68.9% of statements [2022-03-04T14:46:36.285Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-04T14:46:36.285Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-04T14:46:36.285Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-04T14:46:36.285Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-04T14:46:36.285Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-04T14:46:36.285Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-04T14:46:36.418Z] #63 16.03 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-03-04T14:46:36.418Z] #63 ... [2022-03-04T14:46:36.418Z] [2022-03-04T14:46:36.418Z] #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-04T14:46:36.418Z] #26 sha256:fe041f6f00c853cc92a4817111a0d55c9212b379cdae9753faa7d78d9a2dea76 [2022-03-04T14:46:36.418Z] #26 6.102 + RM_GOPATH=0 [2022-03-04T14:46:36.418Z] #26 6.102 + TMP_GOPATH= [2022-03-04T14:46:36.418Z] #26 6.102 + : /build [2022-03-04T14:46:36.418Z] #26 6.102 + '[' -z '' ']' [2022-03-04T14:46:36.418Z] #26 6.102 ++ mktemp -d [2022-03-04T14:46:36.418Z] #26 6.102 + export GOPATH=/tmp/tmp.zNn4yepV8P [2022-03-04T14:46:36.418Z] #26 6.102 + GOPATH=/tmp/tmp.zNn4yepV8P [2022-03-04T14:46:36.418Z] #26 6.102 + RM_GOPATH=1 [2022-03-04T14:46:36.418Z] #26 6.102 + case "$(go env GOARCH)" in [2022-03-04T14:46:36.418Z] #26 6.102 ++ go env GOARCH [2022-03-04T14:46:36.418Z] #26 6.140 + export GO_BUILDMODE=-buildmode=pie [2022-03-04T14:46:36.418Z] #26 6.140 + GO_BUILDMODE=-buildmode=pie [2022-03-04T14:46:36.418Z] #26 6.140 ++ dirname /install.sh [2022-03-04T14:46:36.418Z] #26 6.147 Install docker/cli version 17.06.2-ce from stable [2022-03-04T14:46:36.418Z] #26 6.147 + dir=/ [2022-03-04T14:46:36.418Z] #26 6.147 + bin=dockercli [2022-03-04T14:46:36.418Z] #26 6.147 + shift [2022-03-04T14:46:36.418Z] #26 6.147 + '[' '!' -f //dockercli.installer ']' [2022-03-04T14:46:36.418Z] #26 6.147 + . //dockercli.installer [2022-03-04T14:46:36.418Z] #26 6.147 ++ : stable [2022-03-04T14:46:36.418Z] #26 6.147 ++ : 17.06.2-ce [2022-03-04T14:46:36.418Z] #26 6.147 + install_dockercli [2022-03-04T14:46:36.418Z] #26 6.147 + echo 'Install docker/cli version 17.06.2-ce from stable' [2022-03-04T14:46:36.418Z] #26 6.147 ++ uname -m [2022-03-04T14:46:36.418Z] #26 6.147 + arch=x86_64 [2022-03-04T14:46:36.418Z] #26 6.147 + '[' x86_64 '!=' x86_64 ']' [2022-03-04T14:46:36.418Z] #26 6.147 + url=https://download.docker.com/linux/static [2022-03-04T14:46:36.418Z] #26 6.147 + tar -xz docker/docker [2022-03-04T14:46:36.418Z] #26 6.147 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2022-03-04T14:46:36.541Z] ok github.com/docker/docker/pkg/fileutils 0.011s coverage: 87.2% of statements [2022-03-04T14:46:36.541Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2022-03-04T14:46:36.680Z] #26 ... [2022-03-04T14:46:36.680Z] [2022-03-04T14:46:36.680Z] #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-04T14:46:36.680Z] #58 sha256:1c49f854efd96ffa14c011d0bee3cb38e70e7492b2f7b9b1332a0f71898405c6 [2022-03-04T14:46:36.680Z] #58 16.55 Fetched 8506 kB in 12s (709 kB/s) [2022-03-04T14:46:36.680Z] #58 16.55 Reading package lists... [2022-03-04T14:46:36.680Z] #58 ... [2022-03-04T14:46:36.680Z] [2022-03-04T14:46:36.680Z] #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-04T14:46:36.680Z] #38 sha256:2245cdb59b984340608a45cf2083ebd79290e3b38ac29aad94738d34987ad85c [2022-03-04T14:46:36.680Z] #38 6.778 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-04T14:46:36.680Z] #38 6.891 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-04T14:46:36.680Z] #38 6.891 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-04T14:46:36.680Z] #38 8.019 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-04T14:46:36.680Z] #38 10.64 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [121 kB] [2022-03-04T14:46:36.680Z] #38 13.25 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-04T14:46:36.796Z] ok github.com/docker/docker/pkg/fsutils 0.142s coverage: 85.1% of statements [2022-03-04T14:46:36.797Z] ok github.com/docker/docker/pkg/homedir 0.009s coverage: 11.4% of statements [2022-03-04T14:46:37.268Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-03-04T14:46:37.725Z] ok github.com/docker/docker/pkg/idtools 0.324s coverage: 69.5% of statements [2022-03-04T14:46:37.981Z] ok github.com/docker/docker/pkg/ioutils 0.380s coverage: 71.5% of statements [2022-03-04T14:46:37.981Z] ok github.com/docker/docker/pkg/jsonmessage 0.006s coverage: 91.7% of statements [2022-03-04T14:46:37.981Z] ? github.com/docker/docker/pkg/locker [no test files] [2022-03-04T14:46:38.091Z] #38 ... [2022-03-04T14:46:38.091Z] [2022-03-04T14:46:38.091Z] #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-04T14:46:38.091Z] #63 sha256:caba85aaa4a260838f72c0d2bf3680e71a92c56230b31b5890c8d032bcabf98c [2022-03-04T14:46:38.091Z] #63 17.45 go: downloading github.com/google/uuid v1.3.0 [2022-03-04T14:46:38.091Z] #63 17.61 go: downloading github.com/moby/vpnkit v0.5.0 [2022-03-04T14:46:38.091Z] #63 17.61 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-03-04T14:46:38.091Z] #63 17.81 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-04T14:46:38.237Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2022-03-04T14:46:38.237Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-03-04T14:46:38.237Z] ? github.com/docker/docker/pkg/mount [no test files] [2022-03-04T14:46:38.237Z] ok github.com/docker/docker/pkg/namesgenerator 0.003s coverage: 85.7% of statements [2022-03-04T14:46:38.353Z] #63 17.91 go: downloading github.com/gorilla/mux v1.8.0 [2022-03-04T14:46:38.493Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2022-03-04T14:46:38.493Z] ok github.com/docker/docker/pkg/parsers/kernel 0.001s coverage: 60.0% of statements [2022-03-04T14:46:38.616Z] #63 18.32 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-03-04T14:46:38.641Z] #14 ... [2022-03-04T14:46:38.641Z] [2022-03-04T14:46:38.641Z] #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-04T14:46:38.641Z] #63 sha256:8789be3d5152e017a1c72fd652e10cc966653fd028d86a5101d9ae0b4e7cdd72 [2022-03-04T14:46:38.641Z] #63 9.872 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-04T14:46:38.641Z] #63 9.930 go: downloading github.com/urfave/cli/v2 v2.3.0 [2022-03-04T14:46:38.641Z] #63 11.20 go: downloading golang.org/x/sys v0.0.0-20211107104306-e0b2ad06fe42 [2022-03-04T14:46:38.641Z] #63 15.49 go: downloading github.com/insomniacslk/dhcp v0.0.0-20211026125128-ad197bcd36fd [2022-03-04T14:46:38.641Z] #63 16.91 go: downloading github.com/google/uuid v1.3.0 [2022-03-04T14:46:38.641Z] #63 17.06 go: downloading github.com/moby/vpnkit v0.5.0 [2022-03-04T14:46:38.749Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.006s coverage: 86.7% of statements [2022-03-04T14:46:38.749Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2022-03-04T14:46:38.749Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-04T14:46:38.749Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-04T14:46:39.311Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.014s coverage: 56.8% of statements [2022-03-04T14:46:39.566Z] #63 19.10 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-03-04T14:46:39.827Z] #63 19.41 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-03-04T14:46:39.872Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements [2022-03-04T14:46:39.872Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-03-04T14:46:40.128Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-03-04T14:46:40.400Z] #63 ... [2022-03-04T14:46:40.400Z] [2022-03-04T14:46:40.400Z] #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-04T14:46:40.400Z] #49 sha256:449b24f2d2c3a3aff17b4a924f65164366396d6b8d9bd09c29ba24a41cc8c71f [2022-03-04T14:46:40.400Z] #49 10.48 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-04T14:46:40.400Z] #49 10.81 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-04T14:46:40.400Z] #49 11.50 go: downloading golang.org/x/tools v0.1.0 [2022-03-04T14:46:40.547Z] #63 18.71 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2022-03-04T14:46:40.662Z] #49 20.73 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-04T14:46:40.806Z] #63 19.29 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-04T14:46:40.925Z] #49 20.95 go: downloading golang.org/x/mod v0.3.0 [2022-03-04T14:46:40.925Z] #49 ... [2022-03-04T14:46:40.925Z] [2022-03-04T14:46:40.925Z] #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-04T14:46:40.925Z] #26 sha256:fe041f6f00c853cc92a4817111a0d55c9212b379cdae9753faa7d78d9a2dea76 [2022-03-04T14:46:40.925Z] #26 20.65 + mkdir -p /build [2022-03-04T14:46:40.925Z] #26 20.65 + mv docker/docker /build/ [2022-03-04T14:46:41.065Z] #63 19.50 go: downloading github.com/gorilla/mux v1.8.0 [2022-03-04T14:46:41.197Z] #26 20.66 + rmdir docker [2022-03-04T14:46:41.197Z] #26 ... [2022-03-04T14:46:41.197Z] [2022-03-04T14:46:41.197Z] #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-04T14:46:41.197Z] #53 sha256:2e5c2c3a807398b5722679f00dfe770acf6fa70d6a47e6da6ba57e2dd83f38f1 [2022-03-04T14:46:41.197Z] #53 11.09 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2022-03-04T14:46:41.197Z] #53 ... [2022-03-04T14:46:41.197Z] [2022-03-04T14:46:41.197Z] #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-04T14:46:41.197Z] #47 sha256:57b4aefc9d625b66b08d867c12b49f3c2f0d67c0d3983568e4559b359878aed0 [2022-03-04T14:46:41.197Z] #47 13.97 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-04T14:46:41.197Z] #47 18.12 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [1828 B] [2022-03-04T14:46:41.324Z] #63 19.86 go: downloading github.com/moby/sys/mountinfo v0.5.0 [2022-03-04T14:46:41.518Z] ok github.com/docker/docker/pkg/pubsub 1.044s coverage: 75.0% of statements [2022-03-04T14:46:41.518Z] ok github.com/docker/docker/pkg/reexec 0.008s coverage: 82.4% of statements [2022-03-04T14:46:41.775Z] ok github.com/docker/docker/pkg/stack 0.003s coverage: 90.9% of statements [2022-03-04T14:46:41.891Z] #63 ... [2022-03-04T14:46:41.891Z] [2022-03-04T14:46:41.891Z] #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-04T14:46:41.891Z] #49 sha256:449b24f2d2c3a3aff17b4a924f65164366396d6b8d9bd09c29ba24a41cc8c71f [2022-03-04T14:46:41.891Z] #49 20.86 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-04T14:46:41.891Z] #49 20.86 go: downloading golang.org/x/mod v0.3.0 [2022-03-04T14:46:42.031Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2022-03-04T14:46:42.145Z] #47 ... [2022-03-04T14:46:42.145Z] [2022-03-04T14:46:42.145Z] #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-04T14:46:42.145Z] #26 sha256:fe041f6f00c853cc92a4817111a0d55c9212b379cdae9753faa7d78d9a2dea76 [2022-03-04T14:46:42.145Z] #26 DONE 21.6s [2022-03-04T14:46:42.145Z] [2022-03-04T14:46:42.145Z] #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-04T14:46:42.145Z] #14 sha256:73d87dd558e09a1ba01f6a3f6d900d489f19215abac9a3c6afaf37c6fd378636 [2022-03-04T14:46:42.145Z] #14 13.47 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-04T14:46:42.287Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2022-03-04T14:46:42.543Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-03-04T14:46:43.104Z] ok github.com/docker/docker/pkg/sysinfo 0.007s coverage: 50.7% of statements [2022-03-04T14:46:43.360Z] ok github.com/docker/docker/pkg/system 0.003s coverage: 42.3% of statements [2022-03-04T14:46:43.617Z] ok github.com/docker/docker/pkg/tailfile 0.048s coverage: 88.6% of statements [2022-03-04T14:46:44.178Z] ok github.com/docker/docker/pkg/tarsum 0.051s coverage: 89.3% of statements [2022-03-04T14:46:44.178Z] coverage: [no statements] [2022-03-04T14:46:44.178Z] ok github.com/docker/docker/pkg/term/windows 0.002s coverage: [no statements] [no tests to run] [2022-03-04T14:46:44.434Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-03-04T14:46:44.689Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2022-03-04T14:46:44.811Z] #14 ... [2022-03-04T14:46:44.811Z] [2022-03-04T14:46:44.811Z] #63 [rootlesskit 2/4] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod /install.sh rootlesskit && "/build"/rootlesskit --version && "/build"/rootlesskit-docker-proxy --help [2022-03-04T14:46:44.811Z] #63 sha256:caba85aaa4a260838f72c0d2bf3680e71a92c56230b31b5890c8d032bcabf98c [2022-03-04T14:46:44.811Z] #63 24.49 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-03-04T14:46:44.945Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2022-03-04T14:46:45.074Z] #63 24.72 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-03-04T14:46:45.184Z] #49 ... [2022-03-04T14:46:45.184Z] [2022-03-04T14:46:45.184Z] #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-04T14:46:45.184Z] #26 sha256:fb615d1694729336085221bf19d7cefc355f5c45c82884e38e2a1c12bf3e78f2 [2022-03-04T14:46:45.184Z] #26 20.72 + mkdir -p /build [2022-03-04T14:46:45.184Z] #26 20.73 + mv docker/docker /build/ [2022-03-04T14:46:45.184Z] #26 20.78 + rmdir docker [2022-03-04T14:46:45.184Z] #26 DONE 23.2s [2022-03-04T14:46:45.184Z] [2022-03-04T14:46:45.184Z] #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-04T14:46:45.185Z] #63 sha256:8789be3d5152e017a1c72fd652e10cc966653fd028d86a5101d9ae0b4e7cdd72 [2022-03-04T14:46:45.185Z] #63 20.76 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2022-03-04T14:46:45.185Z] #63 20.93 go: downloading github.com/u-root/uio v0.0.0-20210528114334-82958018845c [2022-03-04T14:46:45.185Z] #63 21.15 go: downloading golang.org/x/net v0.0.0-20211105192438-b53810dc28af [2022-03-04T14:46:45.185Z] #63 23.40 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2022-03-04T14:46:45.185Z] #63 ... [2022-03-04T14:46:45.185Z] [2022-03-04T14:46:45.185Z] #38 [tini 1/3] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2022-03-04T14:46:45.185Z] #38 sha256:2245cdb59b984340608a45cf2083ebd79290e3b38ac29aad94738d34987ad85c [2022-03-04T14:46:45.185Z] #38 14.09 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-04T14:46:45.410Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-03-04T14:46:45.443Z] #38 ... [2022-03-04T14:46:45.443Z] [2022-03-04T14:46:45.443Z] #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-04T14:46:45.443Z] #47 sha256:57b4aefc9d625b66b08d867c12b49f3c2f0d67c0d3983568e4559b359878aed0 [2022-03-04T14:46:45.443Z] #47 14.74 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-04T14:46:45.443Z] #47 18.19 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 Packages [1828 B] [2022-03-04T14:46:45.443Z] #47 ... [2022-03-04T14:46:45.443Z] [2022-03-04T14:46:45.443Z] #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-04T14:46:45.443Z] #58 sha256:1c49f854efd96ffa14c011d0bee3cb38e70e7492b2f7b9b1332a0f71898405c6 [2022-03-04T14:46:45.443Z] #58 14.35 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-04T14:46:45.670Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-03-04T14:46:46.613Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-03-04T14:46:46.836Z] ok github.com/docker/docker/plugin 0.516s coverage: 23.2% of statements [2022-03-04T14:46:46.836Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2022-03-04T14:46:47.398Z] ok github.com/docker/docker/profiles/seccomp 0.009s coverage: 86.0% of statements [2022-03-04T14:46:47.555Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-03-04T14:46:47.555Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-03-04T14:46:47.984Z] #58 ... [2022-03-04T14:46:47.984Z] [2022-03-04T14:46:47.984Z] #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-04T14:46:47.984Z] #36 sha256:0f134f3b9109f6f54e345f746ed2c9c0e03109652ccbfd06cc964a2ec5470a8c [2022-03-04T14:46:47.984Z] #36 26.52 tomll can be used in two ways: [2022-03-04T14:46:47.984Z] #36 26.52 Writing to STDIN and reading from STDOUT: [2022-03-04T14:46:47.984Z] #36 26.52 cat file.toml | tomll > file.toml [2022-03-04T14:46:47.984Z] #36 26.52 [2022-03-04T14:46:47.984Z] #36 26.52 Reading and updating a list of files: [2022-03-04T14:46:47.984Z] #36 26.52 tomll a.toml b.toml c.toml [2022-03-04T14:46:47.984Z] #36 26.52 [2022-03-04T14:46:47.984Z] #36 26.52 When given a list of files, tomll will modify all files in place without asking. [2022-03-04T14:46:48.245Z] #36 DONE 26.8s [2022-03-04T14:46:48.245Z] [2022-03-04T14:46:48.245Z] #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-04T14:46:48.245Z] #38 sha256:2245cdb59b984340608a45cf2083ebd79290e3b38ac29aad94738d34987ad85c [2022-03-04T14:46:48.390Z] #63 ... [2022-03-04T14:46:48.390Z] [2022-03-04T14:46:48.390Z] #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-04T14:46:48.390Z] #36 sha256:0f134f3b9109f6f54e345f746ed2c9c0e03109652ccbfd06cc964a2ec5470a8c [2022-03-04T14:46:48.390Z] #36 28.00 tomll can be used in two ways: [2022-03-04T14:46:48.390Z] #36 28.00 Writing to STDIN and reading from STDOUT: [2022-03-04T14:46:48.390Z] #36 28.00 cat file.toml | tomll > file.toml [2022-03-04T14:46:48.390Z] #36 28.00 [2022-03-04T14:46:48.390Z] #36 28.00 Reading and updating a list of files: [2022-03-04T14:46:48.390Z] #36 28.00 tomll a.toml b.toml c.toml [2022-03-04T14:46:48.390Z] #36 28.00 [2022-03-04T14:46:48.390Z] #36 28.00 When given a list of files, tomll will modify all files in place without asking. [2022-03-04T14:46:48.390Z] #36 DONE 28.2s [2022-03-04T14:46:48.390Z] [2022-03-04T14:46:48.390Z] #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-04T14:46:48.390Z] #58 sha256:1c49f854efd96ffa14c011d0bee3cb38e70e7492b2f7b9b1332a0f71898405c6 [2022-03-04T14:46:48.390Z] #58 16.55 Reading package lists... [2022-03-04T14:46:48.496Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-03-04T14:46:48.762Z] ok github.com/docker/docker/quota 0.230s coverage: 71.4% of statements [2022-03-04T14:46:48.762Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2022-03-04T14:46:48.829Z] #38 ... [2022-03-04T14:46:48.829Z] [2022-03-04T14:46:48.829Z] #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-04T14:46:48.829Z] #58 sha256:1c49f854efd96ffa14c011d0bee3cb38e70e7492b2f7b9b1332a0f71898405c6 [2022-03-04T14:46:48.829Z] #58 27.48 Fetched 8506 kB in 21s (396 kB/s) [2022-03-04T14:46:50.129Z] ok github.com/docker/docker/registry 0.086s coverage: 58.3% of statements [2022-03-04T14:46:50.129Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2022-03-04T14:46:50.385Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2022-03-04T14:46:50.946Z] ok github.com/docker/docker/runconfig 0.007s coverage: 65.7% of statements [2022-03-04T14:46:51.042Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-03-04T14:46:51.203Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2022-03-04T14:46:51.984Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-03-04T14:46:52.926Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-03-04T14:46:53.188Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-03-04T14:46:53.499Z] Running on azwin-2-0c6c30 in d:\jenkins\workspace\moby_PR-43324 [Pipeline] { [Pipeline] ws [2022-03-04T14:46:53.514Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-03-04T14:46:53.687Z] #58 26.88 Reading package lists... [2022-03-04T14:46:53.687Z] #58 ... [2022-03-04T14:46:53.687Z] [2022-03-04T14:46:53.687Z] #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-04T14:46:53.687Z] #43 sha256:c63553c7bc4e21b05cb5c6d9217754e02c22c62a0ea2a112a8bcbb55346332bd [2022-03-04T14:46:53.687Z] #43 32.62 Updating files: 71% (1307/1837) Updating files: 72% (1323/1837) Updating files: 73% (1342/1837) Updating files: 74% (1360/1837) Updating files: 75% (1378/1837) Updating files: 76% (1397/1837) Updating files: 77% (1415/1837) Updating files: 78% (1433/1837) Updating files: 79% (1452/1837) Updating files: 80% (1470/1837) Updating files: 81% (1488/1837) Updating files: 82% (1507/1837) Updating files: 83% (1525/1837) Updating files: 84% (1544/1837) Updating files: 85% (1562/1837) Updating files: 86% (1580/1837) Updating files: 87% (1599/1837) Updating files: 88% (1617/1837) Updating files: 89% (1635/1837) Updating files: 90% (1654/1837) Updating files: 91% (1672/1837) Updating files: 92% (1691/1837) Updating files: 93% (1709/1837) Updating files: 94% (1727/1837) Updating files: 95% (1746/1837) Updating files: 96% (1764/1837) Updating files: 97% (1782/1837) Updating files: 98% (1801/1837) Updating files: 99% (1819/1837) Updating files: 100% (1837/1837) Updating files: 100% (1837/1837), done. [2022-03-04T14:46:53.687Z] #43 33.44 + git checkout -q v2.3.0 [2022-03-04T14:46:53.723Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-03-04T14:46:54.141Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-03-04T14:46:54.285Z] ok github.com/docker/docker/volume/local 0.100s coverage: 76.4% of statements [2022-03-04T14:46:54.715Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-03-04T14:46:54.847Z] ok github.com/docker/docker/volume/mounts 0.006s coverage: 67.6% of statements [2022-03-04T14:46:54.937Z] The recommended git tool is: git [2022-03-04T14:46:55.404Z] #58 27.48 Reading package lists... [2022-03-04T14:46:55.404Z] #58 ... [2022-03-04T14:46:55.404Z] [2022-03-04T14:46:55.404Z] #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-04T14:46:55.404Z] #43 sha256:c63553c7bc4e21b05cb5c6d9217754e02c22c62a0ea2a112a8bcbb55346332bd [2022-03-04T14:46:55.404Z] #43 32.86 Updating files: 81% (1494/1837) Updating files: 82% (1507/1837) Updating files: 83% (1525/1837) Updating files: 84% (1544/1837) Updating files: 85% (1562/1837) Updating files: 86% (1580/1837) Updating files: 87% (1599/1837) Updating files: 88% (1617/1837) Updating files: 89% (1635/1837) Updating files: 90% (1654/1837) Updating files: 91% (1672/1837) Updating files: 92% (1691/1837) Updating files: 93% (1709/1837) Updating files: 94% (1727/1837) Updating files: 95% (1746/1837) Updating files: 96% (1764/1837) Updating files: 97% (1782/1837) Updating files: 98% (1801/1837) Updating files: 99% (1819/1837) Updating files: 100% (1837/1837) Updating files: 100% (1837/1837), done. [2022-03-04T14:46:55.404Z] #43 33.48 + git checkout -q v2.3.0 [2022-03-04T14:46:56.102Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-03-04T14:46:56.211Z] ok github.com/docker/docker/volume/service 0.013s coverage: 72.3% of statements [2022-03-04T14:46:56.237Z] #43 35.84 + 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-04T14:46:56.363Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-03-04T14:46:56.812Z] #43 ... [2022-03-04T14:46:56.812Z] [2022-03-04T14:46:56.812Z] #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-04T14:46:56.812Z] #38 sha256:2245cdb59b984340608a45cf2083ebd79290e3b38ac29aad94738d34987ad85c [2022-03-04T14:46:56.812Z] #38 26.79 Fetched 8506 kB in 20s (418 kB/s) [2022-03-04T14:46:56.812Z] #38 26.79 Reading package lists... [2022-03-04T14:46:56.812Z] #38 34.63 Reading package lists... [2022-03-04T14:46:56.812Z] #38 ... [2022-03-04T14:46:56.812Z] [2022-03-04T14:46:56.812Z] #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-04T14:46:56.812Z] #14 sha256:73d87dd558e09a1ba01f6a3f6d900d489f19215abac9a3c6afaf37c6fd378636 [2022-03-04T14:46:56.812Z] #14 26.88 Fetched 8506 kB in 20s (419 kB/s) [2022-03-04T14:46:56.812Z] #14 26.88 Reading package lists... [2022-03-04T14:46:57.074Z] #14 35.03 Reading package lists... [2022-03-04T14:46:57.074Z] #14 ... [2022-03-04T14:46:57.074Z] [2022-03-04T14:46:57.074Z] #58 [containerd 1/3] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2022-03-04T14:46:57.074Z] #58 sha256:1c49f854efd96ffa14c011d0bee3cb38e70e7492b2f7b9b1332a0f71898405c6 [2022-03-04T14:46:57.074Z] #58 26.88 Reading package lists... [2022-03-04T14:46:57.074Z] #58 34.78 Building dependency tree... [2022-03-04T14:46:57.305Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-03-04T14:46:57.939Z] #43 36.29 + 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-04T14:46:58.248Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-04T14:46:58.248Z] Using test binary docker [2022-03-04T14:46:58.248Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-03-04T14:46:58.248Z] Starting apparmor (via systemctl): apparmor.service. [2022-03-04T14:46:58.248Z] Starting dockerd [2022-03-04T14:46:58.248Z] INFO: Waiting for daemon to start... [2022-03-04T14:46:59.004Z] #58 ... [2022-03-04T14:46:59.004Z] [2022-03-04T14:46:59.004Z] #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-04T14:46:59.004Z] #47 sha256:57b4aefc9d625b66b08d867c12b49f3c2f0d67c0d3983568e4559b359878aed0 [2022-03-04T14:46:59.004Z] #47 28.49 Fetched 8510 kB in 22s (385 kB/s) [2022-03-04T14:46:59.004Z] #47 28.49 Reading package lists... [2022-03-04T14:46:59.266Z] #47 36.39 Reading package lists... [2022-03-04T14:46:59.266Z] #47 ... [2022-03-04T14:46:59.266Z] [2022-03-04T14:46:59.266Z] #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-04T14:46:59.266Z] #58 sha256:1c49f854efd96ffa14c011d0bee3cb38e70e7492b2f7b9b1332a0f71898405c6 [2022-03-04T14:46:59.266Z] #58 39.28 The following additional packages will be installed: [2022-03-04T14:46:59.266Z] #58 39.31 libbtrfs0 [2022-03-04T14:46:59.266Z] #58 39.43 The following NEW packages will be installed: [2022-03-04T14:46:59.331Z] #43 ... [2022-03-04T14:46:59.331Z] [2022-03-04T14:46:59.331Z] #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-04T14:46:59.331Z] #14 sha256:73d87dd558e09a1ba01f6a3f6d900d489f19215abac9a3c6afaf37c6fd378636 [2022-03-04T14:46:59.331Z] #14 27.78 Fetched 8506 kB in 22s (387 kB/s) [2022-03-04T14:46:59.331Z] #14 27.78 Reading package lists... [2022-03-04T14:46:59.331Z] #14 35.40 Reading package lists... [2022-03-04T14:46:59.331Z] #14 ... [2022-03-04T14:46:59.331Z] [2022-03-04T14:46:59.331Z] #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-04T14:46:59.331Z] #58 sha256:1c49f854efd96ffa14c011d0bee3cb38e70e7492b2f7b9b1332a0f71898405c6 [2022-03-04T14:46:59.331Z] #58 27.48 Reading package lists... [2022-03-04T14:46:59.528Z] #58 39.45 libbtrfs-dev libbtrfs0 [2022-03-04T14:46:59.591Z] #58 35.22 Reading package lists... [2022-03-04T14:46:59.591Z] #58 ... [2022-03-04T14:46:59.591Z] [2022-03-04T14:46:59.591Z] #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-04T14:46:59.591Z] #38 sha256:2245cdb59b984340608a45cf2083ebd79290e3b38ac29aad94738d34987ad85c [2022-03-04T14:46:59.591Z] #38 28.28 Fetched 8506 kB in 23s (377 kB/s) [2022-03-04T14:46:59.591Z] #38 28.28 Reading package lists... [2022-03-04T14:46:59.591Z] #38 36.11 Reading package lists... [2022-03-04T14:46:59.591Z] #38 ... [2022-03-04T14:46:59.591Z] [2022-03-04T14:46:59.591Z] #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-04T14:46:59.591Z] #47 sha256:57b4aefc9d625b66b08d867c12b49f3c2f0d67c0d3983568e4559b359878aed0 [2022-03-04T14:46:59.591Z] #47 29.29 Fetched 8510 kB in 24s (362 kB/s) [2022-03-04T14:46:59.591Z] #47 29.29 Reading package lists... [2022-03-04T14:46:59.790Z] #58 39.83 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-03-04T14:46:59.790Z] #58 39.83 Need to get 460 kB of archives. [2022-03-04T14:46:59.790Z] #58 39.83 After this operation, 1237 kB of additional disk space will be used. [2022-03-04T14:46:59.790Z] #58 39.83 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-04T14:46:59.790Z] #58 39.99 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-04T14:47:00.159Z] . [2022-03-04T14:47:00.159Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-04T14:47:00.159Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-04T14:47:00.159Z] Error: No such image: emptyfs [2022-03-04T14:47:00.419Z] Running integration-test (iteration 1) [2022-03-04T14:47:00.419Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-03-04T14:47:00.680Z] Loaded image: busybox:latest [2022-03-04T14:47:00.680Z] Loaded image: busybox:glibc [2022-03-04T14:47:02.065Z] Loaded image: debian:bullseye-slim [2022-03-04T14:47:02.065Z] Loaded image: hello-world:latest [2022-03-04T14:47:02.334Z] Loaded image: arm32v7/hello-world:latest [2022-03-04T14:47:02.334Z] INFO: Testing against a local daemon [2022-03-04T14:47:02.334Z] === RUN TestCgroupNamespacesBuild [2022-03-04T14:47:02.346Z] #58 41.94 debconf: delaying package configuration, since apt-utils is not installed [2022-03-04T14:47:02.608Z] #58 42.62 Fetched 460 kB in 1s (715 kB/s) [2022-03-04T14:47:02.870Z] #58 42.89 Selecting previously unselected package libbtrfs0:amd64. [2022-03-04T14:47:02.870Z] #58 42.89 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-04T14:47:02.870Z] #58 42.97 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-04T14:47:02.870Z] #58 43.02 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-04T14:47:03.443Z] #58 43.35 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-04T14:47:03.443Z] #58 43.36 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-04T14:47:03.443Z] #58 43.40 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-04T14:47:03.745Z] --- PASS: TestCgroupNamespacesBuild (1.36s) [2022-03-04T14:47:03.745Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-03-04T14:47:03.806Z] #47 37.14 Reading package lists... [2022-03-04T14:47:03.806Z] #47 ... [2022-03-04T14:47:03.806Z] [2022-03-04T14:47:03.806Z] #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-04T14:47:03.806Z] #58 sha256:1c49f854efd96ffa14c011d0bee3cb38e70e7492b2f7b9b1332a0f71898405c6 [2022-03-04T14:47:03.806Z] #58 35.22 Reading package lists... [2022-03-04T14:47:04.411Z] #58 44.27 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-04T14:47:04.411Z] #58 44.34 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-04T14:47:04.411Z] #58 44.38 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-04T14:47:04.985Z] #58 DONE 45.0s [2022-03-04T14:47:04.985Z] [2022-03-04T14:47:04.985Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-04T14:47:04.985Z] #59 sha256:1babb30d327293ec978f04b8f3f1e59eed6d21162dc1d744cda1858a71ca7e26 [2022-03-04T14:47:05.154Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.27s) [2022-03-04T14:47:05.154Z] === RUN TestBuildWithSession [2022-03-04T14:47:05.154Z] build_session_test.go:25: TODO: BuildKit [2022-03-04T14:47:05.154Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-04T14:47:05.154Z] === RUN TestBuildSquashParent [2022-03-04T14:47:05.247Z] #59 DONE 0.2s [2022-03-04T14:47:05.247Z] [2022-03-04T14:47:05.247Z] #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-04T14:47:05.247Z] #47 sha256:57b4aefc9d625b66b08d867c12b49f3c2f0d67c0d3983568e4559b359878aed0 [2022-03-04T14:47:05.247Z] #47 36.39 Reading package lists... [2022-03-04T14:47:06.361Z] #58 42.67 Building dependency tree... [2022-03-04T14:47:06.544Z] Running on azwin-2-6d9090 in d:\jenkins\workspace\moby_PR-43324 [Pipeline] { [Pipeline] ws [2022-03-04T14:47:06.568Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-03-04T14:47:06.636Z] #47 43.98 Building dependency tree... [2022-03-04T14:47:08.171Z] The recommended git tool is: git [2022-03-04T14:47:08.903Z] #58 ... [2022-03-04T14:47:08.903Z] [2022-03-04T14:47:08.903Z] #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-04T14:47:08.903Z] #51 sha256:5471c33f57f71bc7f9babd3740e165797675d5392d4c7d948c0cf4f0ef98a2fa [2022-03-04T14:47:08.903Z] #51 47.43 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-04T14:47:08.903Z] #51 47.46 go: downloading github.com/fatih/color v1.13.0 [2022-03-04T14:47:08.903Z] #51 47.59 go: downloading github.com/spf13/cobra v1.3.0 [2022-03-04T14:47:08.903Z] #51 47.61 go: downloading github.com/spf13/pflag v1.0.5 [2022-03-04T14:47:09.165Z] #51 48.14 go: downloading github.com/spf13/viper v1.10.1 [2022-03-04T14:47:09.189Z] #47 48.60 The following additional packages will be installed: [2022-03-04T14:47:09.189Z] #47 48.62 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-04T14:47:09.189Z] #47 48.62 python3-protobuf python3-six [2022-03-04T14:47:09.189Z] #47 48.62 Suggested packages: [2022-03-04T14:47:09.189Z] #47 48.62 python3-setuptools [2022-03-04T14:47:09.189Z] #47 48.62 Recommended packages: [2022-03-04T14:47:09.189Z] #47 48.62 iproute2 | iproute [2022-03-04T14:47:09.357Z] --- PASS: TestBuildSquashParent (4.48s) [2022-03-04T14:47:09.357Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-04T14:47:09.357Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-04T14:47:09.357Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-04T14:47:09.357Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-04T14:47:09.357Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-04T14:47:09.357Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-04T14:47:09.357Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-04T14:47:09.357Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-04T14:47:09.357Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-04T14:47:09.357Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-04T14:47:09.357Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-04T14:47:09.357Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-04T14:47:09.357Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-04T14:47:09.357Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-04T14:47:09.357Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-04T14:47:09.425Z] #51 48.18 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-03-04T14:47:09.763Z] #47 49.37 The following NEW packages will be installed: [2022-03-04T14:47:09.763Z] #47 49.40 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-04T14:47:09.763Z] #47 49.41 python3-protobuf python3-six [2022-03-04T14:47:09.997Z] #51 48.71 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-03-04T14:47:09.997Z] #51 48.77 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-03-04T14:47:10.027Z] #47 49.89 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-03-04T14:47:10.027Z] #47 49.89 Need to get 2292 kB of archives. [2022-03-04T14:47:10.027Z] #47 49.89 After this operation, 11.0 MB of additional disk space will be used. [2022-03-04T14:47:10.027Z] #47 49.89 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-03-04T14:47:10.288Z] #47 49.93 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-04T14:47:10.288Z] #47 49.95 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-03-04T14:47:10.288Z] #47 49.96 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-03-04T14:47:10.288Z] #47 50.02 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-04T14:47:10.550Z] #47 50.02 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2022-03-04T14:47:10.550Z] #47 50.02 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-04T14:47:10.550Z] #47 ... [2022-03-04T14:47:10.550Z] [2022-03-04T14:47:10.550Z] #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-04T14:47:10.550Z] #53 sha256:2e5c2c3a807398b5722679f00dfe770acf6fa70d6a47e6da6ba57e2dd83f38f1 [2022-03-04T14:47:10.550Z] #53 50.75 v3.0.2 [2022-03-04T14:47:10.756Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-04T14:47:11.017Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-04T14:47:11.387Z] #51 50.17 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-03-04T14:47:11.497Z] #53 DONE 51.4s [2022-03-04T14:47:11.497Z] [2022-03-04T14:47:11.497Z] #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-04T14:47:11.497Z] #51 sha256:5471c33f57f71bc7f9babd3740e165797675d5392d4c7d948c0cf4f0ef98a2fa [2022-03-04T14:47:11.497Z] #51 45.68 go: downloading github.com/fatih/color v1.13.0 [2022-03-04T14:47:11.497Z] #51 45.68 go: downloading github.com/gofrs/flock v0.8.1 [2022-03-04T14:47:11.497Z] #51 45.69 go: downloading github.com/spf13/cobra v1.3.0 [2022-03-04T14:47:11.497Z] #51 45.89 go: downloading github.com/spf13/pflag v1.0.5 [2022-03-04T14:47:11.497Z] #51 46.20 go: downloading github.com/spf13/viper v1.10.1 [2022-03-04T14:47:11.497Z] #51 46.35 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-03-04T14:47:11.497Z] #51 47.15 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-03-04T14:47:11.497Z] #51 47.16 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-03-04T14:47:11.497Z] #51 47.22 go: downloading golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da [2022-03-04T14:47:11.497Z] #51 47.32 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-03-04T14:47:11.497Z] #51 47.47 go: downloading github.com/go-critic/go-critic v0.6.2 [2022-03-04T14:47:11.497Z] #51 48.77 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-03-04T14:47:11.497Z] #51 48.80 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-04T14:47:11.497Z] #51 49.13 go: downloading github.com/stretchr/testify v1.7.0 [2022-03-04T14:47:11.497Z] #51 49.45 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-03-04T14:47:11.497Z] #51 49.56 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-03-04T14:47:11.647Z] #51 50.33 go: downloading github.com/hashicorp/go-multierror v1.1.1 [2022-03-04T14:47:11.759Z] #51 ... [2022-03-04T14:47:11.759Z] [2022-03-04T14:47:11.759Z] #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-04T14:47:11.759Z] #38 sha256:2245cdb59b984340608a45cf2083ebd79290e3b38ac29aad94738d34987ad85c [2022-03-04T14:47:11.759Z] #38 34.63 Reading package lists... [2022-03-04T14:47:11.759Z] #38 41.97 Building dependency tree... [2022-03-04T14:47:11.759Z] #38 47.94 The following additional packages will be installed: [2022-03-04T14:47:11.759Z] #38 47.96 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-03-04T14:47:11.759Z] #38 47.97 Suggested packages: [2022-03-04T14:47:11.759Z] #38 47.97 cmake-doc ninja-build lrzip [2022-03-04T14:47:11.759Z] #38 47.97 Recommended packages: [2022-03-04T14:47:11.759Z] #38 47.97 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-03-04T14:47:11.759Z] #38 48.93 The following NEW packages will be installed: [2022-03-04T14:47:11.759Z] #38 48.96 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-03-04T14:47:11.759Z] #38 48.97 vim-common xxd [2022-03-04T14:47:11.759Z] #38 49.37 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-03-04T14:47:11.759Z] #38 49.37 Need to get 17.7 MB of archives. [2022-03-04T14:47:11.759Z] #38 49.37 After this operation, 70.7 MB of additional disk space will be used. [2022-03-04T14:47:11.759Z] #38 49.37 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-04T14:47:11.759Z] #38 49.40 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-04T14:47:11.759Z] #38 49.40 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-03-04T14:47:11.759Z] #38 49.53 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-04T14:47:11.759Z] #38 50.22 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2022-03-04T14:47:11.759Z] #38 50.23 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2022-03-04T14:47:11.759Z] #38 50.26 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-03-04T14:47:11.759Z] #38 50.27 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-03-04T14:47:11.759Z] #38 50.28 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-03-04T14:47:11.759Z] #38 50.30 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-03-04T14:47:11.759Z] #38 51.42 debconf: delaying package configuration, since apt-utils is not installed [2022-03-04T14:47:11.759Z] #38 51.73 Fetched 17.7 MB in 2s (10.4 MB/s) [2022-03-04T14:47:11.759Z] #38 51.84 Selecting previously unselected package xxd. [2022-03-04T14:47:12.020Z] #38 51.84 (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-04T14:47:12.020Z] #38 51.93 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-04T14:47:12.020Z] #38 51.94 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-04T14:47:12.020Z] #38 52.21 Selecting previously unselected package vim-common. [2022-03-04T14:47:12.020Z] #38 52.21 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-04T14:47:12.282Z] #38 52.25 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-04T14:47:12.282Z] #38 ... [2022-03-04T14:47:12.282Z] [2022-03-04T14:47:12.282Z] #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-04T14:47:12.282Z] #14 sha256:73d87dd558e09a1ba01f6a3f6d900d489f19215abac9a3c6afaf37c6fd378636 [2022-03-04T14:47:12.282Z] #14 35.03 Reading package lists... [2022-03-04T14:47:12.282Z] #14 42.49 Building dependency tree... [2022-03-04T14:47:12.282Z] #14 48.11 The following additional packages will be installed: [2022-03-04T14:47:12.282Z] #14 48.11 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-04T14:47:12.282Z] #14 48.11 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-03-04T14:47:12.282Z] #14 48.11 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-03-04T14:47:12.282Z] #14 48.11 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-03-04T14:47:12.282Z] #14 48.11 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-03-04T14:47:12.282Z] #14 48.11 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-03-04T14:47:12.282Z] #14 48.11 mingw-w64-common mingw-w64-x86-64-dev [2022-03-04T14:47:12.282Z] #14 48.17 Suggested packages: [2022-03-04T14:47:12.282Z] #14 48.17 gcc-10-locales seccomp wine64 [2022-03-04T14:47:12.282Z] #14 50.01 The following NEW packages will be installed: [2022-03-04T14:47:12.282Z] #14 50.01 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-04T14:47:12.282Z] #14 50.01 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-03-04T14:47:12.282Z] #14 50.01 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-03-04T14:47:12.282Z] #14 50.01 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-03-04T14:47:12.282Z] #14 50.01 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-03-04T14:47:12.282Z] #14 50.01 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-03-04T14:47:12.282Z] #14 50.01 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-03-04T14:47:12.282Z] #14 50.01 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-03-04T14:47:12.282Z] #14 50.01 mingw-w64-x86-64-dev [2022-03-04T14:47:12.282Z] #14 50.43 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-03-04T14:47:12.282Z] #14 50.43 Need to get 115 MB of archives. [2022-03-04T14:47:12.282Z] #14 50.43 After this operation, 645 MB of additional disk space will be used. [2022-03-04T14:47:12.282Z] #14 50.43 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-04T14:47:12.282Z] #14 50.73 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-04T14:47:12.282Z] #14 50.91 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-04T14:47:12.282Z] #14 50.92 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-04T14:47:12.282Z] #14 50.92 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-04T14:47:12.282Z] #14 50.94 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-03-04T14:47:12.282Z] #14 51.26 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-04T14:47:12.282Z] #14 51.43 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-04T14:47:12.282Z] #14 51.45 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-04T14:47:12.282Z] #14 52.30 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-posix amd64 10.2.1-6+24.2 [26.4 MB] [2022-03-04T14:47:12.401Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-04T14:47:12.401Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-04T14:47:12.587Z] #51 ... [2022-03-04T14:47:12.587Z] [2022-03-04T14:47:12.587Z] #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-04T14:47:12.587Z] #53 sha256:2e5c2c3a807398b5722679f00dfe770acf6fa70d6a47e6da6ba57e2dd83f38f1 [2022-03-04T14:47:12.587Z] #53 51.13 v3.0.2 [2022-03-04T14:47:12.587Z] #53 DONE 51.4s [2022-03-04T14:47:12.851Z] [2022-03-04T14:47:12.851Z] #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-04T14:47:12.851Z] #58 sha256:1c49f854efd96ffa14c011d0bee3cb38e70e7492b2f7b9b1332a0f71898405c6 [2022-03-04T14:47:12.851Z] #58 48.12 The following additional packages will be installed: [2022-03-04T14:47:12.851Z] #58 48.12 libbtrfs0 [2022-03-04T14:47:12.851Z] #58 48.48 The following NEW packages will be installed: [2022-03-04T14:47:12.851Z] #58 48.48 libbtrfs-dev libbtrfs0 [2022-03-04T14:47:12.851Z] #58 48.95 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2022-03-04T14:47:12.851Z] #58 48.95 Need to get 460 kB of archives. [2022-03-04T14:47:12.851Z] #58 48.95 After this operation, 1237 kB of additional disk space will be used. [2022-03-04T14:47:12.851Z] #58 48.95 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-04T14:47:12.851Z] #58 48.98 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-04T14:47:12.851Z] #58 50.44 debconf: delaying package configuration, since apt-utils is not installed [2022-03-04T14:47:12.851Z] #58 50.65 Fetched 460 kB in 0s (1173 kB/s) [2022-03-04T14:47:12.851Z] #58 50.78 Selecting previously unselected package libbtrfs0:amd64. [2022-03-04T14:47:12.851Z] #58 50.78 (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-04T14:47:12.851Z] #58 50.83 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-04T14:47:12.851Z] #58 50.86 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-04T14:47:12.851Z] #58 51.12 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-04T14:47:12.851Z] #58 51.12 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-04T14:47:12.851Z] #58 51.14 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-04T14:47:12.851Z] #58 51.67 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-04T14:47:12.851Z] #58 51.74 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-04T14:47:12.851Z] #58 51.78 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-04T14:47:12.856Z] #14 ... [2022-03-04T14:47:12.856Z] [2022-03-04T14:47:12.856Z] #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-04T14:47:12.856Z] #38 sha256:2245cdb59b984340608a45cf2083ebd79290e3b38ac29aad94738d34987ad85c [2022-03-04T14:47:12.856Z] #38 52.75 Selecting previously unselected package cmake-data. [2022-03-04T14:47:12.856Z] #38 52.76 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-03-04T14:47:12.856Z] #38 52.79 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-03-04T14:47:13.433Z] #58 DONE 52.3s [2022-03-04T14:47:13.433Z] [2022-03-04T14:47:13.433Z] #59 [containerd 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/containerd.installer / [2022-03-04T14:47:13.433Z] #59 sha256:98b63f3afc1d37d4441a6e7fc09bf8e2145c32004efc655f2e961988fe3a9857 [2022-03-04T14:47:13.787Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-03-04T14:47:13.787Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.36s) [2022-03-04T14:47:13.787Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.65s) [2022-03-04T14:47:13.787Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.38s) [2022-03-04T14:47:13.787Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.42s) [2022-03-04T14:47:13.787Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.35s) [2022-03-04T14:47:13.787Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.33s) [2022-03-04T14:47:13.787Z] === RUN TestBuildMultiStageCopy [2022-03-04T14:47:13.787Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-04T14:47:14.002Z] #59 DONE 0.3s [2022-03-04T14:47:14.002Z] [2022-03-04T14:47:14.002Z] #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-04T14:47:14.002Z] #60 sha256:02493479f1840b083a32e8b799a07d31cbc449ceee112725819d4fa1347c788d [2022-03-04T14:47:14.256Z] ok github.com/docker/docker/pkg/plugins 33.644s coverage: 76.3% of statements [2022-03-04T14:47:14.256Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-04T14:47:14.256Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-04T14:47:14.256Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-04T14:47:14.256Z] ? github.com/docker/docker/pkg/symlink [no test files] [2022-03-04T14:47:14.256Z] ? github.com/docker/docker/pkg/term [no test files] [2022-03-04T14:47:14.256Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-04T14:47:14.256Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-03-04T14:47:14.256Z] ? github.com/docker/docker/rootless [no test files] [2022-03-04T14:47:14.256Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-03-04T14:47:14.256Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-04T14:47:14.256Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-04T14:47:14.256Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-04T14:47:14.256Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-04T14:47:14.256Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-04T14:47:14.256Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-04T14:47:14.256Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-04T14:47:14.256Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-04T14:47:14.256Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-04T14:47:14.256Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-04T14:47:14.256Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-04T14:47:14.256Z] ? github.com/docker/docker/volume [no test files] [2022-03-04T14:47:14.256Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-04T14:47:14.256Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-04T14:47:14.256Z] [2022-03-04T14:47:14.256Z] === Skipped [2022-03-04T14:47:14.256Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-04T14:47:14.256Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-04T14:47:14.256Z] [2022-03-04T14:47:14.256Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-04T14:47:14.256Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-04T14:47:14.256Z] [2022-03-04T14:47:14.256Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-04T14:47:14.256Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-04T14:47:14.256Z] [2022-03-04T14:47:14.256Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-04T14:47:14.256Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-04T14:47:14.256Z] [2022-03-04T14:47:14.256Z] === SKIP: daemon/graphdriver/aufs TestNewDriver (0.00s) [2022-03-04T14:47:14.256Z] time="2022-03-04T14:46:08Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-04T14:47:14.256Z] aufs_test.go:37: driver not supported [2022-03-04T14:47:14.256Z] [2022-03-04T14:47:14.256Z] === SKIP: daemon/graphdriver/aufs TestAufsString (0.00s) [2022-03-04T14:47:14.256Z] time="2022-03-04T14:46:08Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-04T14:47:14.256Z] aufs_test.go:37: driver not supported [2022-03-04T14:47:14.256Z] [2022-03-04T14:47:14.256Z] === SKIP: daemon/graphdriver/aufs TestCreateDirStructure (0.00s) [2022-03-04T14:47:14.256Z] time="2022-03-04T14:46:08Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-04T14:47:14.256Z] aufs_test.go:37: driver not supported [2022-03-04T14:47:14.256Z] [2022-03-04T14:47:14.256Z] === SKIP: daemon/graphdriver/aufs TestNewDriverFromExistingDir (0.00s) [2022-03-04T14:47:14.256Z] time="2022-03-04T14:46:08Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-04T14:47:14.256Z] aufs_test.go:37: driver not supported [2022-03-04T14:47:14.256Z] [2022-03-04T14:47:14.256Z] === SKIP: daemon/graphdriver/aufs TestCreateNewDir (0.00s) [2022-03-04T14:47:14.256Z] time="2022-03-04T14:46:08Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-04T14:47:14.256Z] aufs_test.go:37: driver not supported [2022-03-04T14:47:14.256Z] [2022-03-04T14:47:14.256Z] === SKIP: daemon/graphdriver/aufs TestCreateNewDirStructure (0.00s) [2022-03-04T14:47:14.256Z] time="2022-03-04T14:46:08Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-04T14:47:14.256Z] aufs_test.go:37: driver not supported [2022-03-04T14:47:14.256Z] [2022-03-04T14:47:14.256Z] === SKIP: daemon/graphdriver/aufs TestRemoveImage (0.00s) [2022-03-04T14:47:14.256Z] time="2022-03-04T14:46:08Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-04T14:47:14.256Z] aufs_test.go:37: driver not supported [2022-03-04T14:47:14.256Z] [2022-03-04T14:47:14.256Z] === SKIP: daemon/graphdriver/aufs TestGetWithoutParent (0.00s) [2022-03-04T14:47:14.256Z] time="2022-03-04T14:46:08Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-04T14:47:14.256Z] aufs_test.go:37: driver not supported [2022-03-04T14:47:14.256Z] [2022-03-04T14:47:14.256Z] === SKIP: daemon/graphdriver/aufs TestCleanupWithNoDirs (0.00s) [2022-03-04T14:47:14.256Z] time="2022-03-04T14:46:08Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-04T14:47:14.256Z] aufs_test.go:37: driver not supported [2022-03-04T14:47:14.256Z] [2022-03-04T14:47:14.256Z] === SKIP: daemon/graphdriver/aufs TestCleanupWithDir (0.00s) [2022-03-04T14:47:14.256Z] time="2022-03-04T14:46:08Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-04T14:47:14.256Z] aufs_test.go:37: driver not supported [2022-03-04T14:47:14.256Z] [2022-03-04T14:47:14.256Z] === SKIP: daemon/graphdriver/aufs TestMountedFalseResponse (0.00s) [2022-03-04T14:47:14.256Z] time="2022-03-04T14:46:08Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-04T14:47:14.256Z] aufs_test.go:37: driver not supported [2022-03-04T14:47:14.256Z] [2022-03-04T14:47:14.256Z] === SKIP: daemon/graphdriver/aufs TestMountedTrueResponse (0.00s) [2022-03-04T14:47:14.256Z] time="2022-03-04T14:46:08Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-04T14:47:14.256Z] aufs_test.go:37: driver not supported [2022-03-04T14:47:14.256Z] [2022-03-04T14:47:14.256Z] === SKIP: daemon/graphdriver/aufs TestMountWithParent (0.00s) [2022-03-04T14:47:14.256Z] time="2022-03-04T14:46:08Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-04T14:47:14.256Z] aufs_test.go:37: driver not supported [2022-03-04T14:47:14.256Z] [2022-03-04T14:47:14.256Z] === SKIP: daemon/graphdriver/aufs TestRemoveMountedDir (0.00s) [2022-03-04T14:47:14.256Z] time="2022-03-04T14:46:08Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-04T14:47:14.256Z] aufs_test.go:37: driver not supported [2022-03-04T14:47:14.256Z] [2022-03-04T14:47:14.256Z] === SKIP: daemon/graphdriver/aufs TestCreateWithInvalidParent (0.00s) [2022-03-04T14:47:14.256Z] time="2022-03-04T14:46:08Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-04T14:47:14.256Z] aufs_test.go:37: driver not supported [2022-03-04T14:47:14.256Z] [2022-03-04T14:47:14.256Z] === SKIP: daemon/graphdriver/aufs TestGetDiff (0.00s) [2022-03-04T14:47:14.256Z] time="2022-03-04T14:46:08Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-04T14:47:14.256Z] aufs_test.go:37: driver not supported [2022-03-04T14:47:14.256Z] [2022-03-04T14:47:14.256Z] === SKIP: daemon/graphdriver/aufs TestChanges (0.00s) [2022-03-04T14:47:14.256Z] time="2022-03-04T14:46:08Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-04T14:47:14.256Z] aufs_test.go:37: driver not supported [2022-03-04T14:47:14.256Z] [2022-03-04T14:47:14.256Z] === SKIP: daemon/graphdriver/aufs TestDiffSize (0.00s) [2022-03-04T14:47:14.256Z] time="2022-03-04T14:46:08Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-04T14:47:14.256Z] aufs_test.go:37: driver not supported [2022-03-04T14:47:14.256Z] [2022-03-04T14:47:14.256Z] === SKIP: daemon/graphdriver/aufs TestChildDiffSize (0.00s) [2022-03-04T14:47:14.256Z] time="2022-03-04T14:46:08Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-04T14:47:14.256Z] aufs_test.go:37: driver not supported [2022-03-04T14:47:14.256Z] [2022-03-04T14:47:14.256Z] === SKIP: daemon/graphdriver/aufs TestExists (0.00s) [2022-03-04T14:47:14.256Z] time="2022-03-04T14:46:08Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-04T14:47:14.256Z] aufs_test.go:37: driver not supported [2022-03-04T14:47:14.256Z] [2022-03-04T14:47:14.256Z] === SKIP: daemon/graphdriver/aufs TestStatus (0.00s) [2022-03-04T14:47:14.256Z] time="2022-03-04T14:46:08Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-04T14:47:14.256Z] aufs_test.go:37: driver not supported [2022-03-04T14:47:14.256Z] [2022-03-04T14:47:14.256Z] === SKIP: daemon/graphdriver/aufs TestApplyDiff (0.00s) [2022-03-04T14:47:14.256Z] time="2022-03-04T14:46:08Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-04T14:47:14.256Z] aufs_test.go:37: driver not supported [2022-03-04T14:47:14.256Z] [2022-03-04T14:47:14.256Z] === SKIP: daemon/graphdriver/aufs TestMountMoreThan42Layers (0.00s) [2022-03-04T14:47:14.256Z] time="2022-03-04T14:46:08Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-04T14:47:14.256Z] aufs_test.go:37: driver not supported [2022-03-04T14:47:14.256Z] [2022-03-04T14:47:14.256Z] === SKIP: daemon/graphdriver/aufs TestMountMoreThan42LayersMatchingPathLength (0.00s) [2022-03-04T14:47:14.256Z] aufs_test.go:714: Using path: /tmp/aufs-tests/0000000/aufs [2022-03-04T14:47:14.256Z] time="2022-03-04T14:46:08Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-04T14:47:14.256Z] aufs_test.go:37: driver not supported [2022-03-04T14:47:14.256Z] [2022-03-04T14:47:14.256Z] === SKIP: daemon/graphdriver/aufs TestInitStaleCleanup (0.00s) [2022-03-04T14:47:14.256Z] time="2022-03-04T14:46:08Z" level=error msg="AUFS was not found in /proc/filesystems" storage-driver=aufs [2022-03-04T14:47:14.256Z] aufs_test.go:37: driver not supported [2022-03-04T14:47:14.256Z] [2022-03-04T14:47:14.256Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-03-04T14:47:14.256Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-04T14:47:14.256Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-04T14:47:14.256Z] [2022-03-04T14:47:14.256Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-03-04T14:47:14.256Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-04T14:47:14.256Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-04T14:47:14.256Z] [2022-03-04T14:47:14.256Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-03-04T14:47:14.256Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-04T14:47:14.256Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-04T14:47:14.256Z] [2022-03-04T14:47:14.256Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-03-04T14:47:14.256Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-04T14:47:14.256Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-04T14:47:14.256Z] [2022-03-04T14:47:14.256Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-03-04T14:47:14.256Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-04T14:47:14.256Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-04T14:47:14.256Z] [2022-03-04T14:47:14.256Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-03-04T14:47:14.256Z] graphtest_unix.go:71: No driver to put! [2022-03-04T14:47:14.256Z] [2022-03-04T14:47:14.256Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-03-04T14:47:14.256Z] time="2022-03-04T14:46:11Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-04T14:47:14.256Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-04T14:47:14.256Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-04T14:47:14.256Z] [2022-03-04T14:47:14.256Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-03-04T14:47:14.256Z] time="2022-03-04T14:46:11Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-04T14:47:14.256Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-04T14:47:14.256Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-04T14:47:14.256Z] [2022-03-04T14:47:14.256Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-03-04T14:47:14.256Z] time="2022-03-04T14:46:11Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-04T14:47:14.256Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-04T14:47:14.256Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-04T14:47:14.256Z] [2022-03-04T14:47:14.256Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-03-04T14:47:14.256Z] time="2022-03-04T14:46:11Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-04T14:47:14.256Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-04T14:47:14.256Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-04T14:47:14.256Z] [2022-03-04T14:47:14.256Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-03-04T14:47:14.256Z] time="2022-03-04T14:46:11Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-04T14:47:14.256Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-04T14:47:14.256Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-04T14:47:14.256Z] [2022-03-04T14:47:14.256Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-03-04T14:47:14.256Z] graphtest_unix.go:71: No driver to put! [2022-03-04T14:47:14.256Z] [2022-03-04T14:47:14.256Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-03-04T14:47:14.256Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-03-04T14:47:14.256Z] [2022-03-04T14:47:14.256Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-03-04T14:47:14.256Z] overlay_test.go:50: Fails to compute changes intermittently [2022-03-04T14:47:14.256Z] [2022-03-04T14:47:14.256Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-03-04T14:47:14.256Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-03-04T14:47:14.256Z] [2022-03-04T14:47:14.256Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-03-04T14:47:14.257Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-03-04T14:47:14.257Z] [2022-03-04T14:47:14.257Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-03-04T14:47:14.257Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-04T14:47:14.257Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-04T14:47:14.257Z] [2022-03-04T14:47:14.257Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-03-04T14:47:14.257Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-04T14:47:14.257Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-04T14:47:14.257Z] [2022-03-04T14:47:14.257Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-03-04T14:47:14.257Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-04T14:47:14.257Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-04T14:47:14.257Z] [2022-03-04T14:47:14.257Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-03-04T14:47:14.257Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-04T14:47:14.257Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-04T14:47:14.257Z] [2022-03-04T14:47:14.257Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-03-04T14:47:14.257Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-04T14:47:14.257Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-04T14:47:14.257Z] [2022-03-04T14:47:14.257Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-03-04T14:47:14.257Z] graphtest_unix.go:71: No driver to put! [2022-03-04T14:47:14.257Z] [2022-03-04T14:47:14.257Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-03-04T14:47:14.257Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-03-04T14:47:14.257Z] [2022-03-04T14:47:14.257Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-03-04T14:47:14.257Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-03-04T14:47:14.257Z] [2022-03-04T14:47:14.257Z] DONE 2318 tests, 53 skipped in 203.016s [2022-03-04T14:47:14.257Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/bitseq [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/cluster [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/config [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/datastore [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/driverapi [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/etchosts [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/idm [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/ipam [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/iptables [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/netlabel [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/netutils [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/networkdb [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/ns [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/options [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/osl [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/portallocator [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/portmapper [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/testutils [2022-03-04T14:47:14.257Z] github.com/docker/docker/libnetwork/types' ']' [2022-03-04T14:47:14.257Z] + 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-04T14:47:14.262Z] #60 ... [2022-03-04T14:47:14.262Z] [2022-03-04T14:47:14.262Z] #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-04T14:47:14.263Z] #14 sha256:73d87dd558e09a1ba01f6a3f6d900d489f19215abac9a3c6afaf37c6fd378636 [2022-03-04T14:47:14.263Z] #14 35.40 Reading package lists... [2022-03-04T14:47:14.263Z] #14 43.23 Building dependency tree... [2022-03-04T14:47:14.263Z] #14 48.54 The following additional packages will be installed: [2022-03-04T14:47:14.263Z] #14 48.55 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-04T14:47:14.263Z] #14 48.55 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2022-03-04T14:47:14.263Z] #14 48.55 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2022-03-04T14:47:14.263Z] #14 48.55 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2022-03-04T14:47:14.263Z] #14 48.56 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2022-03-04T14:47:14.263Z] #14 48.57 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2022-03-04T14:47:14.263Z] #14 48.57 mingw-w64-common mingw-w64-x86-64-dev [2022-03-04T14:47:14.263Z] #14 48.58 Suggested packages: [2022-03-04T14:47:14.263Z] #14 48.59 gcc-10-locales seccomp wine64 [2022-03-04T14:47:14.263Z] #14 50.30 The following NEW packages will be installed: [2022-03-04T14:47:14.263Z] #14 50.30 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2022-03-04T14:47:14.263Z] #14 50.30 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2022-03-04T14:47:14.263Z] #14 50.30 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2022-03-04T14:47:14.263Z] #14 50.30 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2022-03-04T14:47:14.263Z] #14 50.31 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2022-03-04T14:47:14.263Z] #14 50.31 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2022-03-04T14:47:14.263Z] #14 50.31 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2022-03-04T14:47:14.263Z] #14 50.31 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2022-03-04T14:47:14.263Z] #14 50.32 mingw-w64-x86-64-dev [2022-03-04T14:47:14.263Z] #14 50.77 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2022-03-04T14:47:14.263Z] #14 50.77 Need to get 115 MB of archives. [2022-03-04T14:47:14.263Z] #14 50.77 After this operation, 645 MB of additional disk space will be used. [2022-03-04T14:47:14.263Z] #14 50.77 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2022-03-04T14:47:14.263Z] #14 51.01 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-04T14:47:14.263Z] #14 51.19 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-04T14:47:14.263Z] #14 51.26 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-04T14:47:14.263Z] #14 51.26 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-04T14:47:14.263Z] #14 51.26 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2022-03-04T14:47:14.263Z] #14 51.57 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-04T14:47:14.263Z] #14 51.84 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-04T14:47:14.263Z] #14 51.85 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-04T14:47:14.263Z] #14 52.71 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-04T14:47:15.171Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-04T14:47:15.203Z] #14 ... [2022-03-04T14:47:15.203Z] [2022-03-04T14:47:15.203Z] #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-04T14:47:15.203Z] #38 sha256:2245cdb59b984340608a45cf2083ebd79290e3b38ac29aad94738d34987ad85c [2022-03-04T14:47:15.203Z] #38 36.11 Reading package lists... [2022-03-04T14:47:15.203Z] #38 44.01 Building dependency tree... [2022-03-04T14:47:15.203Z] #38 48.98 The following additional packages will be installed: [2022-03-04T14:47:15.203Z] #38 48.99 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2022-03-04T14:47:15.203Z] #38 49.02 Suggested packages: [2022-03-04T14:47:15.203Z] #38 49.02 cmake-doc ninja-build lrzip [2022-03-04T14:47:15.203Z] #38 49.02 Recommended packages: [2022-03-04T14:47:15.203Z] #38 49.02 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2022-03-04T14:47:15.203Z] #38 50.32 The following NEW packages will be installed: [2022-03-04T14:47:15.203Z] #38 50.34 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2022-03-04T14:47:15.203Z] #38 50.35 vim-common xxd [2022-03-04T14:47:15.203Z] #38 50.79 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2022-03-04T14:47:15.203Z] #38 50.79 Need to get 17.7 MB of archives. [2022-03-04T14:47:15.203Z] #38 50.79 After this operation, 70.7 MB of additional disk space will be used. [2022-03-04T14:47:15.203Z] #38 50.79 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-04T14:47:15.203Z] #38 50.82 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-04T14:47:15.203Z] #38 50.82 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2+deb11u1 [1725 kB] [2022-03-04T14:47:15.203Z] #38 51.01 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-04T14:47:15.203Z] #38 51.56 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2022-03-04T14:47:15.203Z] #38 51.63 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2022-03-04T14:47:15.203Z] #38 51.65 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2022-03-04T14:47:15.203Z] #38 51.65 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2022-03-04T14:47:15.203Z] #38 51.65 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2022-03-04T14:47:15.203Z] #38 51.65 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2+deb11u1 [5593 kB] [2022-03-04T14:47:15.203Z] #38 53.65 debconf: delaying package configuration, since apt-utils is not installed [2022-03-04T14:47:15.203Z] #38 54.03 Fetched 17.7 MB in 2s (11.2 MB/s) [2022-03-04T14:47:15.412Z] #38 ... [2022-03-04T14:47:15.412Z] [2022-03-04T14:47:15.412Z] #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-04T14:47:15.412Z] #60 sha256:70ff32ccd53006d8067d79d8052c547aa91bedb668246dbe0837a5622fb9b4f8 [2022-03-04T14:47:15.412Z] #60 1.500 + RM_GOPATH=0 [2022-03-04T14:47:15.412Z] #60 1.500 + TMP_GOPATH= [2022-03-04T14:47:15.412Z] #60 1.500 + : /build [2022-03-04T14:47:15.412Z] #60 1.500 + '[' -z '' ']' [2022-03-04T14:47:15.412Z] #60 1.500 ++ mktemp -d [2022-03-04T14:47:15.412Z] #60 1.501 + export GOPATH=/tmp/tmp.StKseHbkLq [2022-03-04T14:47:15.412Z] #60 1.501 + GOPATH=/tmp/tmp.StKseHbkLq [2022-03-04T14:47:15.412Z] #60 1.501 + RM_GOPATH=1 [2022-03-04T14:47:15.412Z] #60 1.501 + case "$(go env GOARCH)" in [2022-03-04T14:47:15.412Z] #60 1.508 ++ go env GOARCH [2022-03-04T14:47:15.412Z] #60 1.530 + export GO_BUILDMODE=-buildmode=pie [2022-03-04T14:47:15.412Z] #60 1.530 + GO_BUILDMODE=-buildmode=pie [2022-03-04T14:47:15.412Z] #60 1.530 ++ dirname /install.sh [2022-03-04T14:47:15.412Z] #60 1.545 + dir=/ [2022-03-04T14:47:15.412Z] #60 1.545 + bin=containerd [2022-03-04T14:47:15.412Z] #60 1.545 + shift [2022-03-04T14:47:15.412Z] #60 1.545 + '[' '!' -f //containerd.installer ']' [2022-03-04T14:47:15.412Z] #60 1.545 + . //containerd.installer [2022-03-04T14:47:15.412Z] #60 1.545 ++ set -e [2022-03-04T14:47:15.412Z] #60 1.545 ++ : v1.5.9 [2022-03-04T14:47:15.412Z] #60 1.545 + install_containerd [2022-03-04T14:47:15.412Z] #60 1.545 Install containerd version v1.5.9 [2022-03-04T14:47:15.412Z] #60 1.545 + echo 'Install containerd version v1.5.9' [2022-03-04T14:47:15.412Z] #60 1.545 + git clone https://github.com/containerd/containerd.git /tmp/tmp.StKseHbkLq/src/github.com/containerd/containerd [2022-03-04T14:47:15.412Z] #60 1.564 Cloning into '/tmp/tmp.StKseHbkLq/src/github.com/containerd/containerd'... [2022-03-04T14:47:15.412Z] #60 ... [2022-03-04T14:47:15.412Z] [2022-03-04T14:47:15.412Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-04T14:47:15.412Z] #51 sha256:5471c33f57f71bc7f9babd3740e165797675d5392d4c7d948c0cf4f0ef98a2fa [2022-03-04T14:47:15.412Z] #51 52.72 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-03-04T14:47:15.412Z] #51 52.72 go: downloading github.com/magiconair/properties v1.8.5 [2022-03-04T14:47:15.412Z] #51 52.80 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-03-04T14:47:15.412Z] #51 52.89 go: downloading github.com/spf13/afero v1.6.0 [2022-03-04T14:47:15.412Z] #51 52.95 go: downloading github.com/spf13/cast v1.4.1 [2022-03-04T14:47:15.412Z] #51 53.10 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-03-04T14:47:15.412Z] #51 53.24 go: downloading github.com/subosito/gotenv v1.2.0 [2022-03-04T14:47:15.412Z] #51 53.24 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-03-04T14:47:15.412Z] #51 53.30 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-03-04T14:47:15.412Z] #51 53.41 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-03-04T14:47:15.412Z] #51 53.45 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-03-04T14:47:15.412Z] #51 53.70 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-03-04T14:47:15.412Z] #51 53.73 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-03-04T14:47:15.412Z] #51 53.75 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-03-04T14:47:15.412Z] #51 53.80 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-03-04T14:47:15.412Z] #51 53.85 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-03-04T14:47:15.412Z] #51 53.88 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-03-04T14:47:15.412Z] #51 53.90 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-03-04T14:47:15.412Z] #51 54.67 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-03-04T14:47:15.412Z] #51 54.81 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-03-04T14:47:15.412Z] #51 55.03 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-03-04T14:47:15.412Z] #51 55.10 go: downloading github.com/stretchr/objx v0.1.1 [2022-03-04T14:47:15.412Z] #51 55.39 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-03-04T14:47:15.412Z] #51 55.45 go: downloading github.com/Antonboom/errname v0.1.5 [2022-03-04T14:47:15.412Z] #51 55.51 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-03-04T14:47:15.431Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-04T14:47:15.431Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-04T14:47:15.464Z] #38 54.20 Selecting previously unselected package xxd. [2022-03-04T14:47:15.464Z] #38 54.20 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-04T14:47:15.464Z] #38 54.28 Preparing to unpack .../0-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-04T14:47:15.464Z] #38 54.30 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-04T14:47:15.464Z] #38 ... [2022-03-04T14:47:15.464Z] [2022-03-04T14:47:15.464Z] #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-04T14:47:15.464Z] #51 sha256:5471c33f57f71bc7f9babd3740e165797675d5392d4c7d948c0cf4f0ef98a2fa [2022-03-04T14:47:15.464Z] #51 54.30 go: downloading github.com/mattn/go-colorable v0.1.12 [2022-03-04T14:47:15.464Z] #51 54.30 go: downloading github.com/sirupsen/logrus v1.8.1 [2022-03-04T14:47:15.673Z] #51 55.60 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-03-04T14:47:15.692Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-04T14:47:15.729Z] #51 54.44 go: downloading github.com/stretchr/testify v1.7.0 [2022-03-04T14:47:15.952Z] --- PASS: TestBuildMultiStageCopy (2.16s) [2022-03-04T14:47:15.952Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.36s) [2022-03-04T14:47:15.952Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.20s) [2022-03-04T14:47:15.952Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.19s) [2022-03-04T14:47:15.952Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.21s) [2022-03-04T14:47:15.952Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.22s) [2022-03-04T14:47:15.952Z] === RUN TestBuildMultiStageParentConfig [2022-03-04T14:47:15.995Z] #51 54.64 go: downloading github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b [2022-03-04T14:47:15.995Z] #51 54.72 go: downloading github.com/golangci/revgrep v0.0.0-20210930125155-c22e5001d4f2 [2022-03-04T14:47:15.995Z] #51 54.74 go: downloading github.com/mattn/go-isatty v0.0.14 [2022-03-04T14:47:15.995Z] #51 54.78 go: downloading github.com/fsnotify/fsnotify v1.5.1 [2022-03-04T14:47:16.255Z] #51 54.89 go: downloading github.com/magiconair/properties v1.8.5 [2022-03-04T14:47:16.255Z] #51 54.89 go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-03-04T14:47:16.255Z] #51 55.00 go: downloading github.com/spf13/afero v1.6.0 [2022-03-04T14:47:16.255Z] #51 ... [2022-03-04T14:47:16.255Z] [2022-03-04T14:47:16.255Z] #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-04T14:47:16.255Z] #47 sha256:57b4aefc9d625b66b08d867c12b49f3c2f0d67c0d3983568e4559b359878aed0 [2022-03-04T14:47:16.255Z] #47 37.14 Reading package lists... [2022-03-04T14:47:16.255Z] #47 44.78 Building dependency tree... [2022-03-04T14:47:16.255Z] #47 49.95 The following additional packages will be installed: [2022-03-04T14:47:16.255Z] #47 49.97 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-04T14:47:16.255Z] #47 49.98 python3-protobuf python3-six [2022-03-04T14:47:16.255Z] #47 50.02 Suggested packages: [2022-03-04T14:47:16.255Z] #47 50.02 python3-setuptools [2022-03-04T14:47:16.255Z] #47 50.02 Recommended packages: [2022-03-04T14:47:16.255Z] #47 50.02 iproute2 | iproute [2022-03-04T14:47:16.255Z] #47 50.70 The following NEW packages will be installed: [2022-03-04T14:47:16.255Z] #47 50.71 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2022-03-04T14:47:16.255Z] #47 50.71 python3-protobuf python3-six [2022-03-04T14:47:16.255Z] #47 51.31 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2022-03-04T14:47:16.255Z] #47 51.31 Need to get 2292 kB of archives. [2022-03-04T14:47:16.255Z] #47 51.31 After this operation, 11.0 MB of additional disk space will be used. [2022-03-04T14:47:16.255Z] #47 51.31 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2022-03-04T14:47:16.255Z] #47 51.35 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-04T14:47:16.255Z] #47 51.35 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2022-03-04T14:47:16.255Z] #47 51.37 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2022-03-04T14:47:16.255Z] #47 51.42 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-04T14:47:16.255Z] #47 51.43 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-04T14:47:16.255Z] #47 51.43 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-04T14:47:16.255Z] #47 ... [2022-03-04T14:47:16.255Z] [2022-03-04T14:47:16.255Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-04T14:47:16.255Z] #51 sha256:5471c33f57f71bc7f9babd3740e165797675d5392d4c7d948c0cf4f0ef98a2fa [2022-03-04T14:47:16.255Z] #51 55.12 go: downloading github.com/spf13/cast v1.4.1 [2022-03-04T14:47:16.255Z] #51 55.15 go: downloading github.com/spf13/jwalterweatherman v1.1.0 [2022-03-04T14:47:16.255Z] #51 55.20 go: downloading github.com/subosito/gotenv v1.2.0 [2022-03-04T14:47:16.255Z] #51 55.22 go: downloading gopkg.in/ini.v1 v1.66.2 [2022-03-04T14:47:16.514Z] #51 55.26 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2022-03-04T14:47:16.514Z] #51 55.40 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2022-03-04T14:47:16.514Z] #51 55.42 go: downloading github.com/go-toolsmith/astequal v1.0.1 [2022-03-04T14:47:16.514Z] #51 55.46 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2022-03-04T14:47:16.514Z] #51 55.46 go: downloading github.com/go-toolsmith/astp v1.0.0 [2022-03-04T14:47:16.514Z] #51 55.49 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2022-03-04T14:47:16.522Z] --- PASS: TestBuildMultiStageParentConfig (0.63s) [2022-03-04T14:47:16.522Z] === RUN TestBuildLabelWithTargets [2022-03-04T14:47:16.618Z] #51 56.73 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-03-04T14:47:16.618Z] #51 56.76 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-03-04T14:47:16.618Z] #51 56.80 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-03-04T14:47:16.774Z] #51 55.53 go: downloading github.com/go-toolsmith/typep v1.0.2 [2022-03-04T14:47:16.774Z] #51 55.53 go: downloading github.com/quasilyte/go-ruleguard v0.3.15 [2022-03-04T14:47:16.774Z] #51 55.57 go: downloading github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 [2022-03-04T14:47:16.774Z] #51 55.71 go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-03-04T14:47:16.879Z] #51 56.87 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-03-04T14:47:16.879Z] #51 56.89 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-03-04T14:47:16.879Z] #51 56.94 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-03-04T14:47:16.879Z] #51 56.94 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-03-04T14:47:16.879Z] #51 56.98 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-03-04T14:47:16.879Z] #51 57.07 go: downloading github.com/breml/bidichk v0.2.1 [2022-03-04T14:47:17.033Z] #51 55.74 go: downloading 4d63.com/gochecknoglobals v0.1.0 [2022-03-04T14:47:17.033Z] #51 55.82 go: downloading github.com/Antonboom/errname v0.1.5 [2022-03-04T14:47:17.141Z] #51 57.09 go: downloading github.com/breml/errchkjson v0.2.1 [2022-03-04T14:47:17.141Z] #51 57.10 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-03-04T14:47:17.141Z] #51 57.10 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-03-04T14:47:17.293Z] #51 56.06 go: downloading github.com/Antonboom/nilnil v0.1.0 [2022-03-04T14:47:17.293Z] #51 56.14 go: downloading github.com/BurntSushi/toml v1.0.0 [2022-03-04T14:47:17.404Z] #51 57.26 go: downloading github.com/daixiang0/gci v0.2.9 [2022-03-04T14:47:17.404Z] #51 57.30 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-03-04T14:47:17.404Z] #51 57.35 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-03-04T14:47:17.404Z] #51 57.41 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-03-04T14:47:17.404Z] #51 57.42 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-03-04T14:47:17.404Z] #51 57.52 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-03-04T14:47:17.404Z] #51 57.52 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-03-04T14:47:17.404Z] #51 57.61 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-03-04T14:47:17.463Z] --- PASS: TestBuildLabelWithTargets (0.92s) [2022-03-04T14:47:17.463Z] === RUN TestBuildWithEmptyLayers [2022-03-04T14:47:17.861Z] #51 56.61 go: downloading github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 [2022-03-04T14:47:17.861Z] #51 56.65 go: downloading github.com/OpenPeeDeeP/depguard v1.1.0 [2022-03-04T14:47:17.861Z] #51 56.71 go: downloading github.com/alexkohler/prealloc v1.0.0 [2022-03-04T14:47:17.977Z] #51 57.76 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-03-04T14:47:17.977Z] #51 57.93 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-03-04T14:47:17.977Z] #51 57.95 go: downloading github.com/golangci/misspell v0.3.5 [2022-03-04T14:47:17.977Z] #51 58.00 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-03-04T14:47:17.977Z] #51 58.03 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-03-04T14:47:18.034Z] --- PASS: TestBuildWithEmptyLayers (0.42s) [2022-03-04T14:47:18.034Z] === RUN TestBuildMultiStageOnBuild [2022-03-04T14:47:18.130Z] #51 56.75 go: downloading github.com/ashanbrown/forbidigo v1.3.0 [2022-03-04T14:47:18.130Z] #51 56.79 go: downloading github.com/ashanbrown/makezero v1.1.0 [2022-03-04T14:47:18.130Z] #51 56.87 go: downloading github.com/bkielbasa/cyclop v1.2.0 [2022-03-04T14:47:18.130Z] #51 56.94 go: downloading github.com/blizzy78/varnamelen v0.5.0 [2022-03-04T14:47:18.130Z] #51 57.01 go: downloading github.com/bombsimon/wsl/v3 v3.3.0 [2022-03-04T14:47:18.241Z] #51 58.19 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-03-04T14:47:18.241Z] #51 58.23 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-03-04T14:47:18.241Z] #51 58.29 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-03-04T14:47:18.241Z] #51 58.32 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-03-04T14:47:18.241Z] #51 58.35 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-03-04T14:47:18.389Z] #51 57.08 go: downloading github.com/breml/bidichk v0.2.1 [2022-03-04T14:47:18.389Z] #51 57.08 go: downloading github.com/breml/errchkjson v0.2.1 [2022-03-04T14:47:18.389Z] #51 57.26 go: downloading github.com/butuzov/ireturn v0.1.1 [2022-03-04T14:47:18.510Z] #51 58.48 go: downloading github.com/julz/importas v0.1.0 [2022-03-04T14:47:18.510Z] #51 58.50 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-03-04T14:47:18.510Z] #51 58.52 go: downloading github.com/kulti/thelper v0.5.0 [2022-03-04T14:47:18.510Z] #51 58.57 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-03-04T14:47:18.510Z] #51 58.65 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-03-04T14:47:18.510Z] #51 58.65 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-03-04T14:47:18.510Z] #51 58.71 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-03-04T14:47:18.648Z] #51 57.26 go: downloading github.com/charithe/durationcheck v0.0.9 [2022-03-04T14:47:18.648Z] #51 57.44 go: downloading github.com/daixiang0/gci v0.2.9 [2022-03-04T14:47:18.772Z] #51 58.77 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-03-04T14:47:18.772Z] #51 58.81 go: downloading github.com/maratori/testpackage v1.0.1 [2022-03-04T14:47:18.772Z] #51 58.91 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-03-04T14:47:18.772Z] #51 58.92 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-03-04T14:47:18.772Z] #51 58.94 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-03-04T14:47:18.909Z] #51 57.57 go: downloading github.com/denis-tingajkin/go-header v0.4.2 [2022-03-04T14:47:18.909Z] #51 57.60 go: downloading github.com/esimonov/ifshort v1.0.4 [2022-03-04T14:47:18.909Z] #51 57.67 go: downloading github.com/fzipp/gocyclo v0.4.0 [2022-03-04T14:47:18.909Z] #51 57.68 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2022-03-04T14:47:18.909Z] #51 57.74 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2022-03-04T14:47:18.909Z] #51 57.79 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2022-03-04T14:47:19.034Z] #51 58.95 go: downloading github.com/mgechev/revive v1.1.3 [2022-03-04T14:47:19.169Z] #51 57.80 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2022-03-04T14:47:19.169Z] #51 58.08 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2022-03-04T14:47:19.427Z] #51 58.18 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2022-03-04T14:47:19.427Z] #51 58.20 go: downloading github.com/golangci/misspell v0.3.5 [2022-03-04T14:47:19.427Z] #51 58.22 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2022-03-04T14:47:19.427Z] #51 58.28 go: downloading github.com/gordonklaus/ineffassign v0.0.0-20210914165742-4cc7213b9bc8 [2022-03-04T14:47:19.427Z] #51 58.32 go: downloading github.com/gostaticanalysis/forcetypeassert v0.1.0 [2022-03-04T14:47:19.606Z] #51 59.78 go: downloading github.com/moricho/tparallel v0.2.1 [2022-03-04T14:47:19.688Z] #51 58.38 go: downloading github.com/gostaticanalysis/nilerr v0.1.1 [2022-03-04T14:47:19.688Z] #51 58.41 go: downloading github.com/jgautheron/goconst v1.5.1 [2022-03-04T14:47:19.688Z] #51 58.47 go: downloading github.com/jingyugao/rowserrcheck v1.1.1 [2022-03-04T14:47:19.868Z] #51 59.79 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-03-04T14:47:19.868Z] #51 59.82 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-03-04T14:47:19.868Z] #51 59.86 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-03-04T14:47:19.868Z] #51 59.97 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-03-04T14:47:19.868Z] #51 60.01 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-03-04T14:47:19.944Z] --- PASS: TestBuildMultiStageOnBuild (1.63s) [2022-03-04T14:47:19.944Z] === RUN TestBuildUncleanTarFilenames [2022-03-04T14:47:19.948Z] #51 58.65 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af [2022-03-04T14:47:19.948Z] #51 58.70 go: downloading github.com/julz/importas v0.1.0 [2022-03-04T14:47:19.948Z] #51 58.77 go: downloading github.com/kisielk/errcheck v1.6.0 [2022-03-04T14:47:19.948Z] #51 58.78 go: downloading github.com/kulti/thelper v0.5.0 [2022-03-04T14:47:20.135Z] #51 60.15 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-03-04T14:47:20.205Z] --- PASS: TestBuildUncleanTarFilenames (0.56s) [2022-03-04T14:47:20.205Z] === RUN TestBuildMultiStageLayerLeak [2022-03-04T14:47:20.207Z] #51 58.89 go: downloading github.com/kunwardeep/paralleltest v1.0.3 [2022-03-04T14:47:20.207Z] #51 58.90 go: downloading github.com/kyoh86/exportloopref v0.1.8 [2022-03-04T14:47:20.207Z] #51 58.91 go: downloading github.com/ldez/gomoddirectives v0.2.2 [2022-03-04T14:47:20.207Z] #51 58.95 go: downloading github.com/ldez/tagliatelle v0.3.0 [2022-03-04T14:47:20.207Z] #51 58.98 go: downloading github.com/leonklingele/grouper v1.1.0 [2022-03-04T14:47:20.207Z] #51 59.09 go: downloading github.com/maratori/testpackage v1.0.1 [2022-03-04T14:47:20.398Z] #51 60.23 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-03-04T14:47:20.398Z] #51 60.25 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-03-04T14:47:20.398Z] #51 ... [2022-03-04T14:47:20.398Z] [2022-03-04T14:47:20.398Z] #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-04T14:47:20.398Z] #34 sha256:1c0acdc4a56a0c7410dd5410713d3bae78fc6c1e80011b833440a602c15a23a5 [2022-03-04T14:47:20.492Z] #51 59.11 go: downloading github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 [2022-03-04T14:47:20.492Z] #51 59.16 go: downloading github.com/mbilski/exhaustivestruct v1.2.0 [2022-03-04T14:47:20.492Z] #51 59.18 go: downloading github.com/mgechev/dots v0.0.0-20210922191527-e955255bf517 [2022-03-04T14:47:20.492Z] #51 59.24 go: downloading github.com/mgechev/revive v1.1.3 [2022-03-04T14:47:21.070Z] #51 59.97 go: downloading github.com/moricho/tparallel v0.2.1 [2022-03-04T14:47:21.188Z] #34 60.20 Updating files: 86% (1311/1521) Updating files: 87% (1324/1521) Updating files: 88% (1339/1521) Updating files: 89% (1354/1521) Updating files: 90% (1369/1521) Updating files: 91% (1385/1521) Updating files: 92% (1400/1521) Updating files: 93% (1415/1521) Updating files: 94% (1430/1521) Updating files: 95% (1445/1521) Updating files: 96% (1461/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2022-03-04T14:47:21.188Z] #34 61.10 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-03-04T14:47:21.339Z] #51 59.97 go: downloading github.com/nakabonne/nestif v0.3.1 [2022-03-04T14:47:21.339Z] #51 60.00 go: downloading github.com/nishanths/exhaustive v0.7.11 [2022-03-04T14:47:21.339Z] #51 60.06 go: downloading github.com/nishanths/predeclared v0.2.1 [2022-03-04T14:47:21.339Z] #51 60.22 go: downloading github.com/polyfloyd/go-errorlint v0.0.0-20211125173453-6d6d39c5bb8b [2022-03-04T14:47:21.450Z] #34 61.17 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-04T14:47:21.601Z] #51 60.24 go: downloading github.com/ryancurrah/gomodguard v1.2.3 [2022-03-04T14:47:21.601Z] #51 60.40 go: downloading github.com/ryanrolds/sqlclosecheck v0.3.0 [2022-03-04T14:47:21.601Z] #51 60.45 go: downloading github.com/sanposhiho/wastedassign/v2 v2.0.6 [2022-03-04T14:47:21.860Z] #51 60.56 go: downloading github.com/securego/gosec/v2 v2.9.6 [2022-03-04T14:47:22.116Z] --- PASS: TestBuildMultiStageLayerLeak (1.71s) [2022-03-04T14:47:22.116Z] === RUN TestBuildWithHugeFile [2022-03-04T14:47:22.123Z] #51 60.94 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-03-04T14:47:22.123Z] #51 60.96 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-03-04T14:47:22.123Z] #51 60.98 go: downloading github.com/sivchari/tenv v1.4.7 [2022-03-04T14:47:22.123Z] #51 60.99 go: downloading github.com/sonatard/noctx v0.0.1 [2022-03-04T14:47:22.123Z] #51 61.00 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-03-04T14:47:22.387Z] #51 61.11 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-03-04T14:47:22.387Z] #51 61.12 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-03-04T14:47:22.387Z] #51 61.14 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-03-04T14:47:22.387Z] #51 61.16 go: downloading github.com/tetafro/godot v1.4.11 [2022-03-04T14:47:22.387Z] #51 61.21 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-03-04T14:47:22.387Z] #51 61.21 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-03-04T14:47:22.646Z] #51 61.35 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-03-04T14:47:22.683Z] using credential docker-jenkins-github-credentials [2022-03-04T14:47:22.762Z] Cloning the remote Git repository [2022-03-04T14:47:22.762Z] Cloning with configured refspecs honoured and without tags [2022-03-04T14:47:22.906Z] #51 61.63 go: downloading github.com/ultraware/funlen v0.0.3 [2022-03-04T14:47:22.906Z] #51 61.66 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-03-04T14:47:22.906Z] #51 61.67 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-03-04T14:47:22.906Z] #51 61.70 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-03-04T14:47:22.960Z] Cloning repository https://github.com/moby/moby.git [2022-03-04T14:47:23.167Z] #51 61.80 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-03-04T14:47:23.167Z] #51 62.02 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-03-04T14:47:23.426Z] #51 62.26 go: downloading honnef.co/go/tools v0.2.2 [2022-03-04T14:47:24.003Z] #34 ... [2022-03-04T14:47:24.003Z] [2022-03-04T14:47:24.003Z] #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-04T14:47:24.003Z] #47 sha256:57b4aefc9d625b66b08d867c12b49f3c2f0d67c0d3983568e4559b359878aed0 [2022-03-04T14:47:24.003Z] #47 53.45 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [660 kB] [2022-03-04T14:47:24.003Z] #47 55.25 debconf: delaying package configuration, since apt-utils is not installed [2022-03-04T14:47:24.003Z] #47 55.56 Fetched 2292 kB in 4s (541 kB/s) [2022-03-04T14:47:24.003Z] #47 55.75 Selecting previously unselected package libprotobuf23:amd64. [2022-03-04T14:47:24.003Z] #47 55.75 (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-04T14:47:24.003Z] #47 55.79 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-03-04T14:47:24.003Z] #47 55.83 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-03-04T14:47:24.003Z] #47 57.24 Selecting previously unselected package python3-pkg-resources. [2022-03-04T14:47:24.003Z] #47 57.24 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-04T14:47:24.003Z] #47 57.26 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-04T14:47:24.003Z] #47 58.04 Selecting previously unselected package python3-six. [2022-03-04T14:47:24.003Z] #47 58.04 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-03-04T14:47:24.003Z] #47 58.16 Unpacking python3-six (1.16.0-2) ... [2022-03-04T14:47:24.003Z] #47 58.51 Selecting previously unselected package python3-protobuf. [2022-03-04T14:47:24.003Z] #47 58.51 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-03-04T14:47:24.003Z] #47 58.67 Unpacking python3-protobuf (3.12.4-1) ... [2022-03-04T14:47:24.003Z] #47 59.58 Selecting previously unselected package libnet1:amd64. [2022-03-04T14:47:24.003Z] #47 59.58 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-04T14:47:24.003Z] #47 59.65 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-04T14:47:24.003Z] #47 60.19 Selecting previously unselected package libnl-3-200:amd64. [2022-03-04T14:47:24.003Z] #47 60.20 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-04T14:47:24.003Z] #47 60.26 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-04T14:47:24.003Z] #47 60.59 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-04T14:47:24.003Z] #47 60.59 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-04T14:47:24.003Z] #47 60.61 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-04T14:47:24.003Z] #47 60.81 Selecting previously unselected package criu. [2022-03-04T14:47:24.003Z] #47 60.82 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ... [2022-03-04T14:47:24.003Z] #47 60.83 Unpacking criu (3.16.1-3) ... [2022-03-04T14:47:24.003Z] #47 61.64 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-04T14:47:24.003Z] #47 63.62 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-03-04T14:47:24.003Z] #47 ... [2022-03-04T14:47:24.003Z] [2022-03-04T14:47:24.003Z] #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-04T14:47:24.003Z] #14 sha256:73d87dd558e09a1ba01f6a3f6d900d489f19215abac9a3c6afaf37c6fd378636 [2022-03-04T14:47:24.003Z] #14 53.89 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-04T14:47:24.003Z] #14 54.74 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32-runtime amd64 10.2.1-6+24.2 [11.4 MB] [2022-03-04T14:47:24.003Z] #14 55.65 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-04T14:47:24.003Z] #14 58.01 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-04T14:47:24.003Z] #14 58.96 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-04T14:47:24.003Z] #14 58.97 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-03-04T14:47:24.003Z] #14 58.98 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-03-04T14:47:24.003Z] #14 58.99 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-04T14:47:24.003Z] #14 58.99 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-04T14:47:24.003Z] #14 58.99 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-04T14:47:24.003Z] #14 59.00 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2022-03-04T14:47:24.003Z] #14 59.00 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-03-04T14:47:24.003Z] #14 59.03 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-03-04T14:47:24.003Z] #14 59.04 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-03-04T14:47:24.003Z] #14 59.06 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-03-04T14:47:24.003Z] #14 59.07 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-03-04T14:47:24.003Z] #14 59.11 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-03-04T14:47:24.003Z] #14 59.12 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-04T14:47:24.003Z] #14 59.13 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-04T14:47:24.003Z] #14 59.15 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2022-03-04T14:47:24.003Z] #14 60.78 debconf: delaying package configuration, since apt-utils is not installed [2022-03-04T14:47:24.003Z] #14 61.18 Fetched 115 MB in 9s (12.6 MB/s) [2022-03-04T14:47:24.003Z] #14 61.31 Selecting previously unselected package binutils-mingw-w64-i686. [2022-03-04T14:47:24.003Z] #14 61.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 ... 15709 files and directories currently installed.) [2022-03-04T14:47:24.003Z] #14 61.47 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-04T14:47:24.003Z] #14 61.49 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-04T14:47:24.003Z] #14 64.15 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-03-04T14:47:24.003Z] #14 ... [2022-03-04T14:47:24.003Z] [2022-03-04T14:47:24.003Z] #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-04T14:47:24.003Z] #47 sha256:57b4aefc9d625b66b08d867c12b49f3c2f0d67c0d3983568e4559b359878aed0 [2022-03-04T14:47:24.003Z] #47 63.73 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-04T14:47:24.265Z] #47 63.87 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-04T14:47:24.265Z] #47 63.95 Setting up python3-six (1.16.0-2) ... [2022-03-04T14:47:23.369Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-03-04T14:47:24.120Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-04T14:47:24.120Z] > git --version # timeout=10 [2022-03-04T14:47:24.164Z] > git --version # 'git version 2.24.1.windows.2' [2022-03-04T14:47:24.165Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-04T14:47:24.168Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43324/head:refs/remotes/origin/PR-43324 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-04T14:47:25.964Z] #51 64.48 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-03-04T14:47:25.964Z] #51 64.49 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-03-04T14:47:25.964Z] #51 64.63 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-03-04T14:47:25.964Z] #51 ... [2022-03-04T14:47:25.964Z] [2022-03-04T14:47:25.964Z] #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-04T14:47:25.964Z] #60 sha256:02493479f1840b083a32e8b799a07d31cbc449ceee112725819d4fa1347c788d [2022-03-04T14:47:25.964Z] #60 1.885 + RM_GOPATH=0 [2022-03-04T14:47:25.964Z] #60 1.885 + TMP_GOPATH= [2022-03-04T14:47:25.964Z] #60 1.885 + : /build [2022-03-04T14:47:25.964Z] #60 1.885 + '[' -z '' ']' [2022-03-04T14:47:25.964Z] #60 1.885 ++ mktemp -d [2022-03-04T14:47:25.964Z] #60 1.912 + export GOPATH=/tmp/tmp.fqKUVB86LG [2022-03-04T14:47:25.964Z] #60 1.912 + GOPATH=/tmp/tmp.fqKUVB86LG [2022-03-04T14:47:25.964Z] #60 1.912 + RM_GOPATH=1 [2022-03-04T14:47:25.964Z] #60 1.912 + case "$(go env GOARCH)" in [2022-03-04T14:47:25.964Z] #60 1.913 ++ go env GOARCH [2022-03-04T14:47:25.964Z] #60 1.952 + export GO_BUILDMODE=-buildmode=pie [2022-03-04T14:47:25.964Z] #60 1.952 + GO_BUILDMODE=-buildmode=pie [2022-03-04T14:47:25.964Z] #60 1.952 ++ dirname /install.sh [2022-03-04T14:47:25.964Z] #60 1.952 + dir=/ [2022-03-04T14:47:25.964Z] #60 1.952 + bin=containerd [2022-03-04T14:47:25.964Z] #60 1.952 + shift [2022-03-04T14:47:25.964Z] #60 1.952 + '[' '!' -f //containerd.installer ']' [2022-03-04T14:47:25.964Z] #60 1.952 + . //containerd.installer [2022-03-04T14:47:25.964Z] #60 1.952 ++ set -e [2022-03-04T14:47:25.964Z] #60 1.952 ++ : v1.5.9 [2022-03-04T14:47:25.964Z] #60 1.952 + install_containerd [2022-03-04T14:47:25.965Z] #60 1.952 + echo 'Install containerd version v1.5.9' [2022-03-04T14:47:25.965Z] #60 1.952 + git clone https://github.com/containerd/containerd.git /tmp/tmp.fqKUVB86LG/src/github.com/containerd/containerd [2022-03-04T14:47:25.965Z] #60 1.952 Install containerd version v1.5.9 [2022-03-04T14:47:25.965Z] #60 2.033 Cloning into '/tmp/tmp.fqKUVB86LG/src/github.com/containerd/containerd'... [2022-03-04T14:47:25.965Z] #60 ... [2022-03-04T14:47:25.965Z] [2022-03-04T14:47:25.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-04T14:47:25.965Z] #14 sha256:73d87dd558e09a1ba01f6a3f6d900d489f19215abac9a3c6afaf37c6fd378636 [2022-03-04T14:47:25.965Z] #14 54.75 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-04T14:47:25.965Z] #14 55.42 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-04T14:47:25.965Z] #14 56.18 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-04T14:47:25.965Z] #14 58.35 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-04T14:47:25.965Z] #14 59.13 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-04T14:47:25.965Z] #14 59.16 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2022-03-04T14:47:25.965Z] #14 59.17 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2022-03-04T14:47:25.965Z] #14 59.18 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2022-03-04T14:47:25.965Z] #14 59.18 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2022-03-04T14:47:25.965Z] #14 59.21 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-04T14:47:25.965Z] #14 59.21 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2022-03-04T14:47:25.965Z] #14 59.27 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2022-03-04T14:47:25.965Z] #14 59.31 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2022-03-04T14:47:25.965Z] #14 59.35 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2022-03-04T14:47:25.965Z] #14 59.37 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2022-03-04T14:47:25.965Z] #14 59.37 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2022-03-04T14:47:25.965Z] #14 59.43 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2022-03-04T14:47:25.965Z] #14 59.45 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-04T14:47:25.965Z] #14 59.47 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-04T14:47:25.965Z] #14 59.47 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2022-03-04T14:47:25.965Z] #14 61.11 debconf: delaying package configuration, since apt-utils is not installed [2022-03-04T14:47:25.965Z] #14 61.46 Fetched 115 MB in 9s (12.6 MB/s) [2022-03-04T14:47:25.965Z] #14 61.56 Selecting previously unselected package binutils-mingw-w64-i686. [2022-03-04T14:47:25.965Z] #14 61.56 (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-04T14:47:25.965Z] #14 61.69 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-04T14:47:25.965Z] #14 61.71 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-04T14:47:25.965Z] #14 ... [2022-03-04T14:47:25.965Z] [2022-03-04T14:47:25.965Z] #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-04T14:47:25.965Z] #51 sha256:5471c33f57f71bc7f9babd3740e165797675d5392d4c7d948c0cf4f0ef98a2fa [2022-03-04T14:47:25.965Z] #51 64.69 go: downloading golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e [2022-03-04T14:47:25.965Z] #51 64.75 go: downloading github.com/davecgh/go-spew v1.1.1 [2022-03-04T14:47:26.189Z] #47 65.85 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-04T14:47:26.226Z] #51 65.02 go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-03-04T14:47:26.226Z] #51 65.09 go: downloading github.com/stretchr/objx v0.1.1 [2022-03-04T14:47:26.451Z] #47 66.03 Setting up python3-protobuf (3.12.4-1) ... [2022-03-04T14:47:26.484Z] #51 ... [2022-03-04T14:47:26.484Z] [2022-03-04T14:47:26.484Z] #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-04T14:47:26.484Z] #47 sha256:57b4aefc9d625b66b08d867c12b49f3c2f0d67c0d3983568e4559b359878aed0 [2022-03-04T14:47:26.484Z] #47 54.98 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_11 criu 3.16.1-3 [660 kB] [2022-03-04T14:47:26.484Z] #47 56.65 debconf: delaying package configuration, since apt-utils is not installed [2022-03-04T14:47:26.484Z] #47 57.04 Fetched 2292 kB in 4s (513 kB/s) [2022-03-04T14:47:26.484Z] #47 57.39 Selecting previously unselected package libprotobuf23:amd64. [2022-03-04T14:47:26.484Z] #47 57.39 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15709 files and directories currently installed.) [2022-03-04T14:47:26.484Z] #47 57.45 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2022-03-04T14:47:26.484Z] #47 57.46 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2022-03-04T14:47:26.485Z] #47 59.06 Selecting previously unselected package python3-pkg-resources. [2022-03-04T14:47:26.485Z] #47 59.06 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-04T14:47:26.485Z] #47 59.12 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-04T14:47:26.485Z] #47 59.60 Selecting previously unselected package python3-six. [2022-03-04T14:47:26.485Z] #47 59.60 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2022-03-04T14:47:26.485Z] #47 59.60 Unpacking python3-six (1.16.0-2) ... [2022-03-04T14:47:26.485Z] #47 59.83 Selecting previously unselected package python3-protobuf. [2022-03-04T14:47:26.485Z] #47 59.87 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2022-03-04T14:47:26.485Z] #47 59.91 Unpacking python3-protobuf (3.12.4-1) ... [2022-03-04T14:47:26.485Z] #47 60.79 Selecting previously unselected package libnet1:amd64. [2022-03-04T14:47:26.485Z] #47 60.80 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-04T14:47:26.485Z] #47 60.81 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-04T14:47:26.485Z] #47 61.07 Selecting previously unselected package libnl-3-200:amd64. [2022-03-04T14:47:26.485Z] #47 61.07 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-04T14:47:26.485Z] #47 61.07 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-04T14:47:26.485Z] #47 61.35 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-04T14:47:26.485Z] #47 61.35 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-04T14:47:26.485Z] #47 61.36 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-04T14:47:26.485Z] #47 61.53 Selecting previously unselected package criu. [2022-03-04T14:47:26.485Z] #47 61.53 Preparing to unpack .../7-criu_3.16.1-3_amd64.deb ... [2022-03-04T14:47:26.485Z] #47 61.57 Unpacking criu (3.16.1-3) ... [2022-03-04T14:47:26.485Z] #47 62.48 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-04T14:47:26.485Z] #47 64.83 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2022-03-04T14:47:26.485Z] #47 64.90 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-04T14:47:26.485Z] #47 65.01 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-04T14:47:26.485Z] #47 65.02 Setting up python3-six (1.16.0-2) ... [2022-03-04T14:47:26.485Z] #47 ... [2022-03-04T14:47:26.485Z] [2022-03-04T14:47:26.485Z] #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-04T14:47:26.485Z] #14 sha256:73d87dd558e09a1ba01f6a3f6d900d489f19215abac9a3c6afaf37c6fd378636 [2022-03-04T14:47:26.485Z] #14 65.08 Selecting previously unselected package binutils-mingw-w64-x86-64. [2022-03-04T14:47:26.485Z] #14 65.08 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-04T14:47:26.485Z] #14 65.10 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-04T14:47:26.745Z] #14 ... [2022-03-04T14:47:26.745Z] [2022-03-04T14:47:26.745Z] #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-04T14:47:26.745Z] #38 sha256:2245cdb59b984340608a45cf2083ebd79290e3b38ac29aad94738d34987ad85c [2022-03-04T14:47:26.745Z] #38 55.53 Selecting previously unselected package vim-common. [2022-03-04T14:47:26.745Z] #38 55.53 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-04T14:47:26.745Z] #38 55.60 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-04T14:47:26.745Z] #38 56.28 Selecting previously unselected package cmake-data. [2022-03-04T14:47:26.745Z] #38 56.28 Preparing to unpack .../2-cmake-data_3.18.4-2+deb11u1_all.deb ... [2022-03-04T14:47:26.745Z] #38 56.30 Unpacking cmake-data (3.18.4-2+deb11u1) ... [2022-03-04T14:47:26.745Z] #38 60.69 Selecting previously unselected package libicu67:amd64. [2022-03-04T14:47:26.745Z] #38 60.69 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-03-04T14:47:26.745Z] #38 60.71 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-04T14:47:26.745Z] #38 ... [2022-03-04T14:47:26.745Z] [2022-03-04T14:47:26.745Z] #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-04T14:47:26.745Z] #34 sha256:1c0acdc4a56a0c7410dd5410713d3bae78fc6c1e80011b833440a602c15a23a5 [2022-03-04T14:47:26.745Z] #34 58.68 Updating files: 88% (1339/1521) Updating files: 89% (1354/1521) Updating files: 90% (1369/1521) Updating files: 91% (1385/1521) Updating files: 92% (1400/1521) Updating files: 93% (1415/1521) Updating files: 94% (1430/1521) Updating files: 95% (1445/1521) Updating files: 96% (1461/1521) Updating files: 97% (1476/1521) Updating files: 98% (1491/1521) Updating files: 99% (1506/1521) Updating files: 100% (1521/1521) Updating files: 100% (1521/1521), done. [2022-03-04T14:47:26.745Z] #34 59.29 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2022-03-04T14:47:26.745Z] #34 59.92 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2022-03-04T14:47:27.024Z] #47 ... [2022-03-04T14:47:27.024Z] [2022-03-04T14:47:27.024Z] #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-04T14:47:27.024Z] #38 sha256:2245cdb59b984340608a45cf2083ebd79290e3b38ac29aad94738d34987ad85c [2022-03-04T14:47:27.024Z] #38 57.10 Selecting previously unselected package libicu67:amd64. [2022-03-04T14:47:27.024Z] #38 57.10 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2022-03-04T14:47:27.024Z] #38 57.21 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-04T14:47:27.024Z] #38 66.52 Selecting previously unselected package libxml2:amd64. [2022-03-04T14:47:27.024Z] #38 66.53 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2022-03-04T14:47:27.024Z] #38 66.53 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-04T14:47:27.319Z] #38 ... [2022-03-04T14:47:27.319Z] [2022-03-04T14:47:27.319Z] #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-04T14:47:27.319Z] #51 sha256:5471c33f57f71bc7f9babd3740e165797675d5392d4c7d948c0cf4f0ef98a2fa [2022-03-04T14:47:27.319Z] #51 60.73 go: downloading github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c [2022-03-04T14:47:27.319Z] #51 60.76 go: downloading github.com/sivchari/containedctx v1.0.1 [2022-03-04T14:47:27.319Z] #51 60.76 go: downloading github.com/sivchari/tenv v1.4.7 [2022-03-04T14:47:27.319Z] #51 60.84 go: downloading github.com/sonatard/noctx v0.0.1 [2022-03-04T14:47:27.319Z] #51 60.85 go: downloading github.com/sourcegraph/go-diff v0.6.1 [2022-03-04T14:47:27.319Z] #51 60.94 go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1 [2022-03-04T14:47:27.319Z] #51 60.97 go: downloading github.com/sylvia7788/contextcheck v1.0.4 [2022-03-04T14:47:27.319Z] #51 61.02 go: downloading github.com/tdakkota/asciicheck v0.1.1 [2022-03-04T14:47:27.319Z] #51 61.06 go: downloading github.com/tetafro/godot v1.4.11 [2022-03-04T14:47:27.319Z] #51 61.10 go: downloading github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144 [2022-03-04T14:47:27.319Z] #51 61.23 go: downloading github.com/tomarrell/wrapcheck/v2 v2.4.0 [2022-03-04T14:47:27.319Z] #51 61.26 go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.0 [2022-03-04T14:47:27.319Z] #51 61.43 go: downloading github.com/ultraware/funlen v0.0.3 [2022-03-04T14:47:27.319Z] #51 61.45 go: downloading github.com/ultraware/whitespace v0.0.4 [2022-03-04T14:47:27.319Z] #51 61.47 go: downloading github.com/uudashr/gocognit v1.0.5 [2022-03-04T14:47:27.319Z] #51 61.50 go: downloading github.com/yagipy/maintidx v1.0.0 [2022-03-04T14:47:27.319Z] #51 61.54 go: downloading github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1 [2022-03-04T14:47:27.319Z] #51 61.87 go: downloading gitlab.com/bosi/decorder v0.2.1 [2022-03-04T14:47:27.319Z] #51 62.09 go: downloading honnef.co/go/tools v0.2.2 [2022-03-04T14:47:27.319Z] #51 63.80 go: downloading mvdan.cc/gofumpt v0.2.1 [2022-03-04T14:47:27.319Z] #51 63.80 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2022-03-04T14:47:27.319Z] #51 63.93 go: downloading mvdan.cc/unparam v0.0.0-20211214103731-d0ef000c54e5 [2022-03-04T14:47:27.319Z] #51 63.98 go: downloading golang.org/x/text v0.3.7 [2022-03-04T14:47:27.893Z] #51 ... [2022-03-04T14:47:27.893Z] [2022-03-04T14:47:27.893Z] #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-04T14:47:27.893Z] #38 sha256:2245cdb59b984340608a45cf2083ebd79290e3b38ac29aad94738d34987ad85c [2022-03-04T14:47:27.893Z] #38 67.90 Selecting previously unselected package libarchive13:amd64. [2022-03-04T14:47:27.893Z] #38 67.90 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ... [2022-03-04T14:47:27.893Z] #38 67.95 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-04T14:47:28.121Z] #34 ... [2022-03-04T14:47:28.121Z] [2022-03-04T14:47:28.121Z] #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-04T14:47:28.121Z] #47 sha256:57b4aefc9d625b66b08d867c12b49f3c2f0d67c0d3983568e4559b359878aed0 [2022-03-04T14:47:28.121Z] #47 66.40 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-04T14:47:28.121Z] #47 66.53 Setting up python3-protobuf (3.12.4-1) ... [2022-03-04T14:47:28.587Z] #38 68.54 Selecting previously unselected package libjsoncpp24:amd64. [2022-03-04T14:47:28.587Z] #38 68.54 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-03-04T14:47:28.587Z] #38 68.56 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-04T14:47:28.851Z] #38 68.97 Selecting previously unselected package librhash0:amd64. [2022-03-04T14:47:29.123Z] #38 68.98 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-03-04T14:47:29.123Z] #38 68.99 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-03-04T14:47:29.403Z] #38 69.51 Selecting previously unselected package libuv1:amd64. [2022-03-04T14:47:29.403Z] #38 69.51 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-03-04T14:47:29.787Z] #38 69.60 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-03-04T14:47:30.048Z] #38 70.05 Selecting previously unselected package cmake. [2022-03-04T14:47:30.048Z] #38 70.06 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-03-04T14:47:30.048Z] #38 70.07 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-03-04T14:47:30.600Z] INFO [linters context/goanalysis] analyzers took 3m59.095815824s with top 10 stages: buildir: 1m47.54636738s, goimports: 21.823413192s, unconvert: 18.415058956s, gosec: 13.095686804s, S1038: 6.282595371s, golint: 5.993347824s, misspell: 4.269507027s, nilness: 3.805625948s, inspect: 3.380493096s, unused: 3.073021095s [2022-03-04T14:47:30.600Z] INFO [runner] Issues before processing: 3050, after processing: 0 [2022-03-04T14:47:30.600Z] INFO [runner] Processors filtering stat (out/in): skip_dirs: 2443/2443, filename_unadjuster: 2443/2443, exclude-rules: 76/2055, nolint: 0/76, cgo: 2443/3050, skip_files: 2443/2443, autogenerated_exclude: 2055/2443, identifier_marker: 2055/2055, exclude: 2055/2055, path_prettifier: 2443/2443 [2022-03-04T14:47:30.600Z] INFO [runner] processing took 157.2191ms with stages: identifier_marker: 59.626317ms, nolint: 51.779671ms, autogenerated_exclude: 20.726002ms, exclude-rules: 13.266447ms, path_prettifier: 9.603117ms, skip_dirs: 1.787968ms, cgo: 273.681µs, filename_unadjuster: 150.874µs, max_same_issues: 1.128µs, uniq_by_line: 770ns, exclude: 712ns, source_code: 383ns, diff: 359ns, max_from_linter: 355ns, skip_files: 314ns, path_shortener: 241ns, severity-rules: 224ns, max_per_file_from_linter: 211ns, sort_results: 209ns, path_prefixer: 117ns [2022-03-04T14:47:30.600Z] INFO [runner] linters took 1m26.899792295s with stages: goanalysis_metalinter: 1m26.742430591s [2022-03-04T14:47:30.600Z] INFO File cache stats: 1672 entries of total size 8.4MiB [2022-03-04T14:47:30.600Z] INFO Memory: 2272 samples, avg is 312.1MB, max is 1131.4MB [2022-03-04T14:47:30.600Z] INFO Execution took 3m47.036009115s [2022-03-04T14:47:30.600Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2022-03-04T14:47:30.928Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43324/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=384532a8d29ccd3ae29128d9f9e03c82300160f7 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:384532a8d29ccd3ae29128d9f9e03c82300160f7 hack/make.sh dynbinary test-docker-py [2022-03-04T14:47:31.186Z] [2022-03-04T14:47:31.186Z] Removing bundles/ [2022-03-04T14:47:31.186Z] [2022-03-04T14:47:31.186Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-04T14:47:31.444Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-04T14:47:31.444Z] GOOS="" GOARCH="" GOARM="" [2022-03-04T14:47:33.362Z] using credential docker-jenkins-github-credentials [2022-03-04T14:47:33.401Z] #47 ... [2022-03-04T14:47:33.401Z] [2022-03-04T14:47:33.401Z] #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-04T14:47:33.401Z] #38 sha256:2245cdb59b984340608a45cf2083ebd79290e3b38ac29aad94738d34987ad85c [2022-03-04T14:47:33.401Z] #38 70.43 Selecting previously unselected package libxml2:amd64. [2022-03-04T14:47:33.401Z] #38 70.43 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2022-03-04T14:47:33.401Z] #38 70.44 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-04T14:47:33.401Z] #38 71.05 Selecting previously unselected package libarchive13:amd64. [2022-03-04T14:47:33.401Z] #38 71.06 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ... [2022-03-04T14:47:33.401Z] #38 71.07 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-04T14:47:33.401Z] #38 71.46 Selecting previously unselected package libjsoncpp24:amd64. [2022-03-04T14:47:33.401Z] #38 71.46 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2022-03-04T14:47:33.401Z] #38 71.48 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-04T14:47:33.401Z] #38 71.64 Selecting previously unselected package librhash0:amd64. [2022-03-04T14:47:33.401Z] #38 71.70 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2022-03-04T14:47:33.401Z] #38 71.71 Unpacking librhash0:amd64 (1.4.1-2) ... [2022-03-04T14:47:33.401Z] #38 71.96 Selecting previously unselected package libuv1:amd64. [2022-03-04T14:47:33.401Z] #38 71.98 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2022-03-04T14:47:33.401Z] #38 72.00 Unpacking libuv1:amd64 (1.40.0-2) ... [2022-03-04T14:47:33.441Z] Cloning the remote Git repository [2022-03-04T14:47:33.441Z] Cloning with configured refspecs honoured and without tags [2022-03-04T14:47:33.661Z] #38 72.29 Selecting previously unselected package cmake. [2022-03-04T14:47:33.661Z] #38 72.30 Preparing to unpack .../9-cmake_3.18.4-2+deb11u1_amd64.deb ... [2022-03-04T14:47:33.661Z] #38 72.31 Unpacking cmake (3.18.4-2+deb11u1) ... [2022-03-04T14:47:33.640Z] Cloning repository https://github.com/moby/moby.git [2022-03-04T14:47:34.046Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-03-04T14:47:34.266Z] #38 ... [2022-03-04T14:47:34.266Z] [2022-03-04T14:47:34.266Z] #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-04T14:47:34.266Z] #14 sha256:73d87dd558e09a1ba01f6a3f6d900d489f19215abac9a3c6afaf37c6fd378636 [2022-03-04T14:47:34.266Z] #14 64.16 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2022-03-04T14:47:34.266Z] #14 64.20 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-04T14:47:34.266Z] #14 68.36 Selecting previously unselected package binutils-mingw-w64. [2022-03-04T14:47:34.266Z] #14 68.37 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-03-04T14:47:34.266Z] #14 68.40 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-04T14:47:34.266Z] #14 68.55 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-03-04T14:47:34.266Z] #14 68.56 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-04T14:47:34.266Z] #14 68.57 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-04T14:47:34.266Z] #14 68.97 Selecting previously unselected package dmsetup. [2022-03-04T14:47:34.266Z] #14 68.98 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-03-04T14:47:34.266Z] #14 69.01 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-03-04T14:47:34.266Z] #14 69.31 Selecting previously unselected package mingw-w64-common. [2022-03-04T14:47:34.266Z] #14 69.31 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-03-04T14:47:34.266Z] #14 69.34 Unpacking mingw-w64-common (8.0.0-1) ... [2022-03-04T14:47:34.266Z] #14 ... [2022-03-04T14:47:34.266Z] [2022-03-04T14:47:34.266Z] #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-04T14:47:34.266Z] #51 sha256:5471c33f57f71bc7f9babd3740e165797675d5392d4c7d948c0cf4f0ef98a2fa [2022-03-04T14:47:34.266Z] #51 71.28 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-03-04T14:47:34.266Z] #51 71.57 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-03-04T14:47:34.266Z] #51 71.58 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-03-04T14:47:34.266Z] #51 71.84 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-03-04T14:47:34.266Z] #51 71.96 go: downloading github.com/gobwas/glob v0.2.3 [2022-03-04T14:47:34.266Z] #51 71.97 go: downloading github.com/kisielk/gotool v1.0.0 [2022-03-04T14:47:34.266Z] #51 72.10 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-03-04T14:47:34.266Z] #51 72.30 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-03-04T14:47:34.266Z] #51 72.31 go: downloading github.com/ettle/strcase v0.1.1 [2022-03-04T14:47:34.266Z] #51 72.41 go: downloading golang.org/x/mod v0.5.1 [2022-03-04T14:47:34.266Z] #51 72.50 go: downloading github.com/fatih/structtag v1.2.0 [2022-03-04T14:47:34.266Z] #51 72.53 go: downloading github.com/Masterminds/semver v1.5.0 [2022-03-04T14:47:34.266Z] #51 72.72 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-03-04T14:47:34.266Z] #51 72.74 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-03-04T14:47:34.266Z] #51 72.91 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-03-04T14:47:34.266Z] #51 73.43 go: downloading github.com/prometheus/client_model v0.2.0 [2022-03-04T14:47:34.266Z] #51 73.48 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-03-04T14:47:34.266Z] #51 73.53 go: downloading github.com/google/go-cmp v0.5.6 [2022-03-04T14:47:34.266Z] #51 73.98 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-03-04T14:47:34.266Z] #51 74.02 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-03-04T14:47:34.266Z] #51 74.12 go: downloading github.com/beorn7/perks v1.0.1 [2022-03-04T14:47:34.266Z] #51 74.15 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-03-04T14:47:34.266Z] #51 74.20 go: downloading github.com/cespare/xxhash v1.1.0 [2022-03-04T14:47:34.266Z] #51 74.21 go: downloading github.com/golang/protobuf v1.5.2 [2022-03-04T14:47:34.528Z] #51 74.38 go: downloading github.com/prometheus/common v0.10.0 [2022-03-04T14:47:34.528Z] #51 74.64 go: downloading github.com/prometheus/procfs v0.6.0 [2022-03-04T14:47:34.788Z] #51 74.78 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-03-04T14:47:34.788Z] #51 74.86 go: downloading google.golang.org/protobuf v1.27.1 [2022-03-04T14:47:35.027Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-04T14:47:35.027Z] > git --version # timeout=10 [2022-03-04T14:47:35.077Z] > git --version # 'git version 2.24.1.windows.2' [2022-03-04T14:47:35.078Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-04T14:47:35.082Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43324/head:refs/remotes/origin/PR-43324 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-04T14:47:36.710Z] #51 ... [2022-03-04T14:47:36.710Z] [2022-03-04T14:47:36.710Z] #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-04T14:47:36.710Z] #14 sha256:73d87dd558e09a1ba01f6a3f6d900d489f19215abac9a3c6afaf37c6fd378636 [2022-03-04T14:47:36.710Z] #14 76.52 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-03-04T14:47:36.710Z] #14 76.53 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-03-04T14:47:36.710Z] #14 76.60 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-04T14:47:38.631Z] #14 ... [2022-03-04T14:47:38.631Z] [2022-03-04T14:47:38.631Z] #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-04T14:47:38.631Z] #49 sha256:449b24f2d2c3a3aff17b4a924f65164366396d6b8d9bd09c29ba24a41cc8c71f [2022-03-04T14:47:38.631Z] #49 77.31 gotestsum version dev [2022-03-04T14:47:38.631Z] #49 DONE 78.7s [2022-03-04T14:47:38.892Z] [2022-03-04T14:47:38.892Z] #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-04T14:47:38.892Z] #38 sha256:2245cdb59b984340608a45cf2083ebd79290e3b38ac29aad94738d34987ad85c [2022-03-04T14:47:38.892Z] #38 75.64 Setting up libicu67:amd64 (67.1-7) ... [2022-03-04T14:47:38.892Z] #38 75.70 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-04T14:47:38.892Z] #38 76.16 Setting up libuv1:amd64 (1.40.0-2) ... [2022-03-04T14:47:38.892Z] #38 76.25 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-04T14:47:38.892Z] #38 76.53 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-04T14:47:38.892Z] #38 76.68 Setting up librhash0:amd64 (1.4.1-2) ... [2022-03-04T14:47:38.892Z] #38 76.73 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-03-04T14:47:38.892Z] #38 76.81 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-04T14:47:38.892Z] #38 76.86 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-04T14:47:38.892Z] #38 76.89 Setting up cmake (3.18.4-2+deb11u1) ... [2022-03-04T14:47:38.892Z] #38 76.94 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-04T14:47:38.892Z] #38 DONE 78.8s [2022-03-04T14:47:38.892Z] [2022-03-04T14:47:38.892Z] #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-04T14:47:38.892Z] #51 sha256:5471c33f57f71bc7f9babd3740e165797675d5392d4c7d948c0cf4f0ef98a2fa [2022-03-04T14:47:38.892Z] #51 77.07 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-03-04T14:47:38.892Z] #51 ... [2022-03-04T14:47:38.892Z] [2022-03-04T14:47:38.892Z] #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-04T14:47:38.892Z] #47 sha256:57b4aefc9d625b66b08d867c12b49f3c2f0d67c0d3983568e4559b359878aed0 [2022-03-04T14:47:38.892Z] #47 70.86 Setting up criu (3.16.1-3) ... [2022-03-04T14:47:38.892Z] #47 73.18 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-04T14:47:38.892Z] #47 DONE 78.6s [2022-03-04T14:47:38.948Z] #38 ... [2022-03-04T14:47:38.948Z] [2022-03-04T14:47:38.948Z] #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-04T14:47:38.948Z] #51 sha256:5471c33f57f71bc7f9babd3740e165797675d5392d4c7d948c0cf4f0ef98a2fa [2022-03-04T14:47:38.948Z] #51 67.19 go: downloading github.com/hashicorp/hcl v1.0.0 [2022-03-04T14:47:38.948Z] #51 67.53 go: downloading github.com/pelletier/go-toml v1.9.4 [2022-03-04T14:47:38.948Z] #51 67.60 go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-03-04T14:47:38.948Z] #51 67.83 go: downloading golang.org/x/text v0.3.7 [2022-03-04T14:47:38.948Z] #51 74.97 go: downloading github.com/quasilyte/gogrep v0.0.0-20220103110004-ffaa07af02e3 [2022-03-04T14:47:38.948Z] #51 75.03 go: downloading github.com/gobwas/glob v0.2.3 [2022-03-04T14:47:38.948Z] #51 75.06 go: downloading github.com/kisielk/gotool v1.0.0 [2022-03-04T14:47:38.948Z] #51 75.23 go: downloading github.com/gostaticanalysis/comment v1.4.2 [2022-03-04T14:47:38.948Z] #51 75.26 go: downloading github.com/gostaticanalysis/analysisutil v0.7.1 [2022-03-04T14:47:38.948Z] #51 75.28 go: downloading golang.org/x/mod v0.5.1 [2022-03-04T14:47:38.948Z] #51 75.31 go: downloading github.com/ettle/strcase v0.1.1 [2022-03-04T14:47:38.948Z] #51 75.36 go: downloading github.com/fatih/structtag v1.2.0 [2022-03-04T14:47:38.948Z] #51 75.39 go: downloading github.com/Masterminds/semver v1.5.0 [2022-03-04T14:47:38.948Z] #51 75.49 go: downloading github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d [2022-03-04T14:47:38.948Z] #51 75.67 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 [2022-03-04T14:47:38.948Z] #51 75.76 go: downloading github.com/prometheus/client_golang v1.7.1 [2022-03-04T14:47:38.948Z] #51 76.32 go: downloading github.com/prometheus/client_model v0.2.0 [2022-03-04T14:47:38.948Z] #51 76.62 go: downloading github.com/google/go-cmp v0.5.6 [2022-03-04T14:47:38.948Z] #51 77.04 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2022-03-04T14:47:38.948Z] #51 77.20 go: downloading github.com/olekukonko/tablewriter v0.0.5 [2022-03-04T14:47:38.948Z] #51 77.21 go: downloading github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af [2022-03-04T14:47:38.948Z] #51 77.34 go: downloading github.com/beorn7/perks v1.0.1 [2022-03-04T14:47:38.948Z] #51 77.34 go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-03-04T14:47:38.948Z] #51 77.36 go: downloading github.com/golang/protobuf v1.5.2 [2022-03-04T14:47:38.948Z] #51 ... [2022-03-04T14:47:38.948Z] [2022-03-04T14:47:38.948Z] #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-04T14:47:38.948Z] #14 sha256:73d87dd558e09a1ba01f6a3f6d900d489f19215abac9a3c6afaf37c6fd378636 [2022-03-04T14:47:38.948Z] #14 69.53 Selecting previously unselected package binutils-mingw-w64. [2022-03-04T14:47:38.948Z] #14 69.55 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2022-03-04T14:47:38.948Z] #14 69.57 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-04T14:47:38.948Z] #14 69.76 Selecting previously unselected package libdevmapper1.02.1:amd64. [2022-03-04T14:47:38.948Z] #14 69.76 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-04T14:47:38.948Z] #14 69.79 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-04T14:47:38.948Z] #14 70.00 Selecting previously unselected package dmsetup. [2022-03-04T14:47:38.948Z] #14 70.00 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2022-03-04T14:47:38.948Z] #14 70.00 Unpacking dmsetup (2:1.02.175-2.1) ... [2022-03-04T14:47:38.948Z] #14 70.26 Selecting previously unselected package mingw-w64-common. [2022-03-04T14:47:38.948Z] #14 70.27 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2022-03-04T14:47:38.948Z] #14 70.29 Unpacking mingw-w64-common (8.0.0-1) ... [2022-03-04T14:47:38.948Z] #14 77.15 Selecting previously unselected package mingw-w64-x86-64-dev. [2022-03-04T14:47:38.948Z] #14 77.16 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2022-03-04T14:47:38.948Z] #14 77.18 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-04T14:47:38.948Z] #14 ... [2022-03-04T14:47:38.948Z] [2022-03-04T14:47:38.948Z] #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-04T14:47:38.948Z] #51 sha256:5471c33f57f71bc7f9babd3740e165797675d5392d4c7d948c0cf4f0ef98a2fa [2022-03-04T14:47:38.948Z] #51 77.46 go: downloading github.com/cespare/xxhash v1.1.0 [2022-03-04T14:47:38.948Z] #51 ... [2022-03-04T14:47:38.948Z] [2022-03-04T14:47:38.948Z] #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-04T14:47:38.948Z] #47 sha256:57b4aefc9d625b66b08d867c12b49f3c2f0d67c0d3983568e4559b359878aed0 [2022-03-04T14:47:38.948Z] #47 71.86 Setting up criu (3.16.1-3) ... [2022-03-04T14:47:38.948Z] #47 74.57 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-04T14:47:38.948Z] #47 DONE 77.3s [2022-03-04T14:47:38.948Z] [2022-03-04T14:47:38.948Z] #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-04T14:47:38.948Z] #51 sha256:5471c33f57f71bc7f9babd3740e165797675d5392d4c7d948c0cf4f0ef98a2fa [2022-03-04T14:47:38.948Z] #51 77.85 go: downloading github.com/prometheus/common v0.10.0 [2022-03-04T14:47:39.153Z] [2022-03-04T14:47:39.153Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-04T14:47:39.153Z] #39 sha256:bac8bc059244f901ce2e3743ab564164a5916668a61d59420b66f80182fd5b56 [2022-03-04T14:47:39.153Z] #39 DONE 0.3s [2022-03-04T14:47:39.153Z] [2022-03-04T14:47:39.153Z] #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-04T14:47:39.153Z] #40 sha256:e8d9f1da3b360b50c777b3fd5ed470b913f663d422a243fb2553bd84910d9fca [2022-03-04T14:47:39.522Z] #51 78.15 go: downloading github.com/prometheus/procfs v0.6.0 [2022-03-04T14:47:39.522Z] #51 78.21 go: downloading github.com/mattn/go-runewidth v0.0.9 [2022-03-04T14:47:39.522Z] #51 78.27 go: downloading google.golang.org/protobuf v1.27.1 [2022-03-04T14:47:41.433Z] #51 ... [2022-03-04T14:47:41.433Z] [2022-03-04T14:47:41.433Z] #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-04T14:47:41.433Z] #38 sha256:2245cdb59b984340608a45cf2083ebd79290e3b38ac29aad94738d34987ad85c [2022-03-04T14:47:41.433Z] #38 78.36 Setting up libicu67:amd64 (67.1-7) ... [2022-03-04T14:47:41.433Z] #38 78.43 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-04T14:47:41.433Z] #38 78.48 Setting up libuv1:amd64 (1.40.0-2) ... [2022-03-04T14:47:41.433Z] #38 78.50 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-04T14:47:41.433Z] #38 78.63 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2022-03-04T14:47:41.433Z] #38 78.71 Setting up librhash0:amd64 (1.4.1-2) ... [2022-03-04T14:47:41.433Z] #38 78.74 Setting up cmake-data (3.18.4-2+deb11u1) ... [2022-03-04T14:47:41.433Z] #38 78.77 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2022-03-04T14:47:41.433Z] #38 78.81 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2022-03-04T14:47:41.433Z] #38 78.84 Setting up cmake (3.18.4-2+deb11u1) ... [2022-03-04T14:47:41.433Z] #38 78.84 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-04T14:47:41.433Z] #38 DONE 79.9s [2022-03-04T14:47:41.433Z] [2022-03-04T14:47:41.433Z] #39 [tini 2/3] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/tini.installer / [2022-03-04T14:47:41.433Z] #39 sha256:013dd4886209de834d4fc725be9830dfd270ffd8819abfde06086d5b4b9951c1 [2022-03-04T14:47:41.433Z] #39 DONE 0.3s [2022-03-04T14:47:41.433Z] [2022-03-04T14:47:41.433Z] #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-04T14:47:41.433Z] #40 sha256:c61b99dd02371a54c902d8cd2dda947650b106f6876be05a9ec013407398160c [2022-03-04T14:47:42.375Z] #40 ... [2022-03-04T14:47:42.375Z] [2022-03-04T14:47:42.375Z] #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-04T14:47:42.375Z] #49 sha256:449b24f2d2c3a3aff17b4a924f65164366396d6b8d9bd09c29ba24a41cc8c71f [2022-03-04T14:47:42.375Z] #49 80.72 gotestsum version dev [2022-03-04T14:47:42.375Z] #49 DONE 80.9s [2022-03-04T14:47:42.375Z] [2022-03-04T14:47:42.375Z] #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-04T14:47:42.375Z] #51 sha256:5471c33f57f71bc7f9babd3740e165797675d5392d4c7d948c0cf4f0ef98a2fa [2022-03-04T14:47:42.375Z] #51 80.65 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2022-03-04T14:47:42.457Z] #40 2.882 + RM_GOPATH=0 [2022-03-04T14:47:42.457Z] #40 2.882 + TMP_GOPATH= [2022-03-04T14:47:42.457Z] #40 2.882 + : /build [2022-03-04T14:47:42.457Z] #40 2.882 + '[' -z '' ']' [2022-03-04T14:47:42.457Z] #40 2.882 ++ mktemp -d [2022-03-04T14:47:42.457Z] #40 2.899 + export GOPATH=/tmp/tmp.Ke1Y9kkKUG [2022-03-04T14:47:42.457Z] #40 2.899 + GOPATH=/tmp/tmp.Ke1Y9kkKUG [2022-03-04T14:47:42.457Z] #40 2.899 + RM_GOPATH=1 [2022-03-04T14:47:42.457Z] #40 2.899 + case "$(go env GOARCH)" in [2022-03-04T14:47:42.457Z] #40 2.899 ++ go env GOARCH [2022-03-04T14:47:42.457Z] #40 2.925 Install tini version v0.19.0 [2022-03-04T14:47:42.457Z] #40 2.926 + export GO_BUILDMODE=-buildmode=pie [2022-03-04T14:47:42.457Z] #40 2.926 + GO_BUILDMODE=-buildmode=pie [2022-03-04T14:47:42.457Z] #40 2.935 ++ dirname /install.sh [2022-03-04T14:47:42.457Z] #40 2.935 + dir=/ [2022-03-04T14:47:42.457Z] #40 2.935 + bin=tini [2022-03-04T14:47:42.457Z] #40 2.935 + shift [2022-03-04T14:47:42.457Z] #40 2.935 + '[' '!' -f //tini.installer ']' [2022-03-04T14:47:42.457Z] #40 2.935 + . //tini.installer [2022-03-04T14:47:42.457Z] #40 2.935 ++ : v0.19.0 [2022-03-04T14:47:42.457Z] #40 2.935 + install_tini [2022-03-04T14:47:42.457Z] #40 2.935 + echo 'Install tini version v0.19.0' [2022-03-04T14:47:42.457Z] #40 2.935 + git clone https://github.com/krallin/tini.git /tmp/tmp.Ke1Y9kkKUG/tini [2022-03-04T14:47:42.457Z] #40 2.957 Cloning into '/tmp/tmp.Ke1Y9kkKUG/tini'... [2022-03-04T14:47:43.029Z] #40 3.798 + cd /tmp/tmp.Ke1Y9kkKUG/tini [2022-03-04T14:47:43.029Z] #40 3.798 + git checkout -q v0.19.0 [2022-03-04T14:47:43.029Z] #40 3.825 + cmake . [2022-03-04T14:47:43.557Z] Fetching without tags [2022-03-04T14:47:43.974Z] #40 4.567 -- The C compiler identification is GNU 10.2.1 [2022-03-04T14:47:43.974Z] #40 4.672 -- Detecting C compiler ABI info [2022-03-04T14:47:44.271Z] Merging remotes/origin/master commit 3e8bfcc9f2c1906d3080dc03b7fe45db5386077a into PR head commit 384532a8d29ccd3ae29128d9f9e03c82300160f7 [2022-03-04T14:47:44.548Z] #40 5.480 -- Detecting C compiler ABI info - done [2022-03-04T14:47:44.809Z] #40 5.651 -- Check for working C compiler: /usr/bin/cc - skipped [2022-03-04T14:47:44.809Z] #40 5.651 -- Detecting C compile features [2022-03-04T14:47:44.809Z] #40 5.651 -- Detecting C compile features - done [2022-03-04T14:47:44.809Z] #40 5.717 -- Performing Test HAS_BUILTIN_FORTIFY [2022-03-04T14:47:44.809Z] #40 ... [2022-03-04T14:47:44.809Z] [2022-03-04T14:47:44.809Z] #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-04T14:47:44.809Z] #14 sha256:73d87dd558e09a1ba01f6a3f6d900d489f19215abac9a3c6afaf37c6fd378636 [2022-03-04T14:47:44.809Z] #14 84.78 Selecting previously unselected package gcc-mingw-w64-base. [2022-03-04T14:47:44.809Z] #14 84.79 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-03-04T14:47:44.809Z] #14 84.79 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-04T14:47:44.809Z] #14 84.99 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-03-04T14:47:44.809Z] #14 84.99 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-04T14:47:43.238Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-04T14:47:43.317Z] > git config --add remote.origin.fetch +refs/pull/43324/head:refs/remotes/origin/PR-43324 # timeout=10 [2022-03-04T14:47:43.359Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-04T14:47:43.474Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-04T14:47:43.595Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-04T14:47:43.596Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-04T14:47:43.597Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43324/head:refs/remotes/origin/PR-43324 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-04T14:47:44.383Z] > git config core.sparsecheckout # timeout=10 [2022-03-04T14:47:44.427Z] > git checkout -f 384532a8d29ccd3ae29128d9f9e03c82300160f7 # timeout=10 [2022-03-04T14:47:45.071Z] #14 85.00 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-04T14:47:47.298Z] Merge succeeded, producing 384532a8d29ccd3ae29128d9f9e03c82300160f7 [2022-03-04T14:47:47.299Z] Checking out Revision 384532a8d29ccd3ae29128d9f9e03c82300160f7 (PR-43324) [2022-03-04T14:47:47.623Z] #14 ... [2022-03-04T14:47:47.623Z] [2022-03-04T14:47:47.623Z] #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-04T14:47:47.623Z] #40 sha256:e8d9f1da3b360b50c777b3fd5ed470b913f663d422a243fb2553bd84910d9fca [2022-03-04T14:47:47.623Z] #40 5.994 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-03-04T14:47:47.623Z] #40 6.074 -- Configuring done [2022-03-04T14:47:47.623Z] #40 6.095 -- Generating done [2022-03-04T14:47:47.623Z] #40 6.105 -- Build files have been written to: /tmp/tmp.Ke1Y9kkKUG/tini [2022-03-04T14:47:47.623Z] #40 6.131 + make tini-static [2022-03-04T14:47:47.623Z] #40 6.610 Scanning dependencies of target tini-static [2022-03-04T14:47:47.623Z] #40 6.692 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-03-04T14:47:47.623Z] #40 7.944 [100%] Linking C executable tini-static [2022-03-04T14:47:47.623Z] #40 8.444 [100%] Built target tini-static [2022-03-04T14:47:47.623Z] #40 8.495 + mkdir -p /build [2022-03-04T14:47:47.623Z] #40 8.533 + cp tini-static /build/docker-init [2022-03-04T14:47:47.623Z] #40 DONE 8.6s [2022-03-04T14:47:47.657Z] #51 ... [2022-03-04T14:47:47.657Z] [2022-03-04T14:47:47.657Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-04T14:47:47.657Z] #14 sha256:73d87dd558e09a1ba01f6a3f6d900d489f19215abac9a3c6afaf37c6fd378636 [2022-03-04T14:47:47.657Z] #14 84.85 Selecting previously unselected package gcc-mingw-w64-base. [2022-03-04T14:47:47.657Z] #14 84.86 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2022-03-04T14:47:47.657Z] #14 84.87 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-04T14:47:47.657Z] #14 85.12 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2022-03-04T14:47:47.657Z] #14 85.12 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-04T14:47:47.657Z] #14 85.14 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-04T14:47:47.890Z] [2022-03-04T14:47:47.890Z] #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-04T14:47:47.890Z] #60 sha256:70ff32ccd53006d8067d79d8052c547aa91bedb668246dbe0837a5622fb9b4f8 [2022-03-04T14:47:46.955Z] > git remote # timeout=10 [2022-03-04T14:47:47.031Z] > git config --get remote.origin.url # timeout=10 [2022-03-04T14:47:47.074Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-04T14:47:47.075Z] > git merge 3e8bfcc9f2c1906d3080dc03b7fe45db5386077a # timeout=10 [2022-03-04T14:47:47.213Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-03-04T14:47:47.337Z] > git config core.sparsecheckout # timeout=10 [2022-03-04T14:47:47.393Z] > git checkout -f 384532a8d29ccd3ae29128d9f9e03c82300160f7 # timeout=10 [2022-03-04T14:47:50.196Z] #14 ... [2022-03-04T14:47:50.196Z] [2022-03-04T14:47:50.196Z] #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-04T14:47:50.196Z] #40 sha256:c61b99dd02371a54c902d8cd2dda947650b106f6876be05a9ec013407398160c [2022-03-04T14:47:50.196Z] #40 2.152 + RM_GOPATH=0 [2022-03-04T14:47:50.196Z] #40 2.152 + TMP_GOPATH= [2022-03-04T14:47:50.196Z] #40 2.152 + : /build [2022-03-04T14:47:50.196Z] #40 2.152 + '[' -z '' ']' [2022-03-04T14:47:50.196Z] #40 2.152 ++ mktemp -d [2022-03-04T14:47:50.196Z] #40 2.152 + export GOPATH=/tmp/tmp.hvrEN618Be [2022-03-04T14:47:50.196Z] #40 2.152 + GOPATH=/tmp/tmp.hvrEN618Be [2022-03-04T14:47:50.196Z] #40 2.152 + RM_GOPATH=1 [2022-03-04T14:47:50.196Z] #40 2.152 + case "$(go env GOARCH)" in [2022-03-04T14:47:50.196Z] #40 2.152 ++ go env GOARCH [2022-03-04T14:47:50.196Z] #40 2.183 + export GO_BUILDMODE=-buildmode=pie [2022-03-04T14:47:50.196Z] #40 2.183 + GO_BUILDMODE=-buildmode=pie [2022-03-04T14:47:50.196Z] #40 2.183 ++ dirname /install.sh [2022-03-04T14:47:50.196Z] #40 2.220 Install tini version v0.19.0 [2022-03-04T14:47:50.196Z] #40 2.220 + dir=/ [2022-03-04T14:47:50.196Z] #40 2.220 + bin=tini [2022-03-04T14:47:50.196Z] #40 2.220 + shift [2022-03-04T14:47:50.196Z] #40 2.220 + '[' '!' -f //tini.installer ']' [2022-03-04T14:47:50.196Z] #40 2.220 + . //tini.installer [2022-03-04T14:47:50.196Z] #40 2.220 ++ : v0.19.0 [2022-03-04T14:47:50.196Z] #40 2.220 + install_tini [2022-03-04T14:47:50.196Z] #40 2.220 + echo 'Install tini version v0.19.0' [2022-03-04T14:47:50.196Z] #40 2.220 + git clone https://github.com/krallin/tini.git /tmp/tmp.hvrEN618Be/tini [2022-03-04T14:47:50.196Z] #40 2.220 Cloning into '/tmp/tmp.hvrEN618Be/tini'... [2022-03-04T14:47:50.196Z] #40 3.289 + cd /tmp/tmp.hvrEN618Be/tini [2022-03-04T14:47:50.196Z] #40 3.289 + git checkout -q v0.19.0 [2022-03-04T14:47:50.196Z] #40 3.329 + cmake . [2022-03-04T14:47:50.196Z] #40 4.028 -- The C compiler identification is GNU 10.2.1 [2022-03-04T14:47:50.196Z] #40 4.129 -- Detecting C compiler ABI info [2022-03-04T14:47:50.196Z] #40 4.581 -- Detecting C compiler ABI info - done [2022-03-04T14:47:50.196Z] #40 4.691 -- Check for working C compiler: /usr/bin/cc - skipped [2022-03-04T14:47:50.196Z] #40 4.691 -- Detecting C compile features [2022-03-04T14:47:50.196Z] #40 4.692 -- Detecting C compile features - done [2022-03-04T14:47:50.196Z] #40 4.736 -- Performing Test HAS_BUILTIN_FORTIFY [2022-03-04T14:47:50.196Z] #40 4.920 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2022-03-04T14:47:50.196Z] #40 5.011 -- Configuring done [2022-03-04T14:47:50.196Z] #40 5.029 -- Generating done [2022-03-04T14:47:50.196Z] #40 5.033 -- Build files have been written to: /tmp/tmp.hvrEN618Be/tini [2022-03-04T14:47:50.196Z] #40 5.036 + make tini-static [2022-03-04T14:47:50.196Z] #40 5.245 Scanning dependencies of target tini-static [2022-03-04T14:47:50.196Z] #40 5.332 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2022-03-04T14:47:50.196Z] #40 6.564 [100%] Linking C executable tini-static [2022-03-04T14:47:50.196Z] #40 7.274 [100%] Built target tini-static [2022-03-04T14:47:50.196Z] #40 7.334 + mkdir -p /build [2022-03-04T14:47:50.196Z] #40 7.354 + cp tini-static /build/docker-init [2022-03-04T14:47:50.196Z] #40 DONE 8.5s [2022-03-04T14:47:50.196Z] [2022-03-04T14:47:50.196Z] #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-04T14:47:50.196Z] #60 sha256:02493479f1840b083a32e8b799a07d31cbc449ceee112725819d4fa1347c788d [2022-03-04T14:47:52.585Z] Fetching without tags [2022-03-04T14:47:53.313Z] Merging remotes/origin/master commit 3e8bfcc9f2c1906d3080dc03b7fe45db5386077a into PR head commit 384532a8d29ccd3ae29128d9f9e03c82300160f7 [2022-03-04T14:47:54.398Z] #60 ... [2022-03-04T14:47:54.398Z] [2022-03-04T14:47:54.398Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2022-03-04T14:47:54.398Z] #14 sha256:73d87dd558e09a1ba01f6a3f6d900d489f19215abac9a3c6afaf37c6fd378636 [2022-03-04T14:47:54.398Z] #14 93.24 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-03-04T14:47:54.489Z] #60 ... [2022-03-04T14:47:54.489Z] [2022-03-04T14:47:54.490Z] #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-04T14:47:54.490Z] #14 sha256:73d87dd558e09a1ba01f6a3f6d900d489f19215abac9a3c6afaf37c6fd378636 [2022-03-04T14:47:54.490Z] #14 94.19 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2022-03-04T14:47:54.490Z] #14 94.20 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-04T14:47:54.490Z] #14 94.20 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-04T14:47:54.658Z] #14 93.26 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-04T14:47:54.658Z] #14 93.26 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-04T14:47:52.239Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-04T14:47:52.319Z] > git config --add remote.origin.fetch +refs/pull/43324/head:refs/remotes/origin/PR-43324 # timeout=10 [2022-03-04T14:47:52.370Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-04T14:47:52.490Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-04T14:47:52.624Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-04T14:47:52.625Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-04T14:47:52.626Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43324/head:refs/remotes/origin/PR-43324 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-04T14:47:53.427Z] > git config core.sparsecheckout # timeout=10 [2022-03-04T14:47:53.477Z] > git checkout -f 384532a8d29ccd3ae29128d9f9e03c82300160f7 # timeout=10 [2022-03-04T14:47:56.954Z] Merge succeeded, producing 384532a8d29ccd3ae29128d9f9e03c82300160f7 [2022-03-04T14:47:56.954Z] Checking out Revision 384532a8d29ccd3ae29128d9f9e03c82300160f7 (PR-43324) [2022-03-04T14:47:56.622Z] > git remote # timeout=10 [2022-03-04T14:47:56.689Z] > git config --get remote.origin.url # timeout=10 [2022-03-04T14:47:56.730Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-04T14:47:56.732Z] > git merge 3e8bfcc9f2c1906d3080dc03b7fe45db5386077a # timeout=10 [2022-03-04T14:47:56.869Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-03-04T14:47:56.999Z] > git config core.sparsecheckout # timeout=10 [2022-03-04T14:47:57.148Z] > git checkout -f 384532a8d29ccd3ae29128d9f9e03c82300160f7 # timeout=10 [2022-03-04T14:47:59.035Z] Commit message: "introduce VolumeOptions.Mode so one can configure SELinux share mode (z|Z) when using Mount API" [2022-03-04T14:47:59.451Z] > git --version # timeout=10 [2022-03-04T14:47:59.498Z] > git --version # 'git version 2.24.1.windows.2' [2022-03-04T14:47:59.540Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2022-03-04T14:47:59.784Z] #14 ... [2022-03-04T14:47:59.784Z] [2022-03-04T14:47:59.784Z] #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-04T14:47:59.784Z] #60 sha256:70ff32ccd53006d8067d79d8052c547aa91bedb668246dbe0837a5622fb9b4f8 [2022-03-04T14:47:59.784Z] #60 53.62 Updating files: 70% (3323/4731) Updating files: 71% (3360/4731) Updating files: 72% (3407/4731) Updating files: 73% (3454/4731) Updating files: 74% (3501/4731) Updating files: 75% (3549/4731) Updating files: 76% (3596/4731) Updating files: 77% (3643/4731) Updating files: 78% (3691/4731) Updating files: 79% (3738/4731) Updating files: 80% (3785/4731) Updating files: 81% (3833/4731) Updating files: 82% (3880/4731) Updating files: 83% (3927/4731) Updating files: 84% (3975/4731) Updating files: 85% (4022/4731) Updating files: 86% (4069/4731) Updating files: 87% (4116/4731) Updating files: 88% (4164/4731) Updating files: 89% (4211/4731) Updating files: 90% (4258/4731) Updating files: 91% (4306/4731) Updating files: 92% (4353/4731) Updating files: 93% (4400/4731) Updating files: 94% (4448/4731) Updating files: 95% (4495/4731) Updating files: 96% (4542/4731) Updating files: 97% (4590/4731) Updating files: 98% (4637/4731) Updating files: 99% (4684/4731) Updating files: 100% (4731/4731) Updating files: 100% (4731/4731), done. [2022-03-04T14:47:59.784Z] #60 54.33 + cd /tmp/tmp.StKseHbkLq/src/github.com/containerd/containerd [2022-03-04T14:47:59.784Z] #60 54.33 + git checkout -q v1.5.9 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-04T14:48:00.874Z] ok github.com/docker/docker/libnetwork 37.060s coverage: 40.7% of statements [2022-03-04T14:48:00.874Z] ok github.com/docker/docker/libnetwork/bitseq 0.137s coverage: 84.4% of statements [2022-03-04T14:48:00.874Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-04T14:48:00.874Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-04T14:48:00.874Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-04T14:48:00.874Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-04T14:48:00.874Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-04T14:48:00.874Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-04T14:48:00.874Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-03-04T14:48:00.874Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-04T14:48:00.874Z] ok github.com/docker/docker/libnetwork/config 0.014s coverage: 19.7% of statements [2022-03-04T14:48:00.874Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-03-04T14:48:00.874Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-04T14:48:00.874Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-04T14:48:00.874Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2022-03-04T14:48:00.874Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.262s coverage: 59.9% of statements [2022-03-04T14:48:00.874Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-04T14:48:00.874Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-03-04T14:48:01.174Z] #60 55.80 + export 'BUILDTAGS=netgo osusergo static_build' [2022-03-04T14:48:01.174Z] #60 55.80 + BUILDTAGS='netgo osusergo static_build' [2022-03-04T14:48:01.174Z] #60 55.80 + export EXTRA_FLAGS=-buildmode=pie [2022-03-04T14:48:01.174Z] #60 55.80 + EXTRA_FLAGS=-buildmode=pie [2022-03-04T14:48:01.174Z] #60 55.80 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-03-04T14:48:01.174Z] #60 55.80 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-03-04T14:48:01.174Z] #60 55.80 + '[' '' = dynamic ']' [2022-03-04T14:48:01.174Z] #60 55.80 + make [2022-03-04T14:48:01.434Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.016s coverage: 4.0% of statements [2022-03-04T14:48:01.434Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-04T14:48:01.997Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.014s coverage: 4.5% of statements [2022-03-04T14:48:01.997Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-04T14:48:02.253Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-03-04T14:48:02.561Z] #60 57.23 + bin/ctr [2022-03-04T14:48:02.918Z] + docker version [2022-03-04T14:48:04.651Z] #14 ... [2022-03-04T14:48:04.651Z] [2022-03-04T14:48:04.651Z] #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-04T14:48:04.651Z] #60 sha256:02493479f1840b083a32e8b799a07d31cbc449ceee112725819d4fa1347c788d [2022-03-04T14:48:04.651Z] #60 49.34 Updating files: 72% (3421/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-04T14:48:04.651Z] #60 50.06 + cd /tmp/tmp.fqKUVB86LG/src/github.com/containerd/containerd [2022-03-04T14:48:04.651Z] #60 50.06 + git checkout -q v1.5.9 [2022-03-04T14:48:06.030Z] #60 52.03 + export 'BUILDTAGS=netgo osusergo static_build' [2022-03-04T14:48:06.030Z] #60 52.04 + BUILDTAGS='netgo osusergo static_build' [2022-03-04T14:48:06.030Z] #60 52.04 + export EXTRA_FLAGS=-buildmode=pie [2022-03-04T14:48:06.030Z] #60 52.04 + EXTRA_FLAGS=-buildmode=pie [2022-03-04T14:48:06.030Z] #60 52.04 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2022-03-04T14:48:06.030Z] #60 52.04 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2022-03-04T14:48:06.030Z] #60 52.04 + '[' '' = dynamic ']' [2022-03-04T14:48:06.030Z] #60 52.04 + make [2022-03-04T14:48:07.406Z] #60 53.57 + bin/ctr [2022-03-04T14:48:08.012Z] Running on azwin-2-4d8be0 in d:\jenkins\workspace\moby_PR-43324 [Pipeline] { [Pipeline] ws [2022-03-04T14:48:08.027Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2022-03-04T14:48:08.536Z] Commit message: "introduce VolumeOptions.Mode so one can configure SELinux share mode (z|Z) when using Mount API" [2022-03-04T14:48:08.961Z] > git --version # timeout=10 [2022-03-04T14:48:09.010Z] > git --version # 'git version 2.24.1.windows.2' [2022-03-04T14:48:09.057Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-04T14:48:09.886Z] The recommended git tool is: git [2022-03-04T14:48:10.075Z] Client: [2022-03-04T14:48:10.075Z] Version: 20.10.9 [2022-03-04T14:48:10.075Z] API version: 1.41 [2022-03-04T14:48:10.075Z] Go version: go1.16.8 [2022-03-04T14:48:10.075Z] Git commit: c2ea9bc [2022-03-04T14:48:10.075Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-04T14:48:10.075Z] OS/Arch: windows/amd64 [2022-03-04T14:48:10.075Z] Context: default [2022-03-04T14:48:10.075Z] Experimental: true [2022-03-04T14:48:10.075Z] [2022-03-04T14:48:10.075Z] Server: Docker Engine - Community [2022-03-04T14:48:10.075Z] Engine: [2022-03-04T14:48:10.075Z] Version: 20.10.9 [2022-03-04T14:48:10.075Z] API version: 1.41 (minimum version 1.24) [2022-03-04T14:48:10.075Z] Go version: go1.16.8 [2022-03-04T14:48:10.075Z] Git commit: 79ea9d3 [2022-03-04T14:48:10.075Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-04T14:48:10.075Z] OS/Arch: windows/amd64 [2022-03-04T14:48:10.075Z] Experimental: true [Pipeline] sh [2022-03-04T14:48:12.236Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.668s coverage: 7.2% of statements [2022-03-04T14:48:12.236Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-04T14:48:12.236Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.003s coverage: 63.6% of statements [2022-03-04T14:48:12.236Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.010s coverage: 57.4% of statements [2022-03-04T14:48:12.236Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-04T14:48:12.236Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-03-04T14:48:12.236Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-04T14:48:12.389Z] + docker info [2022-03-04T14:48:12.389Z] Client: [2022-03-04T14:48:12.389Z] Context: default [2022-03-04T14:48:12.389Z] Debug Mode: false [2022-03-04T14:48:12.389Z] [2022-03-04T14:48:12.389Z] Server: [2022-03-04T14:48:12.389Z] Containers: 0 [2022-03-04T14:48:12.389Z] Running: 0 [2022-03-04T14:48:12.389Z] Paused: 0 [2022-03-04T14:48:12.389Z] Stopped: 0 [2022-03-04T14:48:12.389Z] Images: 0 [2022-03-04T14:48:12.389Z] Server Version: 20.10.9 [2022-03-04T14:48:12.389Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-04T14:48:12.389Z] Windows: [2022-03-04T14:48:12.389Z] LCOW: [2022-03-04T14:48:12.389Z] Logging Driver: json-file [2022-03-04T14:48:12.389Z] Plugins: [2022-03-04T14:48:12.389Z] Volume: local [2022-03-04T14:48:12.389Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-04T14:48:12.389Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-04T14:48:12.389Z] Swarm: inactive [2022-03-04T14:48:12.389Z] Default Isolation: process [2022-03-04T14:48:12.389Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-04T14:48:12.389Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-04T14:48:12.389Z] OSType: windows [2022-03-04T14:48:12.389Z] Architecture: x86_64 [2022-03-04T14:48:12.389Z] CPUs: 4 [2022-03-04T14:48:12.389Z] Total Memory: 32GiB [2022-03-04T14:48:12.389Z] Name: azwin-2-0c6c30 [2022-03-04T14:48:12.389Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-03-04T14:48:12.389Z] Docker Root Dir: D:\docker [2022-03-04T14:48:12.389Z] Debug Mode: false [2022-03-04T14:48:12.389Z] Registry: https://index.docker.io/v1/ [2022-03-04T14:48:12.389Z] Labels: [2022-03-04T14:48:12.389Z] Experimental: true [2022-03-04T14:48:12.389Z] Insecure Registries: [2022-03-04T14:48:12.389Z] 10.0.0.4:5000 [2022-03-04T14:48:12.389Z] 127.0.0.0/8 [2022-03-04T14:48:12.389Z] Registry Mirrors: [2022-03-04T14:48:12.389Z] http://10.0.0.4:5000/ [2022-03-04T14:48:12.389Z] Live Restore Enabled: false [2022-03-04T14:48:12.389Z] Product License: Community Engine [2022-03-04T14:48:12.389Z] [2022-03-04T14:48:12.449Z] + docker version [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-03-04T14:48:12.797Z] ok github.com/docker/docker/libnetwork/drvregistry 0.014s coverage: 82.4% of statements [2022-03-04T14:48:13.052Z] ok github.com/docker/docker/libnetwork/etchosts 0.014s coverage: 81.2% of statements [2022-03-04T14:48:13.052Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-03-04T14:48:13.308Z] ok github.com/docker/docker/libnetwork/internal/caller 0.001s coverage: 100.0% of statements [2022-03-04T14:48:14.817Z] #60 ... [2022-03-04T14:48:14.817Z] [2022-03-04T14:48:14.817Z] #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-04T14:48:14.817Z] #14 sha256:73d87dd558e09a1ba01f6a3f6d900d489f19215abac9a3c6afaf37c6fd378636 [2022-03-04T14:48:14.817Z] #14 104.8 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-03-04T14:48:14.817Z] #14 104.8 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-04T14:48:14.817Z] #14 104.9 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-04T14:48:14.817Z] #14 109.7 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-03-04T14:48:14.817Z] #14 109.7 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-04T14:48:14.817Z] #14 109.7 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-04T14:48:14.817Z] #14 114.8 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-03-04T14:48:14.817Z] #14 114.8 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-04T14:48:14.817Z] #14 114.8 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-04T14:48:15.531Z] #60 ... [2022-03-04T14:48:15.531Z] [2022-03-04T14:48:15.531Z] #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-04T14:48:15.531Z] #14 sha256:73d87dd558e09a1ba01f6a3f6d900d489f19215abac9a3c6afaf37c6fd378636 [2022-03-04T14:48:15.531Z] #14 103.7 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2022-03-04T14:48:15.531Z] #14 103.7 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2022-03-04T14:48:15.531Z] #14 103.7 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-04T14:48:15.531Z] #14 108.9 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2022-03-04T14:48:15.531Z] #14 108.9 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2022-03-04T14:48:15.531Z] #14 108.9 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-04T14:48:15.531Z] #14 113.8 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2022-03-04T14:48:15.531Z] #14 113.8 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-04T14:48:15.531Z] #14 113.8 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-04T14:48:18.385Z] --- PASS: TestBuildWithHugeFile (51.55s) [2022-03-04T14:48:18.385Z] === RUN TestBuildWCOWSandboxSize [2022-03-04T14:48:18.385Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-04T14:48:18.385Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-04T14:48:18.385Z] === RUN TestBuildWithEmptyDockerfile [2022-03-04T14:48:18.385Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-04T14:48:18.385Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-04T14:48:18.385Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-04T14:48:18.386Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-04T14:48:18.386Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-04T14:48:18.386Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-04T14:48:18.386Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-04T14:48:18.386Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-04T14:48:18.386Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-04T14:48:18.386Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-03-04T14:48:18.386Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.18s) [2022-03-04T14:48:18.386Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.18s) [2022-03-04T14:48:18.386Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-03-04T14:48:18.386Z] === RUN TestBuildPreserveOwnership [2022-03-04T14:48:18.386Z] === RUN TestBuildPreserveOwnership/copy_from [2022-03-04T14:48:18.386Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-03-04T14:48:18.386Z] --- PASS: TestBuildPreserveOwnership (3.40s) [2022-03-04T14:48:18.386Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.30s) [2022-03-04T14:48:18.386Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.09s) [2022-03-04T14:48:18.386Z] === RUN TestBuildPlatformInvalid [2022-03-04T14:48:18.386Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-03-04T14:48:18.386Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-03-04T14:48:18.386Z] Loaded image: busybox:latest [2022-03-04T14:48:18.386Z] Loaded image: busybox:glibc [2022-03-04T14:48:19.034Z] #14 ... [2022-03-04T14:48:19.034Z] [2022-03-04T14:48:19.034Z] #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-04T14:48:19.034Z] #63 sha256:caba85aaa4a260838f72c0d2bf3680e71a92c56230b31b5890c8d032bcabf98c [2022-03-04T14:48:19.034Z] #63 118.9 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-04T14:48:19.034Z] #63 118.9 + GOBIN=/build [2022-03-04T14:48:19.296Z] #63 118.9 + GO111MODULE=on [2022-03-04T14:48:19.296Z] #63 118.9 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2022-03-04T14:48:19.327Z] Loaded image: debian:bullseye-slim [2022-03-04T14:48:19.327Z] Loaded image: hello-world:latest [2022-03-04T14:48:19.588Z] Loaded image: arm32v7/hello-world:latest [2022-03-04T14:48:19.627Z] Client: [2022-03-04T14:48:19.627Z] Version: 20.10.9 [2022-03-04T14:48:19.627Z] API version: 1.41 [2022-03-04T14:48:19.627Z] Go version: go1.16.8 [2022-03-04T14:48:19.627Z] Git commit: c2ea9bc [2022-03-04T14:48:19.627Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-04T14:48:19.627Z] OS/Arch: windows/amd64 [2022-03-04T14:48:19.627Z] Context: default [2022-03-04T14:48:19.627Z] Experimental: true [2022-03-04T14:48:19.627Z] [2022-03-04T14:48:19.627Z] Server: Docker Engine - Community [2022-03-04T14:48:19.627Z] Engine: [2022-03-04T14:48:19.627Z] Version: 20.10.9 [2022-03-04T14:48:19.627Z] API version: 1.41 (minimum version 1.24) [2022-03-04T14:48:19.627Z] Go version: go1.16.8 [2022-03-04T14:48:19.627Z] Git commit: 79ea9d3 [2022-03-04T14:48:19.627Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-04T14:48:19.627Z] OS/Arch: windows/amd64 [2022-03-04T14:48:19.627Z] Experimental: true [Pipeline] sh [2022-03-04T14:48:21.216Z] + docker info [2022-03-04T14:48:21.216Z] Client: [2022-03-04T14:48:21.216Z] Context: default [2022-03-04T14:48:21.216Z] Debug Mode: false [2022-03-04T14:48:21.216Z] [2022-03-04T14:48:21.216Z] Server: [2022-03-04T14:48:21.216Z] Containers: 0 [2022-03-04T14:48:21.216Z] Running: 0 [2022-03-04T14:48:21.216Z] Paused: 0 [2022-03-04T14:48:21.216Z] Stopped: 0 [2022-03-04T14:48:21.216Z] Images: 0 [2022-03-04T14:48:21.216Z] Server Version: 20.10.9 [2022-03-04T14:48:21.216Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-04T14:48:21.216Z] Windows: [2022-03-04T14:48:21.216Z] LCOW: [2022-03-04T14:48:21.216Z] Logging Driver: json-file [2022-03-04T14:48:21.216Z] Plugins: [2022-03-04T14:48:21.216Z] Volume: local [2022-03-04T14:48:21.216Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-04T14:48:21.216Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-04T14:48:21.216Z] Swarm: inactive [2022-03-04T14:48:21.216Z] Default Isolation: process [2022-03-04T14:48:21.216Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-04T14:48:21.216Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-04T14:48:21.216Z] OSType: windows [2022-03-04T14:48:21.216Z] Architecture: x86_64 [2022-03-04T14:48:21.216Z] CPUs: 4 [2022-03-04T14:48:21.216Z] Total Memory: 32GiB [2022-03-04T14:48:21.216Z] Name: azwin-2-6d9090 [2022-03-04T14:48:21.216Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-03-04T14:48:21.216Z] Docker Root Dir: D:\docker [2022-03-04T14:48:21.216Z] Debug Mode: false [2022-03-04T14:48:21.216Z] Registry: https://index.docker.io/v1/ [2022-03-04T14:48:21.216Z] Labels: [2022-03-04T14:48:21.216Z] Experimental: true [2022-03-04T14:48:21.216Z] Insecure Registries: [2022-03-04T14:48:21.216Z] 10.0.0.4:5000 [2022-03-04T14:48:21.216Z] 127.0.0.0/8 [2022-03-04T14:48:21.216Z] Registry Mirrors: [2022-03-04T14:48:21.216Z] http://10.0.0.4:5000/ [2022-03-04T14:48:21.216Z] Live Restore Enabled: false [2022-03-04T14:48:21.216Z] Product License: Community Engine [2022-03-04T14:48:21.216Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-03-04T14:48:23.659Z] #14 ... [2022-03-04T14:48:23.660Z] [2022-03-04T14:48:23.660Z] #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-04T14:48:23.660Z] #63 sha256:8789be3d5152e017a1c72fd652e10cc966653fd028d86a5101d9ae0b4e7cdd72 [2022-03-04T14:48:23.660Z] #63 120.8 + for f in rootlesskit rootlesskit-docker-proxy [2022-03-04T14:48:23.660Z] #63 120.8 + GOBIN=/build [2022-03-04T14:48:23.660Z] #63 120.8 + GO111MODULE=on [2022-03-04T14:48:23.660Z] #63 120.8 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.6 [2022-03-04T14:48:25.478Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.002s coverage: 100.0% of statements [2022-03-04T14:48:25.892Z] #63 124.5 rootlesskit version 0.14.6 [2022-03-04T14:48:25.892Z] #63 124.5 Usage of /build/rootlesskit-docker-proxy: [2022-03-04T14:48:25.892Z] #63 124.5 -container-ip string [2022-03-04T14:48:25.892Z] #63 124.5 container ip [2022-03-04T14:48:25.892Z] #63 124.5 -container-port int [2022-03-04T14:48:25.892Z] #63 124.5 container port (default -1) [2022-03-04T14:48:25.892Z] #63 124.5 -host-ip string [2022-03-04T14:48:25.892Z] #63 124.5 host ip [2022-03-04T14:48:25.892Z] #63 124.5 -host-port int [2022-03-04T14:48:25.892Z] #63 124.5 host port (default -1) [2022-03-04T14:48:25.892Z] #63 124.5 -proto string [2022-03-04T14:48:25.892Z] #63 124.5 proxy protocol (default "tcp") [2022-03-04T14:48:25.892Z] #63 ... [2022-03-04T14:48:25.892Z] [2022-03-04T14:48:25.892Z] #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-04T14:48:25.892Z] #14 sha256:73d87dd558e09a1ba01f6a3f6d900d489f19215abac9a3c6afaf37c6fd378636 [2022-03-04T14:48:25.892Z] #14 125.9 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-03-04T14:48:25.892Z] #14 125.9 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-04T14:48:25.892Z] #14 125.9 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-04T14:48:27.855Z] #63 125.7 rootlesskit version 0.14.6 [2022-03-04T14:48:27.855Z] #63 125.7 Usage of /build/rootlesskit-docker-proxy: [2022-03-04T14:48:27.855Z] #63 125.7 -container-ip string [2022-03-04T14:48:27.855Z] #63 125.7 container ip [2022-03-04T14:48:27.855Z] #63 125.7 -container-port int [2022-03-04T14:48:27.855Z] #63 125.7 container port (default -1) [2022-03-04T14:48:27.855Z] #63 125.7 -host-ip string [2022-03-04T14:48:27.855Z] #63 125.7 host ip [2022-03-04T14:48:27.855Z] #63 125.7 -host-port int [2022-03-04T14:48:27.855Z] #63 125.7 host port (default -1) [2022-03-04T14:48:27.855Z] #63 125.7 -proto string [2022-03-04T14:48:27.855Z] #63 125.7 proxy protocol (default "tcp") [2022-03-04T14:48:29.586Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.82s) [2022-03-04T14:48:29.586Z] PASS [2022-03-04T14:48:29.586Z] [2022-03-04T14:48:29.586Z] === Skipped [2022-03-04T14:48:29.586Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-03-04T14:48:29.586Z] build_session_test.go:25: TODO: BuildKit [2022-03-04T14:48:29.586Z] [2022-03-04T14:48:29.586Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-03-04T14:48:29.586Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-04T14:48:29.586Z] [2022-03-04T14:48:29.586Z] DONE 34 tests, 2 skipped in 87.526s [2022-03-04T14:48:29.586Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-03-04T14:48:29.586Z] INFO: Testing against a local daemon [2022-03-04T14:48:29.586Z] === RUN TestConfigInspect [2022-03-04T14:48:30.108Z] #14 ... [2022-03-04T14:48:30.108Z] [2022-03-04T14:48:30.108Z] #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-04T14:48:30.108Z] #63 sha256:caba85aaa4a260838f72c0d2bf3680e71a92c56230b31b5890c8d032bcabf98c [2022-03-04T14:48:30.108Z] #63 DONE 129.6s [2022-03-04T14:48:30.108Z] [2022-03-04T14:48:30.108Z] #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-04T14:48:30.108Z] #14 sha256:73d87dd558e09a1ba01f6a3f6d900d489f19215abac9a3c6afaf37c6fd378636 [2022-03-04T14:48:30.108Z] #14 129.9 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-03-04T14:48:30.108Z] #14 130.0 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-03-04T14:48:30.108Z] #14 ... [2022-03-04T14:48:30.108Z] [2022-03-04T14:48:30.108Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-04T14:48:30.108Z] #64 sha256:8f29763f9939f896cec7b4c1d9da7a637194cf67b156a67f63ae478aad9f38cb [2022-03-04T14:48:30.108Z] #64 DONE 0.1s [2022-03-04T14:48:30.108Z] [2022-03-04T14:48:30.108Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-04T14:48:30.108Z] #65 sha256:6c81fea75ab36ac563d8102b0074a2ac70341d4d6dd4d91799635234a6d3e0b6 [2022-03-04T14:48:30.108Z] #65 DONE 0.1s [2022-03-04T14:48:30.108Z] [2022-03-04T14:48:30.108Z] #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-04T14:48:30.108Z] #14 sha256:73d87dd558e09a1ba01f6a3f6d900d489f19215abac9a3c6afaf37c6fd378636 [2022-03-04T14:48:30.108Z] #14 130.0 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-04T14:48:30.108Z] #14 130.1 Selecting previously unselected package libapparmor1:amd64. [2022-03-04T14:48:30.108Z] #14 130.2 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-03-04T14:48:30.108Z] #14 130.2 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-03-04T14:48:30.156Z] --- PASS: TestConfigInspect (2.13s) [2022-03-04T14:48:30.157Z] === RUN TestConfigList [2022-03-04T14:48:30.371Z] #14 130.3 Selecting previously unselected package libapparmor-dev:amd64. [2022-03-04T14:48:30.371Z] #14 130.3 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-03-04T14:48:30.371Z] #14 130.3 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-04T14:48:30.371Z] #14 130.4 Selecting previously unselected package libbtrfs0:amd64. [2022-03-04T14:48:30.371Z] #14 130.4 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-04T14:48:30.371Z] #14 130.4 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-04T14:48:30.371Z] #14 130.6 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-04T14:48:30.633Z] #14 130.6 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-04T14:48:30.633Z] #14 130.6 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-04T14:48:30.896Z] #14 130.9 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-03-04T14:48:30.896Z] #14 130.9 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-04T14:48:30.896Z] #14 130.9 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-04T14:48:30.925Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-03-04T14:48:30.925Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-595ce156\powershellScript.ps1'; exit $LASTEXITCODE; [2022-03-04T14:48:30.925Z] ---------------------------------------------------------------------------- [2022-03-04T14:48:30.925Z] [2022-03-04T14:48:30.925Z] INFO: executeCI.ps1 starting at Fri Mar 4 14:48:29 CUT 2022 [2022-03-04T14:48:30.925Z] [2022-03-04T14:48:30.925Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-03-04T14:48:30.925Z] INFO: Running git version 2.24.1.windows.2 [2022-03-04T14:48:30.925Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2022-03-04T14:48:30.925Z] INFO: Environment variables: [2022-03-04T14:48:30.925Z] [2022-03-04T14:48:30.925Z] Name Value [2022-03-04T14:48:30.925Z] ---- ----- [2022-03-04T14:48:30.925Z] ALLUSERSPROFILE C:\ProgramData [2022-03-04T14:48:30.925Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-03-04T14:48:30.925Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-03-04T14:48:30.925Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-03-04T14:48:30.925Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-03-04T14:48:30.925Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-03-04T14:48:30.925Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-03-04T14:48:30.925Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-03-04T14:48:30.925Z] BRANCH_NAME PR-43324 [2022-03-04T14:48:30.925Z] BUILD_DISPLAY_NAME #1 [2022-03-04T14:48:30.925Z] BUILD_ID 1 [2022-03-04T14:48:30.925Z] BUILD_NUMBER 1 [2022-03-04T14:48:30.925Z] BUILD_TAG jenkins-moby-PR-43324-1 [2022-03-04T14:48:30.925Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43324/1/ [2022-03-04T14:48:30.925Z] CHANGE_AUTHOR ndeloof [2022-03-04T14:48:30.925Z] CHANGE_AUTHOR_DISPLAY_NAME Nicolas De loof [2022-03-04T14:48:30.925Z] CHANGE_AUTHOR_EMAIL nicolas.deloof@gmail.com [2022-03-04T14:48:30.925Z] CHANGE_BRANCH mount_selinux [2022-03-04T14:48:30.925Z] CHANGE_FORK ndeloof/docker [2022-03-04T14:48:30.925Z] CHANGE_ID 43324 [2022-03-04T14:48:30.925Z] CHANGE_TARGET master [2022-03-04T14:48:30.925Z] CHANGE_TITLE introduce VolumeOptions.Mode for SELinux share mode [2022-03-04T14:48:30.925Z] CHANGE_URL https://github.com/moby/moby/pull/43324 [2022-03-04T14:48:30.925Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-04T14:48:30.925Z] CommonProgramFiles C:\Program Files\Common Files [2022-03-04T14:48:30.925Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-03-04T14:48:30.925Z] CommonProgramW6432 C:\Program Files\Common Files [2022-03-04T14:48:30.925Z] COMPUTERNAME azwin-2-0c6c30 [2022-03-04T14:48:30.925Z] ComSpec C:\Windows\system32\cmd.exe [2022-03-04T14:48:30.925Z] ConfigSequenceNumber 0 [2022-03-04T14:48:30.925Z] DOCKER_BUILDKIT 0 [2022-03-04T14:48:30.925Z] DOCKER_DUT_DEBUG 1 [2022-03-04T14:48:30.925Z] DOCKER_EXPERIMENTAL 1 [2022-03-04T14:48:30.925Z] DOCKER_GRAPHDRIVER overlay2 [2022-03-04T14:48:30.925Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-03-04T14:48:30.925Z] EXECUTOR_NUMBER 0 [2022-03-04T14:48:30.925Z] FQDN azwin-2-0c6c30.westus.cloudapp.azure.com [2022-03-04T14:48:30.925Z] GIT_BRANCH PR-43324 [2022-03-04T14:48:30.925Z] GIT_COMMIT 384532a8d29ccd3ae29128d9f9e03c82300160f7 [2022-03-04T14:48:30.925Z] GIT_URL https://github.com/moby/moby.git [2022-03-04T14:48:30.925Z] HUDSON_COOKIE 19ff4cad-855e-4aac-a1ff-7f41f1575ff6 [2022-03-04T14:48:30.925Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-03-04T14:48:30.925Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-03-04T14:48:30.925Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-03-04T14:48:30.925Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-03-04T14:48:30.925Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-03-04T14:48:30.925Z] JENKINS_NODE_COOKIE 98224d8e-2865-4463-b666-5f3f06e8b3c2 [2022-03-04T14:48:30.925Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-03-04T14:48:30.925Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-03-04T14:48:30.925Z] JOB_BASE_NAME PR-43324 [2022-03-04T14:48:30.925Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43324/display/redirect [2022-03-04T14:48:30.925Z] JOB_NAME moby/PR-43324 [2022-03-04T14:48:30.925Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43324/ [2022-03-04T14:48:30.925Z] library.jps.version master [2022-03-04T14:48:30.925Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-03-04T14:48:30.925Z] NODE_LABELS amd64 azure azwin-2-0c6c30 azwin-2022 docker west-us windows windows-2022 x86_64 [2022-03-04T14:48:30.925Z] NODE_NAME azwin-2-0c6c30 [2022-03-04T14:48:30.925Z] NUMBER_OF_PROCESSORS 4 [2022-03-04T14:48:30.925Z] OS Windows_NT [2022-03-04T14:48:30.925Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-03-04T14:48:30.925Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-03-04T14:48:30.925Z] PROCESSOR_ARCHITECTURE AMD64 [2022-03-04T14:48:30.925Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 4, GenuineIntel [2022-03-04T14:48:30.925Z] PROCESSOR_LEVEL 6 [2022-03-04T14:48:30.925Z] PROCESSOR_REVISION 5504 [2022-03-04T14:48:30.925Z] ProgramData C:\ProgramData [2022-03-04T14:48:30.925Z] ProgramFiles C:\Program Files [2022-03-04T14:48:30.926Z] ProgramFiles(x86) C:\Program Files (x86) [2022-03-04T14:48:30.926Z] ProgramW6432 C:\Program Files [2022-03-04T14:48:30.926Z] PROMPT $P$G [2022-03-04T14:48:30.926Z] PSExecutionPolicyPreference Bypass [2022-03-04T14:48:30.926Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-03-04T14:48:30.926Z] PUBLIC C:\Users\Public [2022-03-04T14:48:30.926Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43324/1/display/redirect?page=artif... [2022-03-04T14:48:30.926Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43324/1/display/redirect?page=changes [2022-03-04T14:48:30.926Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43324/1/display/redirect [2022-03-04T14:48:30.926Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43324/1/display/redirect?page=tests [2022-03-04T14:48:30.926Z] SKIP_VALIDATION_TESTS 1 [2022-03-04T14:48:30.926Z] SOURCES_DRIVE d [2022-03-04T14:48:30.926Z] SOURCES_SUBDIR gopath [2022-03-04T14:48:30.926Z] STAGE_NAME Run tests [2022-03-04T14:48:30.926Z] SystemDrive C: [2022-03-04T14:48:30.926Z] SystemRoot C:\Windows [2022-03-04T14:48:30.926Z] TEMP C:\Windows\TEMP [2022-03-04T14:48:30.926Z] TESTDEBUG 0 [2022-03-04T14:48:30.926Z] TESTRUN_DRIVE d [2022-03-04T14:48:30.926Z] TESTRUN_SUBDIR CI [2022-03-04T14:48:30.926Z] TIMEOUT 120m [2022-03-04T14:48:30.926Z] TMP C:\Windows\TEMP [2022-03-04T14:48:30.926Z] USERDOMAIN WORKGROUP [2022-03-04T14:48:30.926Z] USERNAME azwin-2-0c6c30$ [2022-03-04T14:48:30.926Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-03-04T14:48:30.926Z] windir C:\Windows [2022-03-04T14:48:30.926Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-03-04T14:48:30.926Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2022-03-04T14:48:30.926Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-03-04T14:48:30.926Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-03-04T14:48:30.926Z] [2022-03-04T14:48:30.926Z] [2022-03-04T14:48:30.926Z] [2022-03-04T14:48:31.158Z] #14 131.0 Selecting previously unselected package libudev-dev:amd64. [2022-03-04T14:48:31.158Z] #14 131.0 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2022-03-04T14:48:31.158Z] #14 131.0 Unpacking libudev-dev:amd64 (247.3-6) ... [2022-03-04T14:48:31.158Z] #14 131.2 Selecting previously unselected package libsepol1-dev:amd64. [2022-03-04T14:48:31.158Z] #14 131.2 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-03-04T14:48:31.158Z] #14 131.2 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-03-04T14:48:31.223Z] #63 ... [2022-03-04T14:48:31.223Z] [2022-03-04T14:48:31.223Z] #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-04T14:48:31.223Z] #14 sha256:73d87dd558e09a1ba01f6a3f6d900d489f19215abac9a3c6afaf37c6fd378636 [2022-03-04T14:48:31.223Z] #14 124.3 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2022-03-04T14:48:31.223Z] #14 124.3 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2022-03-04T14:48:31.223Z] #14 124.3 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-04T14:48:31.223Z] #14 129.6 Selecting previously unselected package g++-mingw-w64-x86-64. [2022-03-04T14:48:31.223Z] #14 129.6 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2022-03-04T14:48:31.223Z] #14 129.8 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-04T14:48:31.484Z] #14 130.2 Selecting previously unselected package libapparmor1:amd64.#14 ... [2022-03-04T14:48:31.484Z] [2022-03-04T14:48:31.484Z] #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-04T14:48:31.484Z] #63 sha256:8789be3d5152e017a1c72fd652e10cc966653fd028d86a5101d9ae0b4e7cdd72 [2022-03-04T14:48:31.484Z] #63 DONE 129.9s [2022-03-04T14:48:31.484Z] [2022-03-04T14:48:31.484Z] #64 [rootlesskit 3/4] COPY ./contrib/dockerd-rootless.sh /build [2022-03-04T14:48:31.484Z] #64 sha256:56d9b635f3fa56298217afe09924ebea64dcdd5ce67c9d89fdd47b9ecad877bb [2022-03-04T14:48:31.484Z] #64 DONE 0.1s [2022-03-04T14:48:31.484Z] [2022-03-04T14:48:31.484Z] #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-04T14:48:31.484Z] #14 sha256:73d87dd558e09a1ba01f6a3f6d900d489f19215abac9a3c6afaf37c6fd378636 [2022-03-04T14:48:31.484Z] #14 130.2 Selecting previously unselected package libapparmor1:amd64. [2022-03-04T14:48:31.484Z] #14 130.2 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2022-03-04T14:48:31.484Z] #14 130.2 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2022-03-04T14:48:31.484Z] #14 ... [2022-03-04T14:48:31.484Z] [2022-03-04T14:48:31.484Z] #65 [rootlesskit 4/4] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2022-03-04T14:48:31.484Z] #65 sha256:900c921aedd6bb498376974b38bcfa37724e8faa25841468d0a310ef592d0738 [2022-03-04T14:48:31.731Z] #14 131.6 Selecting previously unselected package libpcre2-16-0:amd64. [2022-03-04T14:48:31.731Z] #14 131.6 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-03-04T14:48:31.731Z] #14 131.6 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-03-04T14:48:31.731Z] #14 131.9 Selecting previously unselected package libpcre2-32-0:amd64. [2022-03-04T14:48:31.744Z] #65 DONE 0.1s [2022-03-04T14:48:31.744Z] [2022-03-04T14:48:31.744Z] #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-04T14:48:31.744Z] #14 sha256:73d87dd558e09a1ba01f6a3f6d900d489f19215abac9a3c6afaf37c6fd378636 [2022-03-04T14:48:31.744Z] #14 130.4 Selecting previously unselected package libapparmor-dev:amd64. [2022-03-04T14:48:31.744Z] #14 130.4 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2022-03-04T14:48:31.744Z] #14 130.4 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-04T14:48:31.744Z] #14 130.5 Selecting previously unselected package libbtrfs0:amd64. [2022-03-04T14:48:31.744Z] #14 130.6 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2022-03-04T14:48:31.744Z] #14 130.6 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2022-03-04T14:48:31.910Z] INFO: Sources under d:\gopath\... [2022-03-04T14:48:31.910Z] INFO: Test run under d:\CI\... [2022-03-04T14:48:31.910Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-03-04T14:48:31.910Z] INFO: docker/docker repository was found [2022-03-04T14:48:31.911Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub. This may take some time... [2022-03-04T14:48:31.992Z] #14 131.9 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-03-04T14:48:31.992Z] #14 131.9 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-03-04T14:48:31.992Z] #14 132.1 Selecting previously unselected package libpcre2-posix2:amd64. [2022-03-04T14:48:32.003Z] #14 130.7 Selecting previously unselected package libbtrfs-dev:amd64. [2022-03-04T14:48:32.003Z] #14 130.7 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2022-03-04T14:48:32.003Z] #14 130.7 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-04T14:48:32.253Z] #14 132.1 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-03-04T14:48:32.254Z] #14 132.1 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-03-04T14:48:32.254Z] #14 132.3 Selecting previously unselected package libpcre2-dev:amd64. [2022-03-04T14:48:32.254Z] #14 132.3 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-03-04T14:48:32.254Z] #14 132.3 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-03-04T14:48:32.378Z] ltsc2022: Pulling from windows/servercore [2022-03-04T14:48:32.515Z] #14 132.7 Selecting previously unselected package libselinux1-dev:amd64. [2022-03-04T14:48:32.573Z] #14 131.1 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2022-03-04T14:48:32.573Z] #14 131.2 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2022-03-04T14:48:32.573Z] #14 131.2 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-04T14:48:32.573Z] #14 131.3 Selecting previously unselected package libudev-dev:amd64. [2022-03-04T14:48:32.573Z] #14 131.3 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2022-03-04T14:48:32.573Z] #14 131.3 Unpacking libudev-dev:amd64 (247.3-6) ... [2022-03-04T14:48:32.700Z] --- PASS: TestConfigList (2.13s) [2022-03-04T14:48:32.700Z] === RUN TestConfigsCreateAndDelete [2022-03-04T14:48:32.776Z] #14 132.7 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-03-04T14:48:32.776Z] #14 132.7 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-03-04T14:48:33.051Z] #14 132.9 Selecting previously unselected package libdevmapper-dev:amd64. [2022-03-04T14:48:33.051Z] #14 132.9 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-03-04T14:48:33.051Z] #14 132.9 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-04T14:48:33.051Z] #14 133.0 Selecting previously unselected package libseccomp-dev:amd64. [2022-03-04T14:48:33.051Z] #14 133.0 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-03-04T14:48:33.051Z] #14 133.0 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-04T14:48:33.092Z] #14 131.7 Selecting previously unselected package libsepol1-dev:amd64. [2022-03-04T14:48:33.092Z] #14 131.7 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2022-03-04T14:48:33.092Z] #14 131.7 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2022-03-04T14:48:33.092Z] #14 131.9 Selecting previously unselected package libpcre2-16-0:amd64. [2022-03-04T14:48:33.092Z] #14 131.9 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2022-03-04T14:48:33.092Z] #14 131.9 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2022-03-04T14:48:33.348Z] #14 133.1 Selecting previously unselected package libsystemd-dev:amd64. [2022-03-04T14:48:33.348Z] #14 133.1 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2022-03-04T14:48:33.348Z] #14 133.1 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2022-03-04T14:48:33.352Z] #14 132.1 Selecting previously unselected package libpcre2-32-0:amd64. [2022-03-04T14:48:33.352Z] #14 132.1 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2022-03-04T14:48:33.352Z] #14 132.1 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2022-03-04T14:48:33.352Z] #14 132.2 Selecting previously unselected package libpcre2-posix2:amd64. [2022-03-04T14:48:33.352Z] #14 132.2 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2022-03-04T14:48:33.352Z] #14 132.2 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2022-03-04T14:48:33.364Z] 8f616e6e9eec: Pulling fs layer [2022-03-04T14:48:33.365Z] 898469748ff6: Pulling fs layer [2022-03-04T14:48:33.610Z] #14 133.6 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-04T14:48:33.610Z] #14 133.6 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-03-04T14:48:33.610Z] #14 133.6 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-04T14:48:33.610Z] #14 133.7 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-03-04T14:48:33.610Z] #14 133.7 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-04T14:48:33.610Z] #14 133.7 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-03-04T14:48:33.610Z] #14 133.7 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-04T14:48:33.610Z] #14 133.7 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-03-04T14:48:33.610Z] #14 133.7 Setting up libudev-dev:amd64 (247.3-6) ... [2022-03-04T14:48:33.610Z] #14 133.7 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-03-04T14:48:33.610Z] #14 133.7 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-04T14:48:33.610Z] #14 133.7 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-04T14:48:33.610Z] #14 133.8 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-04T14:48:33.612Z] #14 132.3 Selecting previously unselected package libpcre2-dev:amd64. [2022-03-04T14:48:33.612Z] #14 132.3 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2022-03-04T14:48:33.612Z] #14 132.3 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2022-03-04T14:48:33.873Z] #14 132.6 Selecting previously unselected package libselinux1-dev:amd64. [2022-03-04T14:48:33.873Z] #14 132.6 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2022-03-04T14:48:33.873Z] #14 132.7 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2022-03-04T14:48:33.873Z] #14 132.8 Selecting previously unselected package libdevmapper-dev:amd64. [2022-03-04T14:48:33.873Z] #14 132.8 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2022-03-04T14:48:33.885Z] #14 133.8 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-04T14:48:33.885Z] #14 133.8 Setting up mingw-w64-common (8.0.0-1) ... [2022-03-04T14:48:33.885Z] #14 133.8 Setting up libsystemd-dev:amd64 (247.3-6) ... [2022-03-04T14:48:33.885Z] #14 133.8 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-04T14:48:33.885Z] #14 133.8 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-03-04T14:48:33.885Z] #14 133.9 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-03-04T14:48:33.885Z] #14 133.9 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-04T14:48:33.885Z] #14 133.9 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-04T14:48:33.885Z] #14 133.9 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-04T14:48:33.885Z] #14 133.9 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-04T14:48:33.885Z] #14 133.9 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-04T14:48:33.885Z] #14 133.9 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-04T14:48:34.133Z] #14 132.8 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-04T14:48:34.133Z] #14 132.9 Selecting previously unselected package libseccomp-dev:amd64. [2022-03-04T14:48:34.133Z] #14 132.9 Preparing to unpack .../28-libseccomp-dev_2.5.1-1+deb11u1_amd64.deb ... [2022-03-04T14:48:34.133Z] #14 132.9 Unpacking libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-04T14:48:34.166Z] #14 134.0 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-04T14:48:34.166Z] #14 134.0 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-04T14:48:34.166Z] #14 134.0 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-04T14:48:34.166Z] #14 134.1 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-04T14:48:34.166Z] #14 134.1 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-04T14:48:34.166Z] #14 134.1 Setting up dmsetup (2:1.02.175-2.1) ... [2022-03-04T14:48:34.166Z] #14 134.1 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-04T14:48:34.166Z] #14 134.1 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-04T14:48:34.166Z] #14 134.1 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-04T14:48:34.392Z] #14 133.0 Selecting previously unselected package libsystemd-dev:amd64. [2022-03-04T14:48:34.392Z] #14 133.0 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2022-03-04T14:48:34.392Z] #14 133.0 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2022-03-04T14:48:34.613Z] --- PASS: TestConfigsCreateAndDelete (2.11s) [2022-03-04T14:48:34.613Z] === RUN TestConfigsUpdate [2022-03-04T14:48:34.652Z] #14 133.4 Setting up libseccomp-dev:amd64 (2.5.1-1+deb11u1) ... [2022-03-04T14:48:34.652Z] #14 133.4 Setting up libapparmor1:amd64 (2.13.6-10) ... [2022-03-04T14:48:34.652Z] #14 133.5 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2022-03-04T14:48:34.652Z] #14 133.5 Setting up libsepol1-dev:amd64 (3.1-1) ... [2022-03-04T14:48:34.652Z] #14 133.5 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2022-03-04T14:48:34.652Z] #14 133.5 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2022-03-04T14:48:34.652Z] #14 133.5 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2022-03-04T14:48:34.652Z] #14 133.5 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2022-03-04T14:48:34.652Z] #14 133.5 Setting up libudev-dev:amd64 (247.3-6) ... [2022-03-04T14:48:34.737Z] #14 DONE 134.6s [2022-03-04T14:48:34.737Z] [2022-03-04T14:48:34.737Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-04T14:48:34.737Z] #55 sha256:195af1df3c43c353c6063b57730b962457b5dbfd4d30747bea253f1fe8c03d99 [2022-03-04T14:48:34.737Z] #55 DONE 0.1s [2022-03-04T14:48:34.737Z] [2022-03-04T14:48:34.737Z] #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-04T14:48:34.737Z] #56 sha256:d8a07c18bdc10e400069df6f30d55bf79c021355b6d173359cb269685942f08d [2022-03-04T14:48:34.912Z] #14 133.5 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2022-03-04T14:48:34.912Z] #14 133.5 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2022-03-04T14:48:34.912Z] #14 133.6 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2022-03-04T14:48:34.912Z] #14 133.6 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2022-03-04T14:48:34.912Z] #14 133.6 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2022-03-04T14:48:34.912Z] #14 133.6 Setting up mingw-w64-common (8.0.0-1) ... [2022-03-04T14:48:34.912Z] #14 133.6 Setting up libsystemd-dev:amd64 (247.3-6) ... [2022-03-04T14:48:34.912Z] #14 133.6 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2022-03-04T14:48:34.912Z] #14 133.6 Setting up libpcre2-dev:amd64 (10.36-2) ... [2022-03-04T14:48:34.912Z] #14 133.6 Setting up libselinux1-dev:amd64 (3.1-3) ... [2022-03-04T14:48:34.912Z] #14 133.7 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2022-03-04T14:48:34.912Z] #14 133.7 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-04T14:48:34.912Z] #14 133.7 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-04T14:48:34.912Z] #14 133.7 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-04T14:48:34.912Z] #14 133.7 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-04T14:48:34.912Z] #14 133.7 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2022-03-04T14:48:34.912Z] #14 133.7 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2022-03-04T14:48:34.912Z] #14 133.7 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-04T14:48:34.912Z] #14 133.7 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2022-03-04T14:48:34.912Z] #14 133.8 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2022-03-04T14:48:34.912Z] #14 133.8 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-04T14:48:34.912Z] #14 133.8 Setting up dmsetup (2:1.02.175-2.1) ... [2022-03-04T14:48:34.912Z] #14 133.8 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2022-03-04T14:48:34.912Z] #14 133.8 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2022-03-04T14:48:35.172Z] #14 133.9 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-04T14:48:35.432Z] #14 DONE 134.2s [2022-03-04T14:48:35.432Z] [2022-03-04T14:48:35.432Z] #55 [runc 1/2] COPY /hack/dockerfile/install/install.sh /hack/dockerfile/install/runc.installer / [2022-03-04T14:48:35.432Z] #55 sha256:4e84186146de9813ccf0a4147de99c8e389e83bc39688d6fd96246523d0ffdec [2022-03-04T14:48:35.444Z] using credential docker-jenkins-github-credentials [2022-03-04T14:48:35.523Z] Cloning the remote Git repository [2022-03-04T14:48:35.523Z] Cloning with configured refspecs honoured and without tags [2022-03-04T14:48:35.682Z] #56 1.130 + RM_GOPATH=0 [2022-03-04T14:48:35.682Z] #56 1.130 + TMP_GOPATH= [2022-03-04T14:48:35.682Z] #56 1.130 + : /build [2022-03-04T14:48:35.682Z] #56 1.130 + '[' -z '' ']' [2022-03-04T14:48:35.692Z] #55 DONE 0.1s [2022-03-04T14:48:35.692Z] [2022-03-04T14:48:35.692Z] #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-04T14:48:35.692Z] #56 sha256:11cae7fe91f95ef12ebf04fbf839007857045947878db73a74f5ced522c947a7 [2022-03-04T14:48:35.721Z] Cloning repository https://github.com/moby/moby.git [2022-03-04T14:48:35.943Z] #56 ... [2022-03-04T14:48:35.943Z] [2022-03-04T14:48:35.943Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-04T14:48:35.943Z] #15 sha256:2e6f9db45e6c18ac1686fe8eaacffc87af9be49f57a167a8c27b87225ab67fa6 [2022-03-04T14:48:35.943Z] #15 DONE 1.4s [2022-03-04T14:48:35.943Z] [2022-03-04T14:48:35.943Z] #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-04T14:48:35.943Z] #56 sha256:d8a07c18bdc10e400069df6f30d55bf79c021355b6d173359cb269685942f08d [2022-03-04T14:48:35.943Z] #56 1.131 ++ mktemp -d [2022-03-04T14:48:35.943Z] #56 1.134 + export GOPATH=/tmp/tmp.7O0NrDIfkj [2022-03-04T14:48:35.943Z] #56 1.134 + GOPATH=/tmp/tmp.7O0NrDIfkj [2022-03-04T14:48:35.943Z] #56 1.135 + RM_GOPATH=1 [2022-03-04T14:48:35.943Z] #56 1.135 + case "$(go env GOARCH)" in [2022-03-04T14:48:35.943Z] #56 1.136 ++ go env GOARCH [2022-03-04T14:48:35.943Z] #56 1.151 + export GO_BUILDMODE=-buildmode=pie [2022-03-04T14:48:35.943Z] #56 1.151 + GO_BUILDMODE=-buildmode=pie [2022-03-04T14:48:35.943Z] #56 1.152 ++ dirname /install.sh [2022-03-04T14:48:35.943Z] #56 1.156 + dir=/ [2022-03-04T14:48:35.943Z] #56 1.160 + bin=runc [2022-03-04T14:48:35.943Z] #56 1.160 + shift [2022-03-04T14:48:35.943Z] #56 1.160 + '[' '!' -f //runc.installer ']' [2022-03-04T14:48:35.943Z] #56 1.160 + . //runc.installer [2022-03-04T14:48:35.943Z] #56 1.161 ++ set -e [2022-03-04T14:48:35.943Z] #56 1.161 ++ : v1.1.0 [2022-03-04T14:48:35.943Z] #56 1.161 + install_runc [2022-03-04T14:48:35.943Z] #56 1.162 + RUNC_BUILDTAGS=seccomp [2022-03-04T14:48:35.943Z] #56 1.162 + echo 'Install runc version v1.1.0 (build tags: seccomp)' [2022-03-04T14:48:35.943Z] #56 1.162 Install runc version v1.1.0 (build tags: seccomp) [2022-03-04T14:48:35.943Z] #56 1.162 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.7O0NrDIfkj/src/github.com/opencontainers/runc [2022-03-04T14:48:35.943Z] #56 1.170 Cloning into '/tmp/tmp.7O0NrDIfkj/src/github.com/opencontainers/runc'... [2022-03-04T14:48:36.551Z] --- PASS: TestConfigsUpdate (2.19s) [2022-03-04T14:48:36.551Z] === RUN TestTemplatedConfig [2022-03-04T14:48:37.073Z] #56 1.269 + RM_GOPATH=0 [2022-03-04T14:48:37.073Z] #56 1.269 + TMP_GOPATH= [2022-03-04T14:48:37.073Z] #56 1.269 + : /build [2022-03-04T14:48:37.073Z] #56 1.269 + '[' -z '' ']' [2022-03-04T14:48:37.073Z] #56 1.269 ++ mktemp -d [2022-03-04T14:48:37.073Z] #56 1.276 + export GOPATH=/tmp/tmp.Zmxs86ePj2 [2022-03-04T14:48:37.073Z] #56 ... [2022-03-04T14:48:37.073Z] [2022-03-04T14:48:37.073Z] #15 [dev-systemd-false 1/24] RUN groupadd -r docker [2022-03-04T14:48:37.073Z] #15 sha256:2e6f9db45e6c18ac1686fe8eaacffc87af9be49f57a167a8c27b87225ab67fa6 [2022-03-04T14:48:37.073Z] #15 DONE 1.5s [2022-03-04T14:48:37.073Z] [2022-03-04T14:48:37.073Z] #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-04T14:48:37.073Z] #56 sha256:11cae7fe91f95ef12ebf04fbf839007857045947878db73a74f5ced522c947a7 [2022-03-04T14:48:37.073Z] #56 1.277 + GOPATH=/tmp/tmp.Zmxs86ePj2 [2022-03-04T14:48:37.073Z] #56 1.277 + RM_GOPATH=1 [2022-03-04T14:48:37.073Z] #56 1.277 + case "$(go env GOARCH)" in [2022-03-04T14:48:37.073Z] #56 1.286 ++ go env GOARCH [2022-03-04T14:48:37.073Z] #56 1.300 + export GO_BUILDMODE=-buildmode=pie [2022-03-04T14:48:37.073Z] #56 1.300 + GO_BUILDMODE=-buildmode=pie [2022-03-04T14:48:37.073Z] #56 1.300 ++ dirname /install.sh [2022-03-04T14:48:37.073Z] #56 1.306 + dir=/ [2022-03-04T14:48:37.073Z] #56 1.306 + bin=runc [2022-03-04T14:48:37.073Z] #56 1.307 + shift [2022-03-04T14:48:37.073Z] #56 1.307 + '[' '!' -f //runc.installer ']' [2022-03-04T14:48:37.073Z] #56 1.307 + . //runc.installer [2022-03-04T14:48:37.073Z] #56 1.307 ++ set -e [2022-03-04T14:48:37.073Z] #56 1.308 ++ : v1.1.0 [2022-03-04T14:48:37.073Z] #56 1.308 + install_runc [2022-03-04T14:48:37.073Z] #56 1.308 + RUNC_BUILDTAGS=seccomp [2022-03-04T14:48:37.073Z] #56 1.309 + echo 'Install runc version v1.1.0 (build tags: seccomp)' [2022-03-04T14:48:37.073Z] #56 1.309 Install runc version v1.1.0 (build tags: seccomp) [2022-03-04T14:48:37.073Z] #56 1.309 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.Zmxs86ePj2/src/github.com/opencontainers/runc [2022-03-04T14:48:37.073Z] #56 1.311 Cloning into '/tmp/tmp.Zmxs86ePj2/src/github.com/opencontainers/runc'... [2022-03-04T14:48:37.328Z] #56 ... [2022-03-04T14:48:37.328Z] [2022-03-04T14:48:37.328Z] #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-04T14:48:37.328Z] #16 sha256:1e310c04e3b18a0f1b544b315eb556bf8ad447bc6a7adf7143d107fac52e5431 [2022-03-04T14:48:37.328Z] #16 DONE 1.2s [2022-03-04T14:48:37.328Z] [2022-03-04T14:48:37.328Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-04T14:48:37.328Z] #17 sha256:9d0fbe670609ddfd3d60a79fdcf3dad94a55a0007fcc0de3a532aba96b37e977 [2022-03-04T14:48:37.899Z] #17 0.821 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-03-04T14:48:38.013Z] #56 ... [2022-03-04T14:48:38.013Z] [2022-03-04T14:48:38.013Z] #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-04T14:48:38.013Z] #16 sha256:1e310c04e3b18a0f1b544b315eb556bf8ad447bc6a7adf7143d107fac52e5431 [2022-03-04T14:48:38.013Z] #16 DONE 1.0s [2022-03-04T14:48:38.013Z] [2022-03-04T14:48:38.013Z] #17 [dev-systemd-false 3/24] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2022-03-04T14:48:38.013Z] #17 sha256:9d0fbe670609ddfd3d60a79fdcf3dad94a55a0007fcc0de3a532aba96b37e977 [2022-03-04T14:48:36.144Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2022-03-04T14:48:36.996Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-04T14:48:36.996Z] > git --version # timeout=10 [2022-03-04T14:48:37.048Z] > git --version # 'git version 2.24.1.windows.2' [2022-03-04T14:48:37.049Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-04T14:48:37.052Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43324/head:refs/remotes/origin/PR-43324 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-04T14:48:38.160Z] #17 DONE 1.0s [2022-03-04T14:48:38.160Z] [2022-03-04T14:48:38.160Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-04T14:48:38.160Z] #18 sha256:5a0441886454dc7d87b83e8e785f9ecee800de5a6328bfd0e5a66fb8aec8c846 [2022-03-04T14:48:38.587Z] #17 0.838 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2022-03-04T14:48:38.847Z] #17 DONE 1.0s [2022-03-04T14:48:38.847Z] [2022-03-04T14:48:38.847Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-04T14:48:38.847Z] #60 sha256:02493479f1840b083a32e8b799a07d31cbc449ceee112725819d4fa1347c788d [2022-03-04T14:48:38.847Z] #60 ... [2022-03-04T14:48:38.847Z] [2022-03-04T14:48:38.847Z] #18 [dev-systemd-false 4/24] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2022-03-04T14:48:38.847Z] #18 sha256:5a0441886454dc7d87b83e8e785f9ecee800de5a6328bfd0e5a66fb8aec8c846 [2022-03-04T14:48:39.102Z] #18 DONE 1.0s [2022-03-04T14:48:39.102Z] [2022-03-04T14:48:39.102Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-04T14:48:39.102Z] #19 sha256:ec4f7381c101ab92b1f43308de155727cd59530233c701213489a904abfa9f98 [2022-03-04T14:48:39.108Z] --- PASS: TestTemplatedConfig (2.62s) [2022-03-04T14:48:39.108Z] === RUN TestConfigCreateResolve [2022-03-04T14:48:39.787Z] #18 DONE 0.9s [2022-03-04T14:48:39.787Z] [2022-03-04T14:48:39.787Z] #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-04T14:48:39.787Z] #43 sha256:c63553c7bc4e21b05cb5c6d9217754e02c22c62a0ea2a112a8bcbb55346332bd [2022-03-04T14:48:39.787Z] #43 ... [2022-03-04T14:48:39.787Z] [2022-03-04T14:48:39.787Z] #19 [dev-systemd-false 5/24] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2022-03-04T14:48:39.787Z] #19 sha256:ec4f7381c101ab92b1f43308de155727cd59530233c701213489a904abfa9f98 [2022-03-04T14:48:39.832Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-03-04T14:48:39.832Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-3253b834\powershellScript.ps1'; exit $LASTEXITCODE; [2022-03-04T14:48:39.832Z] ---------------------------------------------------------------------------- [2022-03-04T14:48:39.832Z] [2022-03-04T14:48:39.832Z] INFO: executeCI.ps1 starting at Fri Mar 4 14:48:38 CUT 2022 [2022-03-04T14:48:39.832Z] [2022-03-04T14:48:39.832Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-03-04T14:48:39.832Z] INFO: Running git version 2.24.1.windows.2 [2022-03-04T14:48:39.832Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2022-03-04T14:48:39.832Z] INFO: Environment variables: [2022-03-04T14:48:39.832Z] [2022-03-04T14:48:39.832Z] Name Value [2022-03-04T14:48:39.832Z] ---- ----- [2022-03-04T14:48:39.832Z] ALLUSERSPROFILE C:\ProgramData [2022-03-04T14:48:39.832Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-03-04T14:48:39.832Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-03-04T14:48:39.832Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-03-04T14:48:39.832Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-03-04T14:48:39.832Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-03-04T14:48:39.832Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-03-04T14:48:39.832Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-03-04T14:48:39.832Z] BRANCH_NAME PR-43324 [2022-03-04T14:48:39.832Z] BUILD_DISPLAY_NAME #1 [2022-03-04T14:48:39.832Z] BUILD_ID 1 [2022-03-04T14:48:39.832Z] BUILD_NUMBER 1 [2022-03-04T14:48:39.832Z] BUILD_TAG jenkins-moby-PR-43324-1 [2022-03-04T14:48:39.832Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43324/1/ [2022-03-04T14:48:39.832Z] CHANGE_AUTHOR ndeloof [2022-03-04T14:48:39.832Z] CHANGE_AUTHOR_DISPLAY_NAME Nicolas De loof [2022-03-04T14:48:39.832Z] CHANGE_AUTHOR_EMAIL nicolas.deloof@gmail.com [2022-03-04T14:48:39.832Z] CHANGE_BRANCH mount_selinux [2022-03-04T14:48:39.832Z] CHANGE_FORK ndeloof/docker [2022-03-04T14:48:39.832Z] CHANGE_ID 43324 [2022-03-04T14:48:39.832Z] CHANGE_TARGET master [2022-03-04T14:48:39.832Z] CHANGE_TITLE introduce VolumeOptions.Mode for SELinux share mode [2022-03-04T14:48:39.832Z] CHANGE_URL https://github.com/moby/moby/pull/43324 [2022-03-04T14:48:39.832Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-04T14:48:39.832Z] CommonProgramFiles C:\Program Files\Common Files [2022-03-04T14:48:39.832Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-03-04T14:48:39.832Z] CommonProgramW6432 C:\Program Files\Common Files [2022-03-04T14:48:39.832Z] COMPUTERNAME azwin-2-6d9090 [2022-03-04T14:48:39.832Z] ComSpec C:\Windows\system32\cmd.exe [2022-03-04T14:48:39.832Z] ConfigSequenceNumber 0 [2022-03-04T14:48:39.832Z] DOCKER_BUILDKIT 0 [2022-03-04T14:48:39.832Z] DOCKER_DUT_DEBUG 1 [2022-03-04T14:48:39.832Z] DOCKER_EXPERIMENTAL 1 [2022-03-04T14:48:39.832Z] DOCKER_GRAPHDRIVER overlay2 [2022-03-04T14:48:39.832Z] DOCKER_WINDOWS_CONTAINERD_R... 1 [2022-03-04T14:48:39.832Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-03-04T14:48:39.832Z] EXECUTOR_NUMBER 0 [2022-03-04T14:48:39.832Z] FQDN azwin-2-6d9090.westus.cloudapp.azure.com [2022-03-04T14:48:39.832Z] GIT_BRANCH PR-43324 [2022-03-04T14:48:39.832Z] GIT_COMMIT 384532a8d29ccd3ae29128d9f9e03c82300160f7 [2022-03-04T14:48:39.832Z] GIT_URL https://github.com/moby/moby.git [2022-03-04T14:48:39.832Z] HUDSON_COOKIE 57cc09be-a5f2-4785-b75a-463902062f9f [2022-03-04T14:48:39.832Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-03-04T14:48:39.832Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-03-04T14:48:39.832Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-03-04T14:48:39.832Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-03-04T14:48:39.832Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-03-04T14:48:39.832Z] JENKINS_NODE_COOKIE f1037861-9857-4192-83ef-b2799b2b5d86 [2022-03-04T14:48:39.832Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-03-04T14:48:39.832Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-03-04T14:48:39.832Z] JOB_BASE_NAME PR-43324 [2022-03-04T14:48:39.832Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43324/display/redirect [2022-03-04T14:48:39.832Z] JOB_NAME moby/PR-43324 [2022-03-04T14:48:39.832Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43324/ [2022-03-04T14:48:39.832Z] library.jps.version master [2022-03-04T14:48:39.832Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-03-04T14:48:39.832Z] NODE_LABELS amd64 azure azwin-2-6d9090 azwin-2022 docker west-us windows windows-2022 x86_64 [2022-03-04T14:48:39.832Z] NODE_NAME azwin-2-6d9090 [2022-03-04T14:48:39.832Z] NUMBER_OF_PROCESSORS 4 [2022-03-04T14:48:39.832Z] OS Windows_NT [2022-03-04T14:48:39.833Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-03-04T14:48:39.833Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-03-04T14:48:39.833Z] PROCESSOR_ARCHITECTURE AMD64 [2022-03-04T14:48:39.833Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 79 Stepping 1, GenuineIntel [2022-03-04T14:48:39.833Z] PROCESSOR_LEVEL 6 [2022-03-04T14:48:39.833Z] PROCESSOR_REVISION 4f01 [2022-03-04T14:48:39.833Z] ProgramData C:\ProgramData [2022-03-04T14:48:39.833Z] ProgramFiles C:\Program Files [2022-03-04T14:48:39.833Z] ProgramFiles(x86) C:\Program Files (x86) [2022-03-04T14:48:39.833Z] ProgramW6432 C:\Program Files [2022-03-04T14:48:39.833Z] PROMPT $P$G [2022-03-04T14:48:39.833Z] PSExecutionPolicyPreference Bypass [2022-03-04T14:48:39.833Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-03-04T14:48:39.833Z] PUBLIC C:\Users\Public [2022-03-04T14:48:39.833Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43324/1/display/redirect?page=artif... [2022-03-04T14:48:39.833Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43324/1/display/redirect?page=changes [2022-03-04T14:48:39.833Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43324/1/display/redirect [2022-03-04T14:48:39.833Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43324/1/display/redirect?page=tests [2022-03-04T14:48:39.833Z] SKIP_VALIDATION_TESTS 1 [2022-03-04T14:48:39.833Z] SOURCES_DRIVE d [2022-03-04T14:48:39.833Z] SOURCES_SUBDIR gopath [2022-03-04T14:48:39.833Z] STAGE_NAME Run tests [2022-03-04T14:48:39.833Z] SystemDrive C: [2022-03-04T14:48:39.833Z] SystemRoot C:\Windows [2022-03-04T14:48:39.833Z] TEMP C:\Windows\TEMP [2022-03-04T14:48:39.833Z] TESTDEBUG 0 [2022-03-04T14:48:39.833Z] TESTRUN_DRIVE d [2022-03-04T14:48:39.833Z] TESTRUN_SUBDIR CI [2022-03-04T14:48:39.833Z] TIMEOUT 120m [2022-03-04T14:48:39.833Z] TMP C:\Windows\TEMP [2022-03-04T14:48:39.833Z] USERDOMAIN WORKGROUP [2022-03-04T14:48:39.833Z] USERNAME azwin-2-6d9090$ [2022-03-04T14:48:39.833Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-03-04T14:48:39.833Z] windir C:\Windows [2022-03-04T14:48:39.833Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-03-04T14:48:39.833Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2022-03-04T14:48:39.833Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-03-04T14:48:39.833Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-03-04T14:48:39.833Z] [2022-03-04T14:48:39.833Z] [2022-03-04T14:48:39.833Z] [2022-03-04T14:48:40.047Z] #19 DONE 1.0s [2022-03-04T14:48:40.047Z] [2022-03-04T14:48:40.047Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-03-04T14:48:40.047Z] #20 sha256:fdfe9664e1e3764f6c5bfba46451f89dcbfe09bb1cc05dafe3489b812925fc1f [2022-03-04T14:48:40.460Z] ok github.com/docker/docker/libnetwork/ipam 15.829s coverage: 85.3% of statements [2022-03-04T14:48:40.460Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-04T14:48:40.460Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-04T14:48:40.460Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-03-04T14:48:40.716Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.010s coverage: 47.4% of statements [2022-03-04T14:48:40.716Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-04T14:48:40.716Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-03-04T14:48:41.168Z] #19 DONE 1.1s [2022-03-04T14:48:41.169Z] [2022-03-04T14:48:41.169Z] #20 [dev-systemd-false 6/24] RUN ldconfig [2022-03-04T14:48:41.169Z] #20 sha256:fdfe9664e1e3764f6c5bfba46451f89dcbfe09bb1cc05dafe3489b812925fc1f [2022-03-04T14:48:41.278Z] ok github.com/docker/docker/libnetwork/ipamutils 0.292s coverage: 74.0% of statements [2022-03-04T14:48:41.400Z] INFO: Sources under d:\gopath\... [2022-03-04T14:48:41.400Z] INFO: Test run under d:\CI\... [2022-03-04T14:48:41.400Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-03-04T14:48:41.400Z] INFO: docker/docker repository was found [2022-03-04T14:48:41.400Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub. This may take some time... [2022-03-04T14:48:41.434Z] #20 DONE 1.0s [2022-03-04T14:48:41.434Z] [2022-03-04T14:48:41.434Z] #21 [dev-systemd-false 7/24] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2022-03-04T14:48:41.434Z] #21 sha256:ae26a2b508f838d70c3dbc445bebe6c11a74522e51eab76235532db8187f800e [2022-03-04T14:48:41.650Z] --- PASS: TestConfigCreateResolve (2.11s) [2022-03-04T14:48:41.650Z] PASS [2022-03-04T14:48:41.650Z] [2022-03-04T14:48:41.650Z] DONE 6 tests in 13.340s [2022-03-04T14:48:41.650Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-03-04T14:48:41.650Z] INFO: Testing against a local daemon [2022-03-04T14:48:41.650Z] === RUN TestCheckpoint [2022-03-04T14:48:41.650Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-04T14:48:41.650Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-04T14:48:41.650Z] === RUN TestContainerInvalidJSON [2022-03-04T14:48:41.651Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-04T14:48:41.651Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-04T14:48:41.651Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-04T14:48:41.651Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-04T14:48:41.651Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-04T14:48:41.651Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-04T14:48:41.651Z] --- PASS: TestContainerInvalidJSON (0.02s) [2022-03-04T14:48:41.651Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-03-04T14:48:41.651Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-04T14:48:41.651Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-04T14:48:41.651Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2022-03-04T14:48:41.651Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-04T14:48:41.651Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-03-04T14:48:41.651Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-04T14:48:41.651Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) [2022-03-04T14:48:41.651Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-04T14:48:41.651Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-03-04T14:48:41.651Z] === RUN TestCopyFromContainer [2022-03-04T14:48:41.872Z] ltsc2022: Pulling from windows/servercore [2022-03-04T14:48:42.104Z] #20 DONE 1.2s [2022-03-04T14:48:42.104Z] [2022-03-04T14:48:42.104Z] #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-04T14:48:42.104Z] #56 sha256:11cae7fe91f95ef12ebf04fbf839007857045947878db73a74f5ced522c947a7 [2022-03-04T14:48:42.104Z] #56 ... [2022-03-04T14:48:42.104Z] [2022-03-04T14:48:42.104Z] #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-04T14:48:42.104Z] #21 sha256:ae26a2b508f838d70c3dbc445bebe6c11a74522e51eab76235532db8187f800e [2022-03-04T14:48:42.206Z] ok github.com/docker/docker/libnetwork/iptables 0.132s coverage: 45.1% of statements [2022-03-04T14:48:42.207Z] ok github.com/docker/docker/libnetwork/netlabel 0.002s coverage: 60.0% of statements [2022-03-04T14:48:42.345Z] 8f616e6e9eec: Pulling fs layer [2022-03-04T14:48:42.345Z] 898469748ff6: Pulling fs layer [2022-03-04T14:48:42.465Z] ok github.com/docker/docker/libnetwork/netutils 0.017s coverage: 44.1% of statements [2022-03-04T14:48:42.592Z] === RUN TestCopyFromContainer// [2022-03-04T14:48:42.821Z] #21 1.408 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-04T14:48:42.821Z] #21 1.577 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-04T14:48:42.821Z] #21 1.770 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-04T14:48:42.821Z] #21 1.882 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-04T14:48:42.853Z] === RUN TestCopyFromContainer//bar/root [2022-03-04T14:48:42.853Z] === RUN TestCopyFromContainer//bar/root/ [2022-03-04T14:48:42.853Z] === RUN TestCopyFromContainer/bar/quux [2022-03-04T14:48:42.853Z] === RUN TestCopyFromContainer/bar/quux/ [2022-03-04T14:48:43.113Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-03-04T14:48:43.114Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-03-04T14:48:43.114Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-03-04T14:48:43.114Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-03-04T14:48:43.114Z] === RUN TestCopyFromContainer/bar/notarget [2022-03-04T14:48:43.375Z] --- PASS: TestCopyFromContainer (1.72s) [2022-03-04T14:48:43.375Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-03-04T14:48:43.375Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2022-03-04T14:48:43.375Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2022-03-04T14:48:43.375Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-03-04T14:48:43.375Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2022-03-04T14:48:43.375Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2022-03-04T14:48:43.375Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-03-04T14:48:43.375Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-03-04T14:48:43.375Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-03-04T14:48:43.375Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2022-03-04T14:48:43.375Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-04T14:48:43.375Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-04T14:48:43.375Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-04T14:48:43.375Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-04T14:48:43.375Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-04T14:48:43.375Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-04T14:48:43.375Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-04T14:48:43.375Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-04T14:48:43.375Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-04T14:48:43.375Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-04T14:48:43.375Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-03-04T14:48:43.375Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-04T14:48:43.375Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-04T14:48:43.375Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-04T14:48:43.375Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-04T14:48:43.375Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2022-03-04T14:48:43.375Z] === RUN TestCreateWithInvalidEnv [2022-03-04T14:48:43.375Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-04T14:48:43.375Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-04T14:48:43.375Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-04T14:48:43.375Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-04T14:48:43.375Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-04T14:48:43.375Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-04T14:48:43.375Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-04T14:48:43.375Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-04T14:48:43.375Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-04T14:48:43.375Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-03-04T14:48:43.375Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-04T14:48:43.375Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-04T14:48:43.375Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-04T14:48:43.375Z] === RUN TestCreateTmpfsMountsTarget [2022-03-04T14:48:43.375Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-03-04T14:48:43.375Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-04T14:48:43.482Z] #21 1.290 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [116 kB] [2022-03-04T14:48:43.482Z] #21 1.473 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2022-03-04T14:48:43.740Z] #21 1.644 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [39.4 kB] [2022-03-04T14:48:43.741Z] #21 1.742 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8183 kB] [2022-03-04T14:48:43.764Z] #21 2.678 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [121 kB] [2022-03-04T14:48:44.678Z] #21 2.569 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [121 kB] [2022-03-04T14:48:45.153Z] #21 3.702 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-04T14:48:45.285Z] --- PASS: TestCreateWithCustomMaskedPaths (1.60s) [2022-03-04T14:48:45.285Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-04T14:48:46.053Z] #21 3.701 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye-updates/main amd64 Packages [2596 B] [2022-03-04T14:48:46.541Z] #21 ... [2022-03-04T14:48:46.541Z] [2022-03-04T14:48:46.541Z] #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-04T14:48:46.541Z] #34 sha256:1c0acdc4a56a0c7410dd5410713d3bae78fc6c1e80011b833440a602c15a23a5 [2022-03-04T14:48:46.541Z] #34 DONE 146.3s [2022-03-04T14:48:46.541Z] [2022-03-04T14:48:46.541Z] #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-04T14:48:46.541Z] #56 sha256:d8a07c18bdc10e400069df6f30d55bf79c021355b6d173359cb269685942f08d [2022-03-04T14:48:46.541Z] #56 10.20 + cd /tmp/tmp.7O0NrDIfkj/src/github.com/opencontainers/runc [2022-03-04T14:48:46.541Z] #56 10.20 + git checkout -q v1.1.0 [2022-03-04T14:48:46.541Z] #56 10.55 + '[' -z '' ']' [2022-03-04T14:48:46.541Z] #56 10.55 + target=static [2022-03-04T14:48:46.541Z] #56 10.55 + make BUILDTAGS=seccomp static [2022-03-04T14:48:46.541Z] #56 10.75 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-04T14:48:46.670Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.60s) [2022-03-04T14:48:46.670Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-04T14:48:46.670Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-04T14:48:46.670Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-04T14:48:46.670Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-04T14:48:46.670Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-04T14:48:46.670Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-04T14:48:46.670Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-04T14:48:46.670Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-04T14:48:46.670Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-04T14:48:46.670Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-04T14:48:46.670Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-04T14:48:46.670Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-04T14:48:46.670Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-04T14:48:46.670Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-04T14:48:46.670Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-04T14:48:46.670Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-04T14:48:46.670Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-03-04T14:48:46.670Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-04T14:48:46.670Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-04T14:48:46.670Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-04T14:48:46.670Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-04T14:48:46.670Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-03-04T14:48:46.670Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-04T14:48:47.241Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.56s) [2022-03-04T14:48:47.241Z] === RUN TestCreateDifferentPlatform [2022-03-04T14:48:47.241Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-04T14:48:47.241Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-04T14:48:47.241Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-03-04T14:48:47.241Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-04T14:48:47.241Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-04T14:48:47.241Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-04T14:48:47.241Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2022-03-04T14:48:47.241Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-04T14:48:47.241Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-03-04T14:48:47.241Z] === RUN TestContainerStartOnDaemonRestart [2022-03-04T14:48:47.241Z] === PAUSE TestContainerStartOnDaemonRestart [2022-03-04T14:48:47.241Z] === RUN TestDaemonRestartIpcMode [2022-03-04T14:48:47.241Z] === PAUSE TestDaemonRestartIpcMode [2022-03-04T14:48:47.241Z] === RUN TestDaemonHostGatewayIP [2022-03-04T14:48:47.241Z] === PAUSE TestDaemonHostGatewayIP [2022-03-04T14:48:47.241Z] === RUN TestRestartDaemonWithRestartingContainer [2022-03-04T14:48:47.241Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-03-04T14:48:47.241Z] === RUN TestContainerKillOnDaemonStart [2022-03-04T14:48:47.241Z] === PAUSE TestContainerKillOnDaemonStart [2022-03-04T14:48:47.241Z] === RUN TestDiff [2022-03-04T14:48:47.811Z] --- PASS: TestDiff (0.57s) [2022-03-04T14:48:47.811Z] === RUN TestExecWithCloseStdin [2022-03-04T14:48:48.382Z] --- PASS: TestExecWithCloseStdin (0.60s) [2022-03-04T14:48:48.382Z] === RUN TestExec [2022-03-04T14:48:48.588Z] #21 ... [2022-03-04T14:48:48.589Z] [2022-03-04T14:48:48.589Z] #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-04T14:48:48.589Z] #34 sha256:1c0acdc4a56a0c7410dd5410713d3bae78fc6c1e80011b833440a602c15a23a5 [2022-03-04T14:48:48.589Z] #34 DONE 147.0s [2022-03-04T14:48:48.589Z] [2022-03-04T14:48:48.589Z] #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-04T14:48:48.589Z] #56 sha256:11cae7fe91f95ef12ebf04fbf839007857045947878db73a74f5ced522c947a7 [2022-03-04T14:48:48.589Z] #56 10.29 + cd /tmp/tmp.Zmxs86ePj2/src/github.com/opencontainers/runc [2022-03-04T14:48:48.589Z] #56 10.29 + git checkout -q v1.1.0 [2022-03-04T14:48:48.589Z] #56 10.64 + '[' -z '' ']' [2022-03-04T14:48:48.589Z] #56 10.64 + target=static [2022-03-04T14:48:48.589Z] #56 10.64 + make BUILDTAGS=seccomp static [2022-03-04T14:48:48.589Z] #56 11.01 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-04T14:48:48.954Z] --- PASS: TestExec (0.61s) [2022-03-04T14:48:48.954Z] === RUN TestExecUser [2022-03-04T14:48:49.894Z] --- PASS: TestExecUser (0.65s) [2022-03-04T14:48:49.894Z] === RUN TestExportContainerAndImportImage [2022-03-04T14:48:50.465Z] --- PASS: TestExportContainerAndImportImage (0.66s) [2022-03-04T14:48:50.465Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-04T14:48:51.847Z] --- PASS: TestExportContainerAfterDaemonRestart (1.28s) [2022-03-04T14:48:51.847Z] === RUN TestHealthCheckWorkdir [2022-03-04T14:48:52.419Z] --- PASS: TestHealthCheckWorkdir (0.69s) [2022-03-04T14:48:52.420Z] === RUN TestHealthKillContainer [2022-03-04T14:48:52.787Z] 8f616e6e9eec: Verifying Checksum [2022-03-04T14:48:52.787Z] 8f616e6e9eec: Download complete [2022-03-04T14:48:53.132Z] #56 ... [2022-03-04T14:48:53.132Z] [2022-03-04T14:48:53.132Z] #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-04T14:48:53.132Z] #21 sha256:ae26a2b508f838d70c3dbc445bebe6c11a74522e51eab76235532db8187f800e [2022-03-04T14:48:53.132Z] #21 7.172 Fetched 8506 kB in 6s (1369 kB/s) [2022-03-04T14:48:53.132Z] #21 7.172 Reading package lists... [2022-03-04T14:48:53.132Z] #21 9.344 Reading package lists... [2022-03-04T14:48:53.132Z] #21 11.49 Building dependency tree... [2022-03-04T14:48:53.704Z] #21 12.51 The following additional packages will be installed: [2022-03-04T14:48:53.704Z] #21 12.52 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-04T14:48:53.704Z] #21 12.52 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-03-04T14:48:53.704Z] #21 12.52 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-03-04T14:48:53.704Z] #21 12.52 python3-pkg-resources vim-runtime xxd [2022-03-04T14:48:53.704Z] #21 12.52 Suggested packages: [2022-03-04T14:48:53.704Z] #21 12.52 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-03-04T14:48:53.704Z] #21 12.52 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-03-04T14:48:53.704Z] #21 12.52 acl attr quota [2022-03-04T14:48:53.704Z] #21 12.52 Recommended packages: [2022-03-04T14:48:53.704Z] #21 12.52 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-03-04T14:48:53.871Z] #56 ... [2022-03-04T14:48:53.871Z] [2022-03-04T14:48:53.871Z] #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-04T14:48:53.871Z] #21 sha256:ae26a2b508f838d70c3dbc445bebe6c11a74522e51eab76235532db8187f800e [2022-03-04T14:48:53.871Z] #21 6.913 Fetched 8506 kB in 6s (1425 kB/s) [2022-03-04T14:48:53.871Z] #21 6.913 Reading package lists... [2022-03-04T14:48:53.871Z] #21 9.152 Reading package lists... [2022-03-04T14:48:53.871Z] #21 11.15 Building dependency tree... [2022-03-04T14:48:54.132Z] #21 12.25 The following additional packages will be installed: [2022-03-04T14:48:54.132Z] #21 12.25 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-04T14:48:54.132Z] #21 12.25 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2022-03-04T14:48:54.132Z] #21 12.25 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2022-03-04T14:48:54.132Z] #21 12.25 python3-pkg-resources vim-runtime xxd [2022-03-04T14:48:54.386Z] Fetching without tags [2022-03-04T14:48:54.392Z] #21 12.26 Suggested packages: [2022-03-04T14:48:54.392Z] #21 12.26 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2022-03-04T14:48:54.392Z] #21 12.26 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2022-03-04T14:48:54.392Z] #21 12.26 acl attr quota [2022-03-04T14:48:54.392Z] #21 12.26 Recommended packages: [2022-03-04T14:48:54.392Z] #21 12.26 libatm1 nftables libpam-cap build-essential python3-dev unzip [2022-03-04T14:48:54.648Z] #21 13.52 The following NEW packages will be installed: [2022-03-04T14:48:54.648Z] #21 13.52 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-03-04T14:48:54.648Z] #21 13.52 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-04T14:48:54.648Z] #21 13.52 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-03-04T14:48:54.648Z] #21 13.52 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-03-04T14:48:54.648Z] #21 13.52 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-03-04T14:48:54.648Z] #21 13.52 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-03-04T14:48:54.648Z] #21 13.52 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-03-04T14:48:54.648Z] #21 13.52 xz-utils zip zstd [2022-03-04T14:48:54.910Z] #21 13.82 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2022-03-04T14:48:54.910Z] #21 13.82 Need to get 27.6 MB of archives. [2022-03-04T14:48:54.910Z] #21 13.82 After this operation, 106 MB of additional disk space will be used. [2022-03-04T14:48:54.910Z] #21 13.82 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-03-04T14:48:54.910Z] #21 13.82 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-03-04T14:48:54.910Z] #21 13.82 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-03-04T14:48:54.910Z] #21 13.84 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-03-04T14:48:54.910Z] #21 13.84 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-03-04T14:48:54.910Z] #21 13.84 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-03-04T14:48:54.910Z] #21 13.85 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-03-04T14:48:54.910Z] #21 13.85 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-03-04T14:48:54.910Z] #21 13.87 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-04T14:48:54.910Z] #21 13.88 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3+deb11u1 [226 kB] [2022-03-04T14:48:54.910Z] #21 13.88 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-03-04T14:48:54.910Z] #21 13.89 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-03-04T14:48:54.910Z] #21 13.90 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2022-03-04T14:48:54.910Z] #21 13.90 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-03-04T14:48:54.910Z] #21 13.92 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-03-04T14:48:55.172Z] #21 13.92 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-03-04T14:48:55.172Z] #21 13.93 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-03-04T14:48:55.172Z] #21 13.93 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-03-04T14:48:55.172Z] #21 13.93 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-03-04T14:48:55.172Z] #21 13.94 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-03-04T14:48:55.172Z] #21 13.94 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-03-04T14:48:55.172Z] #21 13.95 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-04T14:48:55.172Z] #21 13.95 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-04T14:48:55.172Z] #21 13.96 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-04T14:48:55.172Z] #21 13.96 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-03-04T14:48:55.172Z] #21 13.97 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-03-04T14:48:55.172Z] #21 13.97 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-04T14:48:55.337Z] #21 13.30 The following NEW packages will be installed: [2022-03-04T14:48:55.337Z] #21 13.32 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2022-03-04T14:48:55.337Z] #21 13.32 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2022-03-04T14:48:55.337Z] #21 13.32 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2022-03-04T14:48:55.337Z] #21 13.32 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2022-03-04T14:48:55.337Z] #21 13.32 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2022-03-04T14:48:55.337Z] #21 13.32 python3-pkg-resources python3-setuptools python3-wheel sudo [2022-03-04T14:48:55.337Z] #21 13.32 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2022-03-04T14:48:55.337Z] #21 13.32 xz-utils zip zstd [2022-03-04T14:48:55.435Z] #21 14.32 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-03-04T14:48:55.435Z] #21 14.33 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-04T14:48:55.435Z] #21 14.33 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-04T14:48:55.435Z] #21 14.33 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-04T14:48:55.435Z] #21 14.33 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-03-04T14:48:55.435Z] #21 14.34 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-03-04T14:48:55.435Z] #21 14.34 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-03-04T14:48:55.435Z] #21 14.40 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-03-04T14:48:55.435Z] #21 14.40 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-03-04T14:48:55.435Z] #21 14.41 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-04T14:48:55.435Z] #21 14.41 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-03-04T14:48:55.435Z] #21 14.43 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-03-04T14:48:55.598Z] #21 13.62 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2022-03-04T14:48:55.598Z] #21 13.62 Need to get 27.6 MB of archives. [2022-03-04T14:48:55.599Z] #21 13.62 After this operation, 106 MB of additional disk space will be used. [2022-03-04T14:48:55.599Z] #21 13.62 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2022-03-04T14:48:55.599Z] #21 13.62 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2022-03-04T14:48:55.599Z] #21 13.62 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2022-03-04T14:48:55.599Z] #21 13.63 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2022-03-04T14:48:55.599Z] #21 13.63 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2022-03-04T14:48:55.599Z] #21 13.63 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2022-03-04T14:48:55.599Z] #21 13.63 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2022-03-04T14:48:55.599Z] #21 13.63 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2022-03-04T14:48:55.599Z] #21 13.66 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3+deb11u1 [192 kB] [2022-03-04T14:48:55.599Z] #21 13.66 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-04T14:48:55.599Z] #21 13.67 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2022-03-04T14:48:55.599Z] #21 13.68 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2022-03-04T14:48:55.599Z] #21 13.68 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2022-03-04T14:48:55.599Z] #21 13.70 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2022-03-04T14:48:55.599Z] #21 13.71 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2022-03-04T14:48:55.697Z] #21 14.43 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2022-03-04T14:48:55.697Z] #21 14.44 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-03-04T14:48:55.697Z] #21 14.46 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-03-04T14:48:55.697Z] #21 14.47 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-03-04T14:48:55.697Z] #21 14.49 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-04T14:48:55.697Z] #21 14.70 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-03-04T14:48:55.859Z] #21 13.72 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2022-03-04T14:48:55.859Z] #21 13.73 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2022-03-04T14:48:55.859Z] #21 13.73 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2022-03-04T14:48:55.859Z] #21 13.73 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2022-03-04T14:48:55.859Z] #21 13.73 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2022-03-04T14:48:55.859Z] #21 13.73 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2022-03-04T14:48:55.859Z] #21 13.74 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2022-03-04T14:48:55.859Z] #21 13.75 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2022-03-04T14:48:55.859Z] #21 13.75 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2022-03-04T14:48:55.859Z] #21 13.75 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2022-03-04T14:48:55.859Z] #21 13.76 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2022-03-04T14:48:55.859Z] #21 13.76 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2022-03-04T14:48:55.915Z] Merging remotes/origin/master commit 3e8bfcc9f2c1906d3080dc03b7fe45db5386077a into PR head commit 384532a8d29ccd3ae29128d9f9e03c82300160f7 [2022-03-04T14:48:55.959Z] #21 14.72 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-03-04T14:48:55.959Z] #21 14.74 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-03-04T14:48:55.959Z] #21 14.74 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-03-04T14:48:56.119Z] #21 14.07 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2022-03-04T14:48:56.119Z] #21 14.07 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-04T14:48:56.119Z] #21 14.08 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-04T14:48:56.119Z] #21 14.08 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-04T14:48:56.119Z] #21 14.08 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2022-03-04T14:48:56.119Z] #21 14.08 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2022-03-04T14:48:56.119Z] #21 14.09 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2022-03-04T14:48:56.119Z] #21 14.15 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2022-03-04T14:48:56.119Z] #21 14.15 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2022-03-04T14:48:56.119Z] #21 14.16 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2022-03-04T14:48:56.119Z] #21 14.17 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2022-03-04T14:48:56.119Z] #21 14.19 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2022-03-04T14:48:56.119Z] #21 14.19 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2022-03-04T14:48:56.119Z] #21 14.19 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2022-03-04T14:48:56.119Z] #21 14.24 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2022-03-04T14:48:56.119Z] #21 14.24 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2022-03-04T14:48:56.119Z] #21 14.25 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-04T14:48:56.221Z] #21 15.29 debconf: delaying package configuration, since apt-utils is not installed [2022-03-04T14:48:56.378Z] #21 14.50 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3+deb11u1 [1494 kB] [2022-03-04T14:48:56.378Z] #21 14.53 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2022-03-04T14:48:56.483Z] #21 15.39 Fetched 27.6 MB in 1s (22.6 MB/s) [2022-03-04T14:48:56.483Z] #21 15.44 Selecting previously unselected package pigz. [2022-03-04T14:48:56.483Z] #21 15.44 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24010 files and directories currently installed.) [2022-03-04T14:48:56.483Z] #21 15.47 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-03-04T14:48:56.483Z] #21 15.48 Unpacking pigz (2.6-1) ... [2022-03-04T14:48:54.041Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-04T14:48:54.114Z] > git config --add remote.origin.fetch +refs/pull/43324/head:refs/remotes/origin/PR-43324 # timeout=10 [2022-03-04T14:48:54.166Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-04T14:48:54.294Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2022-03-04T14:48:54.423Z] Fetching upstream changes from https://github.com/moby/moby.git [2022-03-04T14:48:54.424Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-04T14:48:54.425Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/43324/head:refs/remotes/origin/PR-43324 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2022-03-04T14:48:56.028Z] > git config core.sparsecheckout # timeout=10 [2022-03-04T14:48:56.080Z] > git checkout -f 384532a8d29ccd3ae29128d9f9e03c82300160f7 # timeout=10 [2022-03-04T14:48:56.638Z] #21 14.55 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2022-03-04T14:48:56.638Z] #21 14.56 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2022-03-04T14:48:56.744Z] #21 15.55 Selecting previously unselected package libelf1:amd64. [2022-03-04T14:48:56.744Z] #21 15.55 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-03-04T14:48:56.744Z] #21 15.57 Unpacking libelf1:amd64 (0.183-1) ... [2022-03-04T14:48:57.006Z] #21 15.72 Selecting previously unselected package libbpf0:amd64. [2022-03-04T14:48:57.006Z] #21 15.73 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-03-04T14:48:57.006Z] #21 15.74 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-03-04T14:48:57.006Z] #21 15.84 Selecting previously unselected package libcap2:amd64. [2022-03-04T14:48:57.006Z] #21 15.84 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-03-04T14:48:57.006Z] #21 15.86 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-03-04T14:48:57.006Z] #21 15.92 Selecting previously unselected package libmnl0:amd64. [2022-03-04T14:48:57.006Z] #21 15.92 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-03-04T14:48:57.006Z] #21 15.93 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-03-04T14:48:57.206Z] #21 15.09 debconf: delaying package configuration, since apt-utils is not installed [2022-03-04T14:48:57.206Z] #21 15.21 Fetched 27.6 MB in 1s (22.3 MB/s) [2022-03-04T14:48:57.206Z] #21 15.26 Selecting previously unselected package pigz. [2022-03-04T14:48:57.268Z] #21 15.98 Selecting previously unselected package libxtables12:amd64. [2022-03-04T14:48:57.268Z] #21 15.98 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-03-04T14:48:57.268Z] #21 15.99 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-03-04T14:48:57.268Z] #21 16.06 Selecting previously unselected package libcap2-bin. [2022-03-04T14:48:57.268Z] #21 16.07 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-03-04T14:48:57.268Z] #21 16.07 Unpacking libcap2-bin (1:2.44-1) ... [2022-03-04T14:48:57.268Z] #21 16.15 Selecting previously unselected package iproute2. [2022-03-04T14:48:57.268Z] #21 16.16 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-03-04T14:48:57.268Z] #21 16.18 Unpacking iproute2 (5.10.0-4) ... [2022-03-04T14:48:57.465Z] #21 15.26 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24010 files and directories currently installed.) [2022-03-04T14:48:57.465Z] #21 15.33 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2022-03-04T14:48:57.465Z] #21 15.34 Unpacking pigz (2.6-1) ... [2022-03-04T14:48:57.465Z] #21 15.43 Selecting previously unselected package libelf1:amd64. [2022-03-04T14:48:57.465Z] #21 15.44 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2022-03-04T14:48:57.465Z] #21 15.46 Unpacking libelf1:amd64 (0.183-1) ... [2022-03-04T14:48:57.724Z] #21 15.58 Selecting previously unselected package libbpf0:amd64. [2022-03-04T14:48:57.724Z] #21 15.59 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2022-03-04T14:48:57.724Z] #21 15.60 Unpacking libbpf0:amd64 (1:0.3-2) ... [2022-03-04T14:48:57.724Z] #21 15.70 Selecting previously unselected package libcap2:amd64. [2022-03-04T14:48:57.724Z] #21 15.70 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2022-03-04T14:48:57.724Z] #21 15.71 Unpacking libcap2:amd64 (1:2.44-1) ... [2022-03-04T14:48:57.724Z] #21 15.76 Selecting previously unselected package libmnl0:amd64. [2022-03-04T14:48:57.724Z] #21 15.77 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2022-03-04T14:48:57.724Z] #21 15.78 Unpacking libmnl0:amd64 (1.0.4-3) ... [2022-03-04T14:48:57.724Z] #21 15.84 Selecting previously unselected package libxtables12:amd64. [2022-03-04T14:48:57.840Z] #21 16.63 Selecting previously unselected package xxd. [2022-03-04T14:48:57.840Z] #21 16.64 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-04T14:48:57.840Z] #21 16.65 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-04T14:48:57.840Z] #21 16.77 Selecting previously unselected package vim-common. [2022-03-04T14:48:57.841Z] #21 16.77 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-04T14:48:57.841Z] #21 16.78 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-04T14:48:57.984Z] #21 15.84 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2022-03-04T14:48:57.984Z] #21 15.84 Unpacking libxtables12:amd64 (1.8.7-1) ... [2022-03-04T14:48:57.984Z] #21 15.89 Selecting previously unselected package libcap2-bin. [2022-03-04T14:48:57.984Z] #21 15.89 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2022-03-04T14:48:57.984Z] #21 15.90 Unpacking libcap2-bin (1:2.44-1) ... [2022-03-04T14:48:57.984Z] #21 15.99 Selecting previously unselected package iproute2. [2022-03-04T14:48:57.984Z] #21 16.00 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2022-03-04T14:48:57.984Z] #21 16.01 Unpacking iproute2 (5.10.0-4) ... [2022-03-04T14:48:58.102Z] #21 16.93 Selecting previously unselected package bash-completion. [2022-03-04T14:48:58.102Z] #21 16.93 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-03-04T14:48:58.552Z] #21 16.46 Selecting previously unselected package xxd. [2022-03-04T14:48:58.552Z] #21 16.46 Preparing to unpack .../08-xxd_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-04T14:48:58.552Z] #21 16.47 Unpacking xxd (2:8.2.2434-3+deb11u1) ... [2022-03-04T14:48:58.812Z] #21 16.59 Selecting previously unselected package vim-common. [2022-03-04T14:48:58.812Z] #21 16.59 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-04T14:48:58.812Z] #21 16.61 Unpacking vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-04T14:48:58.812Z] #21 16.76 Selecting previously unselected package bash-completion. [2022-03-04T14:48:58.812Z] #21 16.77 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2022-03-04T14:48:59.047Z] Merge succeeded, producing 384532a8d29ccd3ae29128d9f9e03c82300160f7 [2022-03-04T14:48:59.047Z] Checking out Revision 384532a8d29ccd3ae29128d9f9e03c82300160f7 (PR-43324) [2022-03-04T14:48:58.670Z] > git remote # timeout=10 [2022-03-04T14:48:58.750Z] > git config --get remote.origin.url # timeout=10 [2022-03-04T14:48:58.806Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2022-03-04T14:48:58.808Z] > git merge 3e8bfcc9f2c1906d3080dc03b7fe45db5386077a # timeout=10 [2022-03-04T14:48:58.956Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2022-03-04T14:48:59.084Z] > git config core.sparsecheckout # timeout=10 [2022-03-04T14:48:59.136Z] > git checkout -f 384532a8d29ccd3ae29128d9f9e03c82300160f7 # timeout=10 [2022-03-04T14:49:00.018Z] #21 18.54 Unpacking bash-completion (1:2.11-2) ... [2022-03-04T14:49:00.018Z] #21 18.91 Selecting previously unselected package bzip2. [2022-03-04T14:49:00.018Z] #21 18.91 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-03-04T14:49:00.018Z] #21 18.91 Unpacking bzip2 (1.0.8-4) ... [2022-03-04T14:49:00.018Z] #21 18.97 Selecting previously unselected package xz-utils. [2022-03-04T14:49:00.280Z] #21 18.98 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ... [2022-03-04T14:49:00.280Z] #21 18.98 Unpacking xz-utils (5.2.5-2) ... [2022-03-04T14:49:00.280Z] #21 19.17 Selecting previously unselected package apparmor. [2022-03-04T14:49:00.280Z] #21 19.17 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-03-04T14:49:00.542Z] #21 19.23 Unpacking apparmor (2.13.6-10) ... [2022-03-04T14:49:00.551Z] --- PASS: TestHealthKillContainer (8.16s) [2022-03-04T14:49:00.551Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-04T14:49:00.718Z] #21 18.49 Unpacking bash-completion (1:2.11-2) ... [2022-03-04T14:49:00.803Z] #21 19.59 Selecting previously unselected package inetutils-ping. [2022-03-04T14:49:00.804Z] #21 19.59 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-03-04T14:49:00.804Z] #21 19.59 Unpacking inetutils-ping (2:2.0-1) ... [2022-03-04T14:49:00.804Z] #21 19.70 Selecting previously unselected package libip4tc2:amd64. [2022-03-04T14:49:00.804Z] #21 19.71 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-03-04T14:49:00.804Z] #21 19.71 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-03-04T14:49:00.804Z] #21 19.79 Selecting previously unselected package libip6tc2:amd64. [2022-03-04T14:49:00.977Z] #21 18.89 Selecting previously unselected package bzip2. [2022-03-04T14:49:00.978Z] #21 18.90 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2022-03-04T14:49:00.978Z] #21 18.91 Unpacking bzip2 (1.0.8-4) ... [2022-03-04T14:49:00.978Z] #21 18.98 Selecting previously unselected package xz-utils. [2022-03-04T14:49:00.978Z] #21 19.00 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ... [2022-03-04T14:49:00.978Z] #21 19.00 Unpacking xz-utils (5.2.5-2) ... [2022-03-04T14:49:01.065Z] #21 19.79 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-03-04T14:49:01.065Z] #21 19.81 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-03-04T14:49:01.065Z] #21 19.87 Selecting previously unselected package libnfnetlink0:amd64. [2022-03-04T14:49:01.065Z] #21 19.89 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-03-04T14:49:01.065Z] #21 19.90 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-04T14:49:01.065Z] #21 19.95 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-03-04T14:49:01.065Z] #21 19.95 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-03-04T14:49:01.065Z] #21 19.96 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-04T14:49:01.122Z] --- PASS: TestInspectCpusetInConfigPre120 (0.55s) [2022-03-04T14:49:01.122Z] === RUN TestIpcModeNone [2022-03-04T14:49:01.237Z] #21 19.15 Selecting previously unselected package apparmor. [2022-03-04T14:49:01.237Z] #21 19.16 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2022-03-04T14:49:01.237Z] #21 19.23 Unpacking apparmor (2.13.6-10) ... [2022-03-04T14:49:01.326Z] #21 20.03 Selecting previously unselected package libnftnl11:amd64. [2022-03-04T14:49:01.326Z] #21 20.04 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-03-04T14:49:01.326Z] #21 20.05 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-03-04T14:49:01.326Z] #21 20.13 Selecting previously unselected package iptables. [2022-03-04T14:49:01.326Z] #21 20.14 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-03-04T14:49:01.326Z] #21 20.14 Unpacking iptables (1.8.7-1) ... [2022-03-04T14:49:01.587Z] #21 20.40 Selecting previously unselected package libonig5:amd64. [2022-03-04T14:49:01.587Z] #21 20.41 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-04T14:49:01.587Z] #21 20.41 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-04T14:49:01.587Z] #21 20.55 Selecting previously unselected package libjq1:amd64. [2022-03-04T14:49:01.692Z] --- PASS: TestIpcModeNone (0.59s) [2022-03-04T14:49:01.692Z] === RUN TestIpcModePrivate [2022-03-04T14:49:01.757Z] #21 19.56 Selecting previously unselected package inetutils-ping. [2022-03-04T14:49:01.757Z] #21 19.57 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2022-03-04T14:49:01.757Z] #21 19.58 Unpacking inetutils-ping (2:2.0-1) ... [2022-03-04T14:49:01.757Z] #21 19.70 Selecting previously unselected package libip4tc2:amd64. [2022-03-04T14:49:01.757Z] #21 19.71 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2022-03-04T14:49:01.757Z] #21 19.71 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2022-03-04T14:49:01.757Z] #21 19.78 Selecting previously unselected package libip6tc2:amd64. [2022-03-04T14:49:01.757Z] #21 19.78 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2022-03-04T14:49:01.757Z] #21 19.79 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2022-03-04T14:49:01.757Z] #21 19.85 Selecting previously unselected package libnfnetlink0:amd64. [2022-03-04T14:49:01.849Z] #21 20.56 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-03-04T14:49:01.849Z] #21 20.57 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-04T14:49:01.849Z] #21 20.73 Selecting previously unselected package jq. [2022-03-04T14:49:01.849Z] #21 20.75 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-03-04T14:49:01.849Z] #21 20.76 Unpacking jq (1.6-2.1) ... [2022-03-04T14:49:01.849Z] #21 20.84 Selecting previously unselected package libaio1:amd64. [2022-03-04T14:49:01.953Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:60, shared: false, mustBeShared: false [2022-03-04T14:49:02.016Z] #21 19.85 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2022-03-04T14:49:02.016Z] #21 19.86 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-04T14:49:02.016Z] #21 19.93 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2022-03-04T14:49:02.016Z] #21 19.93 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2022-03-04T14:49:02.016Z] #21 19.94 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-04T14:49:02.016Z] #21 20.01 Selecting previously unselected package libnftnl11:amd64. [2022-03-04T14:49:02.016Z] #21 20.02 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2022-03-04T14:49:02.016Z] #21 20.03 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2022-03-04T14:49:02.111Z] #21 20.84 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-03-04T14:49:02.111Z] #21 20.85 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-03-04T14:49:02.111Z] #21 20.90 Selecting previously unselected package libgpm2:amd64. [2022-03-04T14:49:02.111Z] #21 20.92 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-03-04T14:49:02.111Z] #21 20.92 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-03-04T14:49:02.111Z] #21 20.98 Selecting previously unselected package libicu67:amd64. [2022-03-04T14:49:02.111Z] #21 20.99 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-03-04T14:49:02.111Z] #21 21.00 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-04T14:49:02.214Z] --- PASS: TestIpcModePrivate (0.61s) [2022-03-04T14:49:02.214Z] === RUN TestIpcModeShareable [2022-03-04T14:49:02.276Z] #21 20.12 Selecting previously unselected package iptables. [2022-03-04T14:49:02.276Z] #21 20.13 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2022-03-04T14:49:02.276Z] #21 20.13 Unpacking iptables (1.8.7-1) ... [2022-03-04T14:49:02.276Z] #21 20.39 Selecting previously unselected package libonig5:amd64. [2022-03-04T14:49:02.475Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:55, shared: true, mustBeShared: true [2022-03-04T14:49:02.536Z] #21 20.40 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2022-03-04T14:49:02.536Z] #21 20.40 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2022-03-04T14:49:02.536Z] #21 20.53 Selecting previously unselected package libjq1:amd64. [2022-03-04T14:49:02.536Z] #21 20.53 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2022-03-04T14:49:02.536Z] #21 20.54 Unpacking libjq1:amd64 (1.6-2.1) ... [2022-03-04T14:49:02.536Z] #21 20.65 Selecting previously unselected package jq. [2022-03-04T14:49:02.795Z] #21 20.66 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2022-03-04T14:49:02.795Z] #21 20.67 Unpacking jq (1.6-2.1) ... [2022-03-04T14:49:02.795Z] #21 20.75 Selecting previously unselected package libaio1:amd64. [2022-03-04T14:49:02.795Z] #21 20.75 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2022-03-04T14:49:02.795Z] #21 20.76 Unpacking libaio1:amd64 (0.3.112-9) ... [2022-03-04T14:49:02.795Z] #21 20.82 Selecting previously unselected package libgpm2:amd64. [2022-03-04T14:49:02.795Z] #21 20.82 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2022-03-04T14:49:02.795Z] #21 20.82 Unpacking libgpm2:amd64 (1.20.7-8) ... [2022-03-04T14:49:02.795Z] #21 20.89 Selecting previously unselected package libicu67:amd64. [2022-03-04T14:49:03.044Z] --- PASS: TestIpcModeShareable (0.64s) [2022-03-04T14:49:03.044Z] === RUN TestAPIIpcModeShareableAndContainer [2022-03-04T14:49:03.054Z] #21 20.89 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2022-03-04T14:49:03.054Z] #21 20.90 Unpacking libicu67:amd64 (67.1-7) ... [2022-03-04T14:49:03.231Z] 898469748ff6: Verifying Checksum [2022-03-04T14:49:03.231Z] 898469748ff6: Download complete [2022-03-04T14:49:04.956Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.78s) [2022-03-04T14:49:04.956Z] === RUN TestAPIIpcModeHost [2022-03-04T14:49:04.956Z] --- PASS: TestAPIIpcModeHost (0.40s) [2022-03-04T14:49:04.956Z] === RUN TestDaemonIpcModeShareable [2022-03-04T14:49:05.421Z] #21 23.86 Selecting previously unselected package libinih1:amd64. [2022-03-04T14:49:05.421Z] #21 23.86 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-03-04T14:49:05.421Z] #21 23.87 Unpacking libinih1:amd64 (53-1+b2) ... [2022-03-04T14:49:05.421Z] #21 23.92 Selecting previously unselected package libnet1:amd64. [2022-03-04T14:49:05.421Z] #21 23.93 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-04T14:49:05.421Z] #21 23.93 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-04T14:49:05.421Z] #21 24.02 Selecting previously unselected package libnl-3-200:amd64. [2022-03-04T14:49:05.421Z] #21 24.02 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-04T14:49:05.421Z] #21 24.03 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-04T14:49:05.421Z] #21 24.11 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-04T14:49:05.421Z] #21 24.11 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-04T14:49:05.421Z] #21 24.12 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-04T14:49:05.421Z] #21 24.18 Selecting previously unselected package net-tools. [2022-03-04T14:49:05.421Z] #21 24.19 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-03-04T14:49:05.421Z] #21 24.20 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-03-04T14:49:05.421Z] #21 24.39 Selecting previously unselected package patch. [2022-03-04T14:49:05.683Z] #21 24.39 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-03-04T14:49:05.683Z] #21 24.41 Unpacking patch (2.7.6-7) ... [2022-03-04T14:49:05.683Z] #21 24.50 Selecting previously unselected package python-pip-whl. [2022-03-04T14:49:05.683Z] #21 24.52 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2022-03-04T14:49:05.683Z] #21 24.53 Unpacking python-pip-whl (20.3.4-4) ... [2022-03-04T14:49:06.256Z] #21 25.10 Selecting previously unselected package python3-lib2to3. [2022-03-04T14:49:06.256Z] #21 25.10 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-03-04T14:49:06.256Z] #21 25.11 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-03-04T14:49:06.341Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2022-03-04T14:49:06.341Z] --- PASS: TestDaemonIpcModeShareable (1.20s) [2022-03-04T14:49:06.341Z] === RUN TestDaemonIpcModePrivate [2022-03-04T14:49:06.348Z] #21 24.01 Selecting previously unselected package libinih1:amd64. [2022-03-04T14:49:06.348Z] #21 24.03 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2022-03-04T14:49:06.348Z] #21 24.03 Unpacking libinih1:amd64 (53-1+b2) ... [2022-03-04T14:49:06.348Z] #21 24.09 Selecting previously unselected package libnet1:amd64. [2022-03-04T14:49:06.348Z] #21 24.10 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2022-03-04T14:49:06.348Z] #21 24.10 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-04T14:49:06.348Z] #21 24.19 Selecting previously unselected package libnl-3-200:amd64. [2022-03-04T14:49:06.348Z] #21 24.20 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2022-03-04T14:49:06.348Z] #21 24.21 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-04T14:49:06.348Z] #21 24.29 Selecting previously unselected package libprotobuf-c1:amd64. [2022-03-04T14:49:06.348Z] #21 24.31 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2022-03-04T14:49:06.348Z] #21 24.32 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-04T14:49:06.348Z] #21 24.36 Selecting previously unselected package net-tools. [2022-03-04T14:49:06.348Z] #21 24.37 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2022-03-04T14:49:06.348Z] #21 24.38 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2022-03-04T14:49:06.517Z] #21 25.23 Selecting previously unselected package python3-distutils. [2022-03-04T14:49:06.517Z] #21 25.24 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-03-04T14:49:06.518Z] #21 25.24 Unpacking python3-distutils (3.9.2-1) ... [2022-03-04T14:49:06.518Z] #21 25.39 Selecting previously unselected package python3-pkg-resources. [2022-03-04T14:49:06.518Z] #21 25.40 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-04T14:49:06.518Z] #21 25.41 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-04T14:49:06.608Z] #21 24.56 Selecting previously unselected package patch. [2022-03-04T14:49:06.608Z] #21 24.56 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2022-03-04T14:49:06.608Z] #21 24.57 Unpacking patch (2.7.6-7) ... [2022-03-04T14:49:06.608Z] #21 24.65 Selecting previously unselected package python-pip-whl. [2022-03-04T14:49:06.608Z] #21 24.66 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2022-03-04T14:49:06.779Z] #21 25.54 Selecting previously unselected package python3-setuptools. [2022-03-04T14:49:06.780Z] #21 25.56 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-03-04T14:49:06.780Z] #21 25.56 Unpacking python3-setuptools (52.0.0-4) ... [2022-03-04T14:49:06.780Z] #21 25.82 Selecting previously unselected package python3-wheel. [2022-03-04T14:49:06.869Z] #21 24.66 Unpacking python-pip-whl (20.3.4-4) ... [2022-03-04T14:49:07.041Z] #21 25.83 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-03-04T14:49:07.041Z] #21 25.84 Unpacking python3-wheel (0.34.2-1) ... [2022-03-04T14:49:07.041Z] #21 25.93 Selecting previously unselected package python3-pip. [2022-03-04T14:49:07.041Z] #21 25.93 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2022-03-04T14:49:07.041Z] #21 25.94 Unpacking python3-pip (20.3.4-4) ... [2022-03-04T14:49:07.129Z] #21 25.09 Selecting previously unselected package python3-lib2to3. [2022-03-04T14:49:07.129Z] #21 25.10 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2022-03-04T14:49:07.129Z] #21 25.11 Unpacking python3-lib2to3 (3.9.2-1) ... [2022-03-04T14:49:07.283Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:69, shared: false, mustBeShared: false [2022-03-04T14:49:07.388Z] #21 25.24 Selecting previously unselected package python3-distutils. [2022-03-04T14:49:07.389Z] #21 25.25 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2022-03-04T14:49:07.389Z] #21 25.25 Unpacking python3-distutils (3.9.2-1) ... [2022-03-04T14:49:07.389Z] #21 25.36 Selecting previously unselected package python3-pkg-resources. [2022-03-04T14:49:07.389Z] #21 25.38 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2022-03-04T14:49:07.389Z] #21 25.38 Unpacking python3-pkg-resources (52.0.0-4) ... [2022-03-04T14:49:07.545Z] --- PASS: TestDaemonIpcModePrivate (1.20s) [2022-03-04T14:49:07.545Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-03-04T14:49:07.613Z] #21 26.25 Selecting previously unselected package sudo. [2022-03-04T14:49:07.614Z] #21 26.25 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-03-04T14:49:07.614Z] #21 26.26 Unpacking sudo (1.9.5p2-3) ... [2022-03-04T14:49:07.648Z] #21 25.50 Selecting previously unselected package python3-setuptools. [2022-03-04T14:49:07.648Z] #21 25.51 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2022-03-04T14:49:07.648Z] #21 25.51 Unpacking python3-setuptools (52.0.0-4) ... [2022-03-04T14:49:07.880Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-04T14:49:07.880Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-04T14:49:07.880Z] GOOS="" GOARCH="" GOARM="" [2022-03-04T14:49:07.880Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-04T14:49:07.880Z] [2022-03-04T14:49:07.880Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2022-03-04T14:49:07.880Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2022-03-04T14:49:07.880Z] Using test binary docker [2022-03-04T14:49:07.880Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-03-04T14:49:07.880Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-04T14:49:07.880Z] INFO: Waiting for daemon to start... [2022-03-04T14:49:07.880Z] Starting dockerd [2022-03-04T14:49:07.880Z] . [2022-03-04T14:49:07.880Z] INFO: Building docker-sdk-python3:5.0.3... [2022-03-04T14:49:07.907Z] #21 25.77 Selecting previously unselected package python3-wheel. [2022-03-04T14:49:07.907Z] #21 25.79 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2022-03-04T14:49:07.907Z] #21 25.79 Unpacking python3-wheel (0.34.2-1) ... [2022-03-04T14:49:07.907Z] #21 25.85 Selecting previously unselected package python3-pip. [2022-03-04T14:49:07.907Z] #21 25.86 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2022-03-04T14:49:07.907Z] #21 25.86 Unpacking python3-pip (20.3.4-4) ... [2022-03-04T14:49:08.136Z] #21 26.81 Selecting previously unselected package thin-provisioning-tools. [2022-03-04T14:49:08.136Z] #21 26.82 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-03-04T14:49:08.136Z] #21 26.82 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-03-04T14:49:08.166Z] #21 26.09 Selecting previously unselected package sudo. [2022-03-04T14:49:08.166Z] #21 26.10 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2022-03-04T14:49:08.166Z] #21 26.11 Unpacking sudo (1.9.5p2-3) ... [2022-03-04T14:49:08.397Z] #21 27.10 Selecting previously unselected package uidmap. [2022-03-04T14:49:08.397Z] #21 27.12 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-03-04T14:49:08.397Z] #21 27.14 Unpacking uidmap (1:4.8.1-1) ... [2022-03-04T14:49:08.397Z] #21 27.26 Selecting previously unselected package vim-runtime. [2022-03-04T14:49:08.397Z] #21 27.26 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-04T14:49:08.397Z] #21 27.29 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-04T14:49:08.397Z] #21 27.31 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-03-04T14:49:08.397Z] #21 27.32 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-04T14:49:08.485Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:69, shared: false, mustBeShared: false [2022-03-04T14:49:08.735Z] #21 26.59 Selecting previously unselected package thin-provisioning-tools. [2022-03-04T14:49:08.735Z] #21 26.59 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2022-03-04T14:49:08.735Z] #21 26.61 Unpacking thin-provisioning-tools (0.9.0-1) ... [2022-03-04T14:49:08.745Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.18s) [2022-03-04T14:49:08.745Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-03-04T14:49:08.994Z] #21 26.82 Selecting previously unselected package uidmap. [2022-03-04T14:49:08.994Z] #21 26.83 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2022-03-04T14:49:08.994Z] #21 26.84 Unpacking uidmap (1:4.8.1-1) ... [2022-03-04T14:49:08.994Z] #21 26.97 Selecting previously unselected package vim-runtime. [2022-03-04T14:49:08.994Z] #21 26.98 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3+deb11u1_all.deb ... [2022-03-04T14:49:08.994Z] #21 27.01 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-04T14:49:08.994Z] #21 27.03 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2022-03-04T14:49:08.994Z] #21 27.04 Unpacking vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-04T14:49:09.685Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2022-03-04T14:49:09.945Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.17s) [2022-03-04T14:49:09.945Z] === RUN TestIpcModeOlderClient [2022-03-04T14:49:09.945Z] === PAUSE TestIpcModeOlderClient [2022-03-04T14:49:09.945Z] === RUN TestKillContainerInvalidSignal [2022-03-04T14:49:10.206Z] --- PASS: TestKillContainerInvalidSignal (0.42s) [2022-03-04T14:49:10.206Z] === RUN TestKillContainer [2022-03-04T14:49:10.206Z] === RUN TestKillContainer/no_signal [2022-03-04T14:49:10.776Z] === RUN TestKillContainer/non_killing_signal [2022-03-04T14:49:10.779Z] Commit message: "introduce VolumeOptions.Mode so one can configure SELinux share mode (z|Z) when using Mount API" [2022-03-04T14:49:11.036Z] === RUN TestKillContainer/killing_signal [2022-03-04T14:49:11.195Z] > git --version # timeout=10 [2022-03-04T14:49:11.255Z] > git --version # 'git version 2.24.1.windows.2' [2022-03-04T14:49:11.314Z] fatal: bad object 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 [2022-03-04T14:49:11.607Z] --- PASS: TestKillContainer (1.31s) [2022-03-04T14:49:11.607Z] --- PASS: TestKillContainer/no_signal (0.40s) [2022-03-04T14:49:11.607Z] --- PASS: TestKillContainer/non_killing_signal (0.30s) [2022-03-04T14:49:11.607Z] --- PASS: TestKillContainer/killing_signal (0.43s) [2022-03-04T14:49:11.607Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-04T14:49:11.607Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-03-04T14:49:11.702Z] #21 30.13 Selecting previously unselected package vim. [2022-03-04T14:49:11.702Z] #21 30.15 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-04T14:49:11.702Z] #21 30.16 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-03-04T14:49:11.702Z] #21 30.69 Selecting previously unselected package xfsprogs. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2022-03-04T14:49:11.867Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-03-04T14:49:11.963Z] #21 30.69 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-03-04T14:49:11.963Z] #21 30.70 Unpacking xfsprogs (5.10.0-4) ... [2022-03-04T14:49:12.225Z] #21 31.11 Selecting previously unselected package zip. [2022-03-04T14:49:12.225Z] #21 31.13 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-03-04T14:49:12.225Z] #21 31.14 Unpacking zip (3.0-12) ... [2022-03-04T14:49:12.286Z] #21 29.83 Selecting previously unselected package vim. [2022-03-04T14:49:12.287Z] #21 29.84 Preparing to unpack .../44-vim_2%3a8.2.2434-3+deb11u1_amd64.deb ... [2022-03-04T14:49:12.287Z] #21 29.85 Unpacking vim (2:8.2.2434-3+deb11u1) ... [2022-03-04T14:49:12.287Z] #21 30.25 Selecting previously unselected package xfsprogs. [2022-03-04T14:49:12.287Z] #21 30.26 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2022-03-04T14:49:12.287Z] #21 30.26 Unpacking xfsprogs (5.10.0-4) ... [2022-03-04T14:49:12.487Z] #21 31.24 Selecting previously unselected package zstd. [2022-03-04T14:49:12.487Z] #21 31.24 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-03-04T14:49:12.487Z] #21 31.24 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-03-04T14:49:12.547Z] #21 30.70 Selecting previously unselected package zip. [2022-03-04T14:49:12.749Z] #21 31.60 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-04T14:49:12.807Z] #21 30.71 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2022-03-04T14:49:12.807Z] #21 30.71 Unpacking zip (3.0-12) ... [2022-03-04T14:49:12.807Z] #21 30.82 Selecting previously unselected package zstd. [2022-03-04T14:49:12.807Z] #21 30.84 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2022-03-04T14:49:12.807Z] #21 30.85 Unpacking zstd (1.4.8+dfsg-2.1) ... [2022-03-04T14:49:12.810Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.24s) [2022-03-04T14:49:12.810Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.40s) [2022-03-04T14:49:12.810Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.69s) [2022-03-04T14:49:12.810Z] === RUN TestKillStoppedContainer [2022-03-04T14:49:12.810Z] --- PASS: TestKillStoppedContainer (0.05s) [2022-03-04T14:49:12.810Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-04T14:49:12.810Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-03-04T14:49:12.810Z] === RUN TestKillDifferentUserContainer [2022-03-04T14:49:13.129Z] #21 31.18 Setting up python3-pkg-resources (52.0.0-4) ... [2022-03-04T14:49:13.381Z] --- PASS: TestKillDifferentUserContainer (0.43s) [2022-03-04T14:49:13.381Z] === RUN TestInspectOomKilledTrue [2022-03-04T14:49:13.381Z] kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2022-03-04T14:49:13.381Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-04T14:49:13.381Z] === RUN TestInspectOomKilledFalse [2022-03-04T14:49:13.642Z] --- PASS: TestInspectOomKilledFalse (0.42s) [2022-03-04T14:49:13.642Z] === RUN TestLinksEtcHostsContentMatch [2022-03-04T14:49:13.692Z] #21 32.40 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-03-04T14:49:13.692Z] #21 32.41 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-03-04T14:49:13.692Z] #21 32.43 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-03-04T14:49:13.692Z] #21 32.44 Setting up libicu67:amd64 (67.1-7) ... [2022-03-04T14:49:13.692Z] #21 32.45 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-03-04T14:49:13.692Z] #21 32.46 Setting up libinih1:amd64 (53-1+b2) ... [2022-03-04T14:49:13.692Z] #21 32.47 Setting up uidmap (1:4.8.1-1) ... [2022-03-04T14:49:13.692Z] #21 32.48 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-04T14:49:13.692Z] #21 32.50 Setting up bzip2 (1.0.8-4) ... [2022-03-04T14:49:13.692Z] #21 32.51 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-04T14:49:13.692Z] #21 32.53 Setting up python3-wheel (0.34.2-1) ... [2022-03-04T14:49:14.073Z] #21 32.02 Setting up libip4tc2:amd64 (1.8.7-1) ... [2022-03-04T14:49:14.073Z] #21 32.03 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2022-03-04T14:49:14.073Z] #21 32.04 Setting up libgpm2:amd64 (1.20.7-8) ... [2022-03-04T14:49:14.073Z] #21 32.06 Setting up libicu67:amd64 (67.1-7) ... [2022-03-04T14:49:14.073Z] #21 32.07 Setting up libip6tc2:amd64 (1.8.7-1) ... [2022-03-04T14:49:14.073Z] #21 32.09 Setting up libinih1:amd64 (53-1+b2) ... [2022-03-04T14:49:14.073Z] #21 32.10 Setting up uidmap (1:4.8.1-1) ... [2022-03-04T14:49:14.073Z] #21 32.12 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2022-03-04T14:49:14.214Z] --- PASS: TestLinksEtcHostsContentMatch (0.29s) [2022-03-04T14:49:14.214Z] === RUN TestLinksContainerNames [2022-03-04T14:49:14.271Z] #21 33.21 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-04T14:49:14.345Z] #21 32.13 Setting up bzip2 (1.0.8-4) ... [2022-03-04T14:49:14.345Z] #21 32.15 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2022-03-04T14:49:14.345Z] #21 32.17 Setting up python3-wheel (0.34.2-1) ... [2022-03-04T14:49:14.535Z] #21 33.23 Setting up libcap2:amd64 (1:2.44-1) ... [2022-03-04T14:49:14.535Z] #21 33.25 Setting up libcap2-bin (1:2.44-1) ... [2022-03-04T14:49:14.535Z] #21 33.26 Setting up apparmor (2.13.6-10) ... [2022-03-04T14:49:14.669Z] + docker version [2022-03-04T14:49:14.784Z] --- PASS: TestLinksContainerNames (0.85s) [2022-03-04T14:49:14.785Z] === RUN TestLogsFollowTailEmpty [2022-03-04T14:49:14.912Z] #21 32.93 Setting up xxd (2:8.2.2434-3+deb11u1) ... [2022-03-04T14:49:14.912Z] #21 32.94 Setting up libcap2:amd64 (1:2.44-1) ... [2022-03-04T14:49:14.913Z] #21 32.96 Setting up libcap2-bin (1:2.44-1) ... [2022-03-04T14:49:14.913Z] #21 32.97 Setting up apparmor (2.13.6-10) ... [2022-03-04T14:49:15.357Z] --- PASS: TestLogsFollowTailEmpty (0.44s) [2022-03-04T14:49:15.357Z] === RUN TestContainerNetworkMountsNoChown [2022-03-04T14:49:15.618Z] --- PASS: TestContainerNetworkMountsNoChown (0.40s) [2022-03-04T14:49:15.618Z] === RUN TestMountDaemonRoot [2022-03-04T14:49:15.618Z] === RUN TestMountDaemonRoot/default [2022-03-04T14:49:15.618Z] === PAUSE TestMountDaemonRoot/default [2022-03-04T14:49:15.618Z] === RUN TestMountDaemonRoot/private [2022-03-04T14:49:15.618Z] === PAUSE TestMountDaemonRoot/private [2022-03-04T14:49:15.618Z] === RUN TestMountDaemonRoot/rprivate [2022-03-04T14:49:15.618Z] === PAUSE TestMountDaemonRoot/rprivate [2022-03-04T14:49:15.618Z] === RUN TestMountDaemonRoot/slave [2022-03-04T14:49:15.618Z] === PAUSE TestMountDaemonRoot/slave [2022-03-04T14:49:15.618Z] === RUN TestMountDaemonRoot/rslave [2022-03-04T14:49:15.618Z] === PAUSE TestMountDaemonRoot/rslave [2022-03-04T14:49:15.618Z] === RUN TestMountDaemonRoot/shared [2022-03-04T14:49:15.618Z] === PAUSE TestMountDaemonRoot/shared [2022-03-04T14:49:15.618Z] === RUN TestMountDaemonRoot/rshared [2022-03-04T14:49:15.618Z] === PAUSE TestMountDaemonRoot/rshared [2022-03-04T14:49:15.618Z] === CONT TestMountDaemonRoot/default [2022-03-04T14:49:15.618Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-03-04T14:49:15.618Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-03-04T14:49:15.618Z] === RUN TestMountDaemonRoot/default/bind_root [2022-03-04T14:49:15.618Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-03-04T14:49:15.618Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-03-04T14:49:15.618Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-03-04T14:49:15.618Z] === RUN TestMountDaemonRoot/default/mount_root [2022-03-04T14:49:15.618Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-03-04T14:49:15.618Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-03-04T14:49:15.618Z] === CONT TestMountDaemonRoot/rshared [2022-03-04T14:49:15.879Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-03-04T14:49:15.879Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-03-04T14:49:15.879Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-03-04T14:49:15.879Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-03-04T14:49:15.879Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-03-04T14:49:15.879Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-03-04T14:49:15.879Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-03-04T14:49:15.879Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-03-04T14:49:15.879Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-03-04T14:49:15.879Z] === CONT TestMountDaemonRoot/shared [2022-03-04T14:49:15.879Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-03-04T14:49:15.879Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-03-04T14:49:15.879Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-03-04T14:49:15.879Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-03-04T14:49:15.879Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-03-04T14:49:15.879Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-03-04T14:49:15.879Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-03-04T14:49:15.879Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-03-04T14:49:15.879Z] === CONT TestMountDaemonRoot/rslave [2022-03-04T14:49:15.879Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-03-04T14:49:15.879Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-03-04T14:49:15.879Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-03-04T14:49:15.879Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-03-04T14:49:15.879Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-03-04T14:49:15.879Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-03-04T14:49:15.879Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-03-04T14:49:15.879Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-03-04T14:49:15.879Z] === CONT TestMountDaemonRoot/slave [2022-03-04T14:49:15.879Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-03-04T14:49:15.879Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-03-04T14:49:15.879Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-03-04T14:49:15.879Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-03-04T14:49:15.879Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-03-04T14:49:15.879Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-03-04T14:49:15.879Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-03-04T14:49:15.879Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-03-04T14:49:15.879Z] === CONT TestMountDaemonRoot/rprivate [2022-03-04T14:49:15.879Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-03-04T14:49:15.879Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-03-04T14:49:15.879Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-03-04T14:49:15.879Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-03-04T14:49:15.879Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-03-04T14:49:15.879Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-03-04T14:49:15.879Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-03-04T14:49:15.879Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-03-04T14:49:15.879Z] === CONT TestMountDaemonRoot/private [2022-03-04T14:49:15.879Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-03-04T14:49:15.879Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-03-04T14:49:15.879Z] === RUN TestMountDaemonRoot/private/mount_root [2022-03-04T14:49:15.879Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-03-04T14:49:15.879Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-03-04T14:49:15.879Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-03-04T14:49:15.879Z] === RUN TestMountDaemonRoot/private/bind_root [2022-03-04T14:49:15.879Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-03-04T14:49:15.879Z] === CONT TestMountDaemonRoot/default/mount_root [2022-03-04T14:49:15.879Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-03-04T14:49:15.879Z] === CONT TestMountDaemonRoot/default/bind_root [2022-03-04T14:49:15.879Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-03-04T14:49:15.879Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-03-04T14:49:15.879Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-03-04T14:49:15.879Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-03-04T14:49:15.879Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-03-04T14:49:15.879Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-03-04T14:49:16.140Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-03-04T14:49:16.140Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-03-04T14:49:16.141Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-03-04T14:49:16.141Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-03-04T14:49:16.141Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-03-04T14:49:16.141Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-03-04T14:49:16.141Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-03-04T14:49:16.141Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-03-04T14:49:16.141Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-03-04T14:49:16.141Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-03-04T14:49:16.141Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-03-04T14:49:16.141Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-03-04T14:49:16.141Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-03-04T14:49:16.141Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-03-04T14:49:16.141Z] === CONT TestMountDaemonRoot/private/bind_root [2022-03-04T14:49:16.141Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-03-04T14:49:16.141Z] === CONT TestMountDaemonRoot/private/mount_root [2022-03-04T14:49:16.141Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-03-04T14:49:16.141Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-03-04T14:49:16.141Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.08s) [2022-03-04T14:49:16.141Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-03-04T14:49:16.141Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2022-03-04T14:49:16.141Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2022-03-04T14:49:16.141Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-03-04T14:49:16.141Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) [2022-03-04T14:49:16.141Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2022-03-04T14:49:16.141Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2022-03-04T14:49:16.141Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2022-03-04T14:49:16.141Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-03-04T14:49:16.141Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2022-03-04T14:49:16.141Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-03-04T14:49:16.141Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2022-03-04T14:49:16.141Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-03-04T14:49:16.141Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-03-04T14:49:16.141Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2022-03-04T14:49:16.141Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2022-03-04T14:49:16.141Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2022-03-04T14:49:16.141Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2022-03-04T14:49:16.141Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-03-04T14:49:16.141Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-03-04T14:49:16.141Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-03-04T14:49:16.141Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2022-03-04T14:49:16.141Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2022-03-04T14:49:16.141Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-03-04T14:49:16.141Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2022-03-04T14:49:16.141Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-03-04T14:49:16.141Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.01s) [2022-03-04T14:49:16.141Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2022-03-04T14:49:16.141Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-03-04T14:49:16.141Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-03-04T14:49:16.141Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-03-04T14:49:16.141Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-03-04T14:49:16.141Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-03-04T14:49:16.141Z] === RUN TestContainerBindMountNonRecursive [2022-03-04T14:49:16.453Z] #21 35.03 Setting up zip (3.0-12) ... [2022-03-04T14:49:16.453Z] #21 35.04 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-04T14:49:16.453Z] #21 35.12 Setting up bash-completion (1:2.11-2) ... [2022-03-04T14:49:16.820Z] #21 34.52 Setting up zip (3.0-12) ... [2022-03-04T14:49:16.820Z] #21 34.54 Setting up vim-common (2:8.2.2434-3+deb11u1) ... [2022-03-04T14:49:16.820Z] #21 34.59 Setting up bash-completion (1:2.11-2) ... [2022-03-04T14:49:17.524Z] --- PASS: TestContainerBindMountNonRecursive (1.35s) [2022-03-04T14:49:17.524Z] === RUN TestContainerVolumesMountedAsShared [2022-03-04T14:49:18.095Z] --- PASS: TestContainerVolumesMountedAsShared (0.41s) [2022-03-04T14:49:18.095Z] === RUN TestContainerVolumesMountedAsSlave [2022-03-04T14:49:18.355Z] --- PASS: TestContainerVolumesMountedAsSlave (0.33s) [2022-03-04T14:49:18.355Z] === RUN TestNetworkNat [2022-03-04T14:49:18.374Z] #21 36.92 Setting up xz-utils (5.2.5-2) ... [2022-03-04T14:49:18.374Z] #21 36.93 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-03-04T14:49:18.374Z] #21 36.94 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-03-04T14:49:18.374Z] #21 36.95 Setting up patch (2.7.6-7) ... [2022-03-04T14:49:18.374Z] #21 36.97 Setting up sudo (1.9.5p2-3) ... [2022-03-04T14:49:18.374Z] #21 37.06 invoke-rc.d: could not determine current runlevel [2022-03-04T14:49:18.374Z] #21 37.07 invoke-rc.d: policy-rc.d denied execution of start. [2022-03-04T14:49:18.374Z] #21 37.17 Setting up xfsprogs (5.10.0-4) ... [2022-03-04T14:49:18.374Z] #21 37.19 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-03-04T14:49:18.374Z] #21 37.21 Setting up inetutils-ping (2:2.0-1) ... [2022-03-04T14:49:18.374Z] #21 37.22 Setting up pigz (2.6-1) ... [2022-03-04T14:49:18.374Z] #21 37.23 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-04T14:49:18.374Z] #21 37.26 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-04T14:49:18.374Z] #21 37.29 Setting up python-pip-whl (20.3.4-4) ... [2022-03-04T14:49:18.374Z] #21 37.30 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-04T14:49:18.460Z] #21 36.29 Setting up xz-utils (5.2.5-2) ... [2022-03-04T14:49:18.460Z] #21 36.32 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2022-03-04T14:49:18.460Z] #21 36.34 Setting up libmnl0:amd64 (1.0.4-3) ... [2022-03-04T14:49:18.460Z] #21 36.36 Setting up patch (2.7.6-7) ... [2022-03-04T14:49:18.460Z] #21 36.37 Setting up sudo (1.9.5p2-3) ... [2022-03-04T14:49:18.460Z] #21 36.45 invoke-rc.d: could not determine current runlevel [2022-03-04T14:49:18.460Z] #21 36.46 invoke-rc.d: policy-rc.d denied execution of start. [2022-03-04T14:49:18.460Z] #21 36.51 Setting up xfsprogs (5.10.0-4) ... [2022-03-04T14:49:18.460Z] #21 36.52 Setting up libxtables12:amd64 (1.8.7-1) ... [2022-03-04T14:49:18.460Z] #21 36.53 Setting up inetutils-ping (2:2.0-1) ... [2022-03-04T14:49:18.460Z] #21 36.54 Setting up pigz (2.6-1) ... [2022-03-04T14:49:18.460Z] #21 36.56 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2022-03-04T14:49:18.719Z] #21 36.58 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2022-03-04T14:49:18.719Z] #21 36.60 Setting up python-pip-whl (20.3.4-4) ... [2022-03-04T14:49:18.719Z] #21 36.62 Setting up vim-runtime (2:8.2.2434-3+deb11u1) ... [2022-03-04T14:49:18.925Z] --- PASS: TestNetworkNat (0.46s) [2022-03-04T14:49:18.925Z] === RUN TestNetworkLocalhostTCPNat [2022-03-04T14:49:19.187Z] --- PASS: TestNetworkLocalhostTCPNat (0.44s) [2022-03-04T14:49:19.187Z] === RUN TestNetworkLoopbackNat [2022-03-04T14:49:19.288Z] #21 37.33 Setting up libaio1:amd64 (0.3.112-9) ... [2022-03-04T14:49:19.288Z] #21 37.35 Setting up python3-lib2to3 (3.9.2-1) ... [2022-03-04T14:49:19.352Z] #21 37.95 Setting up libaio1:amd64 (0.3.112-9) ... [2022-03-04T14:49:19.352Z] #21 37.97 Setting up python3-lib2to3 (3.9.2-1) ... [2022-03-04T14:49:19.621Z] #21 38.39 Setting up libelf1:amd64 (0.183-1) ... [2022-03-04T14:49:19.621Z] #21 38.44 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-03-04T14:49:19.621Z] #21 38.47 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-04T14:49:19.621Z] #21 38.48 Setting up python3-distutils (3.9.2-1) ... [2022-03-04T14:49:19.857Z] #21 37.74 Setting up libelf1:amd64 (0.183-1) ... [2022-03-04T14:49:19.857Z] #21 37.78 Setting up zstd (1.4.8+dfsg-2.1) ... [2022-03-04T14:49:19.857Z] #21 37.79 Setting up libonig5:amd64 (6.9.6-1.1) ... [2022-03-04T14:49:19.857Z] #21 37.80 Setting up python3-distutils (3.9.2-1) ... [2022-03-04T14:49:20.193Z] #21 38.93 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-03-04T14:49:20.193Z] #21 38.95 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-03-04T14:49:20.193Z] #21 38.95 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-03-04T14:49:20.193Z] #21 38.96 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-03-04T14:49:20.193Z] #21 38.96 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-03-04T14:49:20.193Z] #21 38.98 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-03-04T14:49:20.193Z] #21 38.98 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-03-04T14:49:20.193Z] #21 38.98 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-03-04T14:49:20.193Z] #21 38.99 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-03-04T14:49:20.193Z] #21 39.00 Setting up python3-setuptools (52.0.0-4) ... [2022-03-04T14:49:20.427Z] #21 38.25 Setting up vim (2:8.2.2434-3+deb11u1) ... [2022-03-04T14:49:20.427Z] #21 38.27 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2022-03-04T14:49:20.427Z] #21 38.27 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2022-03-04T14:49:20.427Z] #21 38.28 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2022-03-04T14:49:20.427Z] #21 38.29 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2022-03-04T14:49:20.427Z] #21 38.29 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2022-03-04T14:49:20.427Z] #21 38.30 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2022-03-04T14:49:20.427Z] #21 38.33 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2022-03-04T14:49:20.427Z] #21 38.34 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2022-03-04T14:49:20.427Z] #21 38.36 Setting up python3-setuptools (52.0.0-4) ... [2022-03-04T14:49:21.578Z] #21 40.25 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-04T14:49:21.578Z] #21 40.27 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-03-04T14:49:21.578Z] #21 40.28 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-03-04T14:49:21.578Z] #21 40.29 Setting up python3-pip (20.3.4-4) ... [2022-03-04T14:49:21.727Z] --- PASS: TestNetworkLoopbackNat (2.55s) [2022-03-04T14:49:21.727Z] === RUN TestPause [2022-03-04T14:49:21.807Z] #21 39.67 Setting up libjq1:amd64 (1.6-2.1) ... [2022-03-04T14:49:21.807Z] #21 39.68 Setting up libnftnl11:amd64 (1.1.9-1) ... [2022-03-04T14:49:21.807Z] #21 39.70 Setting up thin-provisioning-tools (0.9.0-1) ... [2022-03-04T14:49:21.807Z] #21 39.71 Setting up python3-pip (20.3.4-4) ... [2022-03-04T14:49:21.833Z] Client: [2022-03-04T14:49:21.834Z] Version: 20.10.9 [2022-03-04T14:49:21.834Z] API version: 1.41 [2022-03-04T14:49:21.834Z] Go version: go1.16.8 [2022-03-04T14:49:21.834Z] Git commit: c2ea9bc [2022-03-04T14:49:21.834Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-04T14:49:21.834Z] OS/Arch: windows/amd64 [2022-03-04T14:49:21.834Z] Context: default [2022-03-04T14:49:21.834Z] Experimental: true [2022-03-04T14:49:21.834Z] [2022-03-04T14:49:21.834Z] Server: Docker Engine - Community [2022-03-04T14:49:21.834Z] Engine: [2022-03-04T14:49:21.834Z] Version: 20.10.9 [2022-03-04T14:49:21.834Z] API version: 1.41 (minimum version 1.24) [2022-03-04T14:49:21.834Z] Go version: go1.16.8 [2022-03-04T14:49:21.834Z] Git commit: 79ea9d3 [2022-03-04T14:49:21.834Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-04T14:49:21.834Z] OS/Arch: windows/amd64 [2022-03-04T14:49:21.834Z] Experimental: true [2022-03-04T14:49:22.299Z] --- PASS: TestPause (0.43s) [2022-03-04T14:49:22.299Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-04T14:49:22.299Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-04T14:49:22.299Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-04T14:49:22.299Z] === RUN TestPauseStopPausedContainer [Pipeline] sh [2022-03-04T14:49:22.520Z] #21 41.35 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-04T14:49:22.520Z] #21 41.36 Setting up jq (1.6-2.1) ... [2022-03-04T14:49:22.520Z] #21 41.38 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-03-04T14:49:22.520Z] #21 41.39 Setting up iptables (1.8.7-1) ... [2022-03-04T14:49:22.520Z] #21 41.42 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-04T14:49:22.520Z] #21 41.42 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-04T14:49:22.520Z] #21 41.43 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-04T14:49:22.520Z] #21 41.44 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-04T14:49:22.520Z] #21 41.44 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-03-04T14:49:22.520Z] #21 41.45 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-03-04T14:49:22.520Z] #21 41.46 Setting up iproute2 (5.10.0-4) ... [2022-03-04T14:49:22.560Z] --- PASS: TestPauseStopPausedContainer (0.43s) [2022-03-04T14:49:22.560Z] === RUN TestPidHost [2022-03-04T14:49:22.745Z] #21 40.74 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2022-03-04T14:49:22.745Z] #21 40.76 Setting up jq (1.6-2.1) ... [2022-03-04T14:49:22.745Z] #21 40.77 Setting up libbpf0:amd64 (1:0.3-2) ... [2022-03-04T14:49:22.745Z] #21 40.79 Setting up iptables (1.8.7-1) ... [2022-03-04T14:49:22.745Z] #21 40.80 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-04T14:49:22.745Z] #21 40.80 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-04T14:49:23.005Z] #21 40.81 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2022-03-04T14:49:23.005Z] #21 40.84 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2022-03-04T14:49:23.005Z] #21 40.84 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2022-03-04T14:49:23.005Z] #21 40.85 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2022-03-04T14:49:23.005Z] #21 40.85 Setting up iproute2 (5.10.0-4) ... [2022-03-04T14:49:23.041Z] #21 41.78 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-04T14:49:23.265Z] #21 41.24 Processing triggers for libc-bin (2.31-13+deb11u2) ... [2022-03-04T14:49:23.424Z] + docker info [2022-03-04T14:49:23.943Z] --- PASS: TestPidHost (0.99s) [2022-03-04T14:49:23.943Z] === RUN TestPsFilter [2022-03-04T14:49:23.943Z] --- PASS: TestPsFilter (0.11s) [2022-03-04T14:49:23.943Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-04T14:49:23.985Z] #21 DONE 42.8s [2022-03-04T14:49:23.985Z] [2022-03-04T14:49:23.985Z] #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-04T14:49:23.985Z] #22 sha256:77471c55c324a419bf1fa541a078ef6d04d8f7238c91a05b85c41b88d013604c [2022-03-04T14:49:24.204Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.40s) [2022-03-04T14:49:24.204Z] === RUN TestRemoveContainerWithVolume [2022-03-04T14:49:24.464Z] --- PASS: TestRemoveContainerWithVolume (0.41s) [2022-03-04T14:49:24.464Z] === RUN TestRemoveContainerRunning [2022-03-04T14:49:24.646Z] #21 DONE 42.4s [2022-03-04T14:49:24.646Z] [2022-03-04T14:49:24.646Z] #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-04T14:49:24.646Z] #22 sha256:77471c55c324a419bf1fa541a078ef6d04d8f7238c91a05b85c41b88d013604c [2022-03-04T14:49:24.928Z] #22 0.862 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-03-04T14:49:24.928Z] #22 0.866 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-03-04T14:49:24.928Z] #22 0.869 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-03-04T14:49:24.928Z] #22 DONE 1.0s [2022-03-04T14:49:24.928Z] [2022-03-04T14:49:24.928Z] #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-04T14:49:24.928Z] #60 sha256:70ff32ccd53006d8067d79d8052c547aa91bedb668246dbe0837a5622fb9b4f8 [2022-03-04T14:49:24.928Z] #60 ... [2022-03-04T14:49:24.928Z] [2022-03-04T14:49:24.928Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-04T14:49:24.928Z] #23 sha256:07c8f9a90d995ffa0109937362f2e816548dac87068b2667b5294ed64d91b8b8 [2022-03-04T14:49:25.036Z] --- PASS: TestRemoveContainerRunning (0.40s) [2022-03-04T14:49:25.036Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-04T14:49:25.216Z] #22 0.855 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2022-03-04T14:49:25.216Z] #22 0.859 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2022-03-04T14:49:25.216Z] #22 0.862 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2022-03-04T14:49:25.216Z] #22 DONE 0.9s [2022-03-04T14:49:25.216Z] [2022-03-04T14:49:25.216Z] #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-04T14:49:25.216Z] #56 sha256:11cae7fe91f95ef12ebf04fbf839007857045947878db73a74f5ced522c947a7 [2022-03-04T14:49:25.296Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.42s) [2022-03-04T14:49:25.296Z] === RUN TestRemoveInvalidContainer [2022-03-04T14:49:25.296Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-03-04T14:49:25.296Z] === RUN TestRenameLinkedContainer [2022-03-04T14:49:25.476Z] #56 ... [2022-03-04T14:49:25.476Z] [2022-03-04T14:49:25.476Z] #23 [dev-systemd-false 9/24] RUN pip3 install yamllint==1.26.1 [2022-03-04T14:49:25.476Z] #23 sha256:07c8f9a90d995ffa0109937362f2e816548dac87068b2667b5294ed64d91b8b8 [2022-03-04T14:49:27.229Z] --- PASS: TestRenameLinkedContainer (1.70s) [2022-03-04T14:49:27.229Z] === RUN TestRenameStoppedContainer [2022-03-04T14:49:27.518Z] --- PASS: TestRenameStoppedContainer (0.44s) [2022-03-04T14:49:27.518Z] === RUN TestRenameRunningContainerAndReuse [2022-03-04T14:49:28.648Z] --- PASS: TestRenameRunningContainerAndReuse (0.87s) [2022-03-04T14:49:28.649Z] === RUN TestRenameInvalidName [2022-03-04T14:49:28.914Z] --- PASS: TestRenameInvalidName (0.41s) [2022-03-04T14:49:28.914Z] === RUN TestRenameAnonymousContainer [2022-03-04T14:49:30.297Z] --- PASS: TestRenameAnonymousContainer (1.46s) [2022-03-04T14:49:30.297Z] === RUN TestRenameContainerWithSameName [2022-03-04T14:49:30.869Z] --- PASS: TestRenameContainerWithSameName (0.43s) [2022-03-04T14:49:30.869Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-04T14:49:31.810Z] --- PASS: TestRenameContainerWithLinkedContainer (0.90s) [2022-03-04T14:49:31.810Z] === RUN TestResize [2022-03-04T14:49:32.071Z] --- PASS: TestResize (0.43s) [2022-03-04T14:49:32.071Z] === RUN TestResizeWithInvalidSize [2022-03-04T14:49:32.331Z] --- PASS: TestResizeWithInvalidSize (0.42s) [2022-03-04T14:49:32.331Z] === RUN TestResizeWhenContainerNotStarted [2022-03-04T14:49:32.903Z] --- PASS: TestResizeWhenContainerNotStarted (0.42s) [2022-03-04T14:49:32.903Z] === RUN TestDaemonRestartKillContainers [2022-03-04T14:49:32.903Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-04T14:49:32.903Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-04T14:49:32.903Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-04T14:49:32.903Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-04T14:49:32.903Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-04T14:49:32.903Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-04T14:49:32.903Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-04T14:49:32.903Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-04T14:49:32.903Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-04T14:49:32.903Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-04T14:49:32.903Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-04T14:49:32.903Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-04T14:49:32.903Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-04T14:49:32.903Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-04T14:49:32.903Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-04T14:49:32.903Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-04T14:49:32.903Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-04T14:49:32.903Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-04T14:49:32.903Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-04T14:49:32.903Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-04T14:49:32.903Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-04T14:49:32.903Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-04T14:49:32.903Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-04T14:49:32.903Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-04T14:49:32.903Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-04T14:49:32.903Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-04T14:49:32.903Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-04T14:49:32.903Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-04T14:49:32.903Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-04T14:49:32.903Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-04T14:49:32.903Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-04T14:49:32.903Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-04T14:49:32.903Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-04T14:49:32.903Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-04T14:49:34.818Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-04T14:49:34.940Z] #23 9.233 Collecting yamllint==1.26.1 [2022-03-04T14:49:35.202Z] #23 10.31 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-03-04T14:49:35.464Z] #23 9.337 Collecting yamllint==1.26.1 [2022-03-04T14:49:35.724Z] #23 10.41 Downloading yamllint-1.26.1.tar.gz (126 kB) [2022-03-04T14:49:36.202Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-04T14:49:36.590Z] #23 11.41 Collecting pathspec>=0.5.3 [2022-03-04T14:49:36.590Z] #23 11.42 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-03-04T14:49:36.852Z] #23 11.77 Collecting pyyaml [2022-03-04T14:49:36.852Z] #23 11.79 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-04T14:49:36.852Z] #23 11.89 Building wheels for collected packages: yamllint [2022-03-04T14:49:36.852Z] #23 11.89 Building wheel for yamllint (setup.py): started [2022-03-04T14:49:37.106Z] #23 11.45 Collecting pathspec>=0.5.3 [2022-03-04T14:49:37.106Z] #23 11.48 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2022-03-04T14:49:37.106Z] #23 11.86 Collecting pyyaml [2022-03-04T14:49:37.145Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-04T14:49:37.145Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-04T14:49:37.365Z] #23 11.87 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-04T14:49:37.365Z] #23 11.92 Building wheels for collected packages: yamllint [2022-03-04T14:49:37.365Z] #23 11.93 Building wheel for yamllint (setup.py): started [2022-03-04T14:49:37.797Z] #23 12.80 Building wheel for yamllint (setup.py): finished with status 'done' [2022-03-04T14:49:37.797Z] #23 12.80 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=c6fb7e1f2fbabea4b759d855a02576c366be8a33a4825fa6e815f23ce967dc0b [2022-03-04T14:49:37.797Z] #23 12.81 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-03-04T14:49:37.797Z] #23 12.81 Successfully built yamllint [2022-03-04T14:49:37.797Z] #23 12.84 Installing collected packages: pyyaml, pathspec, yamllint [2022-03-04T14:49:37.935Z] #23 12.74 Building wheel for yamllint (setup.py): finished with status 'done' [2022-03-04T14:49:38.196Z] #23 12.75 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=c6fb7e1f2fbabea4b759d855a02576c366be8a33a4825fa6e815f23ce967dc0b [2022-03-04T14:49:38.196Z] #23 12.75 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2022-03-04T14:49:38.196Z] #23 12.76 Successfully built yamllint [2022-03-04T14:49:38.196Z] #23 12.79 Installing collected packages: pyyaml, pathspec, yamllint [2022-03-04T14:49:38.371Z] #23 13.23 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-03-04T14:49:38.455Z] #23 13.12 Successfully installed pathspec-0.9.0 pyyaml-6.0 yamllint-1.26.1 [2022-03-04T14:49:38.460Z] Client: [2022-03-04T14:49:38.460Z] Context: default [2022-03-04T14:49:38.460Z] Debug Mode: false [2022-03-04T14:49:38.460Z] Plugins: [2022-03-04T14:49:38.460Z] app: Docker Application (Docker Inc., v0.8.0) [2022-03-04T14:49:38.460Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2022-03-04T14:49:38.460Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2022-03-04T14:49:38.460Z] [2022-03-04T14:49:38.460Z] Server: [2022-03-04T14:49:38.460Z] Containers: 0 [2022-03-04T14:49:38.460Z] Running: 0 [2022-03-04T14:49:38.460Z] Paused: 0 [2022-03-04T14:49:38.460Z] Stopped: 0 [2022-03-04T14:49:38.460Z] Images: 0 [2022-03-04T14:49:38.460Z] Server Version: 20.10.9 [2022-03-04T14:49:38.460Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-04T14:49:38.460Z] Windows: [2022-03-04T14:49:38.460Z] LCOW: [2022-03-04T14:49:38.460Z] Logging Driver: json-file [2022-03-04T14:49:38.460Z] Plugins: [2022-03-04T14:49:38.460Z] Volume: local [2022-03-04T14:49:38.460Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-04T14:49:38.460Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-04T14:49:38.460Z] Swarm: inactive [2022-03-04T14:49:38.460Z] Default Isolation: process [2022-03-04T14:49:38.460Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-03-04T14:49:38.460Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-03-04T14:49:38.460Z] OSType: windows [2022-03-04T14:49:38.460Z] Architecture: x86_64 [2022-03-04T14:49:38.460Z] CPUs: 4 [2022-03-04T14:49:38.460Z] Total Memory: 32GiB [2022-03-04T14:49:38.460Z] Name: azwin-2-4d8be0 [2022-03-04T14:49:38.460Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2022-03-04T14:49:38.460Z] Docker Root Dir: D:\docker [2022-03-04T14:49:38.460Z] Debug Mode: false [2022-03-04T14:49:38.460Z] Registry: https://index.docker.io/v1/ [2022-03-04T14:49:38.460Z] Labels: [2022-03-04T14:49:38.460Z] Experimental: true [2022-03-04T14:49:38.460Z] Insecure Registries: [2022-03-04T14:49:38.460Z] 10.0.0.4:5000 [2022-03-04T14:49:38.460Z] 127.0.0.0/8 [2022-03-04T14:49:38.460Z] Registry Mirrors: [2022-03-04T14:49:38.460Z] http://10.0.0.4:5000/ [2022-03-04T14:49:38.460Z] Live Restore Enabled: false [2022-03-04T14:49:38.460Z] Product License: Community Engine [2022-03-04T14:49:38.460Z] [2022-03-04T14:49:38.528Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-04T14:49:38.528Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [Pipeline] } [Pipeline] // stage [2022-03-04T14:49:38.633Z] #23 DONE 13.7s [2022-03-04T14:49:38.633Z] [2022-03-04T14:49:38.633Z] #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-04T14:49:38.633Z] #43 sha256:c63553c7bc4e21b05cb5c6d9217754e02c22c62a0ea2a112a8bcbb55346332bd [2022-03-04T14:49:38.633Z] #43 ... [2022-03-04T14:49:38.633Z] [2022-03-04T14:49:38.633Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-04T14:49:38.633Z] #27 sha256:b2a67840551c22c085159516c025d70257493f4caccb4a80b36efd7419e16687 [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2022-03-04T14:49:38.895Z] #27 DONE 0.4s [2022-03-04T14:49:38.895Z] [2022-03-04T14:49:38.895Z] #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-04T14:49:38.895Z] #56 sha256:d8a07c18bdc10e400069df6f30d55bf79c021355b6d173359cb269685942f08d [2022-03-04T14:49:39.025Z] #23 DONE 13.5s [2022-03-04T14:49:39.025Z] [2022-03-04T14:49:39.025Z] #27 [dev-systemd-false 10/24] COPY --from=dockercli /build/ /usr/local/cli [2022-03-04T14:49:39.025Z] #27 sha256:588e24f91e1b2370879c09b69693f39bc9805598edc57edc0f1f9fb533863531 [2022-03-04T14:49:39.156Z] #56 ... [2022-03-04T14:49:39.156Z] [2022-03-04T14:49:39.156Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-04T14:49:39.156Z] #32 sha256:6a716432bfefcc42c9c20aa50179f9206e71b59c9235667a95810fd8f100db72 [2022-03-04T14:49:39.284Z] #27 DONE 0.3s [2022-03-04T14:49:39.284Z] [2022-03-04T14:49:39.284Z] #32 [dev-systemd-false 11/24] COPY --from=frozen-images /build/ /docker-frozen-images [2022-03-04T14:49:39.284Z] #32 sha256:c886dfaa02bc450cd2157b742bccb96e731d953e926c250fbc871b43abf5c99c [2022-03-04T14:49:39.854Z] #32 DONE 0.6s [2022-03-04T14:49:39.854Z] [2022-03-04T14:49:39.854Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-04T14:49:39.854Z] #35 sha256:2e6cc3d18ee70e9b9e6f40e6d56dce325d27585da04d2febd122082f668d6f19 [2022-03-04T14:49:40.102Z] #32 DONE 0.8s [2022-03-04T14:49:40.102Z] [2022-03-04T14:49:40.102Z] #35 [dev-systemd-false 12/24] COPY --from=swagger /build/ /usr/local/bin/ [2022-03-04T14:49:40.102Z] #35 sha256:6e530793b606cef2fe1082594a8d90c61157a305be2146d3af3d529d3af2a37a [2022-03-04T14:49:40.115Z] #35 DONE 0.3s [2022-03-04T14:49:40.115Z] [2022-03-04T14:49:40.115Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-04T14:49:40.115Z] #37 sha256:108de7d1394208fbee5647d160a09371d841c595ca536bf38de51f7093fdea90 [2022-03-04T14:49:40.115Z] #37 DONE 0.1s [2022-03-04T14:49:40.115Z] [2022-03-04T14:49:40.115Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-04T14:49:40.115Z] #41 sha256:4f8035acfe3f513680a108b47123e2e0781cb5381a43a66ebebd2395bc0ea48d [2022-03-04T14:49:40.115Z] #41 DONE 0.0s [2022-03-04T14:49:40.115Z] [2022-03-04T14:49:40.115Z] #60 [containerd 3/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod PREFIX=/build /install.sh containerd [2022-03-04T14:49:40.115Z] #60 sha256:02493479f1840b083a32e8b799a07d31cbc449ceee112725819d4fa1347c788d [2022-03-04T14:49:40.367Z] #35 DONE 0.4s [2022-03-04T14:49:40.367Z] [2022-03-04T14:49:40.367Z] #37 [dev-systemd-false 13/24] COPY --from=tomll /build/ /usr/local/bin/ [2022-03-04T14:49:40.367Z] #37 sha256:00f4f0d687adc1c9fe5c9522208f0391c541e745cd3258bdec4b632974c3e16f [2022-03-04T14:49:40.367Z] #37 DONE 0.1s [2022-03-04T14:49:40.367Z] [2022-03-04T14:49:40.367Z] #41 [dev-systemd-false 14/24] COPY --from=tini /build/ /usr/local/bin/ [2022-03-04T14:49:40.367Z] #41 sha256:7ded9cc1dc36781a9508ef4d89c40c5736371cae0f7ba9acc7482f281f8471b0 [2022-03-04T14:49:40.367Z] #41 DONE 0.0s [2022-03-04T14:49:40.367Z] [2022-03-04T14:49:40.367Z] #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-04T14:49:40.367Z] #43 sha256:c63553c7bc4e21b05cb5c6d9217754e02c22c62a0ea2a112a8bcbb55346332bd [2022-03-04T14:49:40.367Z] #43 200.0 + dpkg --print-architecture [2022-03-04T14:49:40.367Z] #43 200.0 + git checkout -q v2.1.0 [2022-03-04T14:49:40.629Z] #43 200.4 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-03-04T14:49:40.629Z] #43 200.4 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-03-04T14:49:42.732Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-04T14:49:42.732Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-04T14:49:44.309Z] #60 ... [2022-03-04T14:49:44.309Z] [2022-03-04T14:49:44.309Z] #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-04T14:49:44.309Z] #43 sha256:c63553c7bc4e21b05cb5c6d9217754e02c22c62a0ea2a112a8bcbb55346332bd [2022-03-04T14:49:44.309Z] #43 203.1 + dpkg --print-architecture [2022-03-04T14:49:44.569Z] #43 203.1 + git checkout -q v2.1.0 [2022-03-04T14:49:44.646Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-04T14:49:44.829Z] #43 203.3 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2022-03-04T14:49:44.829Z] #43 203.3 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2022-03-04T14:49:46.029Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-04T14:49:46.600Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-04T14:49:47.986Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-04T14:49:48.247Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-04T14:49:49.632Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-04T14:49:51.545Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-03-04T14:49:51.545Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.81s) [2022-03-04T14:49:51.545Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.24s) [2022-03-04T14:49:51.545Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.24s) [2022-03-04T14:49:51.545Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.32s) [2022-03-04T14:49:51.545Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.39s) [2022-03-04T14:49:51.545Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.38s) [2022-03-04T14:49:51.545Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.66s) [2022-03-04T14:49:51.545Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.63s) [2022-03-04T14:49:51.545Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.21s) [2022-03-04T14:49:51.545Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.63s) [2022-03-04T14:49:51.545Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (4.23s) [2022-03-04T14:49:51.545Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.68s) [2022-03-04T14:49:51.545Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.91s) [2022-03-04T14:49:51.545Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.77s) [2022-03-04T14:49:51.545Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.67s) [2022-03-04T14:49:51.545Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.67s) [2022-03-04T14:49:51.545Z] === RUN TestCgroupNamespacesRun [2022-03-04T14:49:52.488Z] --- PASS: TestCgroupNamespacesRun (1.18s) [2022-03-04T14:49:52.488Z] === RUN TestCgroupNamespacesRunPrivileged [2022-03-04T14:49:52.488Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-03-04T14:49:52.488Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2022-03-04T14:49:52.488Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-03-04T14:49:53.431Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.18s) [2022-03-04T14:49:53.431Z] === RUN TestCgroupNamespacesRunHostMode [2022-03-04T14:49:54.544Z] sha256:fb895c7a3ea0582c059b9df59378f09b395d635b3b47eda27ea34be65b72d2ae [2022-03-04T14:49:54.544Z] INFO: Starting docker-py tests... [2022-03-04T14:49:54.544Z] ============================= test session starts ============================== [2022-03-04T14:49:54.544Z] platform linux -- Python 3.7.12, pytest-4.3.1, py-1.11.0, pluggy-1.0.0 [2022-03-04T14:49:54.544Z] rootdir: /src, inifile: pytest.ini [2022-03-04T14:49:54.544Z] plugins: timeout-1.3.3, cov-2.6.1 [2022-03-04T14:49:54.544Z] collected 395 items / 2 deselected / 393 selected [2022-03-04T14:49:54.544Z] [2022-03-04T14:49:54.813Z] --- PASS: TestCgroupNamespacesRunHostMode (1.15s) [2022-03-04T14:49:54.813Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-03-04T14:49:55.754Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.18s) [2022-03-04T14:49:55.754Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-03-04T14:49:57.136Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.16s) [2022-03-04T14:49:57.136Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-03-04T14:49:57.709Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.69s) [2022-03-04T14:49:57.709Z] === RUN TestCgroupNamespacesRunOlderClient [2022-03-04T14:49:59.094Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.25s) [2022-03-04T14:49:59.094Z] === RUN TestNISDomainname [2022-03-04T14:49:59.664Z] --- PASS: TestNISDomainname (0.58s) [2022-03-04T14:49:59.664Z] === RUN TestHostnameDnsResolution [2022-03-04T14:50:00.236Z] --- PASS: TestHostnameDnsResolution (0.70s) [2022-03-04T14:50:00.236Z] === RUN TestUnprivilegedPortsAndPing [2022-03-04T14:50:00.459Z] DEBUG: print all environment variables to check how Jenkins runs this script [2022-03-04T14:50:00.459Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-1cb0406e\powershellScript.ps1'; exit $LASTEXITCODE; [2022-03-04T14:50:00.459Z] ---------------------------------------------------------------------------- [2022-03-04T14:50:00.459Z] [2022-03-04T14:50:00.459Z] INFO: executeCI.ps1 starting at Fri Mar 4 14:49:59 CUT 2022 [2022-03-04T14:50:00.459Z] [2022-03-04T14:50:00.459Z] INFO: Script version 05-Feb-2019 09:03 PDT [2022-03-04T14:50:00.459Z] INFO: Running git version 2.24.1.windows.2 [2022-03-04T14:50:00.459Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2022-03-04T14:50:00.459Z] INFO: Environment variables: [2022-03-04T14:50:00.459Z] [2022-03-04T14:50:00.459Z] Name Value [2022-03-04T14:50:00.459Z] ---- ----- [2022-03-04T14:50:00.459Z] ALLUSERSPROFILE C:\ProgramData [2022-03-04T14:50:00.459Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2022-03-04T14:50:00.459Z] APT_MIRROR cdn-fastly.deb.debian.org [2022-03-04T14:50:00.459Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2022-03-04T14:50:00.459Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2022-03-04T14:50:00.459Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2022-03-04T14:50:00.459Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2022-03-04T14:50:00.459Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2022-03-04T14:50:00.459Z] BRANCH_NAME PR-43324 [2022-03-04T14:50:00.459Z] BUILD_DISPLAY_NAME #1 [2022-03-04T14:50:00.459Z] BUILD_ID 1 [2022-03-04T14:50:00.459Z] BUILD_NUMBER 1 [2022-03-04T14:50:00.459Z] BUILD_TAG jenkins-moby-PR-43324-1 [2022-03-04T14:50:00.459Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-43324/1/ [2022-03-04T14:50:00.459Z] CHANGE_AUTHOR ndeloof [2022-03-04T14:50:00.459Z] CHANGE_AUTHOR_DISPLAY_NAME Nicolas De loof [2022-03-04T14:50:00.459Z] CHANGE_AUTHOR_EMAIL nicolas.deloof@gmail.com [2022-03-04T14:50:00.459Z] CHANGE_BRANCH mount_selinux [2022-03-04T14:50:00.459Z] CHANGE_FORK ndeloof/docker [2022-03-04T14:50:00.459Z] CHANGE_ID 43324 [2022-03-04T14:50:00.459Z] CHANGE_TARGET master [2022-03-04T14:50:00.808Z] --- PASS: TestUnprivilegedPortsAndPing (0.57s) [2022-03-04T14:50:00.808Z] === RUN TestStats [2022-03-04T14:50:00.928Z] CHANGE_TITLE introduce VolumeOptions.Mode for SELinux share mode [2022-03-04T14:50:00.928Z] CHANGE_URL https://github.com/moby/moby/pull/43324 [2022-03-04T14:50:00.928Z] CHECK_CONFIG_COMMIT 33a3680e08d1007e72c3b3f1454f823d8e9948ee [2022-03-04T14:50:00.928Z] CommonProgramFiles C:\Program Files\Common Files [2022-03-04T14:50:00.928Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2022-03-04T14:50:00.928Z] CommonProgramW6432 C:\Program Files\Common Files [2022-03-04T14:50:00.928Z] COMPUTERNAME azwin-2-4d8be0 [2022-03-04T14:50:00.928Z] ComSpec C:\Windows\system32\cmd.exe [2022-03-04T14:50:00.928Z] ConfigSequenceNumber 0 [2022-03-04T14:50:00.928Z] DOCKER_BUILDKIT 0 [2022-03-04T14:50:00.928Z] DOCKER_DUT_DEBUG 1 [2022-03-04T14:50:00.928Z] DOCKER_EXPERIMENTAL 1 [2022-03-04T14:50:00.928Z] DOCKER_GRAPHDRIVER overlay2 [2022-03-04T14:50:00.928Z] DriverData C:\Windows\System32\Drivers\DriverData [2022-03-04T14:50:00.928Z] EXECUTOR_NUMBER 0 [2022-03-04T14:50:00.928Z] FQDN azwin-2-4d8be0.westus.cloudapp.azure.com [2022-03-04T14:50:00.928Z] GIT_BRANCH PR-43324 [2022-03-04T14:50:00.928Z] GIT_COMMIT 384532a8d29ccd3ae29128d9f9e03c82300160f7 [2022-03-04T14:50:00.928Z] GIT_URL https://github.com/moby/moby.git [2022-03-04T14:50:00.928Z] HUDSON_COOKIE 33bc021a-34b8-42ed-a671-f704473d7da2 [2022-03-04T14:50:00.928Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2022-03-04T14:50:00.928Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2022-03-04T14:50:00.928Z] HUDSON_URL https://ci-next.docker.com/public/ [2022-03-04T14:50:00.928Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2022-03-04T14:50:00.928Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2022-03-04T14:50:00.928Z] JENKINS_NODE_COOKIE ec08f165-6848-4781-aa1e-1dddcff1f61f [2022-03-04T14:50:00.928Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2022-03-04T14:50:00.928Z] JENKINS_URL https://ci-next.docker.com/public/ [2022-03-04T14:50:00.928Z] JOB_BASE_NAME PR-43324 [2022-03-04T14:50:00.928Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43324/display/redirect [2022-03-04T14:50:00.928Z] JOB_NAME moby/PR-43324 [2022-03-04T14:50:00.929Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-43324/ [2022-03-04T14:50:00.929Z] library.jps.version master [2022-03-04T14:50:00.929Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2022-03-04T14:50:00.929Z] NODE_LABELS amd64 azure azwin-2-4d8be0 azwin-2019 docker west-us windows windows-2019 x86_64 [2022-03-04T14:50:00.929Z] NODE_NAME azwin-2-4d8be0 [2022-03-04T14:50:00.929Z] NUMBER_OF_PROCESSORS 4 [2022-03-04T14:50:00.929Z] OS Windows_NT [2022-03-04T14:50:00.929Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2022-03-04T14:50:00.929Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2022-03-04T14:50:00.929Z] PROCESSOR_ARCHITECTURE AMD64 [2022-03-04T14:50:00.929Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 4, GenuineIntel [2022-03-04T14:50:00.929Z] PROCESSOR_LEVEL 6 [2022-03-04T14:50:00.929Z] PROCESSOR_REVISION 5504 [2022-03-04T14:50:00.929Z] ProgramData C:\ProgramData [2022-03-04T14:50:00.929Z] ProgramFiles C:\Program Files [2022-03-04T14:50:00.929Z] ProgramFiles(x86) C:\Program Files (x86) [2022-03-04T14:50:00.929Z] ProgramW6432 C:\Program Files [2022-03-04T14:50:00.929Z] PROMPT $P$G [2022-03-04T14:50:00.929Z] PSExecutionPolicyPreference Bypass [2022-03-04T14:50:00.929Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2022-03-04T14:50:00.929Z] PUBLIC C:\Users\Public [2022-03-04T14:50:00.929Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43324/1/display/redirect?page=artif... [2022-03-04T14:50:00.929Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43324/1/display/redirect?page=changes [2022-03-04T14:50:00.929Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43324/1/display/redirect [2022-03-04T14:50:00.929Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-43324/1/display/redirect?page=tests [2022-03-04T14:50:00.929Z] SKIP_VALIDATION_TESTS 1 [2022-03-04T14:50:00.929Z] SOURCES_DRIVE d [2022-03-04T14:50:00.929Z] SOURCES_SUBDIR gopath [2022-03-04T14:50:00.929Z] STAGE_NAME Run tests [2022-03-04T14:50:00.929Z] SystemDrive C: [2022-03-04T14:50:00.929Z] SystemRoot C:\Windows [2022-03-04T14:50:00.929Z] TEMP C:\Windows\TEMP [2022-03-04T14:50:00.929Z] TESTDEBUG 0 [2022-03-04T14:50:00.929Z] TESTRUN_DRIVE d [2022-03-04T14:50:00.929Z] TESTRUN_SUBDIR CI [2022-03-04T14:50:00.929Z] TIMEOUT 120m [2022-03-04T14:50:00.929Z] TMP C:\Windows\TEMP [2022-03-04T14:50:00.929Z] USERDOMAIN WORKGROUP [2022-03-04T14:50:00.929Z] USERNAME azwin-2-4d8be0$ [2022-03-04T14:50:00.929Z] USERPROFILE C:\Windows\system32\config\systemprofile [2022-03-04T14:50:00.929Z] windir C:\Windows [2022-03-04T14:50:00.929Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2022-03-04T14:50:00.929Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2022-03-04T14:50:00.929Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2022-03-04T14:50:00.929Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2022-03-04T14:50:00.929Z] [2022-03-04T14:50:00.929Z] [2022-03-04T14:50:00.929Z] [2022-03-04T14:50:02.498Z] INFO: Sources under d:\gopath\... [2022-03-04T14:50:02.498Z] INFO: Test run under d:\CI\... [2022-03-04T14:50:02.498Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2022-03-04T14:50:02.498Z] INFO: docker/docker repository was found [2022-03-04T14:50:02.610Z] #43 DONE 219.7s [2022-03-04T14:50:02.610Z] [2022-03-04T14:50:02.610Z] #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-04T14:50:02.610Z] #60 sha256:70ff32ccd53006d8067d79d8052c547aa91bedb668246dbe0837a5622fb9b4f8 [2022-03-04T14:50:02.610Z] #60 ... [2022-03-04T14:50:02.610Z] [2022-03-04T14:50:02.610Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-04T14:50:02.610Z] #44 sha256:b6b10d3638a238800f103e43b5692a53686f0ff167a61e178ec1f18cfd5f824e [2022-03-04T14:50:02.610Z] #44 DONE 0.8s [2022-03-04T14:50:02.610Z] [2022-03-04T14:50:02.610Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-04T14:50:02.610Z] #48 sha256:e521f7131269283b29b6682926526d5f11851de0225fd95b6ffae84acb8e1d68 [2022-03-04T14:50:02.610Z] #48 DONE 0.1s [2022-03-04T14:50:02.610Z] [2022-03-04T14:50:02.610Z] #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-04T14:50:02.610Z] #51 sha256:5471c33f57f71bc7f9babd3740e165797675d5392d4c7d948c0cf4f0ef98a2fa [2022-03-04T14:50:02.610Z] #51 ... [2022-03-04T14:50:02.610Z] [2022-03-04T14:50:02.610Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-04T14:50:02.610Z] #50 sha256:d4e66e8b719244259176696b8aad04cfbd761574f6d52501908449dfc06c5d4a [2022-03-04T14:50:02.610Z] #50 DONE 0.1s [2022-03-04T14:50:02.610Z] [2022-03-04T14:50:02.610Z] #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-04T14:50:02.610Z] #60 sha256:70ff32ccd53006d8067d79d8052c547aa91bedb668246dbe0837a5622fb9b4f8 [2022-03-04T14:50:02.968Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2022-03-04T14:50:02.968Z] ltsc2019: Pulling from windows/servercore [2022-03-04T14:50:03.348Z] --- PASS: TestStats (2.49s) [2022-03-04T14:50:03.348Z] === RUN TestStopContainerWithTimeout [2022-03-04T14:50:03.348Z] === RUN TestStopContainerWithTimeout/0 [2022-03-04T14:50:03.348Z] === PAUSE TestStopContainerWithTimeout/0 [2022-03-04T14:50:03.348Z] === RUN TestStopContainerWithTimeout/1 [2022-03-04T14:50:03.348Z] === PAUSE TestStopContainerWithTimeout/1 [2022-03-04T14:50:03.348Z] === RUN TestStopContainerWithTimeout/3 [2022-03-04T14:50:03.348Z] === PAUSE TestStopContainerWithTimeout/3 [2022-03-04T14:50:03.348Z] === RUN TestStopContainerWithTimeout/-1 [2022-03-04T14:50:03.348Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-03-04T14:50:03.348Z] === CONT TestStopContainerWithTimeout/0 [2022-03-04T14:50:03.348Z] === CONT TestStopContainerWithTimeout/-1 [2022-03-04T14:50:03.437Z] 4612f6d0b889: Pulling fs layer [2022-03-04T14:50:03.437Z] 1bd78008c728: Pulling fs layer [2022-03-04T14:50:03.920Z] === CONT TestStopContainerWithTimeout/3 [2022-03-04T14:50:05.302Z] tests/integration/api_build_test.py .......................X [ 6%] [2022-03-04T14:50:05.832Z] === CONT TestStopContainerWithTimeout/1 [2022-03-04T14:50:05.866Z] tests/integration/api_client_test.py ..... [ 7%] [2022-03-04T14:50:06.779Z] #43 DONE 223.5s [2022-03-04T14:50:06.779Z] [2022-03-04T14:50:06.779Z] #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-04T14:50:06.779Z] #60 sha256:02493479f1840b083a32e8b799a07d31cbc449ceee112725819d4fa1347c788d [2022-03-04T14:50:06.779Z] #60 ... [2022-03-04T14:50:06.779Z] [2022-03-04T14:50:06.779Z] #44 [dev-systemd-false 15/24] COPY --from=registry /build/ /usr/local/bin/ [2022-03-04T14:50:06.779Z] #44 sha256:e2e2c8bbf405a8066f96fd3a13eed500916ed93e5c123fccb0b53df8a0042d60 [2022-03-04T14:50:07.040Z] #44 DONE 0.5s [2022-03-04T14:50:07.040Z] [2022-03-04T14:50:07.040Z] #48 [dev-systemd-false 16/24] COPY --from=criu /build/ /usr/local/bin/ [2022-03-04T14:50:07.040Z] #48 sha256:4eba3542eb6ef1b0975c8e2aaca3f6b6d64c931f16e5616522f1c239ad40a3c7 [2022-03-04T14:50:07.040Z] #48 DONE 0.1s [2022-03-04T14:50:07.040Z] [2022-03-04T14:50:07.040Z] #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-04T14:50:07.040Z] #56 sha256:11cae7fe91f95ef12ebf04fbf839007857045947878db73a74f5ced522c947a7 [2022-03-04T14:50:07.040Z] #56 ... [2022-03-04T14:50:07.040Z] [2022-03-04T14:50:07.040Z] #50 [dev-systemd-false 17/24] COPY --from=gotestsum /build/ /usr/local/bin/ [2022-03-04T14:50:07.040Z] #50 sha256:0ca3907bd0961eac8ac62e9e208f0b6961c425d5e8530e2a92399e08388f3f04 [2022-03-04T14:50:07.040Z] #50 DONE 0.1s [2022-03-04T14:50:07.300Z] [2022-03-04T14:50:07.300Z] #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-04T14:50:07.300Z] #56 sha256:11cae7fe91f95ef12ebf04fbf839007857045947878db73a74f5ced522c947a7 [2022-03-04T14:50:07.620Z] tests/integration/api_config_test.py ...... [ 8%] [2022-03-04T14:50:07.743Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-03-04T14:50:07.743Z] --- PASS: TestStopContainerWithTimeout/0 (0.73s) [2022-03-04T14:50:07.743Z] --- PASS: TestStopContainerWithTimeout/-1 (2.65s) [2022-03-04T14:50:07.743Z] --- PASS: TestStopContainerWithTimeout/3 (2.40s) [2022-03-04T14:50:07.743Z] --- PASS: TestStopContainerWithTimeout/1 (1.44s) [2022-03-04T14:50:07.743Z] === RUN TestDeleteDevicemapper [2022-03-04T14:50:07.743Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-04T14:50:07.743Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-03-04T14:50:07.743Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-04T14:50:09.658Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.94s) [2022-03-04T14:50:09.658Z] === RUN TestUpdateMemory [2022-03-04T14:50:09.918Z] --- PASS: TestUpdateMemory (0.59s) [2022-03-04T14:50:09.918Z] === RUN TestUpdateCPUQuota [2022-03-04T14:50:10.860Z] --- PASS: TestUpdateCPUQuota (0.90s) [2022-03-04T14:50:10.860Z] === RUN TestUpdatePidsLimit [2022-03-04T14:50:10.860Z] === RUN TestUpdatePidsLimit/update_from_none [2022-03-04T14:50:11.121Z] === RUN TestUpdatePidsLimit/no_change [2022-03-04T14:50:11.121Z] === RUN TestUpdatePidsLimit/update_lower [2022-03-04T14:50:11.392Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-03-04T14:50:11.661Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-03-04T14:50:11.933Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-03-04T14:50:12.211Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-03-04T14:50:12.797Z] --- PASS: TestUpdatePidsLimit (2.02s) [2022-03-04T14:50:12.797Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.22s) [2022-03-04T14:50:12.797Z] --- PASS: TestUpdatePidsLimit/no_change (0.20s) [2022-03-04T14:50:12.797Z] --- PASS: TestUpdatePidsLimit/update_lower (0.22s) [2022-03-04T14:50:12.797Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.24s) [2022-03-04T14:50:12.797Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.23s) [2022-03-04T14:50:12.797Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.22s) [2022-03-04T14:50:12.797Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.23s) [2022-03-04T14:50:12.797Z] === RUN TestUpdateRestartPolicy [2022-03-04T14:50:14.848Z] 898469748ff6: Verifying Checksum [2022-03-04T14:50:14.848Z] 898469748ff6: Download complete [2022-03-04T14:50:21.292Z] 1bd78008c728: Verifying Checksum [2022-03-04T14:50:21.292Z] 1bd78008c728: Download complete [2022-03-04T14:50:24.255Z] 4612f6d0b889: Verifying Checksum [2022-03-04T14:50:24.255Z] 4612f6d0b889: Download complete [2022-03-04T14:50:25.103Z] --- PASS: TestUpdateRestartPolicy (11.03s) [2022-03-04T14:50:25.103Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-04T14:50:25.103Z] --- PASS: TestUpdateRestartWithAutoRemove (0.45s) [2022-03-04T14:50:25.103Z] === RUN TestWaitNonBlocked [2022-03-04T14:50:25.103Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-04T14:50:25.103Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-04T14:50:25.103Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-04T14:50:25.103Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-04T14:50:25.103Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-04T14:50:25.103Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-04T14:50:25.103Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-03-04T14:50:25.103Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.60s) [2022-03-04T14:50:25.103Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.71s) [2022-03-04T14:50:25.103Z] === RUN TestWaitBlocked [2022-03-04T14:50:25.103Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-04T14:50:25.103Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-04T14:50:25.103Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-03-04T14:50:25.103Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-03-04T14:50:25.103Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-04T14:50:25.103Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-03-04T14:50:26.042Z] --- PASS: TestWaitBlocked (0.01s) [2022-03-04T14:50:26.042Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.83s) [2022-03-04T14:50:26.042Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.85s) [2022-03-04T14:50:26.042Z] === CONT TestContainerStartOnDaemonRestart [2022-03-04T14:50:26.042Z] === CONT TestIpcModeOlderClient [2022-03-04T14:50:26.042Z] --- PASS: TestIpcModeOlderClient (0.11s) [2022-03-04T14:50:26.043Z] === CONT TestContainerKillOnDaemonStart [2022-03-04T14:50:27.957Z] --- PASS: TestContainerStartOnDaemonRestart (2.14s) [2022-03-04T14:50:27.957Z] === CONT TestRestartDaemonWithRestartingContainer [2022-03-04T14:50:29.534Z] 8f616e6e9eec: Pull complete [2022-03-04T14:50:29.872Z] === CONT TestDaemonHostGatewayIP [2022-03-04T14:50:29.872Z] --- PASS: TestRestartDaemonWithRestartingContainer (1.78s) [2022-03-04T14:50:32.415Z] --- PASS: TestDaemonHostGatewayIP (2.24s) [2022-03-04T14:50:32.415Z] === CONT TestDaemonRestartIpcMode [2022-03-04T14:50:33.846Z] time="2022-03-04T14:50:28Z" level=warning msg="memberlist: Failed to send ack: write udp [::]:10037->172.17.0.2:10036: use of closed network connection from=172.17.0.2:10036" [2022-03-04T14:50:33.846Z] ok github.com/docker/docker/libnetwork/networkdb 104.452s coverage: 60.5% of statements [2022-03-04T14:50:33.846Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-04T14:50:33.846Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2022-03-04T14:50:33.846Z] ok github.com/docker/docker/libnetwork/osl 4.329s coverage: 39.7% of statements [2022-03-04T14:50:33.846Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2022-03-04T14:50:33.846Z] ok github.com/docker/docker/libnetwork/portallocator 0.007s coverage: 86.1% of statements [2022-03-04T14:50:34.329Z] --- PASS: TestDaemonRestartIpcMode (2.29s) [2022-03-04T14:50:34.408Z] ok github.com/docker/docker/libnetwork/portmapper 0.282s coverage: 48.6% of statements [2022-03-04T14:50:34.665Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 70.6% of statements [2022-03-04T14:50:34.665Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-04T14:50:34.741Z] #60 207.7 + bin/containerd [2022-03-04T14:50:34.922Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2022-03-04T14:50:34.922Z] [2022-03-04T14:50:34.922Z] === Skipped [2022-03-04T14:50:34.922Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-03-04T14:50:34.922Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-04T14:50:34.922Z] [2022-03-04T14:50:34.922Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-03-04T14:50:34.922Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-04T14:50:34.922Z] [2022-03-04T14:50:34.922Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-03-04T14:50:34.922Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-04T14:50:34.922Z] [2022-03-04T14:50:34.922Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-04T14:50:34.922Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T14:50:34.922Z] [2022-03-04T14:50:34.922Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-04T14:50:34.922Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T14:50:34.922Z] [2022-03-04T14:50:34.922Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-04T14:50:34.922Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T14:50:34.922Z] [2022-03-04T14:50:34.922Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-04T14:50:34.922Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T14:50:34.922Z] [2022-03-04T14:50:34.922Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-04T14:50:34.923Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T14:50:34.923Z] [2022-03-04T14:50:34.923Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-03-04T14:50:34.923Z] firewalld_test.go:14: firewalld is not running [2022-03-04T14:50:34.923Z] [2022-03-04T14:50:34.923Z] DONE 326 tests, 9 skipped in 201.686s Post stage [Pipeline] junit [2022-03-04T14:50:35.497Z] Recording test results [2022-03-04T14:50:35.608Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-04T14:50:35.945Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43324/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=384532a8d29ccd3ae29128d9f9e03c82300160f7 -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:384532a8d29ccd3ae29128d9f9e03c82300160f7 hack/make.sh dynbinary test-integration [2022-03-04T14:50:36.080Z] 8f616e6e9eec: Verifying Checksum [2022-03-04T14:50:36.080Z] 8f616e6e9eec: Download complete [2022-03-04T14:50:36.202Z] [2022-03-04T14:50:36.202Z] Removing bundles/ [2022-03-04T14:50:36.202Z] [2022-03-04T14:50:36.202Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-04T14:50:36.202Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-04T14:50:36.202Z] GOOS="" GOARCH="" GOARM="" [2022-03-04T14:50:36.770Z] tests/integration/api_container_test.py ....x..........x................ [ 17%] [2022-03-04T14:50:37.627Z] --- PASS: TestContainerKillOnDaemonStart (11.71s) [2022-03-04T14:50:37.627Z] PASS [2022-03-04T14:50:37.627Z] [2022-03-04T14:50:37.627Z] === Skipped [2022-03-04T14:50:37.627Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-03-04T14:50:37.627Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-04T14:50:37.627Z] [2022-03-04T14:50:37.627Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-03-04T14:50:37.627Z] kill_test.go:160: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2022-03-04T14:50:37.627Z] [2022-03-04T14:50:37.627Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-04T14:50:37.627Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-04T14:50:37.627Z] [2022-03-04T14:50:37.627Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2022-03-04T14:50:37.628Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2022-03-04T14:50:37.628Z] [2022-03-04T14:50:37.628Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-03-04T14:50:37.628Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-04T14:50:37.628Z] [2022-03-04T14:50:37.628Z] DONE 200 tests, 5 skipped in 116.426s [2022-03-04T14:50:37.628Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-03-04T14:50:37.889Z] === RUN TestConfigDaemonLibtrustID [2022-03-04T14:50:38.049Z] #60 ... [2022-03-04T14:50:38.049Z] [2022-03-04T14:50:38.049Z] #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-04T14:50:38.049Z] #56 sha256:d8a07c18bdc10e400069df6f30d55bf79c021355b6d173359cb269685942f08d [2022-03-04T14:50:38.049Z] #56 123.2 + mkdir -p /build [2022-03-04T14:50:38.049Z] #56 123.2 + cp runc /build/runc [2022-03-04T14:50:38.459Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2022-03-04T14:50:38.459Z] === RUN TestDaemonConfigValidation [2022-03-04T14:50:38.459Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-03-04T14:50:38.459Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-03-04T14:50:38.459Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-03-04T14:50:38.459Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-03-04T14:50:38.459Z] === RUN TestDaemonConfigValidation/invalid_config [2022-03-04T14:50:38.459Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-03-04T14:50:38.459Z] === RUN TestDaemonConfigValidation/malformed_config [2022-03-04T14:50:38.459Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-03-04T14:50:38.459Z] === RUN TestDaemonConfigValidation/valid_config [2022-03-04T14:50:38.459Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-03-04T14:50:38.459Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-03-04T14:50:38.459Z] === CONT TestDaemonConfigValidation/malformed_config [2022-03-04T14:50:38.459Z] === CONT TestDaemonConfigValidation/valid_config [2022-03-04T14:50:38.459Z] === CONT TestDaemonConfigValidation/invalid_config [2022-03-04T14:50:38.459Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-03-04T14:50:38.459Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-03-04T14:50:38.459Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s) [2022-03-04T14:50:38.459Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.08s) [2022-03-04T14:50:38.459Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.07s) [2022-03-04T14:50:38.459Z] --- PASS: TestDaemonConfigValidation/valid_config (0.08s) [2022-03-04T14:50:38.459Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2022-03-04T14:50:38.459Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-04T14:50:38.459Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-03-04T14:50:39.400Z] #56 ... [2022-03-04T14:50:39.400Z] [2022-03-04T14:50:39.400Z] #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-04T14:50:39.400Z] #60 sha256:02493479f1840b083a32e8b799a07d31cbc449ceee112725819d4fa1347c788d [2022-03-04T14:50:39.400Z] #60 203.4 + bin/containerd [2022-03-04T14:50:39.841Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-03-04T14:50:40.595Z] #56 DONE 125.8s [2022-03-04T14:50:40.595Z] [2022-03-04T14:50:40.595Z] #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-04T14:50:40.595Z] #51 sha256:5471c33f57f71bc7f9babd3740e165797675d5392d4c7d948c0cf4f0ef98a2fa [2022-03-04T14:50:40.781Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-03-04T14:50:41.722Z] === CONT TestConfigDaemonSeccompProfiles [2022-03-04T14:50:41.722Z] daemon_test.go:156: [d2fe2bde6746b] daemon is not started [2022-03-04T14:50:41.722Z] --- PASS: TestConfigDaemonSeccompProfiles (3.12s) [2022-03-04T14:50:41.722Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-03-04T14:50:41.722Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-03-04T14:50:41.722Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-03-04T14:50:41.722Z] === RUN TestDaemonProxy [2022-03-04T14:50:41.722Z] === RUN TestDaemonProxy/environment_variables [2022-03-04T14:50:42.518Z] #51 262.6 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-03-04T14:50:42.518Z] #51 DONE 262.7s [2022-03-04T14:50:42.518Z] [2022-03-04T14:50:42.519Z] #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-04T14:50:42.519Z] #60 sha256:70ff32ccd53006d8067d79d8052c547aa91bedb668246dbe0837a5622fb9b4f8 [2022-03-04T14:50:42.694Z] #60 ... [2022-03-04T14:50:42.694Z] [2022-03-04T14:50:42.694Z] #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-04T14:50:42.694Z] #56 sha256:11cae7fe91f95ef12ebf04fbf839007857045947878db73a74f5ced522c947a7 [2022-03-04T14:50:42.694Z] #56 126.4 + mkdir -p /build [2022-03-04T14:50:42.694Z] #56 126.4 + cp runc /build/runc [2022-03-04T14:50:43.639Z] === RUN TestDaemonProxy/command-line_options [2022-03-04T14:50:44.078Z] #56 DONE 128.5s [2022-03-04T14:50:44.078Z] [2022-03-04T14:50:44.078Z] #51 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod GOBIN=/build/ GO111MODULE=on go install "github.com/golangci/golangci-lint/cmd/golangci-lint@v1.44.0" && /build/golangci-lint --version [2022-03-04T14:50:44.078Z] #51 sha256:5471c33f57f71bc7f9babd3740e165797675d5392d4c7d948c0cf4f0ef98a2fa [2022-03-04T14:50:44.435Z] #60 ... [2022-03-04T14:50:44.435Z] [2022-03-04T14:50:44.435Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-04T14:50:44.435Z] #52 sha256:4a1f20c9d36556504bb8d9e5b4ecc891586c562e0703aa1d2f6a174f70cba6e4 [2022-03-04T14:50:45.019Z] #52 DONE 0.6s [2022-03-04T14:50:45.019Z] [2022-03-04T14:50:45.019Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-04T14:50:45.019Z] #54 sha256:049d61debc47e56c91be8101e0c6accea2b1f960222bfef27b009368925841c0 [2022-03-04T14:50:45.019Z] #54 DONE 0.1s [2022-03-04T14:50:45.019Z] [2022-03-04T14:50:45.019Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-04T14:50:45.019Z] #57 sha256:9164712e6026c4c277fb709831a34dd5173b75a1ebe2d7db1a1f013b7ba583f4 [2022-03-04T14:50:45.280Z] #57 DONE 0.3s [2022-03-04T14:50:45.281Z] [2022-03-04T14:50:45.281Z] #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-04T14:50:45.281Z] #60 sha256:70ff32ccd53006d8067d79d8052c547aa91bedb668246dbe0837a5622fb9b4f8 [2022-03-04T14:50:45.549Z] === RUN TestDaemonProxy/configuration_file [2022-03-04T14:50:47.432Z] #51 265.7 golangci-lint has version v1.44.0 built from (unknown, mod sum: "h1:YJPouGNQEdK+x2KsCpWMIBy0q6MSuxHjkWMxJMNj/DU=") on (unknown) [2022-03-04T14:50:47.432Z] #51 DONE 265.8s [2022-03-04T14:50:47.432Z] [2022-03-04T14:50:47.432Z] #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-04T14:50:47.432Z] #60 sha256:02493479f1840b083a32e8b799a07d31cbc449ceee112725819d4fa1347c788d [2022-03-04T14:50:47.464Z] === RUN TestDaemonProxy/conflicting_options [2022-03-04T14:50:47.464Z] === RUN TestDaemonProxy/reload_sanitized [2022-03-04T14:50:48.036Z] --- PASS: TestDaemonProxy (6.46s) [2022-03-04T14:50:48.036Z] --- PASS: TestDaemonProxy/environment_variables (1.97s) [2022-03-04T14:50:48.036Z] --- PASS: TestDaemonProxy/command-line_options (1.75s) [2022-03-04T14:50:48.036Z] --- PASS: TestDaemonProxy/configuration_file (1.72s) [2022-03-04T14:50:48.036Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-03-04T14:50:48.036Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-03-04T14:50:48.036Z] PASS [2022-03-04T14:50:48.036Z] [2022-03-04T14:50:48.036Z] DONE 17 tests in 10.377s [2022-03-04T14:50:48.036Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-03-04T14:50:48.298Z] INFO: Testing against a local daemon [2022-03-04T14:50:48.298Z] === RUN TestCommitInheritsEnv [2022-03-04T14:50:48.403Z] #60 ... [2022-03-04T14:50:48.403Z] [2022-03-04T14:50:48.403Z] #52 [dev-systemd-false 18/24] COPY --from=golangci_lint /build/ /usr/local/bin/ [2022-03-04T14:50:48.403Z] #52 sha256:b76e165e6f06918e3cf80d680ed146591faf05dc280aca50448f5ef26d3f5af2 [2022-03-04T14:50:48.559Z] --- PASS: TestCommitInheritsEnv (0.31s) [2022-03-04T14:50:48.560Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-04T14:50:48.560Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-03-04T14:50:48.560Z] === RUN TestImportWithCustomPlatform [2022-03-04T14:50:48.560Z] === RUN TestImportWithCustomPlatform/#00 [2022-03-04T14:50:48.560Z] === RUN TestImportWithCustomPlatform/_______ [2022-03-04T14:50:48.560Z] === RUN TestImportWithCustomPlatform// [2022-03-04T14:50:48.560Z] === RUN TestImportWithCustomPlatform/linux [2022-03-04T14:50:48.560Z] === RUN TestImportWithCustomPlatform/LINUX [2022-03-04T14:50:48.820Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-03-04T14:50:48.820Z] === RUN TestImportWithCustomPlatform/macos [2022-03-04T14:50:48.820Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-03-04T14:50:48.820Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-03-04T14:50:48.820Z] --- PASS: TestImportWithCustomPlatform (0.32s) [2022-03-04T14:50:48.820Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-03-04T14:50:48.820Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-03-04T14:50:48.820Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-03-04T14:50:48.820Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-03-04T14:50:48.820Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-03-04T14:50:48.820Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.08s) [2022-03-04T14:50:48.820Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-03-04T14:50:48.820Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-03-04T14:50:48.820Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-03-04T14:50:48.820Z] === RUN TestImagesFilterMultiReference [2022-03-04T14:50:48.820Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2022-03-04T14:50:48.820Z] === RUN TestImagePullPlatformInvalid [2022-03-04T14:50:48.820Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-03-04T14:50:48.820Z] === RUN TestRemoveImageOrphaning [2022-03-04T14:50:48.972Z] #52 DONE 0.5s [2022-03-04T14:50:48.972Z] [2022-03-04T14:50:48.972Z] #54 [dev-systemd-false 19/24] COPY --from=shfmt /build/ /usr/local/bin/ [2022-03-04T14:50:48.972Z] #54 sha256:c1f41165dfdd5f0a3c40c9e33c8bb77f665197ce4936943ac801b63dfb6a52d3 [2022-03-04T14:50:48.972Z] #54 DONE 0.1s [2022-03-04T14:50:48.972Z] [2022-03-04T14:50:48.972Z] #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-04T14:50:48.972Z] #60 sha256:02493479f1840b083a32e8b799a07d31cbc449ceee112725819d4fa1347c788d [2022-03-04T14:50:49.081Z] --- PASS: TestRemoveImageOrphaning (0.26s) [2022-03-04T14:50:49.081Z] === RUN TestRemoveImageGarbageCollector [2022-03-04T14:50:49.232Z] #60 ... [2022-03-04T14:50:49.232Z] [2022-03-04T14:50:49.232Z] #57 [dev-systemd-false 20/24] COPY --from=runc /build/ /usr/local/bin/ [2022-03-04T14:50:49.232Z] #57 sha256:84611ad122fa69a924ecdc9212673c3df389b6245044221ca85b8a8db228a745 [2022-03-04T14:50:49.232Z] #57 DONE 0.2s [2022-03-04T14:50:49.232Z] [2022-03-04T14:50:49.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-04T14:50:49.232Z] #60 sha256:02493479f1840b083a32e8b799a07d31cbc449ceee112725819d4fa1347c788d [2022-03-04T14:50:50.993Z] --- PASS: TestRemoveImageGarbageCollector (1.88s) [2022-03-04T14:50:50.993Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-04T14:50:50.993Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-03-04T14:50:50.993Z] === RUN TestTagInvalidReference [2022-03-04T14:50:50.993Z] --- PASS: TestTagInvalidReference (0.01s) [2022-03-04T14:50:50.993Z] === RUN TestTagValidPrefixedRepo [2022-03-04T14:50:51.254Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2022-03-04T14:50:51.254Z] === RUN TestTagExistedNameWithoutForce [2022-03-04T14:50:51.254Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-03-04T14:50:51.254Z] === RUN TestTagOfficialNames [2022-03-04T14:50:51.254Z] --- PASS: TestTagOfficialNames (0.05s) [2022-03-04T14:50:51.254Z] === RUN TestTagMatchesDigest [2022-03-04T14:50:51.254Z] --- PASS: TestTagMatchesDigest (0.02s) [2022-03-04T14:50:51.254Z] === CONT TestImportExtremelyLargeImageWorks [2022-03-04T14:51:11.867Z] #60 246.2 # github.com/containerd/containerd/cmd/containerd [2022-03-04T14:51:11.867Z] #60 246.2 /usr/bin/ld: /tmp/go-link-718132427/000019.o: in function `New': [2022-03-04T14:51:11.867Z] #60 246.2 /tmp/tmp.StKseHbkLq/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-04T14:51:11.867Z] #60 246.2 + bin/containerd-stress [2022-03-04T14:51:12.831Z] #60 247.3 + bin/containerd-shim [2022-03-04T14:51:20.996Z] #60 254.6 + bin/containerd-shim-runc-v1 [2022-03-04T14:51:21.315Z] #60 242.2 # github.com/containerd/containerd/cmd/containerd [2022-03-04T14:51:21.315Z] #60 242.2 /usr/bin/ld: /tmp/go-link-447605642/000019.o: in function `New': [2022-03-04T14:51:21.315Z] #60 242.2 /tmp/tmp.fqKUVB86LG/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-04T14:51:21.315Z] #60 242.3 + bin/containerd-stress [2022-03-04T14:51:21.315Z] #60 243.3 + bin/containerd-shim [2022-03-04T14:51:24.606Z] #60 250.5 + bin/containerd-shim-runc-v1 [2022-03-04T14:51:25.206Z] #60 259.8 + bin/containerd-shim-runc-v2 [2022-03-04T14:51:25.468Z] #60 260.3 + binaries [2022-03-04T14:51:25.728Z] #60 260.3 + install -D bin/containerd /build/containerd [2022-03-04T14:51:25.729Z] #60 260.4 + install -D bin/containerd-shim /build/containerd-shim [2022-03-04T14:51:25.729Z] #60 260.4 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-03-04T14:51:25.729Z] #60 260.4 + install -D bin/ctr /build/ctr [2022-03-04T14:51:27.640Z] #60 DONE 262.4s [2022-03-04T14:51:28.590Z] [2022-03-04T14:51:28.590Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-04T14:51:28.590Z] #61 sha256:0acf2fd33513c5f2bf3dbd69dd59e7cd60aade9fa0c7693d2f172ed424851549 [2022-03-04T14:51:28.764Z] .........................xx.................... [ 29%] [2022-03-04T14:51:29.160Z] #61 DONE 0.7s [2022-03-04T14:51:29.160Z] [2022-03-04T14:51:29.160Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-04T14:51:29.160Z] #66 sha256:de1babd8d3e84035d46faa2d52b01ef2ba39e8a95172405ad5d7f3c90c7ece1a [2022-03-04T14:51:29.421Z] #66 DONE 0.2s [2022-03-04T14:51:29.421Z] [2022-03-04T14:51:29.421Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-04T14:51:29.421Z] #71 sha256:40938454f5b5512ae49b2a411b2aecfebc98efeb7089f56c5efc940c56032511 [2022-03-04T14:51:29.880Z] #60 255.6 + bin/containerd-shim-runc-v2 [2022-03-04T14:51:30.139Z] #60 256.2 + binaries [2022-03-04T14:51:30.139Z] #60 256.2 + install -D bin/containerd /build/containerd [2022-03-04T14:51:30.139Z] #60 256.3 + install -D bin/containerd-shim /build/containerd-shim [2022-03-04T14:51:30.139Z] #60 256.3 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2022-03-04T14:51:30.139Z] #60 256.3 + install -D bin/ctr /build/ctr [2022-03-04T14:51:30.362Z] #71 DONE 0.9s [2022-03-04T14:51:30.362Z] [2022-03-04T14:51:30.362Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-04T14:51:30.362Z] #72 sha256:0ba7239e2198cc58455bc69bc0be30257e3087f1b5a404506ef2b55f73891878 [2022-03-04T14:51:30.362Z] #72 DONE 0.0s [2022-03-04T14:51:30.362Z] [2022-03-04T14:51:30.362Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-04T14:51:30.362Z] #73 sha256:63ff0fd33fdcf268ce7204a49e66fd949ff3ec9ee22013e1a046e2bc6c0e6a01 [2022-03-04T14:51:31.747Z] #73 DONE 1.2s [2022-03-04T14:51:31.747Z] [2022-03-04T14:51:31.747Z] #74 exporting to image [2022-03-04T14:51:31.747Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-04T14:51:31.747Z] #74 exporting layers [2022-03-04T14:51:32.043Z] #60 DONE 258.2s [2022-03-04T14:51:32.982Z] [2022-03-04T14:51:32.982Z] #61 [dev-systemd-false 21/24] COPY --from=containerd /build/ /usr/local/bin/ [2022-03-04T14:51:32.982Z] #61 sha256:a1f2dacba5b48c5e332dc53be808a9854164061b5f6e1d6ef46a2e243060d3e2 [2022-03-04T14:51:33.548Z] #61 DONE 0.7s [2022-03-04T14:51:33.548Z] [2022-03-04T14:51:33.548Z] #66 [dev-systemd-false 22/24] COPY --from=rootlesskit /build/ /usr/local/bin/ [2022-03-04T14:51:33.548Z] #66 sha256:5f0958abab4f596d5173cccf654525148e7d8d33f97b02c4f4542e046181eb01 [2022-03-04T14:51:33.811Z] #66 DONE 0.2s [2022-03-04T14:51:33.811Z] [2022-03-04T14:51:33.811Z] #71 [dev-systemd-false 23/24] COPY --from=vpnkit /build/ /usr/local/bin/ [2022-03-04T14:51:33.811Z] #71 sha256:cdc6fe467985be9c598f64464ab7eb276caf04cee5254cd7075740945324a747 [2022-03-04T14:51:34.748Z] #71 DONE 0.8s [2022-03-04T14:51:34.748Z] [2022-03-04T14:51:34.748Z] #72 [dev-systemd-false 24/24] WORKDIR /go/src/github.com/docker/docker [2022-03-04T14:51:34.748Z] #72 sha256:f8b33535c1c744381fb66998f71a0b4a667a7eae470045a07fdffc3f48c010d6 [2022-03-04T14:51:34.748Z] #72 DONE 0.0s [2022-03-04T14:51:34.748Z] [2022-03-04T14:51:34.748Z] #73 [final 1/1] COPY . /go/src/github.com/docker/docker [2022-03-04T14:51:34.748Z] #73 sha256:90e9e6e93abb0ad70976ab178824321c5b17c0a7961ff95f1bec4df65f6c73c0 [2022-03-04T14:51:35.684Z] #73 DONE 1.1s [2022-03-04T14:51:35.684Z] [2022-03-04T14:51:35.684Z] #74 exporting to image [2022-03-04T14:51:35.684Z] #74 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2022-03-04T14:51:35.684Z] #74 exporting layers [2022-03-04T14:51:38.333Z] #74 exporting layers 6.0s done [2022-03-04T14:51:38.333Z] #74 writing image sha256:43e9381112956a4c2b8d54ce3806645990ae5023d376d2a95ea9f7ed0fefe2a1 done [2022-03-04T14:51:38.333Z] #74 naming to docker.io/library/docker:384532a8d29ccd3ae29128d9f9e03c82300160f7 done [2022-03-04T14:51:38.333Z] #74 DONE 6.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-03-04T14:51:38.696Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43324/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=384532a8d29ccd3ae29128d9f9e03c82300160f7 -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:384532a8d29ccd3ae29128d9f9e03c82300160f7 hack/make.sh dynbinary test-integration [2022-03-04T14:51:40.082Z] [2022-03-04T14:51:40.343Z] Removing bundles/ [2022-03-04T14:51:40.343Z] [2022-03-04T14:51:40.343Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-04T14:51:40.343Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-04T14:51:40.343Z] GOOS="" GOARCH="" GOARM="" [2022-03-04T14:51:42.249Z] #74 exporting layers 6.1s done [2022-03-04T14:51:42.249Z] #74 writing image sha256:dbc92aef299840c4180a15724aa28f05842a879aa9c6c4b52423007b47dee8cf done [2022-03-04T14:51:42.249Z] #74 naming to docker.io/library/docker:384532a8d29ccd3ae29128d9f9e03c82300160f7 done [2022-03-04T14:51:42.249Z] #74 DONE 6.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2022-03-04T14:51:42.582Z] + trap exit INT TERM [2022-03-04T14:51:42.583Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2022-03-04T14:51:42.583Z] + CONTAINER_NAME=docker-pr1 [2022-03-04T14:51:42.583Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43324/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43324/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=384532a8d29ccd3ae29128d9f9e03c82300160f7 -e DOCKER_GRAPHDRIVER docker:384532a8d29ccd3ae29128d9f9e03c82300160f7 hack/make.sh dynbinary [2022-03-04T14:51:43.522Z] [2022-03-04T14:51:43.522Z] Removing bundles/ [2022-03-04T14:51:43.522Z] [2022-03-04T14:51:43.522Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2022-03-04T14:51:43.522Z] Building: bundles/dynbinary-daemon/dockerd-dev [2022-03-04T14:51:43.522Z] GOOS="" GOARCH="" GOARM="" [2022-03-04T14:51:44.361Z] tests/integration/api_exec_test.py ..................... [ 34%] [2022-03-04T14:51:48.361Z] 8f616e6e9eec: Pull complete [2022-03-04T14:51:51.811Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2022-03-04T14:51:56.512Z] tests/integration/api_image_test.py ............s..... [ 39%] [2022-03-04T14:51:57.597Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-04T14:51:57.597Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-04T14:51:57.597Z] GOOS="" GOARCH="" GOARM="" [2022-03-04T14:51:57.597Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-04T14:51:57.597Z] [2022-03-04T14:51:57.597Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-04T14:51:57.597Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-04T14:51:57.597Z] HOSTNAME=12078b5b9263 [2022-03-04T14:51:57.597Z] TESTDEBUG=0 [2022-03-04T14:51:57.597Z] DEST=bundles/test-integration [2022-03-04T14:51:57.597Z] PWD=/go/src/github.com/docker/docker [2022-03-04T14:51:57.597Z] DOCKER_GITCOMMIT=384532a8d29ccd3ae29128d9f9e03c82300160f7 [2022-03-04T14:51:57.597Z] container=docker [2022-03-04T14:51:57.597Z] HOME=/root [2022-03-04T14:51:57.597Z] GOLANG_VERSION=1.17.7 [2022-03-04T14:51:57.597Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-04T14:51:57.597Z] VALIDATE_BRANCH=master [2022-03-04T14:51:57.597Z] TERM=xterm [2022-03-04T14:51:57.597Z] DOCKER_PKG=github.com/docker/docker [2022-03-04T14:51:57.597Z] SHLVL=1 [2022-03-04T14:51:57.597Z] TIMEOUT=120m [2022-03-04T14:51:57.597Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-04T14:51:57.597Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-04T14:51:57.597Z] GO111MODULE=off [2022-03-04T14:51:57.597Z] DOCKER_EXPERIMENTAL=1 [2022-03-04T14:51:57.597Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-03-04T14:51:57.597Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-04T14:51:57.597Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-04T14:51:57.597Z] GOPATH=/go [2022-03-04T14:51:57.597Z] PKG_CONFIG=pkg-config [2022-03-04T14:51:57.597Z] _=/usr/bin/env [2022-03-04T14:51:57.597Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-03-04T14:52:11.052Z] 898469748ff6: Pull complete [2022-03-04T14:52:11.052Z] Digest: sha256:720729320e08bdf14b6bc16444be6a3b74a457bd0584fee5124e6073e9f8f1cf [2022-03-04T14:52:11.052Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T14:52:11.052Z] mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T14:52:11.052Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 completed successfully [2022-03-04T14:52:11.052Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore [2022-03-04T14:52:11.052Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.524' [2022-03-04T14:52:11.052Z] INFO: Docker version of control daemon [2022-03-04T14:52:11.052Z] [2022-03-04T14:52:11.052Z] Client: [2022-03-04T14:52:11.052Z] Version: 20.10.9 [2022-03-04T14:52:11.052Z] API version: 1.41 [2022-03-04T14:52:11.052Z] Go version: go1.16.8 [2022-03-04T14:52:11.052Z] Git commit: c2ea9bc [2022-03-04T14:52:11.052Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-04T14:52:11.052Z] OS/Arch: windows/amd64 [2022-03-04T14:52:11.052Z] Context: default [2022-03-04T14:52:11.052Z] Experimental: true [2022-03-04T14:52:11.052Z] [2022-03-04T14:52:11.052Z] Server: Docker Engine - Community [2022-03-04T14:52:11.052Z] Engine: [2022-03-04T14:52:11.052Z] Version: 20.10.9 [2022-03-04T14:52:11.052Z] API version: 1.41 (minimum version 1.24) [2022-03-04T14:52:11.052Z] Go version: go1.16.8 [2022-03-04T14:52:11.052Z] Git commit: 79ea9d3 [2022-03-04T14:52:11.052Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-04T14:52:11.052Z] OS/Arch: windows/amd64 [2022-03-04T14:52:11.052Z] Experimental: true [2022-03-04T14:52:11.052Z] [2022-03-04T14:52:11.052Z] INFO: Docker info of control daemon [2022-03-04T14:52:11.052Z] [2022-03-04T14:52:11.052Z] Client: [2022-03-04T14:52:11.052Z] Context: default [2022-03-04T14:52:11.052Z] Debug Mode: false [2022-03-04T14:52:11.052Z] [2022-03-04T14:52:11.052Z] Server: [2022-03-04T14:52:11.052Z] Containers: 0 [2022-03-04T14:52:11.052Z] Running: 0 [2022-03-04T14:52:11.052Z] Paused: 0 [2022-03-04T14:52:11.052Z] Stopped: 0 [2022-03-04T14:52:11.052Z] Images: 1 [2022-03-04T14:52:11.052Z] Server Version: 20.10.9 [2022-03-04T14:52:11.052Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-04T14:52:11.052Z] Windows: [2022-03-04T14:52:11.052Z] LCOW: [2022-03-04T14:52:11.052Z] Logging Driver: json-file [2022-03-04T14:52:11.052Z] Plugins: [2022-03-04T14:52:11.052Z] Volume: local [2022-03-04T14:52:11.052Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-04T14:52:11.052Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-04T14:52:11.052Z] Swarm: inactive [2022-03-04T14:52:11.052Z] Default Isolation: process [2022-03-04T14:52:11.052Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-04T14:52:11.052Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-04T14:52:11.052Z] OSType: windows [2022-03-04T14:52:11.052Z] Architecture: x86_64 [2022-03-04T14:52:11.052Z] CPUs: 4 [2022-03-04T14:52:11.052Z] Total Memory: 32GiB [2022-03-04T14:52:11.052Z] Name: azwin-2-6d9090 [2022-03-04T14:52:11.052Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-03-04T14:52:11.052Z] Docker Root Dir: D:\docker [2022-03-04T14:52:11.052Z] Debug Mode: false [2022-03-04T14:52:11.052Z] Registry: https://index.docker.io/v1/ [2022-03-04T14:52:11.052Z] Labels: [2022-03-04T14:52:11.052Z] Experimental: true [2022-03-04T14:52:11.052Z] Insecure Registries: [2022-03-04T14:52:11.052Z] 10.0.0.4:5000 [2022-03-04T14:52:11.052Z] 127.0.0.0/8 [2022-03-04T14:52:11.052Z] Registry Mirrors: [2022-03-04T14:52:11.052Z] http://10.0.0.4:5000/ [2022-03-04T14:52:11.052Z] Live Restore Enabled: false [2022-03-04T14:52:11.052Z] Product License: Community Engine [2022-03-04T14:52:11.052Z] [2022-03-04T14:52:11.052Z] [2022-03-04T14:52:11.052Z] INFO: Commit hash is 384532a8d2 [2022-03-04T14:52:11.052Z] INFO: Nuke-Everything... [2022-03-04T14:52:11.052Z] INFO: Container count on control daemon to delete is 0 [2022-03-04T14:52:11.052Z] INFO: Nuking d:\CI [2022-03-04T14:52:11.052Z] INFO: Zapped successfully [2022-03-04T14:52:11.052Z] INFO: Location for testing is d:\CI\PR-43324\1 [2022-03-04T14:52:11.052Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-03-04T14:52:11.052Z] [2022-03-04T14:52:11.052Z] [2022-03-04T14:52:11.052Z] INFO: Building the image from Dockerfile.windows at 03/04/2022 14:52:10... [2022-03-04T14:52:11.052Z] [2022-03-04T14:52:12.535Z] tests/integration/api_network_test.py ............................ [ 47%] [2022-03-04T14:52:16.931Z] Sending build context to Docker daemon 62.44MB [2022-03-04T14:52:16.931Z] [2022-03-04T14:52:17.402Z] Step 1/11 : FROM microsoft/windowsservercore [2022-03-04T14:52:17.402Z] ---> bdeb13086b9f [2022-03-04T14:52:17.402Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-03-04T14:52:17.402Z] ---> Running in fbe1f1c1f498 [2022-03-04T14:52:17.871Z] Removing intermediate container fbe1f1c1f498 [2022-03-04T14:52:17.871Z] ---> 2b223f88c487 [2022-03-04T14:52:17.871Z] Step 3/11 : ARG GO_VERSION=1.17.7 [2022-03-04T14:52:17.871Z] ---> Running in f4ec7529fab8 [2022-03-04T14:52:17.871Z] Removing intermediate container f4ec7529fab8 [2022-03-04T14:52:17.871Z] ---> 5cace116d02c [2022-03-04T14:52:17.871Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.9 [2022-03-04T14:52:17.871Z] ---> Running in c87caaec4b25 [2022-03-04T14:52:18.342Z] Removing intermediate container c87caaec4b25 [2022-03-04T14:52:18.342Z] ---> ea271a5ecbdf [2022-03-04T14:52:18.342Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-03-04T14:52:18.342Z] ---> Running in 0ea89f1c5c6f [2022-03-04T14:52:18.812Z] Removing intermediate container 0ea89f1c5c6f [2022-03-04T14:52:18.812Z] ---> 87ffaccba1c5 [2022-03-04T14:52:18.812Z] 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-04T14:52:18.812Z] ---> Running in 5406ffc1fe13 [2022-03-04T14:52:19.280Z] Removing intermediate container 5406ffc1fe13 [2022-03-04T14:52:19.280Z] ---> 78349c10a1d8 [2022-03-04T14:52:19.281Z] 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-04T14:52:19.281Z] ---> Running in 8cc3e089ed66 [2022-03-04T14:52:20.983Z] 4612f6d0b889: Pull complete [2022-03-04T14:52:22.017Z] tests/integration/api_plugin_test.py ........... [ 49%] [2022-03-04T14:52:23.513Z] tests/integration/api_secret_test.py ..... [ 51%] [2022-03-04T14:52:24.043Z] [2022-03-04T14:52:24.043Z] SUCCESS: Specified value was saved. [2022-03-04T14:52:25.035Z] INFO: Downloading git... [2022-03-04T14:52:26.607Z] INFO: Downloading go... [2022-03-04T14:52:27.763Z] --- PASS: TestImportExtremelyLargeImageWorks (90.74s) [2022-03-04T14:52:27.763Z] PASS [2022-03-04T14:52:27.763Z] [2022-03-04T14:52:27.763Z] DONE 22 tests in 93.855s [2022-03-04T14:52:27.763Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-03-04T14:52:27.763Z] INFO: Testing against a local daemon [2022-03-04T14:52:27.763Z] === RUN TestNetworkCreateDelete [2022-03-04T14:52:27.763Z] --- PASS: TestNetworkCreateDelete (0.13s) [2022-03-04T14:52:27.764Z] === RUN TestDockerNetworkDeletePreferID [2022-03-04T14:52:27.764Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s) [2022-03-04T14:52:27.764Z] === RUN TestDaemonDNSFallback [2022-03-04T14:52:27.860Z] tests/integration/api_service_test.py .................................. [ 59%] [2022-03-04T14:52:28.181Z] INFO: Downloading compiler 1 of 3... [2022-03-04T14:52:28.705Z] --- PASS: TestDaemonDNSFallback (6.32s) [2022-03-04T14:52:28.705Z] === RUN TestInspectNetwork [2022-03-04T14:52:29.671Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-03-04T14:52:29.671Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-03-04T14:52:29.748Z] INFO: Downloading compiler 2 of 3... [2022-03-04T14:52:30.216Z] INFO: Downloading compiler 3 of 3... [2022-03-04T14:52:30.686Z] INFO: Extracting git... [2022-03-04T14:52:32.002Z] === RUN TestInspectNetwork/full_network_id [2022-03-04T14:52:32.002Z] === RUN TestInspectNetwork/partial_network_id [2022-03-04T14:52:32.002Z] === RUN TestInspectNetwork/network_name [2022-03-04T14:52:32.002Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-03-04T14:52:36.203Z] --- PASS: TestInspectNetwork (7.01s) [2022-03-04T14:52:36.203Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-03-04T14:52:36.203Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-03-04T14:52:36.203Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-03-04T14:52:36.203Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-03-04T14:52:36.203Z] === RUN TestRunContainerWithBridgeNone [2022-03-04T14:52:37.586Z] --- PASS: TestRunContainerWithBridgeNone (1.58s) [2022-03-04T14:52:37.586Z] === RUN TestNetworkInvalidJSON [2022-03-04T14:52:37.586Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-04T14:52:37.586Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-04T14:52:37.586Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-04T14:52:37.586Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-04T14:52:37.586Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-04T14:52:37.586Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-04T14:52:37.586Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-04T14:52:37.586Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-04T14:52:37.586Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-04T14:52:37.586Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-03-04T14:52:37.586Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-03-04T14:52:37.586Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-03-04T14:52:37.586Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-03-04T14:52:37.586Z] === RUN TestNetworkList [2022-03-04T14:52:37.586Z] === RUN TestNetworkList//networks [2022-03-04T14:52:37.586Z] === PAUSE TestNetworkList//networks [2022-03-04T14:52:37.586Z] === RUN TestNetworkList//networks/ [2022-03-04T14:52:37.586Z] === PAUSE TestNetworkList//networks/ [2022-03-04T14:52:37.586Z] === CONT TestNetworkList//networks [2022-03-04T14:52:37.586Z] === CONT TestNetworkList//networks/ [2022-03-04T14:52:37.586Z] --- PASS: TestNetworkList (0.01s) [2022-03-04T14:52:37.586Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-04T14:52:37.586Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-04T14:52:37.586Z] === RUN TestHostIPv4BridgeLabel [2022-03-04T14:52:38.155Z] --- PASS: TestHostIPv4BridgeLabel (0.58s) [2022-03-04T14:52:38.156Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-04T14:52:39.099Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2022-03-04T14:52:39.099Z] === RUN TestDaemonDefaultNetworkPools [2022-03-04T14:52:40.040Z] --- PASS: TestDaemonDefaultNetworkPools (0.73s) [2022-03-04T14:52:40.040Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-04T14:52:40.980Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2022-03-04T14:52:40.980Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-04T14:52:42.364Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s) [2022-03-04T14:52:42.364Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-04T14:52:42.625Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2022-03-04T14:52:42.625Z] === RUN TestServiceWithPredefinedNetwork [2022-03-04T14:52:43.448Z] ............................ [ 66%] [2022-03-04T14:52:45.168Z] --- PASS: TestServiceWithPredefinedNetwork (2.23s) [2022-03-04T14:52:45.168Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-04T14:52:45.168Z] service_test.go:243: FLAKY_TEST [2022-03-04T14:52:45.168Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-04T14:52:45.168Z] === RUN TestServiceWithDataPathPortInit [2022-03-04T14:52:45.636Z] INFO: Expanding go... [2022-03-04T14:52:47.715Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-03-04T14:52:51.887Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-03-04T14:53:00.007Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-03-04T14:53:00.007Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-03-04T14:53:00.092Z] --- PASS: TestServiceWithDataPathPortInit (13.78s) [2022-03-04T14:53:00.092Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-04T14:53:00.935Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-03-04T14:53:01.474Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:otzj81rkvhohwtcm9vekjqxg4 Created:2022-03-04 14:53:00.021683825 +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[a4d98a76c828071344f34875f4cd05ff8770dd2742a08fa31f71a8d9d20ec444:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.qr27c2foxf5rzvoszejs6emd3 EndpointID:21a4a827471b2c394930a6e559f66dfd8e2c6db6fdff559cb3ea8b330fa063a8 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:30d52db8836336200537ab771fc6a5807867e5febea15cffb529512f31327635 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:db6d024e8469 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.qr27c2foxf5rzvoszejs6emd3 EndpointID:21a4a827471b2c394930a6e559f66dfd8e2c6db6fdff559cb3ea8b330fa063a8 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-03-04T14:53:01.497Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-03-04T14:53:01.753Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-03-04T14:53:02.683Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-03-04T14:53:04.573Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-03-04T14:53:05.673Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.76s) [2022-03-04T14:53:05.673Z] PASS [2022-03-04T14:53:05.673Z] [2022-03-04T14:53:05.673Z] === Skipped [2022-03-04T14:53:05.673Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-04T14:53:05.673Z] service_test.go:243: FLAKY_TEST [2022-03-04T14:53:05.673Z] [2022-03-04T14:53:05.673Z] DONE 26 tests, 1 skipped in 43.536s [2022-03-04T14:53:05.673Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-03-04T14:53:05.673Z] INFO: Testing against a local daemon [2022-03-04T14:53:05.673Z] === RUN TestDockerNetworkIpvlanPersistance [2022-03-04T14:53:05.673Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-04T14:53:05.673Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-04T14:53:05.673Z] === RUN TestDockerNetworkIpvlan [2022-03-04T14:53:05.673Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-04T14:53:05.673Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-03-04T14:53:05.673Z] PASS [2022-03-04T14:53:05.673Z] [2022-03-04T14:53:05.673Z] === Skipped [2022-03-04T14:53:05.673Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-04T14:53:05.673Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-04T14:53:05.673Z] [2022-03-04T14:53:05.673Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-03-04T14:53:05.673Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-04T14:53:05.673Z] [2022-03-04T14:53:05.673Z] DONE 2 tests, 2 skipped in 0.042s [2022-03-04T14:53:05.673Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-03-04T14:53:05.673Z] INFO: Testing against a local daemon [2022-03-04T14:53:05.673Z] === RUN TestDockerNetworkMacvlanPersistance [2022-03-04T14:53:05.939Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-03-04T14:53:06.500Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-03-04T14:53:07.055Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.25s) [2022-03-04T14:53:07.055Z] === RUN TestDockerNetworkMacvlan [2022-03-04T14:53:07.064Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-03-04T14:53:07.625Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-03-04T14:53:07.626Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-03-04T14:53:08.195Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-03-04T14:53:08.554Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-03-04T14:53:09.141Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-03-04T14:53:09.483Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-03-04T14:53:10.046Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-03-04T14:53:10.973Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-03-04T14:53:11.053Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-03-04T14:53:11.535Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-04T14:53:11.535Z] Using test binary docker [2022-03-04T14:53:11.535Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-03-04T14:53:11.535Z] +++ /etc/init.d/apparmor start [2022-03-04T14:53:11.535Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-04T14:53:11.535Z] INFO: Waiting for daemon to start... [2022-03-04T14:53:11.535Z] Starting dockerd [2022-03-04T14:53:11.535Z] +++ 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-04T14:53:12.439Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-03-04T14:53:13.680Z] . [2022-03-04T14:53:13.680Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-04T14:53:13.680Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-04T14:53:13.680Z] Error: No such image: emptyfs [2022-03-04T14:53:13.680Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-03-04T14:53:13.680Z] ++++ docker load [2022-03-04T14:53:13.935Z] Running integration-test (iteration 1) [2022-03-04T14:53:13.935Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2022-03-04T14:53:13.935Z] ++ 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-04T14:53:13.935Z] ++ set -e [2022-03-04T14:53:13.935Z] ++ '[' -n 0 ']' [2022-03-04T14:53:13.935Z] ++ set -x [2022-03-04T14:53:13.935Z] ++ 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-04T14:53:14.192Z] Loaded image: busybox:latest [2022-03-04T14:53:14.192Z] Loaded image: busybox:glibc [2022-03-04T14:53:15.121Z] Loaded image: debian:bullseye-slim [2022-03-04T14:53:15.121Z] Loaded image: hello-world:latest [2022-03-04T14:53:15.377Z] Loaded image: arm32v7/hello-world:latest [2022-03-04T14:53:15.377Z] INFO: Testing against a local daemon [2022-03-04T14:53:15.377Z] === RUN TestCgroupNamespacesBuild [2022-03-04T14:53:15.741Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-03-04T14:53:15.764Z] INFO: Expanding compiler 1 of 3... [2022-03-04T14:53:15.764Z] INFO: Expanding compiler 2 of 3... [2022-03-04T14:53:16.310Z] --- PASS: TestCgroupNamespacesBuild (1.11s) [2022-03-04T14:53:16.310Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-03-04T14:53:16.683Z] --- PASS: TestDockerNetworkMacvlan (9.63s) [2022-03-04T14:53:16.683Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2022-03-04T14:53:16.683Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-03-04T14:53:16.683Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.78s) [2022-03-04T14:53:16.683Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.82s) [2022-03-04T14:53:16.683Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.11s) [2022-03-04T14:53:16.683Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.61s) [2022-03-04T14:53:16.683Z] PASS [2022-03-04T14:53:16.683Z] [2022-03-04T14:53:16.683Z] DONE 8 tests in 10.945s [2022-03-04T14:53:16.683Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-03-04T14:53:16.683Z] testing: warning: no tests to run [2022-03-04T14:53:16.683Z] PASS [2022-03-04T14:53:16.683Z] [2022-03-04T14:53:16.683Z] DONE 0 tests in 0.022s [2022-03-04T14:53:16.683Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-03-04T14:53:16.683Z] INFO: Testing against a local daemon [2022-03-04T14:53:16.683Z] === RUN TestAuthZPluginAllowRequest [2022-03-04T14:53:16.859Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-04T14:53:16.859Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-04T14:53:16.859Z] GOOS="" GOARCH="" GOARM="" [2022-03-04T14:53:16.859Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-04T14:53:16.859Z] [2022-03-04T14:53:16.859Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-04T14:53:16.859Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-04T14:53:16.859Z] HOSTNAME=67013d253dce [2022-03-04T14:53:16.859Z] DEST=bundles/test-integration [2022-03-04T14:53:16.859Z] PWD=/go/src/github.com/docker/docker [2022-03-04T14:53:16.859Z] DOCKER_ROOTLESS=1 [2022-03-04T14:53:16.859Z] DOCKER_GITCOMMIT=384532a8d29ccd3ae29128d9f9e03c82300160f7 [2022-03-04T14:53:16.859Z] container=docker [2022-03-04T14:53:16.859Z] HOME=/root [2022-03-04T14:53:16.859Z] GOLANG_VERSION=1.17.7 [2022-03-04T14:53:16.859Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-04T14:53:16.859Z] VALIDATE_BRANCH=master [2022-03-04T14:53:16.859Z] TERM=xterm [2022-03-04T14:53:16.859Z] DOCKER_PKG=github.com/docker/docker [2022-03-04T14:53:16.859Z] SHLVL=1 [2022-03-04T14:53:16.859Z] TIMEOUT=120m [2022-03-04T14:53:16.859Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-04T14:53:16.859Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-04T14:53:16.859Z] GO111MODULE=off [2022-03-04T14:53:16.859Z] DOCKER_EXPERIMENTAL=1 [2022-03-04T14:53:16.859Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-03-04T14:53:16.859Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-04T14:53:16.859Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-04T14:53:16.859Z] GOPATH=/go [2022-03-04T14:53:16.859Z] PKG_CONFIG=pkg-config [2022-03-04T14:53:16.859Z] _=/usr/bin/env [2022-03-04T14:53:16.859Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-03-04T14:53:17.673Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.14s) [2022-03-04T14:53:17.673Z] === RUN TestBuildWithSession [2022-03-04T14:53:17.673Z] build_session_test.go:25: TODO: BuildKit [2022-03-04T14:53:17.673Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-04T14:53:17.673Z] === RUN TestBuildSquashParent [2022-03-04T14:53:17.982Z] INFO: Expanding compiler 3 of 3... [2022-03-04T14:53:18.066Z] --- PASS: TestAuthZPluginAllowRequest (1.18s) [2022-03-04T14:53:18.066Z] === RUN TestAuthZPluginTLS [2022-03-04T14:53:18.326Z] --- PASS: TestAuthZPluginTLS (0.55s) [2022-03-04T14:53:18.326Z] === RUN TestAuthZPluginDenyRequest [2022-03-04T14:53:18.896Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-03-04T14:53:18.896Z] === RUN TestAuthZPluginAPIDenyResponse [2022-03-04T14:53:18.970Z] INFO: Removing downloaded files... [2022-03-04T14:53:18.970Z] INFO: Downloading containerd [2022-03-04T14:53:19.466Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2022-03-04T14:53:19.466Z] === RUN TestAuthZPluginDenyResponse [2022-03-04T14:53:19.996Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2022-03-04T14:53:19.996Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-04T14:53:19.996Z] GOOS="" GOARCH="" GOARM="" [2022-03-04T14:53:19.996Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2022-03-04T14:53:19.996Z] [2022-03-04T14:53:19.996Z] + TEST_INTEGRATION_DEST=2 [2022-03-04T14:53:19.996Z] + CONTAINER_NAME=docker-pr1-2 [2022-03-04T14:53:19.996Z] + TEST_SKIP_INTEGRATION=1 [2022-03-04T14:53:19.996Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2022-03-04T14:53:19.996Z] + run_tests [2022-03-04T14:53:19.996Z] + c=0 [2022-03-04T14:53:19.996Z] + '[' -n 0 ']' [2022-03-04T14:53:19.996Z] + rm= [2022-03-04T14:53:19.996Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43324/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43324/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43324/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=384532a8d29ccd3ae29128d9f9e03c82300160f7 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:384532a8d29ccd3ae29128d9f9e03c82300160f7 hack/make.sh '' test-integration [2022-03-04T14:53:19.996Z] + TEST_INTEGRATION_DEST=1 [2022-03-04T14:53:19.996Z] + CONTAINER_NAME=docker-pr1-1 [2022-03-04T14:53:19.996Z] + TEST_SKIP_INTEGRATION_CLI=1 [2022-03-04T14:53:19.996Z] + run_tests test-integration-flaky [2022-03-04T14:53:19.996Z] + '[' -n 0 ']' [2022-03-04T14:53:19.996Z] + rm= [2022-03-04T14:53:19.996Z] + TEST_INTEGRATION_DEST=3 [2022-03-04T14:53:19.996Z] + CONTAINER_NAME=docker-pr1-3 [2022-03-04T14:53:19.996Z] + TEST_SKIP_INTEGRATION=1 [2022-03-04T14:53:19.996Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2022-03-04T14:53:19.996Z] + run_tests [2022-03-04T14:53:19.996Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43324/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43324/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43324/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=384532a8d29ccd3ae29128d9f9e03c82300160f7 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:384532a8d29ccd3ae29128d9f9e03c82300160f7 hack/make.sh test-integration-flaky test-integration [2022-03-04T14:53:19.996Z] + '[' -n 0 ']' [2022-03-04T14:53:19.996Z] + rm= [2022-03-04T14:53:19.996Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-43324/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43324/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-43324/.git:/go/src/github.com/docker/docker/.git --name docker-pr1-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=384532a8d29ccd3ae29128d9f9e03c82300160f7 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:384532a8d29ccd3ae29128d9f9e03c82300160f7 hack/make.sh '' test-integration [2022-03-04T14:53:19.996Z] ++ jobs -p [2022-03-04T14:53:19.996Z] + for job in $(jobs -p) [2022-03-04T14:53:19.996Z] + wait 7538 [2022-03-04T14:53:19.996Z] [2022-03-04T14:53:19.996Z] [2022-03-04T14:53:19.996Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2022-03-04T14:53:19.996Z] [2022-03-04T14:53:19.996Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-04T14:53:19.996Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-04T14:53:19.996Z] HOSTNAME=3939345c0503 [2022-03-04T14:53:19.996Z] TEST_SKIP_INTEGRATION=1 [2022-03-04T14:53:19.996Z] TESTDEBUG=0 [2022-03-04T14:53:19.996Z] DEST=bundles/test-integration [2022-03-04T14:53:19.996Z] PWD=/go/src/github.com/docker/docker [2022-03-04T14:53:19.996Z] KEEPBUNDLE=1 [2022-03-04T14:53:19.996Z] DOCKER_GITCOMMIT=384532a8d29ccd3ae29128d9f9e03c82300160f7 [2022-03-04T14:53:19.996Z] container=docker [2022-03-04T14:53:19.996Z] HOME=/root [2022-03-04T14:53:19.996Z] GOLANG_VERSION=1.17.7 [2022-03-04T14:53:19.996Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-04T14:53:19.996Z] VALIDATE_BRANCH=master [2022-03-04T14:53:19.996Z] TERM=xterm [2022-03-04T14:53:19.996Z] DOCKER_PKG=github.com/docker/docker [2022-03-04T14:53:19.996Z] SHLVL=1 [2022-03-04T14:53:19.996Z] TIMEOUT=120m [2022-03-04T14:53:19.996Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-04T14:53:19.996Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-04T14:53:19.996Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2022-03-04T14:53:19.996Z] GO111MODULE=off [2022-03-04T14:53:19.996Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-04T14:53:19.996Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-04T14:53:19.996Z] GOPATH=/go [2022-03-04T14:53:19.996Z] PKG_CONFIG=pkg-config [2022-03-04T14:53:19.996Z] _=/usr/bin/env [2022-03-04T14:53:19.996Z] Building test suite binary ./integration-cli/test.main [2022-03-04T14:53:19.996Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-04T14:53:19.996Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-04T14:53:19.996Z] HOSTNAME=5ee186564541 [2022-03-04T14:53:19.996Z] TEST_SKIP_INTEGRATION=1 [2022-03-04T14:53:19.996Z] TESTDEBUG=0 [2022-03-04T14:53:19.996Z] DEST=bundles/test-integration [2022-03-04T14:53:19.996Z] PWD=/go/src/github.com/docker/docker [2022-03-04T14:53:19.996Z] KEEPBUNDLE=1 [2022-03-04T14:53:19.996Z] DOCKER_GITCOMMIT=384532a8d29ccd3ae29128d9f9e03c82300160f7 [2022-03-04T14:53:19.996Z] container=docker [2022-03-04T14:53:19.996Z] HOME=/root [2022-03-04T14:53:19.996Z] GOLANG_VERSION=1.17.7 [2022-03-04T14:53:19.996Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-04T14:53:19.996Z] VALIDATE_BRANCH=master [2022-03-04T14:53:19.996Z] TERM=xterm [2022-03-04T14:53:19.996Z] DOCKER_PKG=github.com/docker/docker [2022-03-04T14:53:19.996Z] SHLVL=1 [2022-03-04T14:53:19.996Z] TIMEOUT=120m [2022-03-04T14:53:19.996Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-04T14:53:19.996Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-04T14:53:19.996Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2022-03-04T14:53:19.996Z] GO111MODULE=off [2022-03-04T14:53:19.996Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-04T14:53:19.996Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-04T14:53:19.996Z] GOPATH=/go [2022-03-04T14:53:19.996Z] PKG_CONFIG=pkg-config [2022-03-04T14:53:19.996Z] _=/usr/bin/env [2022-03-04T14:53:19.996Z] Building test suite binary ./integration-cli/test.main [2022-03-04T14:53:19.996Z] No new tests added to integration. [2022-03-04T14:53:19.996Z] [2022-03-04T14:53:19.996Z] ---> Making bundle: test-integration (in bundles/test-integration) [2022-03-04T14:53:20.035Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2022-03-04T14:53:20.035Z] === RUN TestAuthZPluginAllowEventStream [2022-03-04T14:53:20.937Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2022-03-04T14:53:20.937Z] HOSTNAME=ac56cbb654d2 [2022-03-04T14:53:20.937Z] TESTDEBUG=0 [2022-03-04T14:53:20.937Z] DEST=bundles/test-integration [2022-03-04T14:53:20.937Z] PWD=/go/src/github.com/docker/docker [2022-03-04T14:53:20.937Z] KEEPBUNDLE=1 [2022-03-04T14:53:20.937Z] DOCKER_GITCOMMIT=384532a8d29ccd3ae29128d9f9e03c82300160f7 [2022-03-04T14:53:20.937Z] container=docker [2022-03-04T14:53:20.937Z] HOME=/root [2022-03-04T14:53:20.937Z] GOLANG_VERSION=1.17.7 [2022-03-04T14:53:20.937Z] VALIDATE_REPO=https://github.com/moby/moby.git [2022-03-04T14:53:20.937Z] VALIDATE_BRANCH=master [2022-03-04T14:53:20.937Z] TERM=xterm [2022-03-04T14:53:20.937Z] DOCKER_PKG=github.com/docker/docker [2022-03-04T14:53:20.937Z] SHLVL=1 [2022-03-04T14:53:20.937Z] TIMEOUT=120m [2022-03-04T14:53:20.937Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2022-03-04T14:53:20.937Z] DOCKER_GRAPHDRIVER=overlay2 [2022-03-04T14:53:20.937Z] GO111MODULE=off [2022-03-04T14:53:20.937Z] TEST_SKIP_INTEGRATION_CLI=1 [2022-03-04T14:53:20.937Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2022-03-04T14:53:20.937Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2022-03-04T14:53:20.937Z] GOPATH=/go [2022-03-04T14:53:20.937Z] PKG_CONFIG=pkg-config [2022-03-04T14:53:20.937Z] _=/usr/bin/env [2022-03-04T14:53:20.937Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2022-03-04T14:53:21.438Z] --- PASS: TestAuthZPluginAllowEventStream (1.18s) [2022-03-04T14:53:21.438Z] === RUN TestAuthZPluginErrorResponse [2022-03-04T14:53:21.700Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2022-03-04T14:53:21.700Z] === RUN TestAuthZPluginErrorRequest [2022-03-04T14:53:21.838Z] --- PASS: TestBuildSquashParent (3.59s) [2022-03-04T14:53:21.838Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-04T14:53:21.838Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-04T14:53:21.838Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-04T14:53:21.838Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-04T14:53:21.838Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-04T14:53:21.838Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-04T14:53:21.838Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-04T14:53:21.838Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-04T14:53:21.838Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-04T14:53:21.838Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-04T14:53:21.838Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-04T14:53:21.838Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-04T14:53:21.838Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-04T14:53:21.838Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-04T14:53:21.838Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-04T14:53:22.042Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2022-03-04T14:53:22.272Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-03-04T14:53:22.272Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-03-04T14:53:22.401Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-04T14:53:22.401Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-04T14:53:22.843Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2022-03-04T14:53:22.843Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-03-04T14:53:23.331Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-04T14:53:23.587Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-04T14:53:24.228Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.43s) [2022-03-04T14:53:24.228Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-03-04T14:53:24.952Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2022-03-04T14:53:24.952Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.19s) [2022-03-04T14:53:24.952Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.32s) [2022-03-04T14:53:24.952Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.01s) [2022-03-04T14:53:24.952Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.14s) [2022-03-04T14:53:24.952Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.30s) [2022-03-04T14:53:24.952Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.11s) [2022-03-04T14:53:24.952Z] === RUN TestBuildMultiStageCopy [2022-03-04T14:53:24.952Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-04T14:53:25.656Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.51s) [2022-03-04T14:53:25.656Z] === RUN TestAuthZPluginHeader [2022-03-04T14:53:25.880Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-04T14:53:25.880Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-04T14:53:26.137Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-04T14:53:26.393Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-04T14:53:26.393Z] --- PASS: TestBuildMultiStageCopy (1.77s) [2022-03-04T14:53:26.393Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.02s) [2022-03-04T14:53:26.393Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.17s) [2022-03-04T14:53:26.393Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.18s) [2022-03-04T14:53:26.393Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.19s) [2022-03-04T14:53:26.393Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.20s) [2022-03-04T14:53:26.393Z] === RUN TestBuildMultiStageParentConfig [2022-03-04T14:53:26.596Z] --- PASS: TestAuthZPluginHeader (0.70s) [2022-03-04T14:53:26.597Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-03-04T14:53:26.954Z] --- PASS: TestBuildMultiStageParentConfig (0.54s) [2022-03-04T14:53:26.955Z] === RUN TestBuildLabelWithTargets [2022-03-04T14:53:27.882Z] --- PASS: TestBuildLabelWithTargets (0.91s) [2022-03-04T14:53:27.882Z] === RUN TestBuildWithEmptyLayers [2022-03-04T14:53:28.444Z] --- PASS: TestBuildWithEmptyLayers (0.38s) [2022-03-04T14:53:28.444Z] === RUN TestBuildMultiStageOnBuild [2022-03-04T14:53:29.810Z] --- PASS: TestBuildMultiStageOnBuild (1.22s) [2022-03-04T14:53:29.810Z] === RUN TestBuildUncleanTarFilenames [2022-03-04T14:53:29.885Z] 898469748ff6: Pull complete [2022-03-04T14:53:29.885Z] Digest: sha256:720729320e08bdf14b6bc16444be6a3b74a457bd0584fee5124e6073e9f8f1cf [2022-03-04T14:53:29.885Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T14:53:29.885Z] mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T14:53:29.885Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 completed successfully [2022-03-04T14:53:29.885Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore [2022-03-04T14:53:29.885Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.524' [2022-03-04T14:53:29.885Z] INFO: Docker version of control daemon [2022-03-04T14:53:29.885Z] [2022-03-04T14:53:29.885Z] Client: [2022-03-04T14:53:29.885Z] Version: 20.10.9 [2022-03-04T14:53:29.885Z] API version: 1.41 [2022-03-04T14:53:29.885Z] Go version: go1.16.8 [2022-03-04T14:53:29.885Z] Git commit: c2ea9bc [2022-03-04T14:53:29.885Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-04T14:53:29.885Z] OS/Arch: windows/amd64 [2022-03-04T14:53:29.885Z] Context: default [2022-03-04T14:53:29.885Z] Experimental: true [2022-03-04T14:53:29.885Z] [2022-03-04T14:53:29.885Z] Server: Docker Engine - Community [2022-03-04T14:53:29.885Z] Engine: [2022-03-04T14:53:29.885Z] Version: 20.10.9 [2022-03-04T14:53:29.885Z] API version: 1.41 (minimum version 1.24) [2022-03-04T14:53:29.885Z] Go version: go1.16.8 [2022-03-04T14:53:29.885Z] Git commit: 79ea9d3 [2022-03-04T14:53:29.885Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-04T14:53:29.885Z] OS/Arch: windows/amd64 [2022-03-04T14:53:29.885Z] Experimental: true [2022-03-04T14:53:29.885Z] [2022-03-04T14:53:29.885Z] INFO: Docker info of control daemon [2022-03-04T14:53:29.885Z] [2022-03-04T14:53:29.885Z] Client: [2022-03-04T14:53:29.885Z] Context: default [2022-03-04T14:53:29.885Z] Debug Mode: false [2022-03-04T14:53:29.885Z] [2022-03-04T14:53:29.885Z] Server: [2022-03-04T14:53:29.885Z] Containers: 0 [2022-03-04T14:53:29.885Z] Running: 0 [2022-03-04T14:53:29.885Z] Paused: 0 [2022-03-04T14:53:29.885Z] Stopped: 0 [2022-03-04T14:53:29.885Z] Images: 1 [2022-03-04T14:53:29.885Z] Server Version: 20.10.9 [2022-03-04T14:53:29.885Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-04T14:53:29.885Z] Windows: [2022-03-04T14:53:29.885Z] LCOW: [2022-03-04T14:53:29.885Z] Logging Driver: json-file [2022-03-04T14:53:29.885Z] Plugins: [2022-03-04T14:53:29.885Z] Volume: local [2022-03-04T14:53:29.885Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-04T14:53:29.885Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-04T14:53:29.885Z] Swarm: inactive [2022-03-04T14:53:29.885Z] Default Isolation: process [2022-03-04T14:53:29.885Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-04T14:53:29.885Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-04T14:53:29.885Z] OSType: windows [2022-03-04T14:53:29.885Z] Architecture: x86_64 [2022-03-04T14:53:29.885Z] CPUs: 4 [2022-03-04T14:53:29.885Z] Total Memory: 32GiB [2022-03-04T14:53:29.885Z] Name: azwin-2-0c6c30 [2022-03-04T14:53:29.885Z] ID: CJX2:WCHU:DQXJ:TPBW:4NKF:F7QT:SPQ2:EZH2:AXXB:4MN4:I6L6:OXA3 [2022-03-04T14:53:29.885Z] Docker Root Dir: D:\docker [2022-03-04T14:53:29.885Z] Debug Mode: false [2022-03-04T14:53:29.885Z] Registry: https://index.docker.io/v1/ [2022-03-04T14:53:29.885Z] Labels: [2022-03-04T14:53:29.885Z] Experimental: true [2022-03-04T14:53:29.885Z] Insecure Registries: [2022-03-04T14:53:29.885Z] 10.0.0.4:5000 [2022-03-04T14:53:29.885Z] 127.0.0.0/8 [2022-03-04T14:53:29.885Z] Registry Mirrors: [2022-03-04T14:53:29.885Z] http://10.0.0.4:5000/ [2022-03-04T14:53:29.885Z] Live Restore Enabled: false [2022-03-04T14:53:29.885Z] Product License: Community Engine [2022-03-04T14:53:29.885Z] [2022-03-04T14:53:29.885Z] [2022-03-04T14:53:29.885Z] INFO: Commit hash is 384532a8d2 [2022-03-04T14:53:29.885Z] INFO: Nuke-Everything... [2022-03-04T14:53:29.885Z] INFO: Container count on control daemon to delete is 0 [2022-03-04T14:53:29.885Z] INFO: Nuking d:\CI [2022-03-04T14:53:29.885Z] INFO: Zapped successfully [2022-03-04T14:53:29.885Z] INFO: Location for testing is d:\CI\PR-43324\1 [2022-03-04T14:53:29.885Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-03-04T14:53:29.885Z] [2022-03-04T14:53:29.885Z] [2022-03-04T14:53:29.885Z] INFO: Building the image from Dockerfile.windows at 03/04/2022 14:53:18... [2022-03-04T14:53:29.885Z] [2022-03-04T14:53:29.885Z] Sending build context to Docker daemon 62.44MB [2022-03-04T14:53:29.885Z] [2022-03-04T14:53:29.885Z] Step 1/11 : FROM microsoft/windowsservercore [2022-03-04T14:53:29.885Z] ---> bdeb13086b9f [2022-03-04T14:53:29.885Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-03-04T14:53:29.885Z] ---> Running in 185c0273c88b [2022-03-04T14:53:29.885Z] Removing intermediate container 185c0273c88b [2022-03-04T14:53:29.885Z] ---> 57f59f1de131 [2022-03-04T14:53:29.885Z] Step 3/11 : ARG GO_VERSION=1.17.7 [2022-03-04T14:53:29.885Z] ---> Running in 4854a55eaee5 [2022-03-04T14:53:29.885Z] Removing intermediate container 4854a55eaee5 [2022-03-04T14:53:29.885Z] ---> e91fe9da0503 [2022-03-04T14:53:29.885Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.9 [2022-03-04T14:53:29.885Z] ---> Running in 0c3cf8173ee1 [2022-03-04T14:53:29.885Z] Removing intermediate container 0c3cf8173ee1 [2022-03-04T14:53:29.885Z] ---> bee2d609cbf0 [2022-03-04T14:53:29.885Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-03-04T14:53:29.885Z] ---> Running in f8807e29dd09 [2022-03-04T14:53:29.885Z] Removing intermediate container f8807e29dd09 [2022-03-04T14:53:29.885Z] ---> 51e186079d27 [2022-03-04T14:53:29.885Z] 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-04T14:53:29.885Z] ---> Running in baaf77412119 [2022-03-04T14:53:29.885Z] Removing intermediate container baaf77412119 [2022-03-04T14:53:29.885Z] ---> 15fbbc3968ed [2022-03-04T14:53:29.885Z] 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-04T14:53:29.885Z] ---> Running in 015d0da4ff7c [2022-03-04T14:53:30.066Z] --- PASS: TestBuildUncleanTarFilenames (0.53s) [2022-03-04T14:53:30.066Z] === RUN TestBuildMultiStageLayerLeak [2022-03-04T14:53:30.353Z] [2022-03-04T14:53:30.353Z] SUCCESS: Specified value was saved. [2022-03-04T14:53:30.796Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.87s) [2022-03-04T14:53:30.796Z] === RUN TestAuthZPluginV2Disable [2022-03-04T14:53:31.338Z] INFO: Downloading git... [2022-03-04T14:53:31.432Z] --- PASS: TestBuildMultiStageLayerLeak (1.25s) [2022-03-04T14:53:31.432Z] === RUN TestBuildWithHugeFile [2022-03-04T14:53:32.329Z] INFO: Downloading go... [2022-03-04T14:53:33.897Z] INFO: Downloading compiler 1 of 3... [2022-03-04T14:53:33.897Z] INFO: Downloading compiler 2 of 3... [2022-03-04T14:53:33.897Z] INFO: Downloading compiler 3 of 3... [2022-03-04T14:53:33.897Z] INFO: Extracting git... [2022-03-04T14:53:34.104Z] --- PASS: TestAuthZPluginV2Disable (3.38s) [2022-03-04T14:53:34.104Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-03-04T14:53:37.404Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.19s) [2022-03-04T14:53:37.404Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-03-04T14:53:40.107Z] tests/integration/api_volume_test.py ......... [ 74%] [2022-03-04T14:53:40.107Z] tests/integration/client_test.py ..... [ 75%] [2022-03-04T14:53:40.107Z] tests/integration/context_api_test.py ... [ 76%] [2022-03-04T14:53:40.107Z] tests/integration/errors_test.py . [ 76%] [2022-03-04T14:53:40.222Z] [2022-03-04T14:53:40.222Z] Name Version Source Summary [2022-03-04T14:53:40.222Z] ---- ------- ------ ------- [2022-03-04T14:53:40.222Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-03-04T14:53:40.692Z] [2022-03-04T14:53:40.692Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-03-04T14:53:40.692Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-03-04T14:53:40.692Z] PSChildName : containerd [2022-03-04T14:53:40.692Z] PSDrive : C [2022-03-04T14:53:40.692Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-03-04T14:53:40.692Z] PSIsContainer : True [2022-03-04T14:53:40.692Z] Name : containerd [2022-03-04T14:53:40.692Z] FullName : C:\containerd [2022-03-04T14:53:40.692Z] Parent : [2022-03-04T14:53:40.692Z] Exists : True [2022-03-04T14:53:40.692Z] Root : C:\ [2022-03-04T14:53:40.692Z] Extension : [2022-03-04T14:53:40.692Z] CreationTime : 3/4/2022 2:53:40 PM [2022-03-04T14:53:40.692Z] CreationTimeUtc : 3/4/2022 2:53:40 PM [2022-03-04T14:53:40.692Z] LastAccessTime : 3/4/2022 2:53:40 PM [2022-03-04T14:53:40.692Z] LastAccessTimeUtc : 3/4/2022 2:53:40 PM [2022-03-04T14:53:40.692Z] LastWriteTime : 3/4/2022 2:53:40 PM [2022-03-04T14:53:40.692Z] LastWriteTimeUtc : 3/4/2022 2:53:40 PM [2022-03-04T14:53:40.692Z] Attributes : Directory [2022-03-04T14:53:40.692Z] Mode : d----- [2022-03-04T14:53:40.692Z] BaseName : containerd [2022-03-04T14:53:40.692Z] Target : {} [2022-03-04T14:53:40.692Z] LinkType : [2022-03-04T14:53:40.692Z] [2022-03-04T14:53:42.258Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-03-04T14:53:42.258Z] INFO: Configuring git core.autocrlf... [2022-03-04T14:53:42.258Z] [2022-03-04T14:53:42.258Z] [2022-03-04T14:53:46.389Z] INFO: Expanding go... [2022-03-04T14:53:49.626Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.84s) [2022-03-04T14:53:49.626Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-03-04T14:53:55.618Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-03-04T14:53:55.618Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-03-04T14:53:57.759Z] tests/integration/models_containers_test.py ............................ [ 83%] [2022-03-04T14:54:02.512Z] 1bd78008c728: Pull complete [2022-03-04T14:54:02.512Z] Digest: sha256:d8c2b69511a49e9eb6fd2a17f2727ae011b0382cd11562fa5cb4c70bb460cf12 [2022-03-04T14:54:02.512Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-04T14:54:02.512Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-04T14:54:02.512Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2022-03-04T14:54:02.512Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2022-03-04T14:54:02.512Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.2565' [2022-03-04T14:54:02.513Z] INFO: Docker version of control daemon [2022-03-04T14:54:02.513Z] [2022-03-04T14:54:02.513Z] Client: [2022-03-04T14:54:02.513Z] Version: 20.10.9 [2022-03-04T14:54:02.513Z] API version: 1.41 [2022-03-04T14:54:02.513Z] Go version: go1.16.8 [2022-03-04T14:54:02.513Z] Git commit: c2ea9bc [2022-03-04T14:54:02.513Z] Built: Mon Oct 4 16:11:10 2021 [2022-03-04T14:54:02.513Z] OS/Arch: windows/amd64 [2022-03-04T14:54:02.513Z] Context: default [2022-03-04T14:54:02.513Z] Experimental: true [2022-03-04T14:54:02.513Z] [2022-03-04T14:54:02.513Z] Server: Docker Engine - Community [2022-03-04T14:54:02.513Z] Engine: [2022-03-04T14:54:02.513Z] Version: 20.10.9 [2022-03-04T14:54:02.513Z] API version: 1.41 (minimum version 1.24) [2022-03-04T14:54:02.513Z] Go version: go1.16.8 [2022-03-04T14:54:02.513Z] Git commit: 79ea9d3 [2022-03-04T14:54:02.513Z] Built: Mon Oct 4 16:06:39 2021 [2022-03-04T14:54:02.513Z] OS/Arch: windows/amd64 [2022-03-04T14:54:02.513Z] Experimental: true [2022-03-04T14:54:02.513Z] [2022-03-04T14:54:02.513Z] INFO: Docker info of control daemon [2022-03-04T14:54:02.513Z] [2022-03-04T14:54:02.513Z] Client: [2022-03-04T14:54:02.513Z] Context: default [2022-03-04T14:54:02.513Z] Debug Mode: false [2022-03-04T14:54:02.513Z] Plugins: [2022-03-04T14:54:02.513Z] app: Docker Application (Docker Inc., v0.8.0) [2022-03-04T14:54:02.513Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2022-03-04T14:54:02.513Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2022-03-04T14:54:02.513Z] [2022-03-04T14:54:02.513Z] Server: [2022-03-04T14:54:02.513Z] Containers: 0 [2022-03-04T14:54:02.513Z] Running: 0 [2022-03-04T14:54:02.513Z] Paused: 0 [2022-03-04T14:54:02.513Z] Stopped: 0 [2022-03-04T14:54:02.513Z] Images: 1 [2022-03-04T14:54:02.513Z] Server Version: 20.10.9 [2022-03-04T14:54:02.513Z] Storage Driver: windowsfilter (windows) lcow (linux) [2022-03-04T14:54:02.513Z] Windows: [2022-03-04T14:54:02.513Z] LCOW: [2022-03-04T14:54:02.513Z] Logging Driver: json-file [2022-03-04T14:54:02.513Z] Plugins: [2022-03-04T14:54:02.513Z] Volume: local [2022-03-04T14:54:02.513Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-04T14:54:02.513Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-04T14:54:02.513Z] Swarm: inactive [2022-03-04T14:54:02.513Z] Default Isolation: process [2022-03-04T14:54:02.513Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-03-04T14:54:02.513Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-03-04T14:54:02.513Z] OSType: windows [2022-03-04T14:54:02.513Z] Architecture: x86_64 [2022-03-04T14:54:02.513Z] CPUs: 4 [2022-03-04T14:54:02.513Z] Total Memory: 32GiB [2022-03-04T14:54:02.513Z] Name: azwin-2-4d8be0 [2022-03-04T14:54:02.513Z] ID: OBVN:G3H4:FJG4:OG2S:XO4Y:7BB7:QXYF:W3KL:Z6WW:C45S:QCIM:4F6L [2022-03-04T14:54:02.513Z] Docker Root Dir: D:\docker [2022-03-04T14:54:02.513Z] Debug Mode: false [2022-03-04T14:54:02.513Z] Registry: https://index.docker.io/v1/ [2022-03-04T14:54:02.513Z] Labels: [2022-03-04T14:54:02.513Z] Experimental: true [2022-03-04T14:54:02.513Z] Insecure Registries: [2022-03-04T14:54:02.513Z] 10.0.0.4:5000 [2022-03-04T14:54:02.513Z] 127.0.0.0/8 [2022-03-04T14:54:02.513Z] Registry Mirrors: [2022-03-04T14:54:02.513Z] http://10.0.0.4:5000/ [2022-03-04T14:54:02.513Z] Live Restore Enabled: false [2022-03-04T14:54:02.513Z] Product License: Community Engine [2022-03-04T14:54:02.513Z] [2022-03-04T14:54:02.513Z] [2022-03-04T14:54:02.513Z] INFO: Commit hash is 384532a8d2 [2022-03-04T14:54:02.513Z] INFO: Nuke-Everything... [2022-03-04T14:54:02.513Z] INFO: Container count on control daemon to delete is 0 [2022-03-04T14:54:02.513Z] INFO: Nuking d:\CI [2022-03-04T14:54:02.513Z] INFO: Zapped successfully [2022-03-04T14:54:02.513Z] INFO: Location for testing is d:\CI\PR-43324\1 [2022-03-04T14:54:02.982Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2022-03-04T14:54:02.982Z] [2022-03-04T14:54:02.982Z] [2022-03-04T14:54:02.982Z] INFO: Building the image from Dockerfile.windows at 03/04/2022 14:54:02... [2022-03-04T14:54:02.982Z] [2022-03-04T14:54:04.521Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s) [2022-03-04T14:54:04.521Z] PASS [2022-03-04T14:54:04.521Z] [2022-03-04T14:54:04.521Z] DONE 17 tests in 47.673s [2022-03-04T14:54:04.521Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-03-04T14:54:04.521Z] INFO: Testing against a local daemon [2022-03-04T14:54:04.521Z] === RUN TestPluginInvalidJSON [2022-03-04T14:54:04.521Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-04T14:54:04.521Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-04T14:54:04.521Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-04T14:54:04.521Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-03-04T14:54:04.521Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-04T14:54:04.521Z] === RUN TestPluginInstall [2022-03-04T14:54:04.521Z] === RUN TestPluginInstall/no_auth [2022-03-04T14:54:06.434Z] time="2022-03-04T14:54:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-04T14:54:06.434Z] time="2022-03-04T14:54:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:861eb5fe38c812ffbd42cfc2ebc6abb33d5a293aabc39c1790460d87adb8e655" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-04T14:54:06.434Z] time="2022-03-04T14:54:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-04T14:54:06.434Z] time="2022-03-04T14:54:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:861eb5fe38c812ffbd42cfc2ebc6abb33d5a293aabc39c1790460d87adb8e655" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-04T14:54:06.434Z] === RUN TestPluginInstall/with_htpasswd [2022-03-04T14:54:06.694Z] time="2022-03-04T14:54:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-04T14:54:06.694Z] time="2022-03-04T14:54:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0ac40acfcb94d453067cff42982ee565af961030604c50512c676dd50d90051b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-04T14:54:06.694Z] time="2022-03-04T14:54:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-04T14:54:06.694Z] time="2022-03-04T14:54:06Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:0ac40acfcb94d453067cff42982ee565af961030604c50512c676dd50d90051b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-04T14:54:06.955Z] === RUN TestPluginInstall/with_insecure [2022-03-04T14:54:07.747Z] Sending build context to Docker daemon 62.44MB [2022-03-04T14:54:07.747Z] [2022-03-04T14:54:07.747Z] Step 1/11 : FROM microsoft/windowsservercore [2022-03-04T14:54:07.747Z] ---> c703d4d60533 [2022-03-04T14:54:07.747Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2022-03-04T14:54:07.896Z] time="2022-03-04T14:54:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-04T14:54:07.897Z] time="2022-03-04T14:54:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8b6f11c1fc1fdc77bd1e4be4818e8d82d3253f84b649554bcb93c273ffbda8a5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-04T14:54:07.897Z] time="2022-03-04T14:54:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-04T14:54:07.897Z] time="2022-03-04T14:54:07Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8b6f11c1fc1fdc77bd1e4be4818e8d82d3253f84b649554bcb93c273ffbda8a5" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-04T14:54:08.158Z] plugin_test.go:165: [d8164f0bb4a58] daemon is not started [2022-03-04T14:54:08.158Z] --- PASS: TestPluginInstall (3.92s) [2022-03-04T14:54:08.158Z] --- PASS: TestPluginInstall/no_auth (2.04s) [2022-03-04T14:54:08.158Z] --- PASS: TestPluginInstall/with_htpasswd (0.62s) [2022-03-04T14:54:08.158Z] --- PASS: TestPluginInstall/with_insecure (1.25s) [2022-03-04T14:54:08.158Z] === RUN TestPluginsWithRuntimes [2022-03-04T14:54:08.215Z] ---> Running in d4deb62f72f7 [2022-03-04T14:54:08.215Z] Removing intermediate container d4deb62f72f7 [2022-03-04T14:54:08.215Z] ---> 93a888ba19a4 [2022-03-04T14:54:08.215Z] Step 3/11 : ARG GO_VERSION=1.17.7 [2022-03-04T14:54:08.215Z] ---> Running in bd77805458cc [2022-03-04T14:54:08.684Z] Removing intermediate container bd77805458cc [2022-03-04T14:54:08.684Z] ---> 0a095a885272 [2022-03-04T14:54:08.684Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.9 [2022-03-04T14:54:08.684Z] ---> Running in 46f1a3ea165a [2022-03-04T14:54:09.154Z] Removing intermediate container 46f1a3ea165a [2022-03-04T14:54:09.154Z] ---> 391d6b4f7517 [2022-03-04T14:54:09.154Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2022-03-04T14:54:09.154Z] ---> Running in 2b9d20a44844 [2022-03-04T14:54:09.624Z] Removing intermediate container 2b9d20a44844 [2022-03-04T14:54:09.624Z] ---> 6b511f1f70cf [2022-03-04T14:54:09.624Z] 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-04T14:54:09.624Z] ---> Running in a5ed4788b70b [2022-03-04T14:54:10.078Z] === RUN TestPluginsWithRuntimes/No_Args [2022-03-04T14:54:10.094Z] Removing intermediate container a5ed4788b70b [2022-03-04T14:54:10.094Z] ---> a48780c04675 [2022-03-04T14:54:10.094Z] 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-04T14:54:10.094Z] ---> Running in 3c0db2719fc0 [2022-03-04T14:54:10.113Z] --- PASS: TestBuildWithHugeFile (34.84s) [2022-03-04T14:54:10.113Z] === RUN TestBuildWCOWSandboxSize [2022-03-04T14:54:10.113Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-04T14:54:10.113Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-04T14:54:10.113Z] === RUN TestBuildWithEmptyDockerfile [2022-03-04T14:54:10.113Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-04T14:54:10.113Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-04T14:54:10.113Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-04T14:54:10.113Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-04T14:54:10.113Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-04T14:54:10.113Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-04T14:54:10.113Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-04T14:54:10.113Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-04T14:54:10.113Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-04T14:54:10.113Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-03-04T14:54:10.113Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.10s) [2022-03-04T14:54:10.113Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.11s) [2022-03-04T14:54:10.113Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.04s) [2022-03-04T14:54:10.113Z] === RUN TestBuildPreserveOwnership [2022-03-04T14:54:10.113Z] === RUN TestBuildPreserveOwnership/copy_from [2022-03-04T14:54:10.113Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-03-04T14:54:10.113Z] --- PASS: TestBuildPreserveOwnership (2.58s) [2022-03-04T14:54:10.113Z] --- PASS: TestBuildPreserveOwnership/copy_from (1.74s) [2022-03-04T14:54:10.113Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (0.84s) [2022-03-04T14:54:10.113Z] === RUN TestBuildPlatformInvalid [2022-03-04T14:54:10.113Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2022-03-04T14:54:10.113Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-03-04T14:54:10.113Z] Loaded image: busybox:latest [2022-03-04T14:54:10.113Z] Loaded image: busybox:glibc [2022-03-04T14:54:10.649Z] === RUN TestPluginsWithRuntimes/With_Args [2022-03-04T14:54:11.041Z] Loaded image: debian:bullseye-slim [2022-03-04T14:54:11.041Z] Loaded image: hello-world:latest [2022-03-04T14:54:11.041Z] Loaded image: arm32v7/hello-world:latest [2022-03-04T14:54:11.590Z] --- PASS: TestPluginsWithRuntimes (3.33s) [2022-03-04T14:54:11.590Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.86s) [2022-03-04T14:54:11.590Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.88s) [2022-03-04T14:54:11.590Z] === RUN TestPluginBackCompatMediaTypes [2022-03-04T14:54:11.688Z] INFO: Expanding compiler 1 of 3... [2022-03-04T14:54:11.688Z] INFO: Expanding compiler 2 of 3... [2022-03-04T14:54:12.161Z] --- PASS: TestPluginBackCompatMediaTypes (0.57s) [2022-03-04T14:54:12.161Z] PASS [2022-03-04T14:54:12.161Z] [2022-03-04T14:54:12.161Z] DONE 10 tests in 7.889s [2022-03-04T14:54:12.161Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-03-04T14:54:12.161Z] INFO: Testing against a local daemon [2022-03-04T14:54:12.161Z] === RUN TestExternalGraphDriver [2022-03-04T14:54:12.161Z] === RUN TestExternalGraphDriver/json [2022-03-04T14:54:13.665Z] ......... [ 85%] [2022-03-04T14:54:14.071Z] === RUN TestExternalGraphDriver/spec [2022-03-04T14:54:14.639Z] INFO: Expanding compiler 3 of 3... [2022-03-04T14:54:15.455Z] === RUN TestExternalGraphDriver/pull [2022-03-04T14:54:15.628Z] INFO: Removing downloaded files... [2022-03-04T14:54:15.628Z] INFO: Downloading containerd [2022-03-04T14:54:17.365Z] --- PASS: TestExternalGraphDriver (4.97s) [2022-03-04T14:54:17.365Z] --- PASS: TestExternalGraphDriver/json (1.64s) [2022-03-04T14:54:17.365Z] --- PASS: TestExternalGraphDriver/spec (1.65s) [2022-03-04T14:54:17.365Z] --- PASS: TestExternalGraphDriver/pull (1.64s) [2022-03-04T14:54:17.365Z] === RUN TestGraphdriverPluginV2 [2022-03-04T14:54:17.594Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-03-04T14:54:18.311Z] tests/integration/models_images_test.py ............... [ 89%] [2022-03-04T14:54:19.125Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (9.14s) [2022-03-04T14:54:19.125Z] PASS [2022-03-04T14:54:19.125Z] [2022-03-04T14:54:19.125Z] === Skipped [2022-03-04T14:54:19.125Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2022-03-04T14:54:19.125Z] build_session_test.go:25: TODO: BuildKit [2022-03-04T14:54:19.125Z] [2022-03-04T14:54:19.125Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-03-04T14:54:19.125Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-04T14:54:19.125Z] [2022-03-04T14:54:19.125Z] DONE 34 tests, 2 skipped in 64.315s [2022-03-04T14:54:19.125Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2022-03-04T14:54:19.125Z] ++ 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-04T14:54:19.125Z] ++ set -e [2022-03-04T14:54:19.125Z] ++ '[' -n 0 ']' [2022-03-04T14:54:19.125Z] ++ set -x [2022-03-04T14:54:19.125Z] ++ 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-04T14:54:19.125Z] INFO: Testing against a local daemon [2022-03-04T14:54:19.125Z] === RUN TestConfigInspect [2022-03-04T14:54:19.761Z] tests/integration/models_networks_test.py .... [ 90%] [2022-03-04T14:54:20.489Z] --- PASS: TestConfigInspect (2.14s) [2022-03-04T14:54:20.489Z] === RUN TestConfigList [2022-03-04T14:54:21.567Z] --- PASS: TestGraphdriverPluginV2 (3.93s) [2022-03-04T14:54:21.567Z] PASS [2022-03-04T14:54:21.567Z] [2022-03-04T14:54:21.567Z] DONE 5 tests in 8.962s [2022-03-04T14:54:21.567Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-03-04T14:54:21.567Z] INFO: Testing against a local daemon [2022-03-04T14:54:21.567Z] === RUN TestContinueAfterPluginCrash [2022-03-04T14:54:21.567Z] === PAUSE TestContinueAfterPluginCrash [2022-03-04T14:54:21.567Z] === RUN TestReadPluginNoRead [2022-03-04T14:54:21.567Z] === PAUSE TestReadPluginNoRead [2022-03-04T14:54:21.567Z] === RUN TestDaemonStartWithLogOpt [2022-03-04T14:54:21.567Z] === PAUSE TestDaemonStartWithLogOpt [2022-03-04T14:54:21.567Z] === CONT TestContinueAfterPluginCrash [2022-03-04T14:54:21.567Z] === CONT TestDaemonStartWithLogOpt [2022-03-04T14:54:22.884Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-03-04T14:54:23.009Z] --- PASS: TestConfigList (2.09s) [2022-03-04T14:54:23.009Z] === RUN TestConfigsCreateAndDelete [2022-03-04T14:54:24.870Z] --- PASS: TestDaemonStartWithLogOpt (3.40s) [2022-03-04T14:54:24.870Z] === CONT TestReadPluginNoRead [2022-03-04T14:54:24.895Z] --- PASS: TestConfigsCreateAndDelete (2.12s) [2022-03-04T14:54:24.895Z] === RUN TestConfigsUpdate [2022-03-04T14:54:26.260Z] --- PASS: TestConfigsUpdate (1.72s) [2022-03-04T14:54:26.260Z] === RUN TestTemplatedConfig [2022-03-04T14:54:26.310Z] tests/integration/models_nodes_test.py . [ 90%] [2022-03-04T14:54:26.310Z] tests/integration/models_resources_test.py . [ 91%] [2022-03-04T14:54:26.783Z] === RUN TestReadPluginNoRead/disabled_caching [2022-03-04T14:54:27.933Z] [2022-03-04T14:54:27.933Z] SUCCESS: Specified value was saved. [2022-03-04T14:54:27.933Z] INFO: Downloading git... [2022-03-04T14:54:28.014Z] tests/integration/models_services_test.py ................X. [ 95%] [2022-03-04T14:54:28.166Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-03-04T14:54:28.777Z] --- PASS: TestTemplatedConfig (2.30s) [2022-03-04T14:54:28.777Z] === RUN TestConfigCreateResolve [2022-03-04T14:54:29.106Z] === RUN TestReadPluginNoRead/default [2022-03-04T14:54:29.519Z] INFO: Downloading go... [2022-03-04T14:54:29.676Z] --- PASS: TestContinueAfterPluginCrash (8.33s) [2022-03-04T14:54:30.520Z] INFO: Downloading compiler 1 of 3... [2022-03-04T14:54:30.520Z] INFO: Downloading compiler 2 of 3... [2022-03-04T14:54:30.520Z] INFO: Downloading compiler 3 of 3... [2022-03-04T14:54:30.556Z] [2022-03-04T14:54:30.556Z] Name Version Source Summary [2022-03-04T14:54:30.556Z] ---- ------- ------ ------- [2022-03-04T14:54:30.556Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-03-04T14:54:30.619Z] === CONT TestReadPluginNoRead [2022-03-04T14:54:30.619Z] read_test.go:92: [d5dfb19f21a26] daemon is not started [2022-03-04T14:54:30.619Z] --- PASS: TestReadPluginNoRead (5.79s) [2022-03-04T14:54:30.619Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.18s) [2022-03-04T14:54:30.619Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.21s) [2022-03-04T14:54:30.619Z] --- PASS: TestReadPluginNoRead/default (1.21s) [2022-03-04T14:54:30.619Z] PASS [2022-03-04T14:54:30.619Z] [2022-03-04T14:54:30.619Z] DONE 6 tests in 9.261s [2022-03-04T14:54:30.619Z] 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-04T14:54:30.619Z] testing: warning: no tests to run [2022-03-04T14:54:30.619Z] PASS [2022-03-04T14:54:30.619Z] [2022-03-04T14:54:30.619Z] DONE 0 tests in 0.025s [2022-03-04T14:54:30.619Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-03-04T14:54:30.619Z] INFO: Testing against a local daemon [2022-03-04T14:54:30.619Z] === RUN TestPluginWithDevMounts [2022-03-04T14:54:30.619Z] === PAUSE TestPluginWithDevMounts [2022-03-04T14:54:30.619Z] === CONT TestPluginWithDevMounts [2022-03-04T14:54:30.665Z] --- PASS: TestConfigCreateResolve (2.06s) [2022-03-04T14:54:30.665Z] PASS [2022-03-04T14:54:30.665Z] [2022-03-04T14:54:30.665Z] DONE 6 tests in 12.538s [2022-03-04T14:54:30.665Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2022-03-04T14:54:30.665Z] ++ 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-04T14:54:30.665Z] ++ set -e [2022-03-04T14:54:30.665Z] ++ '[' -n 0 ']' [2022-03-04T14:54:30.665Z] ++ set -x [2022-03-04T14:54:30.665Z] ++ 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-04T14:54:30.758Z] tests/integration/models_swarm_test.py .. [ 96%] [2022-03-04T14:54:30.758Z] tests/integration/models_volumes_test.py .. [ 96%] [2022-03-04T14:54:30.921Z] INFO: Testing against a local daemon [2022-03-04T14:54:30.921Z] === RUN TestCheckpoint [2022-03-04T14:54:30.921Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-04T14:54:30.921Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-04T14:54:30.921Z] === RUN TestContainerInvalidJSON [2022-03-04T14:54:30.921Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-04T14:54:30.921Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-04T14:54:30.921Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-04T14:54:30.921Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-04T14:54:30.921Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-04T14:54:30.921Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-04T14:54:30.921Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-03-04T14:54:30.921Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-04T14:54:30.921Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-03-04T14:54:30.921Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-04T14:54:30.921Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2022-03-04T14:54:30.921Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-04T14:54:30.921Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-03-04T14:54:30.921Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-04T14:54:30.990Z] INFO: Extracting git... [2022-03-04T14:54:31.024Z] [2022-03-04T14:54:31.024Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-03-04T14:54:31.024Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-03-04T14:54:31.024Z] PSChildName : containerd [2022-03-04T14:54:31.024Z] PSDrive : C [2022-03-04T14:54:31.024Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-03-04T14:54:31.024Z] PSIsContainer : True [2022-03-04T14:54:31.024Z] Name : containerd [2022-03-04T14:54:31.024Z] FullName : C:\containerd [2022-03-04T14:54:31.024Z] Parent : [2022-03-04T14:54:31.024Z] Exists : True [2022-03-04T14:54:31.024Z] Root : C:\ [2022-03-04T14:54:31.024Z] Extension : [2022-03-04T14:54:31.024Z] CreationTime : 3/4/2022 2:54:30 PM [2022-03-04T14:54:31.024Z] CreationTimeUtc : 3/4/2022 2:54:30 PM [2022-03-04T14:54:31.024Z] LastAccessTime : 3/4/2022 2:54:30 PM [2022-03-04T14:54:31.024Z] LastAccessTimeUtc : 3/4/2022 2:54:30 PM [2022-03-04T14:54:31.024Z] LastWriteTime : 3/4/2022 2:54:30 PM [2022-03-04T14:54:31.024Z] LastWriteTimeUtc : 3/4/2022 2:54:30 PM [2022-03-04T14:54:31.024Z] Attributes : Directory [2022-03-04T14:54:31.024Z] Mode : d----- [2022-03-04T14:54:31.024Z] BaseName : containerd [2022-03-04T14:54:31.024Z] Target : {} [2022-03-04T14:54:31.024Z] LinkType : [2022-03-04T14:54:31.024Z] [2022-03-04T14:54:31.177Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2022-03-04T14:54:31.177Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-04T14:54:31.177Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-03-04T14:54:31.177Z] === RUN TestCopyFromContainer [2022-03-04T14:54:32.006Z] --- PASS: TestPluginWithDevMounts (1.60s) [2022-03-04T14:54:32.006Z] PASS [2022-03-04T14:54:32.006Z] [2022-03-04T14:54:32.006Z] DONE 1 tests in 1.664s [2022-03-04T14:54:32.006Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-03-04T14:54:32.104Z] === RUN TestCopyFromContainer// [2022-03-04T14:54:32.104Z] === RUN TestCopyFromContainer//bar/root [2022-03-04T14:54:32.104Z] === RUN TestCopyFromContainer//bar/root/ [2022-03-04T14:54:32.104Z] === RUN TestCopyFromContainer/bar/quux [2022-03-04T14:54:32.104Z] === RUN TestCopyFromContainer/bar/quux/ [2022-03-04T14:54:32.104Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-03-04T14:54:32.267Z] INFO: Testing against a local daemon [2022-03-04T14:54:32.267Z] === RUN TestSecretInspect [2022-03-04T14:54:32.371Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-03-04T14:54:32.371Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-03-04T14:54:32.371Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-03-04T14:54:32.371Z] === RUN TestCopyFromContainer/bar/notarget [2022-03-04T14:54:32.587Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-03-04T14:54:32.587Z] INFO: Configuring git core.autocrlf... [2022-03-04T14:54:32.587Z] [2022-03-04T14:54:32.587Z] [2022-03-04T14:54:32.629Z] --- PASS: TestCopyFromContainer (1.40s) [2022-03-04T14:54:32.629Z] --- PASS: TestCopyFromContainer// (0.05s) [2022-03-04T14:54:32.629Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-03-04T14:54:32.629Z] --- PASS: TestCopyFromContainer//bar/root/ (0.05s) [2022-03-04T14:54:32.629Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-03-04T14:54:32.629Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-03-04T14:54:32.629Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-03-04T14:54:32.629Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-03-04T14:54:32.629Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2022-03-04T14:54:32.629Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-03-04T14:54:32.629Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-03-04T14:54:32.629Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-04T14:54:32.629Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-04T14:54:32.629Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-04T14:54:32.629Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-04T14:54:32.629Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-04T14:54:32.629Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-04T14:54:32.629Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-04T14:54:32.629Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-04T14:54:32.629Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-04T14:54:32.629Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-04T14:54:32.629Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2022-03-04T14:54:32.629Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-04T14:54:32.629Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-04T14:54:32.630Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-04T14:54:32.630Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-04T14:54:32.630Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2022-03-04T14:54:32.630Z] === RUN TestCreateWithInvalidEnv [2022-03-04T14:54:32.630Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-04T14:54:32.630Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-04T14:54:32.630Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-04T14:54:32.630Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-04T14:54:32.630Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-04T14:54:32.630Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-04T14:54:32.630Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-04T14:54:32.630Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-04T14:54:32.630Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-04T14:54:32.630Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-03-04T14:54:32.630Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-04T14:54:32.630Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-04T14:54:32.630Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-04T14:54:32.630Z] === RUN TestCreateTmpfsMountsTarget [2022-03-04T14:54:32.630Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2022-03-04T14:54:32.630Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-04T14:54:32.942Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-03-04T14:54:32.943Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-03-04T14:54:33.203Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-03-04T14:54:33.996Z] --- PASS: TestCreateWithCustomMaskedPaths (1.14s) [2022-03-04T14:54:33.996Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-04T14:54:34.143Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-03-04T14:54:34.143Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-03-04T14:54:34.675Z] tests/integration/regression_test.py ...... [ 98%] [2022-03-04T14:54:34.808Z] --- PASS: TestSecretInspect (2.13s) [2022-03-04T14:54:34.808Z] === RUN TestSecretList [2022-03-04T14:54:34.923Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.09s) [2022-03-04T14:54:34.923Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-04T14:54:34.923Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-04T14:54:34.923Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-04T14:54:34.923Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-04T14:54:34.923Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-04T14:54:34.923Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-04T14:54:34.923Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-04T14:54:34.923Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-04T14:54:34.923Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-04T14:54:34.923Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-04T14:54:34.923Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-04T14:54:34.923Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-04T14:54:34.923Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-04T14:54:34.923Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-04T14:54:34.923Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-04T14:54:34.923Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-04T14:54:34.923Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-03-04T14:54:34.923Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-04T14:54:34.923Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-04T14:54:34.923Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-04T14:54:34.923Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-04T14:54:34.923Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-03-04T14:54:34.923Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-04T14:54:35.085Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-03-04T14:54:35.179Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.39s) [2022-03-04T14:54:35.179Z] === RUN TestCreateDifferentPlatform [2022-03-04T14:54:35.179Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-04T14:54:35.179Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-04T14:54:35.179Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-03-04T14:54:35.179Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-04T14:54:35.179Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-04T14:54:35.179Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-04T14:54:35.179Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-03-04T14:54:35.179Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-04T14:54:35.189Z] tests/integration/credentials/store_test.py ...... [ 99%] [2022-03-04T14:54:35.189Z] tests/integration/credentials/utils_test.py . [100%] [2022-03-04T14:54:35.189Z] [2022-03-04T14:54:35.189Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2022-03-04T14:54:35.189Z] =========================== short test summary info ============================ [2022-03-04T14:54:35.189Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2022-03-04T14:54:35.189Z] CONFIG_RT_GROUP_SCHED isn't enabled [2022-03-04T14:54:35.189Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2022-03-04T14:54:35.189Z] Not supported on most drivers [2022-03-04T14:54:35.189Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2022-03-04T14:54:35.189Z] Output of docker top depends on host distro, and is not formalized. [2022-03-04T14:54:35.189Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2022-03-04T14:54:35.189Z] Output of docker top depends on host distro, and is not formalized. [2022-03-04T14:54:35.189Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2022-03-04T14:54:35.189Z] Can fail if eth0 has multiple IP addresses [2022-03-04T14:54:35.189Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2022-03-04T14:54:35.189Z] This doesn't seem to be taken into account by the engine [2022-03-04T14:54:35.189Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME [2022-03-04T14:54:35.189Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2022-03-04T14:54:35.189Z] = 383 passed, 2 skipped, 2 deselected, 6 xfailed, 2 xpassed in 287.08 seconds == [2022-03-04T14:54:35.435Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-04T14:54:35.435Z] === RUN TestContainerStartOnDaemonRestart [2022-03-04T14:54:35.435Z] === PAUSE TestContainerStartOnDaemonRestart [2022-03-04T14:54:35.435Z] === RUN TestDaemonRestartIpcMode [2022-03-04T14:54:35.435Z] === PAUSE TestDaemonRestartIpcMode [2022-03-04T14:54:35.435Z] === RUN TestDaemonHostGatewayIP [2022-03-04T14:54:35.435Z] === PAUSE TestDaemonHostGatewayIP [2022-03-04T14:54:35.435Z] === RUN TestRestartDaemonWithRestartingContainer [2022-03-04T14:54:35.435Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-03-04T14:54:35.435Z] === RUN TestContainerKillOnDaemonStart [2022-03-04T14:54:35.435Z] === PAUSE TestContainerKillOnDaemonStart [2022-03-04T14:54:35.435Z] === RUN TestDiff [2022-03-04T14:54:35.446Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2022-03-04T14:54:35.691Z] --- PASS: TestDiff (0.40s) [2022-03-04T14:54:35.691Z] === RUN TestExecWithCloseStdin [2022-03-04T14:54:36.252Z] --- PASS: TestExecWithCloseStdin (0.43s) [2022-03-04T14:54:36.252Z] === RUN TestExec [2022-03-04T14:54:36.508Z] --- PASS: TestExec (0.41s) [2022-03-04T14:54:36.508Z] === RUN TestExecUser [2022-03-04T14:54:36.741Z] --- PASS: TestSecretList (2.24s) [2022-03-04T14:54:36.741Z] === RUN TestSecretsCreateAndDelete [2022-03-04T14:54:37.069Z] --- PASS: TestExecUser (0.45s) [2022-03-04T14:54:37.069Z] === RUN TestExportContainerAndImportImage [2022-03-04T14:54:37.630Z] --- PASS: TestExportContainerAndImportImage (0.53s) [2022-03-04T14:54:37.630Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-04T14:54:37.632Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-03-04T14:54:38.205Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-03-04T14:54:38.654Z] --- PASS: TestSecretsCreateAndDelete (2.18s) [2022-03-04T14:54:38.655Z] === RUN TestSecretsUpdate [2022-03-04T14:54:38.996Z] --- PASS: TestExportContainerAfterDaemonRestart (1.24s) [2022-03-04T14:54:38.996Z] === RUN TestHealthCheckWorkdir [2022-03-04T14:54:39.148Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-03-04T14:54:39.252Z] --- PASS: TestHealthCheckWorkdir (0.50s) [2022-03-04T14:54:39.252Z] === RUN TestHealthKillContainer [2022-03-04T14:54:39.409Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-03-04T14:54:40.351Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-03-04T14:54:40.923Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-03-04T14:54:41.199Z] --- PASS: TestSecretsUpdate (2.18s) [2022-03-04T14:54:41.199Z] === RUN TestTemplatedSecret [2022-03-04T14:54:41.865Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-03-04T14:54:42.808Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-03-04T14:54:43.382Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-03-04T14:54:43.743Z] --- PASS: TestTemplatedSecret (2.44s) [2022-03-04T14:54:43.743Z] === RUN TestSecretCreateResolve [2022-03-04T14:54:44.326Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-04T14:54:44.326Z] Using test binary docker [2022-03-04T14:54:44.326Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2022-03-04T14:54:44.326Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-04T14:54:44.326Z] INFO: Waiting for daemon to start... [2022-03-04T14:54:44.326Z] Starting dockerd [2022-03-04T14:54:45.654Z] --- PASS: TestSecretCreateResolve (2.17s) [2022-03-04T14:54:45.655Z] PASS [2022-03-04T14:54:45.655Z] [2022-03-04T14:54:45.655Z] DONE 6 tests in 13.407s [2022-03-04T14:54:45.655Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-03-04T14:54:45.655Z] INFO: Testing against a local daemon [2022-03-04T14:54:45.655Z] === RUN TestServiceCreateInit [2022-03-04T14:54:45.655Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-04T14:54:45.948Z] INFO: Expanding go... [2022-03-04T14:54:47.334Z] --- PASS: TestHealthKillContainer (7.84s) [2022-03-04T14:54:47.334Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-04T14:54:47.590Z] --- PASS: TestInspectCpusetInConfigPre120 (0.36s) [2022-03-04T14:54:47.590Z] === RUN TestIpcModeNone [2022-03-04T14:54:47.626Z] . [2022-03-04T14:54:47.626Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-04T14:54:47.626Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-04T14:54:47.626Z] Error: No such image: emptyfs [2022-03-04T14:54:47.626Z] Running integration-test (iteration 1) [2022-03-04T14:54:47.626Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-03-04T14:54:47.626Z] Loaded image: busybox:latest [2022-03-04T14:54:47.626Z] Loaded image: busybox:glibc [2022-03-04T14:54:47.660Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-04T14:54:47.660Z] [2022-03-04T14:54:47.660Z] Unloading profiles will leave already running processes permanently [2022-03-04T14:54:47.660Z] unconfined, which can lead to unexpected situations. [2022-03-04T14:54:47.660Z] [2022-03-04T14:54:47.660Z] To set a process to complain mode, use the command line tool [2022-03-04T14:54:47.660Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-04T14:54:47.660Z] Post stage [Pipeline] junit [2022-03-04T14:54:47.671Z] Recording test results [2022-03-04T14:54:47.790Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2022-03-04T14:54:47.846Z] --- PASS: TestIpcModeNone (0.44s) [2022-03-04T14:54:47.846Z] === RUN TestIpcModePrivate [2022-03-04T14:54:48.062Z] + echo Ensuring container killed. [2022-03-04T14:54:48.062Z] Ensuring container killed. [2022-03-04T14:54:48.062Z] + docker rm -vf docker-pr1 [2022-03-04T14:54:48.062Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-03-04T14:54:48.341Z] + echo Chowning /workspace to jenkins user [2022-03-04T14:54:48.341Z] Chowning /workspace to jenkins user [2022-03-04T14:54:48.341Z] + id -u [2022-03-04T14:54:48.341Z] + id -g [2022-03-04T14:54:48.341Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43324:/workspace busybox chown -R 1000:1000 /workspace [2022-03-04T14:54:48.407Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:74, shared: false, mustBeShared: false [2022-03-04T14:54:48.407Z] --- PASS: TestIpcModePrivate (0.45s) [2022-03-04T14:54:48.407Z] === RUN TestIpcModeShareable [2022-03-04T14:54:48.663Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:67, shared: true, mustBeShared: true [Pipeline] catchError [Pipeline] { [2022-03-04T14:54:48.919Z] --- PASS: TestIpcModeShareable (0.45s) [2022-03-04T14:54:48.919Z] === RUN TestAPIIpcModeShareableAndContainer [Pipeline] sh [2022-03-04T14:54:49.011Z] Loaded image: debian:bullseye-slim [2022-03-04T14:54:49.011Z] Loaded image: hello-world:latest [2022-03-04T14:54:49.011Z] Loaded image: arm32v7/hello-world:latest [2022-03-04T14:54:49.011Z] INFO: Testing against a local daemon [2022-03-04T14:54:49.011Z] === RUN TestCgroupNamespacesBuild [2022-03-04T14:54:49.196Z] + bundleName=docker-py [2022-03-04T14:54:49.196Z] + echo Creating docker-py-bundles.tar.gz [2022-03-04T14:54:49.196Z] Creating docker-py-bundles.tar.gz [2022-03-04T14:54:49.196Z] + 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-04T14:54:49.207Z] Archiving artifacts [2022-03-04T14:54:49.503Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43324/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2022-03-04T14:54:49.852Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43324/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=384532a8d29ccd3ae29128d9f9e03c82300160f7 -e DOCKER_GRAPHDRIVER docker:384532a8d29ccd3ae29128d9f9e03c82300160f7 hack/make.sh binary [2022-03-04T14:54:49.858Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-04T14:54:50.110Z] [2022-03-04T14:54:50.110Z] Removing bundles/ [2022-03-04T14:54:50.284Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.33s) [2022-03-04T14:54:50.284Z] === RUN TestAPIIpcModeHost [2022-03-04T14:54:50.368Z] [2022-03-04T14:54:50.368Z] ---> Making bundle: binary (in bundles/binary) [2022-03-04T14:54:50.368Z] Building: bundles/binary-daemon/dockerd-dev [2022-03-04T14:54:50.368Z] GOOS="" GOARCH="" GOARM="" [2022-03-04T14:54:50.396Z] --- PASS: TestCgroupNamespacesBuild (1.32s) [2022-03-04T14:54:50.396Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-03-04T14:54:50.540Z] --- PASS: TestAPIIpcModeHost (0.34s) [2022-03-04T14:54:50.540Z] === RUN TestDaemonIpcModeShareable [2022-03-04T14:54:51.467Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true [2022-03-04T14:54:51.467Z] --- PASS: TestDaemonIpcModeShareable (1.10s) [2022-03-04T14:54:51.467Z] === RUN TestDaemonIpcModePrivate [2022-03-04T14:54:51.779Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.12s) [2022-03-04T14:54:51.779Z] === RUN TestBuildWithSession [2022-03-04T14:54:51.779Z] build_session_test.go:25: TODO: BuildKit [2022-03-04T14:54:51.779Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-04T14:54:51.779Z] === RUN TestBuildSquashParent [2022-03-04T14:54:52.832Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false [2022-03-04T14:54:52.832Z] --- PASS: TestDaemonIpcModePrivate (1.12s) [2022-03-04T14:54:52.832Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-03-04T14:54:53.152Z] --- PASS: TestServiceCreateInit (7.42s) [2022-03-04T14:54:53.152Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.69s) [2022-03-04T14:54:53.152Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.71s) [2022-03-04T14:54:53.152Z] === RUN TestCreateServiceMultipleTimes [2022-03-04T14:54:53.759Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:84, shared: false, mustBeShared: false [2022-03-04T14:54:53.759Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.12s) [2022-03-04T14:54:53.759Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-03-04T14:54:54.686Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:78, shared: true, mustBeShared: true [2022-03-04T14:54:54.945Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.12s) [2022-03-04T14:54:54.945Z] === RUN TestIpcModeOlderClient [2022-03-04T14:54:54.945Z] === PAUSE TestIpcModeOlderClient [2022-03-04T14:54:54.945Z] === RUN TestKillContainerInvalidSignal [2022-03-04T14:54:55.534Z] --- PASS: TestKillContainerInvalidSignal (0.42s) [2022-03-04T14:54:55.534Z] === RUN TestKillContainer [2022-03-04T14:54:55.534Z] === RUN TestKillContainer/no_signal [2022-03-04T14:54:55.790Z] === RUN TestKillContainer/non_killing_signal [2022-03-04T14:54:56.045Z] === RUN TestKillContainer/killing_signal [2022-03-04T14:54:56.607Z] --- PASS: TestKillContainer (1.20s) [2022-03-04T14:54:56.607Z] --- PASS: TestKillContainer/no_signal (0.39s) [2022-03-04T14:54:56.607Z] --- PASS: TestKillContainer/non_killing_signal (0.26s) [2022-03-04T14:54:56.607Z] --- PASS: TestKillContainer/killing_signal (0.38s) [2022-03-04T14:54:56.607Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-04T14:54:56.607Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-03-04T14:54:56.863Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-03-04T14:54:57.790Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.13s) [2022-03-04T14:54:57.790Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.40s) [2022-03-04T14:54:57.790Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.61s) [2022-03-04T14:54:57.790Z] === RUN TestKillStoppedContainer [2022-03-04T14:54:57.790Z] --- PASS: TestKillStoppedContainer (0.04s) [2022-03-04T14:54:57.790Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-04T14:54:57.790Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-03-04T14:54:57.790Z] === RUN TestKillDifferentUserContainer [2022-03-04T14:54:58.352Z] --- PASS: TestKillDifferentUserContainer (0.42s) [2022-03-04T14:54:58.352Z] === RUN TestInspectOomKilledTrue [2022-03-04T14:54:58.361Z] --- PASS: TestBuildSquashParent (6.51s) [2022-03-04T14:54:58.361Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-04T14:54:58.361Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-04T14:54:58.361Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-04T14:54:58.361Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-04T14:54:58.361Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-04T14:54:58.361Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-04T14:54:58.361Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-04T14:54:58.361Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-04T14:54:58.361Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-04T14:54:58.361Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-04T14:54:58.361Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-04T14:54:58.361Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-04T14:54:58.361Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-04T14:54:58.361Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-04T14:54:58.361Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-04T14:54:58.608Z] --- PASS: TestInspectOomKilledTrue (0.44s) [2022-03-04T14:54:58.608Z] === RUN TestInspectOomKilledFalse [2022-03-04T14:54:59.169Z] --- PASS: TestInspectOomKilledFalse (0.39s) [2022-03-04T14:54:59.169Z] === RUN TestLinksEtcHostsContentMatch [2022-03-04T14:54:59.425Z] --- PASS: TestLinksEtcHostsContentMatch (0.29s) [2022-03-04T14:54:59.425Z] === RUN TestLinksContainerNames [2022-03-04T14:55:00.274Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-04T14:55:00.274Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-04T14:55:00.352Z] --- PASS: TestLinksContainerNames (0.79s) [2022-03-04T14:55:00.352Z] === RUN TestLogsFollowTailEmpty [2022-03-04T14:55:00.609Z] --- PASS: TestLogsFollowTailEmpty (0.38s) [2022-03-04T14:55:00.609Z] === RUN TestContainerNetworkMountsNoChown [2022-03-04T14:55:00.864Z] --- PASS: TestContainerNetworkMountsNoChown (0.37s) [2022-03-04T14:55:00.864Z] === RUN TestMountDaemonRoot [2022-03-04T14:55:00.864Z] === RUN TestMountDaemonRoot/default [2022-03-04T14:55:00.864Z] === PAUSE TestMountDaemonRoot/default [2022-03-04T14:55:00.864Z] === RUN TestMountDaemonRoot/private [2022-03-04T14:55:00.864Z] === PAUSE TestMountDaemonRoot/private [2022-03-04T14:55:00.864Z] === RUN TestMountDaemonRoot/rprivate [2022-03-04T14:55:00.864Z] === PAUSE TestMountDaemonRoot/rprivate [2022-03-04T14:55:00.864Z] === RUN TestMountDaemonRoot/slave [2022-03-04T14:55:00.864Z] === PAUSE TestMountDaemonRoot/slave [2022-03-04T14:55:00.864Z] === RUN TestMountDaemonRoot/rslave [2022-03-04T14:55:00.864Z] === PAUSE TestMountDaemonRoot/rslave [2022-03-04T14:55:00.864Z] === RUN TestMountDaemonRoot/shared [2022-03-04T14:55:00.864Z] === PAUSE TestMountDaemonRoot/shared [2022-03-04T14:55:00.864Z] === RUN TestMountDaemonRoot/rshared [2022-03-04T14:55:00.864Z] === PAUSE TestMountDaemonRoot/rshared [2022-03-04T14:55:00.864Z] === CONT TestMountDaemonRoot/default [2022-03-04T14:55:00.864Z] === RUN TestMountDaemonRoot/default/bind_root [2022-03-04T14:55:00.864Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-03-04T14:55:00.864Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-03-04T14:55:00.864Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-03-04T14:55:00.864Z] === RUN TestMountDaemonRoot/default/mount_root [2022-03-04T14:55:00.864Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-03-04T14:55:00.864Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-03-04T14:55:00.864Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-03-04T14:55:00.864Z] === CONT TestMountDaemonRoot/rslave [2022-03-04T14:55:00.864Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-03-04T14:55:00.864Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-03-04T14:55:00.864Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-03-04T14:55:00.864Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-03-04T14:55:00.864Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-03-04T14:55:00.864Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-03-04T14:55:00.864Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-03-04T14:55:00.864Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-03-04T14:55:00.864Z] === CONT TestMountDaemonRoot/rshared [2022-03-04T14:55:00.864Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-03-04T14:55:00.864Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-03-04T14:55:00.864Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-03-04T14:55:00.864Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-03-04T14:55:00.864Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-03-04T14:55:00.864Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-03-04T14:55:00.864Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-03-04T14:55:00.864Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-03-04T14:55:00.864Z] === CONT TestMountDaemonRoot/shared [2022-03-04T14:55:00.864Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-03-04T14:55:00.864Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-03-04T14:55:00.864Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-03-04T14:55:00.864Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-03-04T14:55:00.864Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-03-04T14:55:00.864Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-03-04T14:55:00.864Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-03-04T14:55:00.864Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-03-04T14:55:00.864Z] === CONT TestMountDaemonRoot/rprivate [2022-03-04T14:55:00.864Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-03-04T14:55:00.864Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-03-04T14:55:00.864Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-03-04T14:55:00.864Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-03-04T14:55:00.864Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-03-04T14:55:00.864Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-03-04T14:55:00.864Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-03-04T14:55:00.864Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-03-04T14:55:00.864Z] === CONT TestMountDaemonRoot/slave [2022-03-04T14:55:00.864Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-03-04T14:55:00.864Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-03-04T14:55:00.864Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-03-04T14:55:00.864Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-03-04T14:55:00.864Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-03-04T14:55:00.864Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-03-04T14:55:00.864Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-03-04T14:55:00.864Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-03-04T14:55:00.864Z] === CONT TestMountDaemonRoot/private [2022-03-04T14:55:00.864Z] === RUN TestMountDaemonRoot/private/bind_root [2022-03-04T14:55:00.864Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-03-04T14:55:00.864Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-03-04T14:55:00.864Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-03-04T14:55:00.864Z] === RUN TestMountDaemonRoot/private/mount_root [2022-03-04T14:55:00.864Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-03-04T14:55:00.864Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-03-04T14:55:00.864Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-03-04T14:55:00.864Z] === CONT TestMountDaemonRoot/default/bind_root [2022-03-04T14:55:00.864Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-03-04T14:55:00.864Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-03-04T14:55:00.864Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-03-04T14:55:00.864Z] === CONT TestMountDaemonRoot/default/mount_root [2022-03-04T14:55:00.864Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-03-04T14:55:01.120Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-03-04T14:55:01.120Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-03-04T14:55:01.120Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-03-04T14:55:01.120Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-03-04T14:55:01.120Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-03-04T14:55:01.120Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-03-04T14:55:01.120Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-03-04T14:55:01.120Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-03-04T14:55:01.120Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-03-04T14:55:01.120Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-03-04T14:55:01.120Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-03-04T14:55:01.120Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-03-04T14:55:01.120Z] === CONT TestMountDaemonRoot/private/bind_root [2022-03-04T14:55:01.120Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-03-04T14:55:01.120Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-03-04T14:55:01.120Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-03-04T14:55:01.120Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-03-04T14:55:01.120Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-03-04T14:55:01.120Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-03-04T14:55:01.376Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-03-04T14:55:01.376Z] === CONT TestMountDaemonRoot/private/mount_root [2022-03-04T14:55:01.376Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-03-04T14:55:01.376Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-03-04T14:55:01.376Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-03-04T14:55:01.376Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2022-03-04T14:55:01.376Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2022-03-04T14:55:01.376Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-03-04T14:55:01.376Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2022-03-04T14:55:01.376Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-03-04T14:55:01.376Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2022-03-04T14:55:01.376Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-03-04T14:55:01.376Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-03-04T14:55:01.376Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-03-04T14:55:01.376Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-03-04T14:55:01.376Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2022-03-04T14:55:01.376Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-03-04T14:55:01.376Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.03s) [2022-03-04T14:55:01.376Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-03-04T14:55:01.376Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-03-04T14:55:01.376Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-03-04T14:55:01.376Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-03-04T14:55:01.376Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-03-04T14:55:01.376Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2022-03-04T14:55:01.376Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-03-04T14:55:01.376Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-03-04T14:55:01.376Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.01s) [2022-03-04T14:55:01.376Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-03-04T14:55:01.376Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2022-03-04T14:55:01.376Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-03-04T14:55:01.376Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-03-04T14:55:01.376Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-03-04T14:55:01.376Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-03-04T14:55:01.376Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-03-04T14:55:01.376Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-03-04T14:55:01.376Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-03-04T14:55:01.376Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.01s) [2022-03-04T14:55:01.376Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-03-04T14:55:01.376Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-03-04T14:55:01.376Z] === RUN TestContainerBindMountNonRecursive [2022-03-04T14:55:01.660Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-04T14:55:01.921Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-04T14:55:02.741Z] --- PASS: TestContainerBindMountNonRecursive (1.24s) [2022-03-04T14:55:02.741Z] === RUN TestContainerVolumesMountedAsShared [2022-03-04T14:55:02.997Z] --- PASS: TestContainerVolumesMountedAsShared (0.38s) [2022-03-04T14:55:02.997Z] === RUN TestContainerVolumesMountedAsSlave [2022-03-04T14:55:03.253Z] --- PASS: TestContainerVolumesMountedAsSlave (0.31s) [2022-03-04T14:55:03.253Z] === RUN TestNetworkNat [2022-03-04T14:55:03.814Z] --- PASS: TestNetworkNat (0.43s) [2022-03-04T14:55:03.814Z] === RUN TestNetworkLocalhostTCPNat [2022-03-04T14:55:03.834Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-03-04T14:55:03.834Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.81s) [2022-03-04T14:55:03.834Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.85s) [2022-03-04T14:55:03.834Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.87s) [2022-03-04T14:55:03.834Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.88s) [2022-03-04T14:55:03.834Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.87s) [2022-03-04T14:55:03.834Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.04s) [2022-03-04T14:55:03.834Z] === RUN TestBuildMultiStageCopy [2022-03-04T14:55:03.834Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-04T14:55:04.070Z] --- PASS: TestNetworkLocalhostTCPNat (0.41s) [2022-03-04T14:55:04.070Z] === RUN TestNetworkLoopbackNat [2022-03-04T14:55:06.585Z] --- PASS: TestNetworkLoopbackNat (2.49s) [2022-03-04T14:55:06.585Z] === RUN TestPause [2022-03-04T14:55:06.842Z] --- PASS: TestPause (0.43s) [2022-03-04T14:55:06.842Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-04T14:55:07.098Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-04T14:55:07.098Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-04T14:55:07.098Z] === RUN TestPauseStopPausedContainer [2022-03-04T14:55:07.131Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-04T14:55:07.353Z] --- PASS: TestPauseStopPausedContainer (0.41s) [2022-03-04T14:55:07.353Z] === RUN TestPidHost [2022-03-04T14:55:08.071Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-04T14:55:08.281Z] --- PASS: TestPidHost (0.86s) [2022-03-04T14:55:08.281Z] === RUN TestPsFilter [2022-03-04T14:55:08.281Z] --- PASS: TestPsFilter (0.10s) [2022-03-04T14:55:08.281Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-04T14:55:08.564Z] Removing intermediate container 8cc3e089ed66 [2022-03-04T14:55:08.564Z] ---> 971d071b12bb [2022-03-04T14:55:08.564Z] 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-04T14:55:08.564Z] ---> Running in 68cc5300ef3c [2022-03-04T14:55:08.564Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-03-04T14:55:08.564Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-04T14:55:08.564Z] go: downloading github.com/fatih/color v1.10.0 [2022-03-04T14:55:08.564Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-04T14:55:08.564Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-04T14:55:08.564Z] go: downloading github.com/pkg/errors v0.9.1 [2022-03-04T14:55:08.564Z] go: downloading golang.org/x/tools v0.1.0 [2022-03-04T14:55:08.564Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-04T14:55:08.564Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-04T14:55:08.564Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-04T14:55:08.564Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-04T14:55:08.564Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-04T14:55:08.564Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-04T14:55:08.564Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-04T14:55:08.564Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-04T14:55:08.564Z] go: downloading golang.org/x/mod v0.3.0 [2022-03-04T14:55:08.842Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.37s) [2022-03-04T14:55:08.842Z] === RUN TestRemoveContainerWithVolume [2022-03-04T14:55:09.098Z] --- PASS: TestRemoveContainerWithVolume (0.39s) [2022-03-04T14:55:09.098Z] === RUN TestRemoveContainerRunning [2022-03-04T14:55:09.354Z] --- PASS: TestRemoveContainerRunning (0.37s) [2022-03-04T14:55:09.354Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-04T14:55:09.453Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-04T14:55:09.918Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.37s) [2022-03-04T14:55:09.918Z] === RUN TestRemoveInvalidContainer [2022-03-04T14:55:09.918Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-03-04T14:55:09.918Z] === RUN TestRenameLinkedContainer [2022-03-04T14:55:10.029Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-04T14:55:11.261Z] --- PASS: TestCreateServiceMultipleTimes (15.56s) [2022-03-04T14:55:11.261Z] === RUN TestCreateServiceConflict [2022-03-04T14:55:11.261Z] --- PASS: TestCreateServiceConflict (2.15s) [2022-03-04T14:55:11.261Z] === RUN TestCreateServiceMaxReplicas [2022-03-04T14:55:11.268Z] INFO: Expanding compiler 1 of 3... [2022-03-04T14:55:11.268Z] INFO: Expanding compiler 2 of 3... [2022-03-04T14:55:11.411Z] --- PASS: TestBuildMultiStageCopy (7.35s) [2022-03-04T14:55:11.411Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.35s) [2022-03-04T14:55:11.411Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.99s) [2022-03-04T14:55:11.411Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.99s) [2022-03-04T14:55:11.411Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2022-03-04T14:55:11.411Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2022-03-04T14:55:11.411Z] === RUN TestBuildMultiStageParentConfig [2022-03-04T14:55:11.807Z] --- PASS: TestRenameLinkedContainer (1.63s) [2022-03-04T14:55:11.807Z] === RUN TestRenameStoppedContainer [2022-03-04T14:55:11.807Z] --- PASS: TestRenameStoppedContainer (0.37s) [2022-03-04T14:55:11.807Z] === RUN TestRenameRunningContainerAndReuse [2022-03-04T14:55:12.741Z] --- PASS: TestRenameRunningContainerAndReuse (0.80s) [2022-03-04T14:55:12.741Z] === RUN TestRenameInvalidName [2022-03-04T14:55:12.997Z] --- PASS: TestRenameInvalidName (0.40s) [2022-03-04T14:55:12.997Z] === RUN TestRenameAnonymousContainer [2022-03-04T14:55:13.804Z] --- PASS: TestCreateServiceMaxReplicas (2.71s) [2022-03-04T14:55:13.804Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-04T14:55:14.228Z] INFO: Expanding compiler 3 of 3... [2022-03-04T14:55:14.887Z] --- PASS: TestRenameAnonymousContainer (1.44s) [2022-03-04T14:55:14.887Z] === RUN TestRenameContainerWithSameName [2022-03-04T14:55:14.887Z] --- PASS: TestRenameContainerWithSameName (0.40s) [2022-03-04T14:55:14.887Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-04T14:55:15.217Z] INFO: Removing downloaded files... [2022-03-04T14:55:15.217Z] INFO: Downloading containerd [2022-03-04T14:55:15.815Z] --- PASS: TestRenameContainerWithLinkedContainer (0.77s) [2022-03-04T14:55:15.815Z] === RUN TestResize [2022-03-04T14:55:16.071Z] --- PASS: TestResize (0.38s) [2022-03-04T14:55:16.071Z] === RUN TestResizeWithInvalidSize [2022-03-04T14:55:16.635Z] --- PASS: TestResizeWithInvalidSize (0.43s) [2022-03-04T14:55:16.635Z] === RUN TestResizeWhenContainerNotStarted [2022-03-04T14:55:16.694Z] --- PASS: TestBuildMultiStageParentConfig (5.00s) [2022-03-04T14:55:16.694Z] === RUN TestBuildLabelWithTargets [2022-03-04T14:55:16.892Z] --- PASS: TestResizeWhenContainerNotStarted (0.39s) [2022-03-04T14:55:16.892Z] === RUN TestDaemonRestartKillContainers [2022-03-04T14:55:16.892Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-04T14:55:16.892Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-04T14:55:16.892Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-04T14:55:16.892Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-04T14:55:16.892Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-04T14:55:16.892Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-04T14:55:16.892Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-04T14:55:16.892Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-04T14:55:16.892Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-04T14:55:16.892Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-04T14:55:16.892Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-04T14:55:16.892Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-04T14:55:16.892Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-04T14:55:16.892Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-04T14:55:16.892Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-04T14:55:16.892Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-04T14:55:16.892Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-04T14:55:16.892Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-04T14:55:16.892Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-04T14:55:16.892Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-04T14:55:16.892Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-04T14:55:16.892Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-04T14:55:16.892Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-04T14:55:16.892Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-04T14:55:16.892Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-04T14:55:16.892Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-04T14:55:16.892Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-04T14:55:16.892Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-04T14:55:16.892Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-04T14:55:16.892Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-04T14:55:16.892Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-04T14:55:16.892Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-04T14:55:16.892Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-04T14:55:16.892Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-04T14:55:18.300Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-04T14:55:18.300Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-04T14:55:19.665Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-04T14:55:19.920Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-04T14:55:20.848Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-04T14:55:21.105Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-04T14:55:23.516Z] Removing intermediate container 68cc5300ef3c [2022-03-04T14:55:23.516Z] ---> 27fdeab59095 [2022-03-04T14:55:23.516Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2022-03-04T14:55:23.516Z] ---> Running in 9c798dcf4d70 [2022-03-04T14:55:23.516Z] Removing intermediate container 9c798dcf4d70 [2022-03-04T14:55:23.516Z] ---> 477dffd30177 [2022-03-04T14:55:23.516Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-03-04T14:55:23.516Z] ---> Running in 87aa3fe22d32 [2022-03-04T14:55:23.516Z] Removing intermediate container 87aa3fe22d32 [2022-03-04T14:55:23.516Z] ---> bea7743151a8 [2022-03-04T14:55:23.516Z] Step 11/11 : COPY . . [2022-03-04T14:55:24.372Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-04T14:55:24.372Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-04T14:55:24.826Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2022-03-04T14:55:24.826Z] === RUN TestBuildWithEmptyLayers [2022-03-04T14:55:27.435Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2022-03-04T14:55:27.435Z] === RUN TestBuildMultiStageOnBuild [2022-03-04T14:55:27.478Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2022-03-04T14:55:28.537Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-04T14:55:28.537Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-04T14:55:28.722Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.16s) [2022-03-04T14:55:28.722Z] === RUN TestCreateServiceSecretFileMode [2022-03-04T14:55:29.464Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-04T14:55:29.720Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-04T14:55:30.018Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2022-03-04T14:55:31.608Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-04T14:55:31.608Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-04T14:55:32.720Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2022-03-04T14:55:32.720Z] === RUN TestBuildUncleanTarFilenames [2022-03-04T14:55:32.720Z] --- PASS: TestBuildUncleanTarFilenames (0.57s) [2022-03-04T14:55:32.720Z] === RUN TestBuildMultiStageLayerLeak [2022-03-04T14:55:33.202Z] Removing intermediate container 015d0da4ff7c [2022-03-04T14:55:33.202Z] ---> 49600919cf8d [2022-03-04T14:55:33.202Z] 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-04T14:55:33.202Z] ---> Running in 5406f2c583c3 [2022-03-04T14:55:33.498Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-03-04T14:55:33.498Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.32s) [2022-03-04T14:55:33.498Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.55s) [2022-03-04T14:55:33.498Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.26s) [2022-03-04T14:55:33.498Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.66s) [2022-03-04T14:55:33.498Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.23s) [2022-03-04T14:55:33.498Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.25s) [2022-03-04T14:55:33.498Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (3.26s) [2022-03-04T14:55:33.498Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (3.29s) [2022-03-04T14:55:33.498Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (3.73s) [2022-03-04T14:55:33.498Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (3.82s) [2022-03-04T14:55:33.498Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.57s) [2022-03-04T14:55:33.498Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.60s) [2022-03-04T14:55:33.498Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (1.77s) [2022-03-04T14:55:33.498Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (1.79s) [2022-03-04T14:55:33.498Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (1.63s) [2022-03-04T14:55:33.498Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.66s) [2022-03-04T14:55:33.498Z] === RUN TestCgroupNamespacesRun [2022-03-04T14:55:34.426Z] --- PASS: TestCgroupNamespacesRun (1.05s) [2022-03-04T14:55:34.426Z] === RUN TestCgroupNamespacesRunPrivileged [2022-03-04T14:55:34.765Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-03-04T14:55:34.765Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-04T14:55:34.765Z] go: downloading github.com/fatih/color v1.10.0 [2022-03-04T14:55:34.765Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-04T14:55:34.765Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-04T14:55:34.765Z] go: downloading github.com/pkg/errors v0.9.1 [2022-03-04T14:55:34.765Z] go: downloading golang.org/x/tools v0.1.0 [2022-03-04T14:55:35.234Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-04T14:55:35.234Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-04T14:55:35.234Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-04T14:55:35.234Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-04T14:55:35.234Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-04T14:55:35.234Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-04T14:55:35.234Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-04T14:55:35.374Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.15s) [2022-03-04T14:55:35.374Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-03-04T14:55:36.219Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-04T14:55:36.219Z] go: downloading golang.org/x/mod v0.3.0 [2022-03-04T14:55:36.468Z] [2022-03-04T14:55:36.468Z] Name Version Source Summary [2022-03-04T14:55:36.468Z] ---- ------- ------ ------- [2022-03-04T14:55:36.468Z] 7Zip4Powershell 2.1.0 PSGallery Powershell ... [2022-03-04T14:55:36.741Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.12s) [2022-03-04T14:55:36.741Z] === RUN TestCgroupNamespacesRunHostMode [2022-03-04T14:55:37.711Z] --- PASS: TestCgroupNamespacesRunHostMode (1.15s) [2022-03-04T14:55:37.711Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-03-04T14:55:38.010Z] --- PASS: TestBuildMultiStageLayerLeak (4.42s) [2022-03-04T14:55:38.010Z] === RUN TestBuildWithHugeFile [2022-03-04T14:55:38.034Z] [2022-03-04T14:55:38.034Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2022-03-04T14:55:38.034Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2022-03-04T14:55:38.034Z] PSChildName : containerd [2022-03-04T14:55:38.034Z] PSDrive : C [2022-03-04T14:55:38.034Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2022-03-04T14:55:38.034Z] PSIsContainer : True [2022-03-04T14:55:38.034Z] Name : containerd [2022-03-04T14:55:38.034Z] FullName : C:\containerd [2022-03-04T14:55:38.034Z] Parent : [2022-03-04T14:55:38.034Z] Exists : True [2022-03-04T14:55:38.034Z] Root : C:\ [2022-03-04T14:55:38.034Z] Extension : [2022-03-04T14:55:38.034Z] CreationTime : 3/4/2022 2:55:37 PM [2022-03-04T14:55:38.034Z] CreationTimeUtc : 3/4/2022 2:55:37 PM [2022-03-04T14:55:38.034Z] LastAccessTime : 3/4/2022 2:55:37 PM [2022-03-04T14:55:38.034Z] LastAccessTimeUtc : 3/4/2022 2:55:37 PM [2022-03-04T14:55:38.034Z] LastWriteTime : 3/4/2022 2:55:37 PM [2022-03-04T14:55:38.034Z] LastWriteTimeUtc : 3/4/2022 2:55:37 PM [2022-03-04T14:55:38.034Z] Attributes : Directory [2022-03-04T14:55:38.034Z] Mode : d----- [2022-03-04T14:55:38.034Z] BaseName : containerd [2022-03-04T14:55:38.034Z] Target : {} [2022-03-04T14:55:38.034Z] LinkType : [2022-03-04T14:55:38.034Z] [2022-03-04T14:55:39.077Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.11s) [2022-03-04T14:55:39.077Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-03-04T14:55:39.606Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2022-03-04T14:55:39.606Z] INFO: Configuring git core.autocrlf... [2022-03-04T14:55:39.606Z] [2022-03-04T14:55:39.606Z] [2022-03-04T14:55:40.006Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.12s) [2022-03-04T14:55:40.006Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-03-04T14:55:40.567Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.66s) [2022-03-04T14:55:40.567Z] === RUN TestCgroupNamespacesRunOlderClient [2022-03-04T14:55:40.947Z] --- PASS: TestCreateServiceSecretFileMode (12.61s) [2022-03-04T14:55:40.947Z] === RUN TestCreateServiceConfigFileMode [2022-03-04T14:55:42.024Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.12s) [2022-03-04T14:55:42.024Z] === RUN TestNISDomainname [2022-03-04T14:55:42.280Z] --- PASS: TestNISDomainname (0.47s) [2022-03-04T14:55:42.280Z] === RUN TestHostnameDnsResolution [2022-03-04T14:55:42.842Z] --- PASS: TestHostnameDnsResolution (0.58s) [2022-03-04T14:55:42.842Z] === RUN TestUnprivilegedPortsAndPing [2022-03-04T14:55:43.404Z] --- PASS: TestUnprivilegedPortsAndPing (0.47s) [2022-03-04T14:55:43.404Z] === RUN TestStats [2022-03-04T14:55:45.917Z] --- PASS: TestStats (2.40s) [2022-03-04T14:55:45.917Z] === RUN TestStopContainerWithTimeout [2022-03-04T14:55:45.917Z] === RUN TestStopContainerWithTimeout/0 [2022-03-04T14:55:45.917Z] === PAUSE TestStopContainerWithTimeout/0 [2022-03-04T14:55:45.917Z] === RUN TestStopContainerWithTimeout/1 [2022-03-04T14:55:45.917Z] === PAUSE TestStopContainerWithTimeout/1 [2022-03-04T14:55:45.917Z] === RUN TestStopContainerWithTimeout/3 [2022-03-04T14:55:45.917Z] === PAUSE TestStopContainerWithTimeout/3 [2022-03-04T14:55:45.917Z] === RUN TestStopContainerWithTimeout/-1 [2022-03-04T14:55:45.917Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-03-04T14:55:45.917Z] === CONT TestStopContainerWithTimeout/0 [2022-03-04T14:55:45.917Z] === CONT TestStopContainerWithTimeout/-1 [2022-03-04T14:55:46.173Z] === CONT TestStopContainerWithTimeout/3 [2022-03-04T14:55:48.689Z] === CONT TestStopContainerWithTimeout/1 [2022-03-04T14:55:49.616Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2022-03-04T14:55:49.616Z] --- PASS: TestStopContainerWithTimeout/0 (0.54s) [2022-03-04T14:55:49.616Z] --- PASS: TestStopContainerWithTimeout/-1 (2.56s) [2022-03-04T14:55:49.616Z] --- PASS: TestStopContainerWithTimeout/3 (2.37s) [2022-03-04T14:55:49.616Z] --- PASS: TestStopContainerWithTimeout/1 (1.38s) [2022-03-04T14:55:49.616Z] === RUN TestDeleteDevicemapper [2022-03-04T14:55:49.616Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-04T14:55:49.616Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-03-04T14:55:49.616Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-04T14:55:50.981Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.26s) [2022-03-04T14:55:50.981Z] === RUN TestUpdateMemory [2022-03-04T14:55:51.146Z] Removing intermediate container 5406f2c583c3 [2022-03-04T14:55:51.146Z] ---> 20874eca692f [2022-03-04T14:55:51.146Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2022-03-04T14:55:51.146Z] ---> Running in 42f0f48bc257 [2022-03-04T14:55:51.237Z] --- PASS: TestUpdateMemory (0.49s) [2022-03-04T14:55:51.237Z] === RUN TestUpdateCPUQuota [2022-03-04T14:55:51.613Z] Removing intermediate container 42f0f48bc257 [2022-03-04T14:55:51.613Z] ---> 9eda2c2d05f8 [2022-03-04T14:55:51.613Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-03-04T14:55:51.613Z] ---> Running in 3175d8de826d [2022-03-04T14:55:52.081Z] Removing intermediate container 3175d8de826d [2022-03-04T14:55:52.081Z] ---> 132cd18ed1eb [2022-03-04T14:55:52.081Z] Step 11/11 : COPY . . [2022-03-04T14:55:52.165Z] --- PASS: TestUpdateCPUQuota (0.71s) [2022-03-04T14:55:52.166Z] === RUN TestUpdatePidsLimit [2022-03-04T14:55:52.166Z] === RUN TestUpdatePidsLimit/update_from_none [2022-03-04T14:55:52.166Z] === RUN TestUpdatePidsLimit/no_change [2022-03-04T14:55:52.422Z] === RUN TestUpdatePidsLimit/update_lower [2022-03-04T14:55:52.679Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-03-04T14:55:52.679Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-03-04T14:55:52.936Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-03-04T14:55:53.190Z] --- PASS: TestCreateServiceConfigFileMode (12.54s) [2022-03-04T14:55:53.190Z] === RUN TestCreateServiceSysctls [2022-03-04T14:55:53.193Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-03-04T14:55:53.660Z] ---> 606ff7063f8c [2022-03-04T14:55:53.660Z] Successfully built 606ff7063f8c [2022-03-04T14:55:53.660Z] Successfully tagged docker:latest [2022-03-04T14:55:53.660Z] INFO: Image build ended at 03/04/2022 14:55:50. Duration:00:03:40.6967983 [2022-03-04T14:55:53.660Z] [2022-03-04T14:55:53.660Z] [2022-03-04T14:55:53.660Z] INFO: Building the test binaries at 03/04/2022 14:55:50... [2022-03-04T14:55:53.754Z] --- PASS: TestUpdatePidsLimit (1.64s) [2022-03-04T14:55:53.754Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.17s) [2022-03-04T14:55:53.754Z] --- PASS: TestUpdatePidsLimit/no_change (0.18s) [2022-03-04T14:55:53.754Z] --- PASS: TestUpdatePidsLimit/update_lower (0.18s) [2022-03-04T14:55:53.754Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.18s) [2022-03-04T14:55:53.754Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.18s) [2022-03-04T14:55:53.754Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.18s) [2022-03-04T14:55:53.754Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.17s) [2022-03-04T14:55:53.754Z] === RUN TestUpdateRestartPolicy [2022-03-04T14:55:55.102Z] --- PASS: TestCreateServiceSysctls (3.07s) [2022-03-04T14:55:55.102Z] === RUN TestCreateServiceCapabilities [2022-03-04T14:55:55.881Z] INFO: make.ps1 starting at 03/04/2022 14:55:55 [2022-03-04T14:55:55.881Z] INFO: Git commit (384532a8d2) assumed from DOCKER_GITCOMMIT environment variable [2022-03-04T14:55:55.881Z] INFO: Invoking autogen... [2022-03-04T14:55:56.350Z] INFO: Building daemon... [2022-03-04T14:55:57.643Z] --- PASS: TestCreateServiceCapabilities (2.57s) [2022-03-04T14:55:57.643Z] === RUN TestInspect [2022-03-04T14:56:00.188Z] --- PASS: TestInspect (2.66s) [2022-03-04T14:56:00.188Z] === RUN TestCreateJob [2022-03-04T14:56:03.563Z] --- PASS: TestCreateJob (3.02s) [2022-03-04T14:56:03.563Z] === RUN TestReplicatedJob [2022-03-04T14:56:05.967Z] --- PASS: TestUpdateRestartPolicy (10.68s) [2022-03-04T14:56:05.968Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-04T14:56:05.968Z] --- PASS: TestUpdateRestartWithAutoRemove (0.41s) [2022-03-04T14:56:05.968Z] === RUN TestWaitNonBlocked [2022-03-04T14:56:05.968Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-04T14:56:05.968Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-04T14:56:05.968Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-04T14:56:05.968Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-04T14:56:05.968Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-04T14:56:05.968Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-04T14:56:05.968Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-03-04T14:56:05.968Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.66s) [2022-03-04T14:56:05.968Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.69s) [2022-03-04T14:56:05.968Z] === RUN TestWaitBlocked [2022-03-04T14:56:05.968Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-04T14:56:05.968Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-04T14:56:05.968Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-03-04T14:56:05.968Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-03-04T14:56:05.968Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-04T14:56:05.968Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-03-04T14:56:06.225Z] --- PASS: TestWaitBlocked (0.01s) [2022-03-04T14:56:06.225Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.66s) [2022-03-04T14:56:06.225Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.68s) [2022-03-04T14:56:06.225Z] === CONT TestContainerStartOnDaemonRestart [2022-03-04T14:56:06.225Z] === CONT TestIpcModeOlderClient [2022-03-04T14:56:06.225Z] --- PASS: TestIpcModeOlderClient (0.07s) [2022-03-04T14:56:06.225Z] === CONT TestContainerKillOnDaemonStart [2022-03-04T14:56:08.113Z] --- PASS: TestContainerStartOnDaemonRestart (1.90s) [2022-03-04T14:56:08.113Z] === CONT TestRestartDaemonWithRestartingContainer [2022-03-04T14:56:08.854Z] --- PASS: TestReplicatedJob (5.18s) [2022-03-04T14:56:08.854Z] === RUN TestUpdateReplicatedJob [2022-03-04T14:56:10.002Z] --- PASS: TestRestartDaemonWithRestartingContainer (1.58s) [2022-03-04T14:56:10.002Z] === CONT TestDaemonHostGatewayIP [2022-03-04T14:56:11.889Z] --- PASS: TestDaemonHostGatewayIP (2.12s) [2022-03-04T14:56:11.889Z] === CONT TestDaemonRestartIpcMode [2022-03-04T14:56:12.158Z] --- PASS: TestUpdateReplicatedJob (3.34s) [2022-03-04T14:56:12.159Z] === RUN TestServiceListWithStatuses [2022-03-04T14:56:12.159Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-04T14:56:12.159Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-04T14:56:12.159Z] === RUN TestDockerNetworkConnectAlias [2022-03-04T14:56:13.295Z] ---> c4a70db93001 [2022-03-04T14:56:13.295Z] Successfully built c4a70db93001 [2022-03-04T14:56:13.295Z] Successfully tagged docker:latest [2022-03-04T14:56:13.295Z] INFO: Image build ended at 03/04/2022 14:56:13. Duration:00:02:54.1316774 [2022-03-04T14:56:13.763Z] [2022-03-04T14:56:13.763Z] [2022-03-04T14:56:13.763Z] INFO: Building the test binaries at 03/04/2022 14:56:13... [2022-03-04T14:56:13.780Z] --- PASS: TestDaemonRestartIpcMode (2.08s) [2022-03-04T14:56:16.364Z] --- PASS: TestDockerNetworkConnectAlias (4.05s) [2022-03-04T14:56:16.364Z] === RUN TestDockerNetworkReConnect [2022-03-04T14:56:17.604Z] INFO: make.ps1 starting at 03/04/2022 14:56:17 [2022-03-04T14:56:17.604Z] INFO: Git commit (384532a8d2) assumed from DOCKER_GITCOMMIT environment variable [2022-03-04T14:56:17.604Z] INFO: Invoking autogen... [2022-03-04T14:56:17.947Z] --- PASS: TestContainerKillOnDaemonStart (11.57s) [2022-03-04T14:56:17.947Z] PASS [2022-03-04T14:56:17.947Z] [2022-03-04T14:56:17.947Z] === Skipped [2022-03-04T14:56:17.947Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2022-03-04T14:56:17.947Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-04T14:56:17.947Z] [2022-03-04T14:56:17.947Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-04T14:56:17.947Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-04T14:56:17.947Z] [2022-03-04T14:56:17.947Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2022-03-04T14:56:17.947Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-04T14:56:17.947Z] [2022-03-04T14:56:17.947Z] DONE 200 tests, 3 skipped in 107.061s [2022-03-04T14:56:17.947Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2022-03-04T14:56:17.947Z] ++ 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-04T14:56:17.947Z] ++ set -e [2022-03-04T14:56:17.947Z] ++ '[' -n 0 ']' [2022-03-04T14:56:17.947Z] ++ set -x [2022-03-04T14:56:17.947Z] ++ 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-04T14:56:17.947Z] === RUN TestConfigDaemonLibtrustID [2022-03-04T14:56:18.074Z] INFO: Building daemon... [2022-03-04T14:56:18.508Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2022-03-04T14:56:18.508Z] === RUN TestDaemonConfigValidation [2022-03-04T14:56:18.508Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-03-04T14:56:18.508Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-03-04T14:56:18.508Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-03-04T14:56:18.508Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-03-04T14:56:18.508Z] === RUN TestDaemonConfigValidation/invalid_config [2022-03-04T14:56:18.508Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-03-04T14:56:18.508Z] === RUN TestDaemonConfigValidation/malformed_config [2022-03-04T14:56:18.508Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-03-04T14:56:18.508Z] === RUN TestDaemonConfigValidation/valid_config [2022-03-04T14:56:18.508Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-03-04T14:56:18.508Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-03-04T14:56:18.508Z] === CONT TestDaemonConfigValidation/malformed_config [2022-03-04T14:56:18.508Z] === CONT TestDaemonConfigValidation/valid_config [2022-03-04T14:56:18.764Z] === CONT TestDaemonConfigValidation/invalid_config [2022-03-04T14:56:18.764Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-03-04T14:56:18.764Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-03-04T14:56:18.764Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.13s) [2022-03-04T14:56:18.764Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.17s) [2022-03-04T14:56:18.764Z] --- PASS: TestDaemonConfigValidation/valid_config (0.12s) [2022-03-04T14:56:18.764Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.12s) [2022-03-04T14:56:18.764Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s) [2022-03-04T14:56:18.764Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-04T14:56:18.764Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-03-04T14:56:19.662Z] --- PASS: TestDockerNetworkReConnect (3.48s) [2022-03-04T14:56:19.662Z] === RUN TestServicePlugin [2022-03-04T14:56:20.128Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-03-04T14:56:21.056Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-03-04T14:56:21.983Z] === CONT TestConfigDaemonSeccompProfiles [2022-03-04T14:56:21.983Z] daemon_test.go:156: [d745334cf2fe0] daemon is not started [2022-03-04T14:56:21.983Z] --- PASS: TestConfigDaemonSeccompProfiles (3.11s) [2022-03-04T14:56:21.983Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.04s) [2022-03-04T14:56:21.983Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.04s) [2022-03-04T14:56:21.983Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2022-03-04T14:56:21.983Z] === RUN TestDaemonProxy [2022-03-04T14:56:21.983Z] === RUN TestDaemonProxy/environment_variables [2022-03-04T14:56:22.961Z] plugin_test.go:61: [d324a0b98fba3] joining swarm manager [df59780f13f7f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T14:56:23.877Z] === RUN TestDaemonProxy/command-line_options [2022-03-04T14:56:23.904Z] plugin_test.go:64: [d5de583a04867] joining swarm manager [df59780f13f7f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-04T14:56:25.766Z] === RUN TestDaemonProxy/configuration_file [2022-03-04T14:56:26.814Z] Created binary: bundles/binary-daemon/dockerd-dev [2022-03-04T14:56:26.814Z] Copying nested executables into bundles/binary-daemon [2022-03-04T14:56:26.814Z] Building: bundles/binary-daemon/docker-proxy-dev [2022-03-04T14:56:26.814Z] GOOS="" GOARCH="" GOARM="" [2022-03-04T14:56:26.814Z] Created binary: bundles/binary-daemon/docker-proxy-dev [2022-03-04T14:56:26.814Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2022-03-04T14:56:27.131Z] === RUN TestDaemonProxy/conflicting_options [2022-03-04T14:56:27.146Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43324/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_GITCOMMIT=384532a8d29ccd3ae29128d9f9e03c82300160f7 -e DOCKER_GRAPHDRIVER docker:384532a8d29ccd3ae29128d9f9e03c82300160f7 hack/make.sh cross [2022-03-04T14:56:27.403Z] [2022-03-04T14:56:27.403Z] Removing bundles/ [2022-03-04T14:56:27.661Z] [2022-03-04T14:56:27.661Z] ---> Making bundle: cross (in bundles/cross) [2022-03-04T14:56:27.661Z] Cross building: bundles/cross/linux/amd64 [2022-03-04T14:56:27.661Z] Building: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-03-04T14:56:27.661Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-03-04T14:56:27.692Z] === RUN TestDaemonProxy/reload_sanitized [2022-03-04T14:56:28.253Z] --- PASS: TestDaemonProxy (6.25s) [2022-03-04T14:56:28.253Z] --- PASS: TestDaemonProxy/environment_variables (1.77s) [2022-03-04T14:56:28.253Z] --- PASS: TestDaemonProxy/command-line_options (1.73s) [2022-03-04T14:56:28.253Z] --- PASS: TestDaemonProxy/configuration_file (1.73s) [2022-03-04T14:56:28.253Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-03-04T14:56:28.253Z] --- PASS: TestDaemonProxy/reload_sanitized (0.52s) [2022-03-04T14:56:28.253Z] PASS [2022-03-04T14:56:28.253Z] [2022-03-04T14:56:28.253Z] DONE 17 tests in 10.323s [2022-03-04T14:56:28.253Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2022-03-04T14:56:28.253Z] ++ 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-04T14:56:28.253Z] ++ set -e [2022-03-04T14:56:28.253Z] ++ '[' -n 0 ']' [2022-03-04T14:56:28.253Z] ++ set -x [2022-03-04T14:56:28.253Z] ++ 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-04T14:56:28.253Z] INFO: Testing against a local daemon [2022-03-04T14:56:28.253Z] === RUN TestCommitInheritsEnv [2022-03-04T14:56:28.509Z] --- PASS: TestCommitInheritsEnv (0.24s) [2022-03-04T14:56:28.509Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-04T14:56:28.509Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-03-04T14:56:28.509Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-03-04T14:56:28.509Z] === RUN TestImportWithCustomPlatform [2022-03-04T14:56:28.509Z] === RUN TestImportWithCustomPlatform/#00 [2022-03-04T14:56:28.509Z] === RUN TestImportWithCustomPlatform/_______ [2022-03-04T14:56:28.510Z] === RUN TestImportWithCustomPlatform// [2022-03-04T14:56:28.510Z] === RUN TestImportWithCustomPlatform/linux [2022-03-04T14:56:28.765Z] === RUN TestImportWithCustomPlatform/LINUX [2022-03-04T14:56:28.765Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-03-04T14:56:28.765Z] === RUN TestImportWithCustomPlatform/macos [2022-03-04T14:56:28.765Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-03-04T14:56:28.765Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-03-04T14:56:28.765Z] --- PASS: TestImportWithCustomPlatform (0.30s) [2022-03-04T14:56:28.765Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-03-04T14:56:28.765Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-03-04T14:56:28.765Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-03-04T14:56:28.765Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-03-04T14:56:28.765Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-03-04T14:56:28.765Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.06s) [2022-03-04T14:56:28.765Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-03-04T14:56:28.765Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-03-04T14:56:28.765Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-03-04T14:56:28.765Z] === RUN TestImagesFilterMultiReference [2022-03-04T14:56:29.021Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-03-04T14:56:29.021Z] === RUN TestImagePullPlatformInvalid [2022-03-04T14:56:29.021Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-03-04T14:56:29.021Z] === RUN TestRemoveImageOrphaning [2022-03-04T14:56:29.277Z] --- PASS: TestRemoveImageOrphaning (0.23s) [2022-03-04T14:56:29.277Z] === RUN TestRemoveImageGarbageCollector [2022-03-04T14:56:29.277Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-04T14:56:29.277Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-03-04T14:56:29.277Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-04T14:56:29.277Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-03-04T14:56:29.277Z] === RUN TestTagInvalidReference [2022-03-04T14:56:29.277Z] --- PASS: TestTagInvalidReference (0.01s) [2022-03-04T14:56:29.277Z] === RUN TestTagValidPrefixedRepo [2022-03-04T14:56:29.277Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2022-03-04T14:56:29.277Z] === RUN TestTagExistedNameWithoutForce [2022-03-04T14:56:29.277Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-03-04T14:56:29.277Z] === RUN TestTagOfficialNames [2022-03-04T14:56:29.277Z] --- PASS: TestTagOfficialNames (0.06s) [2022-03-04T14:56:29.277Z] === RUN TestTagMatchesDigest [2022-03-04T14:56:29.277Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-03-04T14:56:29.277Z] PASS [2022-03-04T14:56:29.277Z] [2022-03-04T14:56:29.277Z] === Skipped [2022-03-04T14:56:29.277Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2022-03-04T14:56:29.277Z] import_test.go:24: runtime.GOARCH == "arm64": effective test will be time out [2022-03-04T14:56:29.277Z] [2022-03-04T14:56:29.277Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-03-04T14:56:29.277Z] remove_unix_test.go:35: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-04T14:56:29.277Z] [2022-03-04T14:56:29.277Z] DONE 22 tests, 2 skipped in 1.168s [2022-03-04T14:56:29.277Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2022-03-04T14:56:29.277Z] ++ 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-04T14:56:29.277Z] ++ set -e [2022-03-04T14:56:29.277Z] ++ '[' -n 0 ']' [2022-03-04T14:56:29.277Z] ++ set -x [2022-03-04T14:56:29.277Z] ++ 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-04T14:56:29.533Z] INFO: Testing against a local daemon [2022-03-04T14:56:29.533Z] === RUN TestNetworkCreateDelete [2022-03-04T14:56:29.533Z] --- PASS: TestNetworkCreateDelete (0.11s) [2022-03-04T14:56:29.533Z] === RUN TestDockerNetworkDeletePreferID [2022-03-04T14:56:29.789Z] --- PASS: TestDockerNetworkDeletePreferID (0.33s) [2022-03-04T14:56:29.789Z] === RUN TestDaemonDNSFallback [2022-03-04T14:56:34.278Z] --- PASS: TestBuildWithHugeFile (50.49s) [2022-03-04T14:56:34.278Z] === RUN TestBuildWCOWSandboxSize [2022-03-04T14:56:34.278Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-04T14:56:34.278Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-04T14:56:34.278Z] === RUN TestBuildWithEmptyDockerfile [2022-03-04T14:56:34.278Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-04T14:56:34.278Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-04T14:56:34.278Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-04T14:56:34.278Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-04T14:56:34.278Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-04T14:56:34.278Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-04T14:56:34.278Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-04T14:56:34.278Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-04T14:56:34.278Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-04T14:56:34.278Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2022-03-04T14:56:34.278Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.11s) [2022-03-04T14:56:34.278Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.12s) [2022-03-04T14:56:34.278Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-03-04T14:56:34.278Z] === RUN TestBuildPreserveOwnership [2022-03-04T14:56:34.278Z] === RUN TestBuildPreserveOwnership/copy_from [2022-03-04T14:56:34.278Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-03-04T14:56:36.327Z] --- PASS: TestDaemonDNSFallback (6.22s) [2022-03-04T14:56:36.327Z] === RUN TestInspectNetwork [2022-03-04T14:56:38.480Z] --- PASS: TestBuildPreserveOwnership (10.30s) [2022-03-04T14:56:38.480Z] --- PASS: TestBuildPreserveOwnership/copy_from (6.29s) [2022-03-04T14:56:38.480Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2022-03-04T14:56:38.480Z] === RUN TestBuildPlatformInvalid [2022-03-04T14:56:38.480Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2022-03-04T14:56:38.480Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-03-04T14:56:38.480Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-03-04T14:56:38.480Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-03-04T14:56:38.480Z] PASS [2022-03-04T14:56:38.480Z] [2022-03-04T14:56:38.480Z] === Skipped [2022-03-04T14:56:38.480Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-03-04T14:56:38.480Z] build_session_test.go:25: TODO: BuildKit [2022-03-04T14:56:38.480Z] [2022-03-04T14:56:38.480Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-03-04T14:56:38.480Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-04T14:56:38.480Z] [2022-03-04T14:56:38.480Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2022-03-04T14:56:38.480Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2022-03-04T14:56:38.480Z] [2022-03-04T14:56:38.480Z] DONE 34 tests, 3 skipped in 110.976s [2022-03-04T14:56:38.480Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-03-04T14:56:38.480Z] INFO: Testing against a local daemon [2022-03-04T14:56:38.480Z] === RUN TestConfigInspect [2022-03-04T14:56:38.480Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:56:38.480Z] --- SKIP: TestConfigInspect (0.01s) [2022-03-04T14:56:38.480Z] === RUN TestConfigList [2022-03-04T14:56:38.480Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:56:38.480Z] --- SKIP: TestConfigList (0.01s) [2022-03-04T14:56:38.480Z] === RUN TestConfigsCreateAndDelete [2022-03-04T14:56:38.480Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:56:38.480Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2022-03-04T14:56:38.480Z] === RUN TestConfigsUpdate [2022-03-04T14:56:38.480Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:56:38.480Z] --- SKIP: TestConfigsUpdate (0.01s) [2022-03-04T14:56:38.480Z] === RUN TestTemplatedConfig [2022-03-04T14:56:38.480Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:56:38.480Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-03-04T14:56:38.480Z] === RUN TestConfigCreateResolve [2022-03-04T14:56:38.480Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:56:38.480Z] --- SKIP: TestConfigCreateResolve (0.01s) [2022-03-04T14:56:38.480Z] PASS [2022-03-04T14:56:38.480Z] [2022-03-04T14:56:38.480Z] === Skipped [2022-03-04T14:56:38.480Z] === SKIP: amd64.integration.config TestConfigInspect (0.01s) [2022-03-04T14:56:38.480Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:56:38.480Z] [2022-03-04T14:56:38.480Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2022-03-04T14:56:38.480Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:56:38.480Z] [2022-03-04T14:56:38.480Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2022-03-04T14:56:38.480Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:56:38.480Z] [2022-03-04T14:56:38.480Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2022-03-04T14:56:38.480Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:56:38.480Z] [2022-03-04T14:56:38.480Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2022-03-04T14:56:38.480Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:56:38.480Z] [2022-03-04T14:56:38.480Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2022-03-04T14:56:38.480Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:56:38.480Z] [2022-03-04T14:56:38.480Z] DONE 6 tests, 6 skipped in 0.152s [2022-03-04T14:56:38.480Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-03-04T14:56:38.480Z] INFO: Testing against a local daemon [2022-03-04T14:56:38.480Z] === RUN TestCheckpoint [2022-03-04T14:56:38.480Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-04T14:56:38.480Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-04T14:56:38.480Z] === RUN TestContainerInvalidJSON [2022-03-04T14:56:38.480Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-04T14:56:38.480Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-04T14:56:38.480Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-04T14:56:38.480Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-04T14:56:38.480Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-04T14:56:38.480Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-04T14:56:38.480Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-03-04T14:56:38.480Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-03-04T14:56:38.480Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-04T14:56:38.480Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-04T14:56:38.741Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2022-03-04T14:56:38.741Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-04T14:56:38.741Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2022-03-04T14:56:38.741Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-04T14:56:38.741Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2022-03-04T14:56:38.741Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-04T14:56:38.741Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2022-03-04T14:56:38.741Z] === RUN TestCopyFromContainer [2022-03-04T14:56:39.593Z] === RUN TestInspectNetwork/full_network_id [2022-03-04T14:56:39.593Z] === RUN TestInspectNetwork/partial_network_id [2022-03-04T14:56:39.593Z] === RUN TestInspectNetwork/network_name [2022-03-04T14:56:39.593Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-03-04T14:56:42.945Z] === RUN TestCopyFromContainer// [2022-03-04T14:56:42.945Z] === RUN TestCopyFromContainer//bar/root [2022-03-04T14:56:42.945Z] === RUN TestCopyFromContainer//bar/root/ [2022-03-04T14:56:42.945Z] === RUN TestCopyFromContainer/bar/quux [2022-03-04T14:56:42.945Z] === RUN TestCopyFromContainer/bar/quux/ [2022-03-04T14:56:42.945Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-03-04T14:56:42.945Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-03-04T14:56:42.945Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-03-04T14:56:42.945Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-03-04T14:56:42.945Z] === RUN TestCopyFromContainer/bar/notarget [2022-03-04T14:56:42.945Z] --- PASS: TestCopyFromContainer (3.96s) [2022-03-04T14:56:42.945Z] --- PASS: TestCopyFromContainer// (0.06s) [2022-03-04T14:56:42.945Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2022-03-04T14:56:42.945Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2022-03-04T14:56:42.945Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2022-03-04T14:56:42.945Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2022-03-04T14:56:42.945Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2022-03-04T14:56:42.945Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2022-03-04T14:56:42.945Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2022-03-04T14:56:42.945Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2022-03-04T14:56:42.945Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2022-03-04T14:56:42.945Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-04T14:56:42.945Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-04T14:56:42.945Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-04T14:56:42.945Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-04T14:56:42.945Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-04T14:56:42.945Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-04T14:56:42.945Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-04T14:56:42.945Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-04T14:56:42.945Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-04T14:56:42.945Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-04T14:56:42.945Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2022-03-04T14:56:42.945Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-04T14:56:42.945Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-04T14:56:42.945Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-04T14:56:42.945Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-04T14:56:42.945Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2022-03-04T14:56:42.945Z] === RUN TestCreateWithInvalidEnv [2022-03-04T14:56:42.945Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-04T14:56:42.945Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-04T14:56:42.945Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-04T14:56:42.945Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-04T14:56:42.945Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-04T14:56:42.945Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-04T14:56:42.945Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-04T14:56:42.945Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-04T14:56:42.945Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-04T14:56:42.945Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2022-03-04T14:56:42.945Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-04T14:56:42.945Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-04T14:56:42.945Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-04T14:56:42.945Z] === RUN TestCreateTmpfsMountsTarget [2022-03-04T14:56:42.945Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2022-03-04T14:56:42.945Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-04T14:56:43.758Z] --- PASS: TestInspectNetwork (7.08s) [2022-03-04T14:56:43.758Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-03-04T14:56:43.758Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-03-04T14:56:43.758Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-03-04T14:56:43.758Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-03-04T14:56:43.758Z] === RUN TestRunContainerWithBridgeNone [2022-03-04T14:56:43.888Z] --- PASS: TestCreateWithCustomMaskedPaths (1.17s) [2022-03-04T14:56:43.888Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-04T14:56:44.686Z] --- PASS: TestRunContainerWithBridgeNone (1.38s) [2022-03-04T14:56:44.686Z] === RUN TestNetworkInvalidJSON [2022-03-04T14:56:44.686Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-04T14:56:44.686Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-04T14:56:44.686Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-04T14:56:44.686Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-04T14:56:44.686Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-04T14:56:44.686Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-04T14:56:44.686Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-04T14:56:44.686Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-04T14:56:44.686Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-04T14:56:44.686Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-03-04T14:56:44.686Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-03-04T14:56:44.686Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-03-04T14:56:44.686Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-03-04T14:56:44.686Z] === RUN TestNetworkList [2022-03-04T14:56:44.686Z] === RUN TestNetworkList//networks [2022-03-04T14:56:44.686Z] === PAUSE TestNetworkList//networks [2022-03-04T14:56:44.686Z] === RUN TestNetworkList//networks/ [2022-03-04T14:56:44.686Z] === PAUSE TestNetworkList//networks/ [2022-03-04T14:56:44.686Z] === CONT TestNetworkList//networks [2022-03-04T14:56:44.686Z] === CONT TestNetworkList//networks/ [2022-03-04T14:56:44.686Z] --- PASS: TestNetworkList (0.01s) [2022-03-04T14:56:44.686Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-04T14:56:44.686Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-04T14:56:44.686Z] === RUN TestHostIPv4BridgeLabel [2022-03-04T14:56:45.248Z] --- PASS: TestHostIPv4BridgeLabel (0.55s) [2022-03-04T14:56:45.248Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-04T14:56:45.274Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.18s) [2022-03-04T14:56:45.274Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-04T14:56:45.274Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-04T14:56:45.274Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-04T14:56:45.274Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-04T14:56:45.274Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-04T14:56:45.274Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-04T14:56:45.274Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-04T14:56:45.274Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-04T14:56:45.274Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-04T14:56:45.274Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-04T14:56:45.274Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-04T14:56:45.274Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-04T14:56:45.274Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-04T14:56:45.274Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-04T14:56:45.274Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-04T14:56:45.274Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-04T14:56:45.274Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2022-03-04T14:56:45.274Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-04T14:56:45.274Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-04T14:56:45.274Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-04T14:56:45.274Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-04T14:56:45.274Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-03-04T14:56:45.274Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-04T14:56:45.535Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.38s) [2022-03-04T14:56:45.535Z] === RUN TestCreateDifferentPlatform [2022-03-04T14:56:45.535Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-04T14:56:45.535Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-04T14:56:45.535Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-03-04T14:56:45.535Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-04T14:56:45.535Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-04T14:56:45.535Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-04T14:56:45.535Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2022-03-04T14:56:45.535Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-04T14:56:45.796Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-04T14:56:45.796Z] === RUN TestContainerStartOnDaemonRestart [2022-03-04T14:56:45.796Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-03-04T14:56:45.796Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2022-03-04T14:56:45.796Z] === RUN TestDaemonRestartIpcMode [2022-03-04T14:56:45.796Z] === PAUSE TestDaemonRestartIpcMode [2022-03-04T14:56:45.796Z] === RUN TestDaemonHostGatewayIP [2022-03-04T14:56:45.796Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-04T14:56:45.796Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2022-03-04T14:56:45.796Z] === RUN TestRestartDaemonWithRestartingContainer [2022-03-04T14:56:45.796Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-03-04T14:56:45.796Z] === RUN TestContainerKillOnDaemonStart [2022-03-04T14:56:45.796Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-03-04T14:56:45.796Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-03-04T14:56:45.796Z] === RUN TestDiff [2022-03-04T14:56:46.057Z] --- PASS: TestDiff (0.39s) [2022-03-04T14:56:46.057Z] === RUN TestExecWithCloseStdin [2022-03-04T14:56:46.175Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2022-03-04T14:56:46.175Z] === RUN TestDaemonDefaultNetworkPools [2022-03-04T14:56:46.628Z] --- PASS: TestExecWithCloseStdin (0.44s) [2022-03-04T14:56:46.628Z] === RUN TestExec [2022-03-04T14:56:46.889Z] --- PASS: TestExec (0.44s) [2022-03-04T14:56:46.889Z] === RUN TestExecUser [2022-03-04T14:56:47.101Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s) [2022-03-04T14:56:47.101Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-04T14:56:47.461Z] --- PASS: TestExecUser (0.47s) [2022-03-04T14:56:47.461Z] === RUN TestExportContainerAndImportImage [2022-03-04T14:56:48.032Z] --- PASS: TestExportContainerAndImportImage (0.56s) [2022-03-04T14:56:48.032Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-04T14:56:48.036Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.12s) [2022-03-04T14:56:48.036Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-04T14:56:49.405Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.19s) [2022-03-04T14:56:49.405Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-04T14:56:49.416Z] --- PASS: TestExportContainerAfterDaemonRestart (1.30s) [2022-03-04T14:56:49.416Z] === RUN TestHealthCheckWorkdir [2022-03-04T14:56:49.661Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s) [2022-03-04T14:56:49.661Z] === RUN TestServiceWithPredefinedNetwork [2022-03-04T14:56:49.677Z] --- PASS: TestHealthCheckWorkdir (0.53s) [2022-03-04T14:56:49.677Z] === RUN TestHealthKillContainer [2022-03-04T14:56:50.477Z] --- PASS: TestServicePlugin (29.84s) [2022-03-04T14:56:50.477Z] === RUN TestServiceUpdateLabel [2022-03-04T14:56:51.047Z] --- PASS: TestServiceUpdateLabel (2.14s) [2022-03-04T14:56:51.047Z] === RUN TestServiceUpdateSecrets [2022-03-04T14:56:51.538Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2022-03-04T14:56:52.039Z] Removing intermediate container 3c0db2719fc0 [2022-03-04T14:56:52.039Z] ---> d5cf10fac556 [2022-03-04T14:56:52.039Z] 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-04T14:56:52.039Z] ---> Running in 174cfc2335cc [2022-03-04T14:56:52.039Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2022-03-04T14:56:52.176Z] --- PASS: TestServiceWithPredefinedNetwork (2.13s) [2022-03-04T14:56:52.176Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-04T14:56:52.176Z] service_test.go:243: FLAKY_TEST [2022-03-04T14:56:52.176Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-04T14:56:52.176Z] === RUN TestServiceWithDataPathPortInit [2022-03-04T14:56:52.512Z] go: downloading gotest.tools/gotestsum v1.7.0 [2022-03-04T14:56:52.512Z] go: downloading github.com/fatih/color v1.10.0 [2022-03-04T14:56:52.512Z] go: downloading github.com/dnephin/pflag v1.0.7 [2022-03-04T14:56:52.512Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2022-03-04T14:56:52.512Z] go: downloading github.com/pkg/errors v0.9.1 [2022-03-04T14:56:52.983Z] go: downloading golang.org/x/tools v0.1.0 [2022-03-04T14:56:52.983Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2022-03-04T14:56:52.983Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-03-04T14:56:52.983Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2022-03-04T14:56:52.983Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2022-03-04T14:56:52.983Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2022-03-04T14:56:52.983Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2022-03-04T14:56:53.453Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2022-03-04T14:56:54.465Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2022-03-04T14:56:54.465Z] go: downloading golang.org/x/mod v0.3.0 [2022-03-04T14:56:57.853Z] --- PASS: TestHealthKillContainer (7.82s) [2022-03-04T14:56:57.853Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-04T14:56:57.853Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-04T14:56:57.853Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-03-04T14:56:57.853Z] === RUN TestIpcModeNone [2022-03-04T14:56:58.114Z] --- PASS: TestIpcModeNone (0.44s) [2022-03-04T14:56:58.114Z] === RUN TestIpcModePrivate [2022-03-04T14:56:58.375Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2022-03-04T14:56:58.375Z] --- PASS: TestIpcModePrivate (0.42s) [2022-03-04T14:56:58.375Z] === RUN TestIpcModeShareable [2022-03-04T14:56:58.375Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-04T14:56:58.375Z] --- SKIP: TestIpcModeShareable (0.00s) [2022-03-04T14:56:58.375Z] === RUN TestAPIIpcModeShareableAndContainer [2022-03-04T14:56:59.760Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.34s) [2022-03-04T14:56:59.761Z] === RUN TestAPIIpcModeHost [2022-03-04T14:56:59.761Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-04T14:56:59.761Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2022-03-04T14:56:59.761Z] === RUN TestDaemonIpcModeShareable [2022-03-04T14:56:59.761Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-04T14:56:59.761Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2022-03-04T14:56:59.761Z] === RUN TestDaemonIpcModePrivate [2022-03-04T14:57:00.706Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false [2022-03-04T14:57:00.967Z] --- PASS: TestDaemonIpcModePrivate (1.13s) [2022-03-04T14:57:00.967Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-03-04T14:57:00.967Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-04T14:57:00.967Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2022-03-04T14:57:00.967Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-03-04T14:57:00.967Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-04T14:57:00.967Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2022-03-04T14:57:00.967Z] === RUN TestIpcModeOlderClient [2022-03-04T14:57:00.967Z] === PAUSE TestIpcModeOlderClient [2022-03-04T14:57:00.967Z] === RUN TestKillContainerInvalidSignal [2022-03-04T14:57:01.539Z] --- PASS: TestKillContainerInvalidSignal (0.41s) [2022-03-04T14:57:01.539Z] === RUN TestKillContainer [2022-03-04T14:57:01.539Z] === RUN TestKillContainer/no_signal [2022-03-04T14:57:01.801Z] === RUN TestKillContainer/non_killing_signal [2022-03-04T14:57:02.062Z] === RUN TestKillContainer/killing_signal [2022-03-04T14:57:02.632Z] --- PASS: TestKillContainer (1.22s) [2022-03-04T14:57:02.632Z] --- PASS: TestKillContainer/no_signal (0.39s) [2022-03-04T14:57:02.632Z] --- PASS: TestKillContainer/non_killing_signal (0.26s) [2022-03-04T14:57:02.632Z] --- PASS: TestKillContainer/killing_signal (0.39s) [2022-03-04T14:57:02.632Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-04T14:57:02.632Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-03-04T14:57:02.893Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-03-04T14:57:03.464Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.85s) [2022-03-04T14:57:03.464Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.41s) [2022-03-04T14:57:03.464Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.26s) [2022-03-04T14:57:03.464Z] === RUN TestKillStoppedContainer [2022-03-04T14:57:03.464Z] --- PASS: TestKillStoppedContainer (0.05s) [2022-03-04T14:57:03.464Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-04T14:57:03.464Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2022-03-04T14:57:03.464Z] === RUN TestKillDifferentUserContainer [2022-03-04T14:57:04.035Z] --- PASS: TestKillDifferentUserContainer (0.42s) [2022-03-04T14:57:04.036Z] === RUN TestInspectOomKilledTrue [2022-03-04T14:57:04.036Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-04T14:57:04.036Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-04T14:57:04.036Z] === RUN TestInspectOomKilledFalse [2022-03-04T14:57:04.036Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-04T14:57:04.036Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-04T14:57:04.036Z] === RUN TestLinksEtcHostsContentMatch [2022-03-04T14:57:04.036Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-03-04T14:57:04.036Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2022-03-04T14:57:04.036Z] === RUN TestLinksContainerNames [2022-03-04T14:57:04.979Z] --- PASS: TestLinksContainerNames (0.82s) [2022-03-04T14:57:04.979Z] === RUN TestLogsFollowTailEmpty [2022-03-04T14:57:05.241Z] --- PASS: TestLogsFollowTailEmpty (0.40s) [2022-03-04T14:57:05.241Z] === RUN TestContainerNetworkMountsNoChown [2022-03-04T14:57:05.502Z] --- PASS: TestContainerNetworkMountsNoChown (0.38s) [2022-03-04T14:57:05.502Z] === RUN TestMountDaemonRoot [2022-03-04T14:57:05.502Z] === RUN TestMountDaemonRoot/default [2022-03-04T14:57:05.502Z] === PAUSE TestMountDaemonRoot/default [2022-03-04T14:57:05.502Z] === RUN TestMountDaemonRoot/private [2022-03-04T14:57:05.502Z] === PAUSE TestMountDaemonRoot/private [2022-03-04T14:57:05.502Z] === RUN TestMountDaemonRoot/rprivate [2022-03-04T14:57:05.502Z] === PAUSE TestMountDaemonRoot/rprivate [2022-03-04T14:57:05.502Z] === RUN TestMountDaemonRoot/slave [2022-03-04T14:57:05.502Z] === PAUSE TestMountDaemonRoot/slave [2022-03-04T14:57:05.502Z] === RUN TestMountDaemonRoot/rslave [2022-03-04T14:57:05.502Z] === PAUSE TestMountDaemonRoot/rslave [2022-03-04T14:57:05.502Z] === RUN TestMountDaemonRoot/shared [2022-03-04T14:57:05.502Z] === PAUSE TestMountDaemonRoot/shared [2022-03-04T14:57:05.502Z] === RUN TestMountDaemonRoot/rshared [2022-03-04T14:57:05.502Z] === PAUSE TestMountDaemonRoot/rshared [2022-03-04T14:57:05.502Z] === CONT TestMountDaemonRoot/default [2022-03-04T14:57:05.502Z] === RUN TestMountDaemonRoot/default/bind_root [2022-03-04T14:57:05.502Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-03-04T14:57:05.502Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-03-04T14:57:05.502Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-03-04T14:57:05.502Z] === RUN TestMountDaemonRoot/default/mount_root [2022-03-04T14:57:05.502Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-03-04T14:57:05.502Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-03-04T14:57:05.502Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-03-04T14:57:05.502Z] === CONT TestMountDaemonRoot/default/bind_root [2022-03-04T14:57:05.502Z] === CONT TestMountDaemonRoot/rshared [2022-03-04T14:57:05.502Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-03-04T14:57:05.502Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-03-04T14:57:05.502Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-03-04T14:57:05.502Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-03-04T14:57:05.502Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-03-04T14:57:05.502Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-03-04T14:57:05.502Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-03-04T14:57:05.502Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-03-04T14:57:05.502Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-03-04T14:57:05.502Z] === CONT TestMountDaemonRoot/shared [2022-03-04T14:57:05.502Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-03-04T14:57:05.502Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-03-04T14:57:05.502Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-03-04T14:57:05.502Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-03-04T14:57:05.502Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-03-04T14:57:05.502Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-03-04T14:57:05.502Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-03-04T14:57:05.502Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-03-04T14:57:05.502Z] === CONT TestMountDaemonRoot/rslave [2022-03-04T14:57:05.502Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-03-04T14:57:05.502Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-03-04T14:57:05.502Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-03-04T14:57:05.502Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-03-04T14:57:05.502Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-03-04T14:57:05.502Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-03-04T14:57:05.502Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-03-04T14:57:05.502Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-03-04T14:57:05.502Z] === CONT TestMountDaemonRoot/slave [2022-03-04T14:57:05.502Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-03-04T14:57:05.502Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-03-04T14:57:05.502Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-03-04T14:57:05.502Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-03-04T14:57:05.502Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-03-04T14:57:05.502Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-03-04T14:57:05.502Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-03-04T14:57:05.502Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-03-04T14:57:05.502Z] === CONT TestMountDaemonRoot/rprivate [2022-03-04T14:57:05.502Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-03-04T14:57:05.502Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-03-04T14:57:05.502Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-03-04T14:57:05.502Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-03-04T14:57:05.502Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-03-04T14:57:05.502Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-03-04T14:57:05.502Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-03-04T14:57:05.502Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-03-04T14:57:05.502Z] === CONT TestMountDaemonRoot/private [2022-03-04T14:57:05.502Z] === RUN TestMountDaemonRoot/private/bind_root [2022-03-04T14:57:05.502Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-03-04T14:57:05.502Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-03-04T14:57:05.502Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-03-04T14:57:05.502Z] === RUN TestMountDaemonRoot/private/mount_root [2022-03-04T14:57:05.502Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-03-04T14:57:05.502Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-03-04T14:57:05.502Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-03-04T14:57:05.502Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-03-04T14:57:05.502Z] === CONT TestMountDaemonRoot/default/mount_root [2022-03-04T14:57:05.764Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-03-04T14:57:05.764Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-03-04T14:57:05.764Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-03-04T14:57:05.764Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-03-04T14:57:05.764Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-03-04T14:57:05.764Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-03-04T14:57:05.764Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-03-04T14:57:05.764Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-03-04T14:57:05.764Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-03-04T14:57:05.764Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-03-04T14:57:05.764Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-03-04T14:57:05.764Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-03-04T14:57:05.764Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-03-04T14:57:05.764Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-03-04T14:57:05.764Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-03-04T14:57:05.947Z] --- PASS: TestServiceUpdateSecrets (14.47s) [2022-03-04T14:57:05.947Z] === RUN TestServiceUpdateConfigs [2022-03-04T14:57:06.024Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-03-04T14:57:06.024Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-03-04T14:57:06.024Z] === CONT TestMountDaemonRoot/private/bind_root [2022-03-04T14:57:06.024Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-03-04T14:57:06.024Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-03-04T14:57:06.024Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-03-04T14:57:06.024Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-03-04T14:57:06.024Z] === CONT TestMountDaemonRoot/private/mount_root [2022-03-04T14:57:06.024Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-03-04T14:57:06.024Z] --- PASS: TestMountDaemonRoot (0.01s) [2022-03-04T14:57:06.024Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-03-04T14:57:06.024Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2022-03-04T14:57:06.024Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-03-04T14:57:06.024Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2022-03-04T14:57:06.024Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2022-03-04T14:57:06.024Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-03-04T14:57:06.024Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.03s) [2022-03-04T14:57:06.024Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-03-04T14:57:06.024Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-03-04T14:57:06.024Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-03-04T14:57:06.024Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-03-04T14:57:06.024Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-03-04T14:57:06.024Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2022-03-04T14:57:06.024Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2022-03-04T14:57:06.024Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2022-03-04T14:57:06.024Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-03-04T14:57:06.024Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2022-03-04T14:57:06.024Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2022-03-04T14:57:06.024Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-03-04T14:57:06.024Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2022-03-04T14:57:06.024Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-03-04T14:57:06.024Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2022-03-04T14:57:06.024Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2022-03-04T14:57:06.024Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2022-03-04T14:57:06.024Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-03-04T14:57:06.024Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-03-04T14:57:06.024Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2022-03-04T14:57:06.024Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-03-04T14:57:06.024Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2022-03-04T14:57:06.024Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2022-03-04T14:57:06.024Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-03-04T14:57:06.024Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2022-03-04T14:57:06.024Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2022-03-04T14:57:06.024Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2022-03-04T14:57:06.024Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.01s) [2022-03-04T14:57:06.024Z] === RUN TestContainerBindMountNonRecursive [2022-03-04T14:57:06.024Z] 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-04T14:57:06.024Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2022-03-04T14:57:06.024Z] === RUN TestContainerVolumesMountedAsShared [2022-03-04T14:57:06.024Z] 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-04T14:57:06.024Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2022-03-04T14:57:06.024Z] === RUN TestContainerVolumesMountedAsSlave [2022-03-04T14:57:06.024Z] 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-04T14:57:06.024Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2022-03-04T14:57:06.024Z] === RUN TestNetworkNat [2022-03-04T14:57:06.432Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2022-03-04T14:57:06.601Z] --- PASS: TestNetworkNat (0.55s) [2022-03-04T14:57:06.601Z] === RUN TestNetworkLocalhostTCPNat [2022-03-04T14:57:07.012Z] --- PASS: TestServiceWithDataPathPortInit (13.43s) [2022-03-04T14:57:07.012Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-04T14:57:07.175Z] --- PASS: TestNetworkLocalhostTCPNat (0.45s) [2022-03-04T14:57:07.175Z] === RUN TestNetworkLoopbackNat [2022-03-04T14:57:07.575Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:pccdl66zrzyervq7pzmisp3jc Created:2022-03-04 14:57:06.594926246 +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[8f11c623f244b6ea0b7b9024f01c5a9724ac34c83d30efd35f05ebba987bd66a:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.mgd9yxlqpipglqdn6hsejh1vh EndpointID:0388a9e1b78e8d845a587af2d59196fed82bce4ade8067f821d613d3c7c07b18 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:f4515cb7ea5355288636293ebde7b0905d3fa24efc5daccf9d3da588c79f0e98 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:603ae16c9917 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.mgd9yxlqpipglqdn6hsejh1vh EndpointID:0388a9e1b78e8d845a587af2d59196fed82bce4ade8067f821d613d3c7c07b18 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-03-04T14:57:09.757Z] --- PASS: TestNetworkLoopbackNat (2.52s) [2022-03-04T14:57:09.757Z] === RUN TestPause [2022-03-04T14:57:09.757Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-04T14:57:09.757Z] --- SKIP: TestPause (0.00s) [2022-03-04T14:57:09.757Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-04T14:57:09.757Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-04T14:57:09.757Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-04T14:57:09.757Z] === RUN TestPauseStopPausedContainer [2022-03-04T14:57:09.757Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-04T14:57:09.757Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2022-03-04T14:57:09.757Z] === RUN TestPidHost [2022-03-04T14:57:10.025Z] Removing intermediate container 174cfc2335cc [2022-03-04T14:57:10.025Z] ---> 9fd2caad9940 [2022-03-04T14:57:10.025Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2022-03-04T14:57:10.025Z] ---> Running in 81be1c2fe1fe [2022-03-04T14:57:10.328Z] --- PASS: TestPidHost (0.88s) [2022-03-04T14:57:10.328Z] === RUN TestPsFilter [2022-03-04T14:57:10.495Z] Removing intermediate container 81be1c2fe1fe [2022-03-04T14:57:10.495Z] ---> 31f9aa0797fc [2022-03-04T14:57:10.495Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2022-03-04T14:57:10.495Z] ---> Running in a49f0d43418b [2022-03-04T14:57:10.589Z] --- PASS: TestPsFilter (0.10s) [2022-03-04T14:57:10.589Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-04T14:57:10.850Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.36s) [2022-03-04T14:57:10.850Z] === RUN TestRemoveContainerWithVolume [2022-03-04T14:57:10.964Z] Removing intermediate container a49f0d43418b [2022-03-04T14:57:10.964Z] ---> 65925b1f1d1e [2022-03-04T14:57:10.964Z] Step 11/11 : COPY . . [2022-03-04T14:57:11.421Z] --- PASS: TestRemoveContainerWithVolume (0.43s) [2022-03-04T14:57:11.421Z] === RUN TestRemoveContainerRunning [2022-03-04T14:57:11.681Z] --- PASS: TestRemoveContainerRunning (0.40s) [2022-03-04T14:57:11.681Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-04T14:57:12.251Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.41s) [2022-03-04T14:57:12.251Z] === RUN TestRemoveInvalidContainer [2022-03-04T14:57:12.251Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2022-03-04T14:57:12.251Z] === RUN TestRenameLinkedContainer [2022-03-04T14:57:12.862Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.67s) [2022-03-04T14:57:12.862Z] PASS [2022-03-04T14:57:12.862Z] [2022-03-04T14:57:12.862Z] === Skipped [2022-03-04T14:57:12.862Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-04T14:57:12.862Z] service_test.go:243: FLAKY_TEST [2022-03-04T14:57:12.862Z] [2022-03-04T14:57:12.862Z] DONE 26 tests, 1 skipped in 42.642s [2022-03-04T14:57:12.862Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-03-04T14:57:12.862Z] ++ 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-04T14:57:12.862Z] ++ set -e [2022-03-04T14:57:12.862Z] ++ '[' -n 0 ']' [2022-03-04T14:57:12.862Z] ++ set -x [2022-03-04T14:57:12.862Z] ++ 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-04T14:57:12.862Z] INFO: Testing against a local daemon [2022-03-04T14:57:12.862Z] === RUN TestDockerNetworkIpvlanPersistance [2022-03-04T14:57:12.862Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-04T14:57:12.862Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-04T14:57:12.862Z] === RUN TestDockerNetworkIpvlan [2022-03-04T14:57:12.862Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-04T14:57:12.862Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-03-04T14:57:12.862Z] PASS [2022-03-04T14:57:12.862Z] [2022-03-04T14:57:12.862Z] === Skipped [2022-03-04T14:57:12.862Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-04T14:57:12.862Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-04T14:57:12.862Z] [2022-03-04T14:57:12.862Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-03-04T14:57:12.862Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-04T14:57:12.862Z] [2022-03-04T14:57:12.862Z] DONE 2 tests, 2 skipped in 0.094s [2022-03-04T14:57:12.862Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-03-04T14:57:12.862Z] ++ 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-04T14:57:12.862Z] ++ set -e [2022-03-04T14:57:12.862Z] ++ '[' -n 0 ']' [2022-03-04T14:57:12.862Z] ++ set -x [2022-03-04T14:57:12.862Z] ++ 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-04T14:57:12.862Z] INFO: Testing against a local daemon [2022-03-04T14:57:12.862Z] === RUN TestDockerNetworkMacvlanPersistance [2022-03-04T14:57:13.423Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.21s) [2022-03-04T14:57:13.423Z] === RUN TestDockerNetworkMacvlan [2022-03-04T14:57:13.634Z] --- PASS: TestRenameLinkedContainer (1.59s) [2022-03-04T14:57:13.634Z] === RUN TestRenameStoppedContainer [2022-03-04T14:57:13.985Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-03-04T14:57:14.205Z] --- PASS: TestRenameStoppedContainer (0.40s) [2022-03-04T14:57:14.205Z] === RUN TestRenameRunningContainerAndReuse [2022-03-04T14:57:14.913Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-03-04T14:57:15.146Z] --- PASS: TestRenameRunningContainerAndReuse (0.80s) [2022-03-04T14:57:15.146Z] === RUN TestRenameInvalidName [2022-03-04T14:57:15.407Z] --- PASS: TestRenameInvalidName (0.41s) [2022-03-04T14:57:15.407Z] === RUN TestRenameAnonymousContainer [2022-03-04T14:57:15.474Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-03-04T14:57:16.791Z] --- PASS: TestRenameAnonymousContainer (1.52s) [2022-03-04T14:57:16.791Z] === RUN TestRenameContainerWithSameName [2022-03-04T14:57:17.362Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-03-04T14:57:17.363Z] --- PASS: TestRenameContainerWithSameName (0.43s) [2022-03-04T14:57:17.363Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-04T14:57:18.306Z] --- PASS: TestRenameContainerWithLinkedContainer (0.81s) [2022-03-04T14:57:18.306Z] === RUN TestResize [2022-03-04T14:57:18.566Z] --- PASS: TestResize (0.41s) [2022-03-04T14:57:18.566Z] === RUN TestResizeWithInvalidSize [2022-03-04T14:57:18.776Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-03-04T14:57:18.827Z] --- PASS: TestResizeWithInvalidSize (0.42s) [2022-03-04T14:57:18.827Z] === RUN TestResizeWhenContainerNotStarted [2022-03-04T14:57:19.398Z] --- PASS: TestResizeWhenContainerNotStarted (0.40s) [2022-03-04T14:57:19.398Z] === RUN TestDaemonRestartKillContainers [2022-03-04T14:57:19.398Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-03-04T14:57:19.398Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-03-04T14:57:19.398Z] === RUN TestCgroupNamespacesRun [2022-03-04T14:57:20.347Z] --- PASS: TestCgroupNamespacesRun (1.14s) [2022-03-04T14:57:20.347Z] === RUN TestCgroupNamespacesRunPrivileged [2022-03-04T14:57:20.879Z] --- PASS: TestServiceUpdateConfigs (14.47s) [2022-03-04T14:57:20.879Z] === RUN TestServiceUpdateNetwork [2022-03-04T14:57:21.733Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.10s) [2022-03-04T14:57:21.733Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-03-04T14:57:22.048Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-03-04T14:57:22.048Z] --- PASS: TestDockerNetworkMacvlan (8.69s) [2022-03-04T14:57:22.048Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2022-03-04T14:57:22.048Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.07s) [2022-03-04T14:57:22.048Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.72s) [2022-03-04T14:57:22.048Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.73s) [2022-03-04T14:57:22.048Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (1.76s) [2022-03-04T14:57:22.048Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.50s) [2022-03-04T14:57:22.048Z] PASS [2022-03-04T14:57:22.048Z] [2022-03-04T14:57:22.048Z] DONE 8 tests in 9.993s [2022-03-04T14:57:22.048Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2022-03-04T14:57:22.048Z] ++ 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-04T14:57:22.048Z] ++ set -e [2022-03-04T14:57:22.048Z] ++ '[' -n 0 ']' [2022-03-04T14:57:22.048Z] ++ set -x [2022-03-04T14:57:22.048Z] ++ 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-04T14:57:22.048Z] testing: warning: no tests to run [2022-03-04T14:57:22.048Z] PASS [2022-03-04T14:57:22.048Z] [2022-03-04T14:57:22.048Z] DONE 0 tests in 0.025s [2022-03-04T14:57:22.048Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-03-04T14:57:22.048Z] ++ 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-04T14:57:22.048Z] ++ set -e [2022-03-04T14:57:22.048Z] ++ '[' -n 0 ']' [2022-03-04T14:57:22.048Z] ++ set -x [2022-03-04T14:57:22.048Z] ++ 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-04T14:57:22.317Z] INFO: Testing against a local daemon [2022-03-04T14:57:22.317Z] === RUN TestAuthZPluginAllowRequest [2022-03-04T14:57:22.677Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.15s) [2022-03-04T14:57:22.677Z] === RUN TestCgroupNamespacesRunHostMode [2022-03-04T14:57:22.701Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-03-04T14:57:22.701Z] [2022-03-04T14:57:22.701Z] ________ ____ __. [2022-03-04T14:57:22.701Z] \_____ \ | |/ _| [2022-03-04T14:57:22.701Z] / | \| < [2022-03-04T14:57:22.701Z] / | \ | \ [2022-03-04T14:57:22.701Z] \_______ /____|__ \ [2022-03-04T14:57:22.701Z] \/ \/ [2022-03-04T14:57:22.701Z] [2022-03-04T14:57:22.701Z] INFO: make.ps1 ended at 03/04/2022 14:57:15 [2022-03-04T14:57:22.701Z] INFO: Binaries build ended at 03/04/2022 14:57:16. Duration:00:01:25.5233034 [2022-03-04T14:57:22.701Z] INFO: Copying the built daemon binary to d:\CI\PR-43324\1\binary\dockerd-384532a8d2.exe... [2022-03-04T14:57:22.701Z] INFO: Copying the built client binary to d:\CI\PR-43324\1\binary\docker-384532a8d2.exe... [2022-03-04T14:57:22.701Z] INFO: Copying dockerversion from the container... [2022-03-04T14:57:22.701Z] INFO: Copying the golang package from the container to d:\CI\PR-43324\1\installer\go.zip... [2022-03-04T14:57:22.701Z] INFO: Extracting go.zip to d:\CI\PR-43324\1\go [2022-03-04T14:57:23.246Z] --- PASS: TestAuthZPluginAllowRequest (1.07s) [2022-03-04T14:57:23.246Z] === RUN TestAuthZPluginTLS [2022-03-04T14:57:23.808Z] --- PASS: TestAuthZPluginTLS (0.56s) [2022-03-04T14:57:23.808Z] === RUN TestAuthZPluginDenyRequest [2022-03-04T14:57:24.061Z] --- PASS: TestCgroupNamespacesRunHostMode (1.16s) [2022-03-04T14:57:24.061Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-03-04T14:57:24.369Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2022-03-04T14:57:24.369Z] === RUN TestAuthZPluginAPIDenyResponse [2022-03-04T14:57:24.931Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2022-03-04T14:57:24.931Z] === RUN TestAuthZPluginDenyResponse [2022-03-04T14:57:25.004Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.13s) [2022-03-04T14:57:25.004Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-03-04T14:57:25.493Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2022-03-04T14:57:25.493Z] === RUN TestAuthZPluginAllowEventStream [2022-03-04T14:57:26.386Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.09s) [2022-03-04T14:57:26.387Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-03-04T14:57:26.857Z] --- PASS: TestAuthZPluginAllowEventStream (1.10s) [2022-03-04T14:57:26.857Z] === RUN TestAuthZPluginErrorResponse [2022-03-04T14:57:26.958Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.70s) [2022-03-04T14:57:26.958Z] === RUN TestCgroupNamespacesRunOlderClient [2022-03-04T14:57:27.113Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2022-03-04T14:57:27.113Z] === RUN TestAuthZPluginErrorRequest [2022-03-04T14:57:27.676Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2022-03-04T14:57:27.676Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-03-04T14:57:27.900Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.12s) [2022-03-04T14:57:27.900Z] === RUN TestNISDomainname [2022-03-04T14:57:27.900Z] 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-04T14:57:27.900Z] --- SKIP: TestNISDomainname (0.01s) [2022-03-04T14:57:27.900Z] === RUN TestHostnameDnsResolution [2022-03-04T14:57:28.238Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2022-03-04T14:57:28.238Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-03-04T14:57:28.471Z] --- PASS: TestHostnameDnsResolution (0.63s) [2022-03-04T14:57:28.471Z] === RUN TestUnprivilegedPortsAndPing [2022-03-04T14:57:28.471Z] 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-04T14:57:28.471Z] --- SKIP: TestUnprivilegedPortsAndPing (0.00s) [2022-03-04T14:57:28.471Z] === RUN TestStats [2022-03-04T14:57:28.471Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-04T14:57:28.471Z] --- SKIP: TestStats (0.00s) [2022-03-04T14:57:28.471Z] === RUN TestStopContainerWithTimeout [2022-03-04T14:57:28.471Z] === RUN TestStopContainerWithTimeout/0 [2022-03-04T14:57:28.471Z] === PAUSE TestStopContainerWithTimeout/0 [2022-03-04T14:57:28.471Z] === RUN TestStopContainerWithTimeout/1 [2022-03-04T14:57:28.471Z] === PAUSE TestStopContainerWithTimeout/1 [2022-03-04T14:57:28.471Z] === RUN TestStopContainerWithTimeout/3 [2022-03-04T14:57:28.471Z] === PAUSE TestStopContainerWithTimeout/3 [2022-03-04T14:57:28.471Z] === RUN TestStopContainerWithTimeout/-1 [2022-03-04T14:57:28.471Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-03-04T14:57:28.471Z] === CONT TestStopContainerWithTimeout/0 [2022-03-04T14:57:28.471Z] === CONT TestStopContainerWithTimeout/-1 [2022-03-04T14:57:29.413Z] === CONT TestStopContainerWithTimeout/3 [2022-03-04T14:57:29.604Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.27s) [2022-03-04T14:57:29.604Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-03-04T14:57:30.382Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-03-04T14:57:30.382Z] [2022-03-04T14:57:30.382Z] ________ ____ __. [2022-03-04T14:57:30.382Z] \_____ \ | |/ _| [2022-03-04T14:57:30.382Z] / | \| < [2022-03-04T14:57:30.382Z] / | \ | \ [2022-03-04T14:57:30.382Z] \_______ /____|__ \ [2022-03-04T14:57:30.382Z] \/ \/ [2022-03-04T14:57:30.382Z] [2022-03-04T14:57:30.382Z] INFO: make.ps1 ended at 03/04/2022 14:57:25 [2022-03-04T14:57:30.382Z] INFO: Binaries build ended at 03/04/2022 14:57:26. Duration:00:01:13.4304185 [2022-03-04T14:57:30.382Z] INFO: Copying the built daemon binary to d:\CI\PR-43324\1\binary\dockerd-384532a8d2.exe... [2022-03-04T14:57:30.382Z] INFO: Copying the built client binary to d:\CI\PR-43324\1\binary\docker-384532a8d2.exe... [2022-03-04T14:57:30.382Z] INFO: Copying dockerversion from the container... [2022-03-04T14:57:30.382Z] INFO: Copying the golang package from the container to d:\CI\PR-43324\1\installer\go.zip... [2022-03-04T14:57:30.382Z] INFO: Extracting go.zip to d:\CI\PR-43324\1\go [2022-03-04T14:57:30.971Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.30s) [2022-03-04T14:57:30.972Z] === RUN TestAuthZPluginHeader [2022-03-04T14:57:31.323Z] === CONT TestStopContainerWithTimeout/1 [2022-03-04T14:57:31.536Z] --- PASS: TestAuthZPluginHeader (0.68s) [2022-03-04T14:57:31.536Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-03-04T14:57:31.536Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-04T14:57:31.536Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-03-04T14:57:31.536Z] === RUN TestAuthZPluginV2Disable [2022-03-04T14:57:31.536Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-04T14:57:31.536Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2022-03-04T14:57:31.536Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-03-04T14:57:31.536Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-04T14:57:31.536Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-03-04T14:57:31.536Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-03-04T14:57:31.536Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-04T14:57:31.536Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-03-04T14:57:31.536Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-03-04T14:57:32.207Z] ---> 042e4ce58334 [2022-03-04T14:57:32.711Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2022-03-04T14:57:32.711Z] --- PASS: TestStopContainerWithTimeout/0 (0.70s) [2022-03-04T14:57:32.711Z] --- PASS: TestStopContainerWithTimeout/-1 (2.58s) [2022-03-04T14:57:32.711Z] --- PASS: TestStopContainerWithTimeout/3 (2.35s) [2022-03-04T14:57:32.711Z] --- PASS: TestStopContainerWithTimeout/1 (1.38s) [2022-03-04T14:57:32.711Z] === RUN TestDeleteDevicemapper [2022-03-04T14:57:32.711Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-04T14:57:32.711Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-03-04T14:57:32.711Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-04T14:57:33.105Z] --- PASS: TestServiceUpdateNetwork (12.33s) [2022-03-04T14:57:33.105Z] === RUN TestServiceUpdatePidsLimit [2022-03-04T14:57:33.196Z] Successfully built 042e4ce58334 [2022-03-04T14:57:33.196Z] Successfully tagged docker:latest [2022-03-04T14:57:33.196Z] INFO: Image build ended at 03/04/2022 14:57:32. Duration:00:03:30.3551919 [2022-03-04T14:57:33.196Z] [2022-03-04T14:57:33.196Z] [2022-03-04T14:57:33.196Z] INFO: Building the test binaries at 03/04/2022 14:57:32... [2022-03-04T14:57:33.676Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-03-04T14:57:34.095Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.36s) [2022-03-04T14:57:34.095Z] === RUN TestUpdateMemory [2022-03-04T14:57:34.095Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-04T14:57:34.095Z] --- SKIP: TestUpdateMemory (0.00s) [2022-03-04T14:57:34.095Z] === RUN TestUpdateCPUQuota [2022-03-04T14:57:34.095Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-04T14:57:34.095Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2022-03-04T14:57:34.095Z] === RUN TestUpdatePidsLimit [2022-03-04T14:57:34.095Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-04T14:57:34.095Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2022-03-04T14:57:34.095Z] === RUN TestUpdateRestartPolicy [2022-03-04T14:57:34.247Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-03-04T14:57:38.531Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2022-03-04T14:57:38.531Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2022-03-04T14:57:39.132Z] INFO: make.ps1 starting at 03/04/2022 14:57:38 [2022-03-04T14:57:39.132Z] INFO: Git commit (384532a8d2) assumed from DOCKER_GITCOMMIT environment variable [2022-03-04T14:57:39.132Z] INFO: Invoking autogen... [2022-03-04T14:57:39.132Z] INFO: Building daemon... [2022-03-04T14:57:40.440Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2022-03-04T14:57:42.348Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2022-03-04T14:57:42.379Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-03-04T14:57:43.290Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2022-03-04T14:57:46.321Z] --- PASS: TestUpdateRestartPolicy (10.90s) [2022-03-04T14:57:46.321Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-04T14:57:46.322Z] --- PASS: TestUpdateRestartWithAutoRemove (0.38s) [2022-03-04T14:57:46.322Z] === RUN TestWaitNonBlocked [2022-03-04T14:57:46.322Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-04T14:57:46.322Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-04T14:57:46.322Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-04T14:57:46.322Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-04T14:57:46.322Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-04T14:57:46.322Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-04T14:57:46.322Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-03-04T14:57:46.322Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.72s) [2022-03-04T14:57:46.322Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.75s) [2022-03-04T14:57:46.322Z] === RUN TestWaitBlocked [2022-03-04T14:57:46.322Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-04T14:57:46.322Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-04T14:57:46.322Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-03-04T14:57:46.322Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-03-04T14:57:46.322Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-04T14:57:46.322Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-03-04T14:57:46.582Z] --- PASS: TestWaitBlocked (0.01s) [2022-03-04T14:57:46.582Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.66s) [2022-03-04T14:57:46.582Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.67s) [2022-03-04T14:57:46.582Z] === CONT TestDaemonRestartIpcMode [2022-03-04T14:57:46.582Z] === CONT TestIpcModeOlderClient [2022-03-04T14:57:46.582Z] --- PASS: TestIpcModeOlderClient (0.06s) [2022-03-04T14:57:46.582Z] === CONT TestRestartDaemonWithRestartingContainer [2022-03-04T14:57:46.586Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2022-03-04T14:57:48.008Z] INFO: Extraction ended at 03/04/2022 14:57:45. Duration:00:00:26.5087080 [2022-03-04T14:57:48.008Z] INFO: Updating the golang and path environment variables [2022-03-04T14:57:48.008Z] INFO: GOPATH=d:\gopath [2022-03-04T14:57:48.008Z] INFO: go version go1.17.7 windows/amd64 [2022-03-04T14:57:48.008Z] INFO: Running the daemon under test in debug mode [2022-03-04T14:57:48.008Z] INFO: Running the daemon under test in containerd mode [2022-03-04T14:57:48.008Z] INFO: Starting a daemon under test... [2022-03-04T14:57:48.008Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43324\1\daemon --pidfile d:\CI\PR-43324\1\docker.pid -D --containerd \\.\pipe\containerd-containerd [2022-03-04T14:57:48.008Z] INFO: Containerd started successfully. [2022-03-04T14:57:48.008Z] INFO: Process started successfully. [2022-03-04T14:57:48.008Z] INFO: Start tailing logs of the daemon under tests [2022-03-04T14:57:48.008Z] INFO: Waiting for the daemon under test to start... [2022-03-04T14:57:48.961Z] --- PASS: TestServiceUpdatePidsLimit (16.19s) [2022-03-04T14:57:48.961Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.73s) [2022-03-04T14:57:48.961Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.79s) [2022-03-04T14:57:48.961Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.89s) [2022-03-04T14:57:48.961Z] PASS [2022-03-04T14:57:48.961Z] [2022-03-04T14:57:48.961Z] === Skipped [2022-03-04T14:57:48.961Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-03-04T14:57:48.961Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-04T14:57:48.961Z] [2022-03-04T14:57:48.961Z] DONE 27 tests, 1 skipped in 183.009s [2022-03-04T14:57:48.961Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-03-04T14:57:48.961Z] INFO: Testing against a local daemon [2022-03-04T14:57:48.961Z] === RUN TestSessionCreate [2022-03-04T14:57:48.961Z] --- PASS: TestSessionCreate (0.02s) [2022-03-04T14:57:48.961Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-04T14:57:48.961Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-03-04T14:57:48.961Z] PASS [2022-03-04T14:57:48.961Z] [2022-03-04T14:57:48.961Z] DONE 2 tests in 0.083s [2022-03-04T14:57:48.961Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-03-04T14:57:48.961Z] INFO: Testing against a local daemon [2022-03-04T14:57:48.961Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-04T14:57:48.961Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2022-03-04T14:57:48.961Z] === RUN TestDiskUsage [2022-03-04T14:57:48.961Z] === PAUSE TestDiskUsage [2022-03-04T14:57:48.961Z] === RUN TestEventsExecDie [2022-03-04T14:57:49.126Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.45s) [2022-03-04T14:57:49.221Z] --- PASS: TestEventsExecDie (0.56s) [2022-03-04T14:57:49.221Z] === RUN TestEventsBackwardsCompatible [2022-03-04T14:57:49.221Z] --- PASS: TestEventsBackwardsCompatible (0.07s) [2022-03-04T14:57:49.221Z] === RUN TestEventsVolumeCreate [2022-03-04T14:57:49.389Z] --- PASS: TestDaemonRestartIpcMode (2.69s) [2022-03-04T14:57:49.389Z] PASS [2022-03-04T14:57:49.389Z] [2022-03-04T14:57:49.389Z] === Skipped [2022-03-04T14:57:49.389Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-03-04T14:57:49.389Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-04T14:57:49.389Z] [2022-03-04T14:57:49.389Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2022-03-04T14:57:49.389Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2022-03-04T14:57:49.389Z] [2022-03-04T14:57:49.389Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2022-03-04T14:57:49.389Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-04T14:57:49.389Z] [2022-03-04T14:57:49.389Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2022-03-04T14:57:49.389Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2022-03-04T14:57:49.389Z] [2022-03-04T14:57:49.389Z] === SKIP: amd64.integration.container TestInspectCpusetInConfigPre120 (0.00s) [2022-03-04T14:57:49.389Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-04T14:57:49.389Z] [2022-03-04T14:57:49.389Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2022-03-04T14:57:49.389Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-04T14:57:49.389Z] [2022-03-04T14:57:49.389Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2022-03-04T14:57:49.389Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-04T14:57:49.389Z] [2022-03-04T14:57:49.389Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2022-03-04T14:57:49.389Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-04T14:57:49.389Z] [2022-03-04T14:57:49.389Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2022-03-04T14:57:49.389Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-04T14:57:49.389Z] [2022-03-04T14:57:49.389Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2022-03-04T14:57:49.389Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2022-03-04T14:57:49.389Z] [2022-03-04T14:57:49.389Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-03-04T14:57:49.389Z] kill_test.go:158: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-04T14:57:49.389Z] [2022-03-04T14:57:49.389Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-03-04T14:57:49.389Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-04T14:57:49.389Z] [2022-03-04T14:57:49.389Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2022-03-04T14:57:49.389Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2022-03-04T14:57:49.389Z] [2022-03-04T14:57:49.389Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2022-03-04T14:57:49.389Z] 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-04T14:57:49.389Z] [2022-03-04T14:57:49.389Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2022-03-04T14:57:49.389Z] 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-04T14:57:49.389Z] [2022-03-04T14:57:49.389Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2022-03-04T14:57:49.389Z] 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-04T14:57:49.389Z] [2022-03-04T14:57:49.389Z] === SKIP: amd64.integration.container TestPause (0.00s) [2022-03-04T14:57:49.389Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-04T14:57:49.389Z] [2022-03-04T14:57:49.389Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-04T14:57:49.389Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-04T14:57:49.389Z] [2022-03-04T14:57:49.389Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2022-03-04T14:57:49.389Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-04T14:57:49.389Z] [2022-03-04T14:57:49.389Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2022-03-04T14:57:49.389Z] restart_test.go:21: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2022-03-04T14:57:49.389Z] [2022-03-04T14:57:49.389Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2022-03-04T14:57:49.389Z] 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-04T14:57:49.389Z] [2022-03-04T14:57:49.389Z] === SKIP: amd64.integration.container TestUnprivilegedPortsAndPing (0.00s) [2022-03-04T14:57:49.389Z] 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-04T14:57:49.389Z] [2022-03-04T14:57:49.389Z] === SKIP: amd64.integration.container TestStats (0.00s) [2022-03-04T14:57:49.389Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-04T14:57:49.389Z] [2022-03-04T14:57:49.389Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-03-04T14:57:49.389Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-04T14:57:49.389Z] [2022-03-04T14:57:49.389Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-03-04T14:57:49.389Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-04T14:57:49.389Z] [2022-03-04T14:57:49.389Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2022-03-04T14:57:49.389Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-04T14:57:49.389Z] [2022-03-04T14:57:49.389Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2022-03-04T14:57:49.389Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2022-03-04T14:57:49.389Z] [2022-03-04T14:57:49.389Z] DONE 177 tests, 27 skipped in 70.857s [2022-03-04T14:57:49.389Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-03-04T14:57:49.389Z] === RUN TestConfigDaemonLibtrustID [2022-03-04T14:57:49.481Z] --- PASS: TestEventsVolumeCreate (0.06s) [2022-03-04T14:57:49.481Z] === RUN TestInfoBinaryCommits [2022-03-04T14:57:49.481Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-03-04T14:57:49.481Z] === RUN TestInfoAPIVersioned [2022-03-04T14:57:49.481Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-03-04T14:57:49.481Z] === RUN TestInfoAPI [2022-03-04T14:57:49.481Z] --- PASS: TestInfoAPI (0.02s) [2022-03-04T14:57:49.481Z] === RUN TestInfoAPIWarnings [2022-03-04T14:57:49.576Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.61s) [2022-03-04T14:57:49.576Z] PASS [2022-03-04T14:57:49.576Z] [2022-03-04T14:57:49.576Z] === Skipped [2022-03-04T14:57:49.576Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2022-03-04T14:57:49.576Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-04T14:57:49.576Z] [2022-03-04T14:57:49.576Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2022-03-04T14:57:49.576Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-04T14:57:49.576Z] [2022-03-04T14:57:49.576Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2022-03-04T14:57:49.576Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-04T14:57:49.576Z] [2022-03-04T14:57:49.576Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2022-03-04T14:57:49.576Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-04T14:57:49.576Z] [2022-03-04T14:57:49.576Z] DONE 17 tests, 4 skipped in 25.884s [2022-03-04T14:57:49.576Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-03-04T14:57:49.576Z] ++ 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-04T14:57:49.576Z] ++ set -e [2022-03-04T14:57:49.576Z] ++ '[' -n 0 ']' [2022-03-04T14:57:49.576Z] ++ set -x [2022-03-04T14:57:49.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-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-04T14:57:49.576Z] INFO: Testing against a local daemon [2022-03-04T14:57:49.576Z] === RUN TestPluginInvalidJSON [2022-03-04T14:57:49.576Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-04T14:57:49.576Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-04T14:57:49.576Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-04T14:57:49.576Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-03-04T14:57:49.576Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-04T14:57:49.576Z] === RUN TestPluginInstall [2022-03-04T14:57:49.576Z] === RUN TestPluginInstall/no_auth [2022-03-04T14:57:49.576Z] time="2022-03-04T14:57:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-04T14:57:49.576Z] time="2022-03-04T14:57:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1dcccbee221613c39950791c8dcada2b00574500ff89acfdf303dd675645dc7f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-04T14:57:49.576Z] time="2022-03-04T14:57:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-04T14:57:49.576Z] time="2022-03-04T14:57:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1dcccbee221613c39950791c8dcada2b00574500ff89acfdf303dd675645dc7f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-04T14:57:49.576Z] === RUN TestPluginInstall/with_htpasswd [2022-03-04T14:57:49.831Z] time="2022-03-04T14:57:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-04T14:57:49.831Z] time="2022-03-04T14:57:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:76cc637a2098bd1c962175749dccebb282759e935f77c19f8706195ea66d1bf8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-04T14:57:49.831Z] time="2022-03-04T14:57:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-04T14:57:49.831Z] time="2022-03-04T14:57:49Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:76cc637a2098bd1c962175749dccebb282759e935f77c19f8706195ea66d1bf8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-04T14:57:49.960Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2022-03-04T14:57:49.960Z] === RUN TestDaemonConfigValidation [2022-03-04T14:57:49.960Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-03-04T14:57:49.960Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-03-04T14:57:49.960Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-03-04T14:57:49.960Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-03-04T14:57:49.960Z] === RUN TestDaemonConfigValidation/invalid_config [2022-03-04T14:57:49.960Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-03-04T14:57:49.960Z] === RUN TestDaemonConfigValidation/malformed_config [2022-03-04T14:57:49.960Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-03-04T14:57:49.960Z] === RUN TestDaemonConfigValidation/valid_config [2022-03-04T14:57:49.960Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-03-04T14:57:49.960Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-03-04T14:57:49.960Z] === CONT TestDaemonConfigValidation/valid_config [2022-03-04T14:57:50.087Z] === RUN TestPluginInstall/with_insecure [2022-03-04T14:57:50.222Z] === CONT TestDaemonConfigValidation/malformed_config [2022-03-04T14:57:50.222Z] === CONT TestDaemonConfigValidation/invalid_config [2022-03-04T14:57:50.222Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-03-04T14:57:50.222Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-03-04T14:57:50.222Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.08s) [2022-03-04T14:57:50.222Z] --- PASS: TestDaemonConfigValidation/valid_config (0.08s) [2022-03-04T14:57:50.222Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.08s) [2022-03-04T14:57:50.222Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.08s) [2022-03-04T14:57:50.222Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.05s) [2022-03-04T14:57:50.222Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-04T14:57:50.222Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-03-04T14:57:51.019Z] time="2022-03-04T14:57:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-04T14:57:51.019Z] time="2022-03-04T14:57:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:42fdcca5f20b8e21cb36ac9e63cbfcea864cb7e5f47d661ab4aa62d85b450c09" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-04T14:57:51.019Z] time="2022-03-04T14:57:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-04T14:57:51.019Z] time="2022-03-04T14:57:50Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:42fdcca5f20b8e21cb36ac9e63cbfcea864cb7e5f47d661ab4aa62d85b450c09" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-04T14:57:51.019Z] plugin_test.go:165: [db4b2c96e7424] daemon is not started [2022-03-04T14:57:51.019Z] --- PASS: TestPluginInstall (2.89s) [2022-03-04T14:57:51.019Z] --- PASS: TestPluginInstall/no_auth (1.29s) [2022-03-04T14:57:51.019Z] --- PASS: TestPluginInstall/with_htpasswd (0.57s) [2022-03-04T14:57:51.019Z] --- PASS: TestPluginInstall/with_insecure (1.03s) [2022-03-04T14:57:51.019Z] === RUN TestPluginsWithRuntimes [2022-03-04T14:57:51.607Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-03-04T14:57:52.385Z] === RUN TestPluginsWithRuntimes/No_Args [2022-03-04T14:57:52.552Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-03-04T14:57:53.161Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2022-03-04T14:57:53.312Z] === RUN TestPluginsWithRuntimes/With_Args [2022-03-04T14:57:53.493Z] === CONT TestConfigDaemonSeccompProfiles [2022-03-04T14:57:53.493Z] daemon_test.go:156: [ded4f874604ef] daemon is not started [2022-03-04T14:57:53.493Z] --- PASS: TestConfigDaemonSeccompProfiles (3.26s) [2022-03-04T14:57:53.493Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.09s) [2022-03-04T14:57:53.493Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.09s) [2022-03-04T14:57:53.493Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.08s) [2022-03-04T14:57:53.493Z] === RUN TestDaemonProxy [2022-03-04T14:57:53.493Z] daemon_test.go:160: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-03-04T14:57:53.493Z] --- SKIP: TestDaemonProxy (0.00s) [2022-03-04T14:57:53.493Z] PASS [2022-03-04T14:57:53.493Z] [2022-03-04T14:57:53.493Z] === Skipped [2022-03-04T14:57:53.494Z] === SKIP: amd64.integration.daemon TestDaemonProxy (0.00s) [2022-03-04T14:57:53.494Z] daemon_test.go:160: os.Getenv("DOCKER_ROOTLESS") != "": cannot connect to localhost proxy in rootless environment [2022-03-04T14:57:53.494Z] [2022-03-04T14:57:53.494Z] DONE 12 tests, 1 skipped in 4.167s [2022-03-04T14:57:53.494Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-03-04T14:57:53.754Z] INFO: Testing against a local daemon [2022-03-04T14:57:53.754Z] === RUN TestCommitInheritsEnv [2022-03-04T14:57:54.251Z] --- PASS: TestPluginsWithRuntimes (3.14s) [2022-03-04T14:57:54.251Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.81s) [2022-03-04T14:57:54.251Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.82s) [2022-03-04T14:57:54.251Z] === RUN TestPluginBackCompatMediaTypes [2022-03-04T14:57:54.823Z] --- PASS: TestPluginBackCompatMediaTypes (0.60s) [2022-03-04T14:57:54.823Z] PASS [2022-03-04T14:57:54.823Z] [2022-03-04T14:57:54.823Z] DONE 10 tests in 6.738s [2022-03-04T14:57:54.823Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-03-04T14:57:54.823Z] ++ 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-04T14:57:54.823Z] ++ set -e [2022-03-04T14:57:54.823Z] ++ '[' -n 0 ']' [2022-03-04T14:57:54.823Z] ++ set -x [2022-03-04T14:57:54.823Z] ++ 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-04T14:57:54.823Z] INFO: Testing against a local daemon [2022-03-04T14:57:54.823Z] === RUN TestExternalGraphDriver [2022-03-04T14:57:54.823Z] === RUN TestExternalGraphDriver/json [2022-03-04T14:57:55.137Z] --- PASS: TestCommitInheritsEnv (1.52s) [2022-03-04T14:57:55.137Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-04T14:57:55.137Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-03-04T14:57:55.137Z] === RUN TestImportWithCustomPlatform [2022-03-04T14:57:55.137Z] === RUN TestImportWithCustomPlatform/#00 [2022-03-04T14:57:55.137Z] === RUN TestImportWithCustomPlatform/_______ [2022-03-04T14:57:55.137Z] === RUN TestImportWithCustomPlatform// [2022-03-04T14:57:55.137Z] === RUN TestImportWithCustomPlatform/linux [2022-03-04T14:57:55.397Z] === RUN TestImportWithCustomPlatform/LINUX [2022-03-04T14:57:55.397Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-03-04T14:57:55.397Z] === RUN TestImportWithCustomPlatform/macos [2022-03-04T14:57:55.397Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-03-04T14:57:55.397Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-03-04T14:57:55.397Z] --- PASS: TestImportWithCustomPlatform (0.30s) [2022-03-04T14:57:55.397Z] --- PASS: TestImportWithCustomPlatform/#00 (0.07s) [2022-03-04T14:57:55.397Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-03-04T14:57:55.397Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-03-04T14:57:55.397Z] --- PASS: TestImportWithCustomPlatform/linux (0.07s) [2022-03-04T14:57:55.397Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.07s) [2022-03-04T14:57:55.397Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.06s) [2022-03-04T14:57:55.397Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-03-04T14:57:55.397Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-03-04T14:57:55.397Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-03-04T14:57:55.397Z] === RUN TestImagesFilterMultiReference [2022-03-04T14:57:55.397Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2022-03-04T14:57:55.397Z] === RUN TestImagePullPlatformInvalid [2022-03-04T14:57:55.658Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2022-03-04T14:57:55.658Z] === RUN TestRemoveImageOrphaning [2022-03-04T14:57:55.664Z] INFO: Extraction ended at 03/04/2022 14:57:53. Duration:00:00:24.3459434 [2022-03-04T14:57:55.664Z] INFO: Updating the golang and path environment variables [2022-03-04T14:57:55.664Z] INFO: GOPATH=d:\gopath [2022-03-04T14:57:55.664Z] INFO: go version go1.17.7 windows/amd64 [2022-03-04T14:57:55.664Z] INFO: Running the daemon under test in debug mode [2022-03-04T14:57:55.664Z] INFO: Starting a daemon under test... [2022-03-04T14:57:55.664Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43324\1\daemon --pidfile d:\CI\PR-43324\1\docker.pid -D [2022-03-04T14:57:55.664Z] INFO: Process started successfully. [2022-03-04T14:57:55.664Z] INFO: Start tailing logs of the daemon under tests [2022-03-04T14:57:55.664Z] INFO: Waiting for the daemon under test to start... [2022-03-04T14:57:56.712Z] === RUN TestExternalGraphDriver/spec [2022-03-04T14:57:57.361Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2022-03-04T14:57:57.568Z] --- PASS: TestRemoveImageOrphaning (1.63s) [2022-03-04T14:57:57.568Z] === RUN TestRemoveImageGarbageCollector [2022-03-04T14:57:57.568Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-03-04T14:57:57.568Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2022-03-04T14:57:57.568Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-04T14:57:57.568Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2022-03-04T14:57:57.568Z] === RUN TestTagInvalidReference [2022-03-04T14:57:57.568Z] --- PASS: TestTagInvalidReference (0.01s) [2022-03-04T14:57:57.569Z] === RUN TestTagValidPrefixedRepo [2022-03-04T14:57:57.569Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2022-03-04T14:57:57.569Z] === RUN TestTagExistedNameWithoutForce [2022-03-04T14:57:57.569Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-03-04T14:57:57.569Z] === RUN TestTagOfficialNames [2022-03-04T14:57:57.569Z] --- PASS: TestTagOfficialNames (0.05s) [2022-03-04T14:57:57.569Z] === RUN TestTagMatchesDigest [2022-03-04T14:57:57.569Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-03-04T14:57:57.569Z] === CONT TestImportExtremelyLargeImageWorks [2022-03-04T14:57:58.075Z] === RUN TestExternalGraphDriver/pull [2022-03-04T14:57:59.440Z] --- PASS: TestExternalGraphDriver (4.62s) [2022-03-04T14:57:59.440Z] --- PASS: TestExternalGraphDriver/json (1.51s) [2022-03-04T14:57:59.440Z] --- PASS: TestExternalGraphDriver/spec (1.50s) [2022-03-04T14:57:59.440Z] --- PASS: TestExternalGraphDriver/pull (1.57s) [2022-03-04T14:57:59.440Z] === RUN TestGraphdriverPluginV2 [2022-03-04T14:57:59.440Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-04T14:57:59.440Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2022-03-04T14:57:59.440Z] PASS [2022-03-04T14:57:59.440Z] [2022-03-04T14:57:59.440Z] === Skipped [2022-03-04T14:57:59.440Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2022-03-04T14:57:59.440Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-04T14:57:59.440Z] [2022-03-04T14:57:59.440Z] DONE 5 tests, 1 skipped in 4.729s [2022-03-04T14:57:59.440Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-03-04T14:57:59.440Z] ++ 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-04T14:57:59.440Z] ++ set -e [2022-03-04T14:57:59.440Z] ++ '[' -n 0 ']' [2022-03-04T14:57:59.440Z] ++ set -x [2022-03-04T14:57:59.440Z] ++ 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-04T14:57:59.696Z] INFO: Testing against a local daemon [2022-03-04T14:57:59.696Z] === RUN TestContinueAfterPluginCrash [2022-03-04T14:57:59.696Z] === PAUSE TestContinueAfterPluginCrash [2022-03-04T14:57:59.696Z] === RUN TestReadPluginNoRead [2022-03-04T14:57:59.696Z] === PAUSE TestReadPluginNoRead [2022-03-04T14:57:59.696Z] === RUN TestDaemonStartWithLogOpt [2022-03-04T14:57:59.696Z] === PAUSE TestDaemonStartWithLogOpt [2022-03-04T14:57:59.696Z] === CONT TestContinueAfterPluginCrash [2022-03-04T14:57:59.696Z] === CONT TestDaemonStartWithLogOpt [2022-03-04T14:57:59.899Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2022-03-04T14:58:00.839Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2022-03-04T14:58:02.962Z] --- PASS: TestDaemonStartWithLogOpt (2.98s) [2022-03-04T14:58:02.962Z] === CONT TestReadPluginNoRead [2022-03-04T14:58:03.379Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2022-03-04T14:58:04.094Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd-dev [2022-03-04T14:58:04.094Z] Copying nested executables into bundles/cross/linux/amd64-daemon [2022-03-04T14:58:04.094Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-03-04T14:58:04.094Z] GOOS="linux" GOARCH="amd64" GOARM="" [2022-03-04T14:58:04.094Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2022-03-04T14:58:04.094Z] Cross building: bundles/cross/windows/amd64 [2022-03-04T14:58:04.094Z] Building: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-03-04T14:58:04.094Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-03-04T14:58:04.897Z] === RUN TestReadPluginNoRead/default [2022-03-04T14:58:05.825Z] === RUN TestReadPluginNoRead/disabled_caching [2022-03-04T14:58:05.834Z] ...INFO: Daemon under test started and replied! [2022-03-04T14:58:05.834Z] INFO: Docker version of the daemon under test [2022-03-04T14:58:05.834Z] [2022-03-04T14:58:05.834Z] Client: [2022-03-04T14:58:05.834Z] Version: 17.06.2-ce [2022-03-04T14:58:05.834Z] API version: 1.30 [2022-03-04T14:58:05.834Z] Go version: go1.8.3 [2022-03-04T14:58:05.834Z] Git commit: cec0b72 [2022-03-04T14:58:05.834Z] Built: Tue Sep 5 19:57:19 2017 [2022-03-04T14:58:05.834Z] OS/Arch: windows/amd64 [2022-03-04T14:58:05.834Z] [2022-03-04T14:58:05.834Z] Server: [2022-03-04T14:58:05.834Z] Version: 0.0.0-dev [2022-03-04T14:58:05.834Z] API version: 1.42 (minimum version 1.24) [2022-03-04T14:58:05.834Z] Go version: go1.17.7 [2022-03-04T14:58:05.834Z] Git commit: 384532a8d2 [2022-03-04T14:58:05.834Z] Built: 03/04/2022 14:55:55 [2022-03-04T14:58:05.834Z] OS/Arch: windows/amd64 [2022-03-04T14:58:05.834Z] Experimental: false [2022-03-04T14:58:05.834Z] [2022-03-04T14:58:05.834Z] INFO: Docker info of the daemon under test [2022-03-04T14:58:05.834Z] [2022-03-04T14:58:05.834Z] Containers: 0 [2022-03-04T14:58:05.834Z] Running: 0 [2022-03-04T14:58:05.834Z] Paused: 0 [2022-03-04T14:58:05.834Z] Stopped: 0 [2022-03-04T14:58:05.834Z] Images: 0 [2022-03-04T14:58:05.834Z] Server Version: 0.0.0-dev [2022-03-04T14:58:05.834Z] Storage Driver: windowsfilter [2022-03-04T14:58:05.834Z] Windows: [2022-03-04T14:58:05.834Z] Logging Driver: json-file [2022-03-04T14:58:05.834Z] Plugins: [2022-03-04T14:58:05.834Z] Volume: local [2022-03-04T14:58:05.834Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-04T14:58:05.834Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-04T14:58:05.834Z] Swarm: inactive [2022-03-04T14:58:05.834Z] Default Isolation: process [2022-03-04T14:58:05.834Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-04T14:58:05.834Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-04T14:58:05.834Z] OSType: windows [2022-03-04T14:58:05.834Z] Architecture: x86_64 [2022-03-04T14:58:05.834Z] CPUs: 4 [2022-03-04T14:58:05.834Z] Total Memory: 32GiB [2022-03-04T14:58:05.834Z] Name: azwin-2-6d9090 [2022-03-04T14:58:05.834Z] ID: TGVN:UZDO:WUS3:5IZU:FL3P:4D7L:YDIL:R7MW:7EIE:J7Y7:PHPH:BB46 [2022-03-04T14:58:05.834Z] Docker Root Dir: D:\CI\PR-43324\1\daemon [2022-03-04T14:58:05.834Z] Debug Mode (client): false [2022-03-04T14:58:05.834Z] Debug Mode (server): true [2022-03-04T14:58:05.834Z] File Descriptors: -1 [2022-03-04T14:58:05.834Z] Goroutines: 31 [2022-03-04T14:58:05.834Z] System Time: 2022-03-04T14:58:05.2025938Z [2022-03-04T14:58:05.834Z] EventsListeners: 0 [2022-03-04T14:58:05.834Z] Registry: https://index.docker.io/v1/ [2022-03-04T14:58:05.834Z] Labels: [2022-03-04T14:58:05.834Z] Experimental: false [2022-03-04T14:58:05.834Z] Insecure Registries: [2022-03-04T14:58:05.834Z] 127.0.0.0/8 [2022-03-04T14:58:05.834Z] Live Restore Enabled: false [2022-03-04T14:58:05.834Z] [2022-03-04T14:58:05.834Z] [2022-03-04T14:58:05.834Z] INFO: Docker images of the daemon under test [2022-03-04T14:58:05.834Z] [2022-03-04T14:58:05.834Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-04T14:58:05.834Z] [2022-03-04T14:58:05.834Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-03-04T14:58:05.834Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2022-03-04T14:58:05.834Z] ltsc2022: Pulling from windows/servercore [2022-03-04T14:58:05.918Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2022-03-04T14:58:06.303Z] 8f616e6e9eec: Pulling fs layer [2022-03-04T14:58:06.303Z] 898469748ff6: Pulling fs layer [2022-03-04T14:58:07.193Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-03-04T14:58:07.591Z] --- PASS: TestInfoAPIWarnings (16.27s) [2022-03-04T14:58:07.591Z] === RUN TestInfoDebug [2022-03-04T14:58:07.591Z] --- PASS: TestInfoDebug (0.53s) [2022-03-04T14:58:07.591Z] === RUN TestInfoInsecureRegistries [2022-03-04T14:58:07.591Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2022-03-04T14:58:07.591Z] === RUN TestInfoRegistryMirrors [2022-03-04T14:58:07.591Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2022-03-04T14:58:07.591Z] === RUN TestLoginFailsWithBadCredentials [2022-03-04T14:58:07.591Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-03-04T14:58:07.591Z] === RUN TestPingCacheHeaders [2022-03-04T14:58:07.591Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-03-04T14:58:07.591Z] === RUN TestPingGet [2022-03-04T14:58:07.591Z] --- PASS: TestPingGet (0.02s) [2022-03-04T14:58:07.591Z] === RUN TestPingHead [2022-03-04T14:58:07.591Z] --- PASS: TestPingHead (0.02s) [2022-03-04T14:58:07.591Z] === RUN TestVersion [2022-03-04T14:58:07.591Z] --- PASS: TestVersion (0.02s) [2022-03-04T14:58:07.591Z] === CONT TestCgroupDriverSystemdMemoryLimit [2022-03-04T14:58:07.591Z] === CONT TestDiskUsage [2022-03-04T14:58:07.755Z] --- PASS: TestContinueAfterPluginCrash (8.06s) [2022-03-04T14:58:07.850Z] === RUN TestDiskUsage/empty [2022-03-04T14:58:07.850Z] === RUN TestDiskUsage/empty/container_types [2022-03-04T14:58:07.850Z] === RUN TestDiskUsage/empty/image_types [2022-03-04T14:58:07.850Z] === RUN TestDiskUsage/empty/volume_types [2022-03-04T14:58:07.850Z] === RUN TestDiskUsage/empty/build-cache_types [2022-03-04T14:58:07.850Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-03-04T14:58:07.850Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-03-04T14:58:07.850Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-03-04T14:58:07.850Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-03-04T14:58:07.850Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-03-04T14:58:07.850Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-03-04T14:58:07.850Z] === RUN TestDiskUsage/after_LoadBusybox [2022-03-04T14:58:08.011Z] === CONT TestReadPluginNoRead [2022-03-04T14:58:08.011Z] read_test.go:92: [d7722f679517f] daemon is not started [2022-03-04T14:58:08.011Z] --- PASS: TestReadPluginNoRead (5.44s) [2022-03-04T14:58:08.011Z] --- PASS: TestReadPluginNoRead/default (1.14s) [2022-03-04T14:58:08.011Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.07s) [2022-03-04T14:58:08.011Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.12s) [2022-03-04T14:58:08.011Z] PASS [2022-03-04T14:58:08.011Z] [2022-03-04T14:58:08.011Z] DONE 6 tests in 8.519s [2022-03-04T14:58:08.011Z] 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-04T14:58:08.011Z] ++ 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-04T14:58:08.011Z] ++ set -e [2022-03-04T14:58:08.011Z] ++ '[' -n 0 ']' [2022-03-04T14:58:08.011Z] ++ set -x [2022-03-04T14:58:08.012Z] ++ 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-04T14:58:08.012Z] testing: warning: no tests to run [2022-03-04T14:58:08.012Z] PASS [2022-03-04T14:58:08.012Z] [2022-03-04T14:58:08.012Z] DONE 0 tests in 0.029s [2022-03-04T14:58:08.012Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-03-04T14:58:08.012Z] ++ 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-04T14:58:08.012Z] ++ set -e [2022-03-04T14:58:08.012Z] ++ '[' -n 0 ']' [2022-03-04T14:58:08.012Z] ++ set -x [2022-03-04T14:58:08.012Z] ++ 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-04T14:58:08.267Z] INFO: Testing against a local daemon [2022-03-04T14:58:08.267Z] === RUN TestPluginWithDevMounts [2022-03-04T14:58:08.267Z] === PAUSE TestPluginWithDevMounts [2022-03-04T14:58:08.267Z] === CONT TestPluginWithDevMounts [2022-03-04T14:58:08.423Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-03-04T14:58:08.423Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-03-04T14:58:08.423Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-03-04T14:58:08.423Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-03-04T14:58:08.423Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-03-04T14:58:08.423Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-03-04T14:58:08.423Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-03-04T14:58:08.423Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-03-04T14:58:08.423Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-03-04T14:58:08.423Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-03-04T14:58:08.423Z] === RUN TestDiskUsage/after_container.Run [2022-03-04T14:58:08.994Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-03-04T14:58:08.994Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-03-04T14:58:08.994Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-03-04T14:58:08.994Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-03-04T14:58:08.994Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-03-04T14:58:08.994Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-03-04T14:58:08.994Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-03-04T14:58:08.994Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-03-04T14:58:08.994Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-03-04T14:58:08.994Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-03-04T14:58:09.214Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2022-03-04T14:58:09.255Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.70s) [2022-03-04T14:58:09.255Z] --- PASS: TestDiskUsage (1.72s) [2022-03-04T14:58:09.255Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-03-04T14:58:09.255Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-03-04T14:58:09.255Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-03-04T14:58:09.255Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-03-04T14:58:09.255Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-03-04T14:58:09.255Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-03-04T14:58:09.255Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-03-04T14:58:09.255Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-03-04T14:58:09.255Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-03-04T14:58:09.255Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-03-04T14:58:09.255Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-03-04T14:58:09.255Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.30s) [2022-03-04T14:58:09.255Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-03-04T14:58:09.255Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-03-04T14:58:09.255Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-03-04T14:58:09.255Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-03-04T14:58:09.255Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-03-04T14:58:09.255Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-03-04T14:58:09.255Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-03-04T14:58:09.255Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-03-04T14:58:09.255Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-03-04T14:58:09.255Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-03-04T14:58:09.255Z] --- PASS: TestDiskUsage/after_container.Run (0.60s) [2022-03-04T14:58:09.255Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.01s) [2022-03-04T14:58:09.255Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-03-04T14:58:09.255Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-03-04T14:58:09.255Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-03-04T14:58:09.255Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-03-04T14:58:09.255Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-03-04T14:58:09.255Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.01s) [2022-03-04T14:58:09.255Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-03-04T14:58:09.255Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.01s) [2022-03-04T14:58:09.255Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-03-04T14:58:09.255Z] PASS [2022-03-04T14:58:09.255Z] [2022-03-04T14:58:09.255Z] DONE 50 tests in 20.524s [2022-03-04T14:58:09.255Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-03-04T14:58:09.255Z] INFO: Testing against a local daemon [2022-03-04T14:58:09.255Z] === RUN TestVolumesCreateAndList [2022-03-04T14:58:09.255Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-03-04T14:58:09.255Z] === RUN TestVolumesRemove [2022-03-04T14:58:09.255Z] --- PASS: TestVolumesRemove (0.11s) [2022-03-04T14:58:09.255Z] === RUN TestVolumesInspect [2022-03-04T14:58:09.255Z] --- PASS: TestVolumesInspect (0.02s) [2022-03-04T14:58:09.255Z] === RUN TestVolumesInvalidJSON [2022-03-04T14:58:09.515Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-04T14:58:09.515Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-04T14:58:09.515Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-04T14:58:09.515Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2022-03-04T14:58:09.515Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-04T14:58:09.515Z] PASS [2022-03-04T14:58:09.515Z] [2022-03-04T14:58:09.515Z] DONE 5 tests in 0.206s [2022-03-04T14:58:09.515Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-04T14:58:09.632Z] --- PASS: TestPluginWithDevMounts (1.52s) [2022-03-04T14:58:09.632Z] PASS [2022-03-04T14:58:09.632Z] [2022-03-04T14:58:09.632Z] DONE 1 tests in 1.616s [2022-03-04T14:58:09.632Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2022-03-04T14:58:09.632Z] ++ 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-04T14:58:09.632Z] ++ set -e [2022-03-04T14:58:09.632Z] ++ '[' -n 0 ']' [2022-03-04T14:58:09.632Z] ++ set -x [2022-03-04T14:58:09.632Z] ++ 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-04T14:58:09.887Z] INFO: Testing against a local daemon [2022-03-04T14:58:09.887Z] === RUN TestSecretInspect [2022-03-04T14:58:10.036Z] Stopping apparmor (via systemctl): apparmor.service. [2022-03-04T14:58:10.036Z] Removing test suite binaries [2022-03-04T14:58:10.036Z] exiting test-integration [2022-03-04T14:58:10.036Z] ++ exit 0 [2022-03-04T14:58:10.036Z] Post stage [Pipeline] junit [2022-03-04T14:58:11.435Z] Recording test results [2022-03-04T14:58:11.639Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-04T14:58:11.776Z] --- PASS: TestSecretInspect (1.68s) [2022-03-04T14:58:11.776Z] === RUN TestSecretList [2022-03-04T14:58:11.855Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2022-03-04T14:58:12.001Z] + echo Ensuring container killed. [2022-03-04T14:58:12.001Z] Ensuring container killed. [2022-03-04T14:58:12.001Z] + docker rm -vf docker-pr1 [2022-03-04T14:58:12.001Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-03-04T14:58:12.290Z] + echo Chowning /workspace to jenkins user [2022-03-04T14:58:12.290Z] Chowning /workspace to jenkins user [2022-03-04T14:58:12.290Z] + id -u [2022-03-04T14:58:12.290Z] + id -g [2022-03-04T14:58:12.290Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43324:/workspace busybox chown -R 1000:1000 /workspace [2022-03-04T14:58:13.186Z] --- PASS: TestSecretList (1.67s) [2022-03-04T14:58:13.186Z] === RUN TestSecretsCreateAndDelete [2022-03-04T14:58:13.477Z] ...INFO: Daemon under test started and replied! [2022-03-04T14:58:13.477Z] INFO: Docker version of the daemon under test [2022-03-04T14:58:13.477Z] [2022-03-04T14:58:13.477Z] Client: [2022-03-04T14:58:13.477Z] Version: 17.06.2-ce [2022-03-04T14:58:13.477Z] API version: 1.30 [2022-03-04T14:58:13.477Z] Go version: go1.8.3 [2022-03-04T14:58:13.477Z] Git commit: cec0b72 [2022-03-04T14:58:13.477Z] Built: Tue Sep 5 19:57:19 2017 [2022-03-04T14:58:13.477Z] OS/Arch: windows/amd64 [2022-03-04T14:58:13.477Z] [2022-03-04T14:58:13.477Z] Server: [2022-03-04T14:58:13.477Z] Version: 0.0.0-dev [2022-03-04T14:58:13.477Z] API version: 1.42 (minimum version 1.24) [2022-03-04T14:58:13.477Z] Go version: go1.17.7 [2022-03-04T14:58:13.477Z] Git commit: 384532a8d2 [2022-03-04T14:58:13.477Z] Built: 03/04/2022 14:56:17 [2022-03-04T14:58:13.477Z] OS/Arch: windows/amd64 [2022-03-04T14:58:13.477Z] Experimental: false [2022-03-04T14:58:13.477Z] [2022-03-04T14:58:13.477Z] INFO: Docker info of the daemon under test [2022-03-04T14:58:13.477Z] [2022-03-04T14:58:13.477Z] Containers: 0 [2022-03-04T14:58:13.477Z] Running: 0 [2022-03-04T14:58:13.477Z] Paused: 0 [2022-03-04T14:58:13.477Z] Stopped: 0 [2022-03-04T14:58:13.477Z] Images: 0 [2022-03-04T14:58:13.477Z] Server Version: 0.0.0-dev [2022-03-04T14:58:13.477Z] Storage Driver: windowsfilter [2022-03-04T14:58:13.477Z] Windows: [2022-03-04T14:58:13.477Z] Logging Driver: json-file [2022-03-04T14:58:13.477Z] Plugins: [2022-03-04T14:58:13.477Z] Volume: local [2022-03-04T14:58:13.477Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-04T14:58:13.477Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-04T14:58:13.477Z] Swarm: inactive [2022-03-04T14:58:13.477Z] Default Isolation: process [2022-03-04T14:58:13.477Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-04T14:58:13.477Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-04T14:58:13.477Z] OSType: windows [2022-03-04T14:58:13.477Z] Architecture: x86_64 [2022-03-04T14:58:13.477Z] CPUs: 4 [2022-03-04T14:58:13.477Z] Total Memory: 32GiB [2022-03-04T14:58:13.477Z] Name: azwin-2-0c6c30 [2022-03-04T14:58:13.477Z] ID: GCUA:UI5P:5JCU:CGMH:GVC2:SR4A:DO25:2JOG:ZZJY:5V2F:N4VS:Y2IC [2022-03-04T14:58:13.477Z] Docker Root Dir: D:\CI\PR-43324\1\daemon [2022-03-04T14:58:13.477Z] Debug Mode (client): false [2022-03-04T14:58:13.477Z] Debug Mode (server): true [2022-03-04T14:58:13.477Z] File Descriptors: -1 [2022-03-04T14:58:13.477Z] Goroutines: 16 [2022-03-04T14:58:13.477Z] System Time: 2022-03-04T14:58:12.8467373Z [2022-03-04T14:58:13.477Z] EventsListeners: 0 [2022-03-04T14:58:13.477Z] Registry: https://index.docker.io/v1/ [2022-03-04T14:58:13.477Z] Labels: [2022-03-04T14:58:13.477Z] Experimental: false [2022-03-04T14:58:13.477Z] Insecure Registries: [2022-03-04T14:58:13.477Z] 127.0.0.0/8 [2022-03-04T14:58:13.477Z] Live Restore Enabled: false [2022-03-04T14:58:13.477Z] [2022-03-04T14:58:13.477Z] [2022-03-04T14:58:13.477Z] INFO: Docker images of the daemon under test [2022-03-04T14:58:13.477Z] [2022-03-04T14:58:13.477Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-04T14:58:13.477Z] [2022-03-04T14:58:13.477Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-03-04T14:58:13.477Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2022-03-04T14:58:13.477Z] ltsc2022: Pulling from windows/servercore [2022-03-04T14:58:13.477Z] 8f616e6e9eec: Pulling fs layer [2022-03-04T14:58:13.477Z] 898469748ff6: Pulling fs layer [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-04T14:58:13.983Z] + bundleName=amd64-cgroup2 [2022-03-04T14:58:13.983Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2022-03-04T14:58:13.983Z] Creating amd64-cgroup2-bundles.tar.gz [2022-03-04T14:58:13.983Z] + 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-04T14:58:13.983Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [Pipeline] archiveArtifacts [2022-03-04T14:58:14.257Z] Archiving artifacts [2022-03-04T14:58:14.392Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2022-03-04T14:58:14.564Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43324/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-04T14:58:14.878Z] + make clean [2022-03-04T14:58:14.878Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-04T14:58:15.137Z] docker-dev-cache [2022-03-04T14:58:15.138Z] docker-mod-cache [Pipeline] deleteDir [2022-03-04T14:58:15.702Z] --- PASS: TestSecretsCreateAndDelete (2.10s) [2022-03-04T14:58:15.702Z] === RUN TestSecretsUpdate [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-04T14:58:16.929Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-04T14:58:16.929Z] Using test binary docker [2022-03-04T14:58:16.929Z] +++ /etc/init.d/apparmor start [2022-03-04T14:58:16.929Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-04T14:58:16.929Z] INFO: Waiting for daemon to start... [2022-03-04T14:58:16.929Z] Starting dockerd [2022-03-04T14:58:16.929Z] +++ 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-04T14:58:17.619Z] --- PASS: TestSecretsUpdate (2.08s) [2022-03-04T14:58:17.619Z] === RUN TestTemplatedSecret [2022-03-04T14:58:18.834Z] . [2022-03-04T14:58:18.834Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-04T14:58:18.834Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-04T14:58:18.834Z] Error: No such image: emptyfs [2022-03-04T14:58:18.834Z] ++++ docker load [2022-03-04T14:58:18.834Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-03-04T14:58:19.403Z] Running integration-test (iteration 1) [2022-03-04T14:58:19.403Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2022-03-04T14:58:19.403Z] ++ 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-04T14:58:19.403Z] ++ set -e [2022-03-04T14:58:19.403Z] ++ '[' -n 0 ']' [2022-03-04T14:58:19.403Z] ++ set -x [2022-03-04T14:58:19.403Z] ++ 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-04T14:58:19.507Z] --- PASS: TestTemplatedSecret (2.02s) [2022-03-04T14:58:19.507Z] === RUN TestSecretCreateResolve [2022-03-04T14:58:20.341Z] Loaded image: busybox:latest [2022-03-04T14:58:20.601Z] Loaded image: busybox:glibc [2022-03-04T14:58:21.395Z] --- PASS: TestSecretCreateResolve (2.08s) [2022-03-04T14:58:21.395Z] PASS [2022-03-04T14:58:21.395Z] [2022-03-04T14:58:21.395Z] DONE 6 tests in 11.713s [2022-03-04T14:58:21.395Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2022-03-04T14:58:21.396Z] ++ 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-04T14:58:21.396Z] ++ set -e [2022-03-04T14:58:21.396Z] ++ '[' -n 0 ']' [2022-03-04T14:58:21.396Z] ++ set -x [2022-03-04T14:58:21.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=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-04T14:58:21.651Z] INFO: Testing against a local daemon [2022-03-04T14:58:21.651Z] === RUN TestServiceCreateInit [2022-03-04T14:58:21.651Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-04T14:58:24.130Z] 8f616e6e9eec: Verifying Checksum [2022-03-04T14:58:24.130Z] 8f616e6e9eec: Download complete [2022-03-04T14:58:25.815Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-04T14:58:25.885Z] Loaded image: debian:bullseye-slim [2022-03-04T14:58:25.885Z] Loaded image: hello-world:latest [2022-03-04T14:58:25.885Z] Loaded image: arm32v7/hello-world:latest [2022-03-04T14:58:25.885Z] INFO: Testing against a local daemon [2022-03-04T14:58:25.885Z] === RUN TestCgroupNamespacesBuild [2022-03-04T14:58:25.984Z] 8f616e6e9eec: Verifying Checksum [2022-03-04T14:58:25.984Z] 8f616e6e9eec: Download complete [2022-03-04T14:58:26.969Z] 898469748ff6: Verifying Checksum [2022-03-04T14:58:26.969Z] 898469748ff6: Download complete [2022-03-04T14:58:28.419Z] --- PASS: TestCgroupNamespacesBuild (2.43s) [2022-03-04T14:58:28.419Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2022-03-04T14:58:28.906Z] 898469748ff6: Verifying Checksum [2022-03-04T14:58:28.906Z] 898469748ff6: Download complete [2022-03-04T14:58:29.092Z] --- PASS: TestServiceCreateInit (7.03s) [2022-03-04T14:58:29.092Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.57s) [2022-03-04T14:58:29.092Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.44s) [2022-03-04T14:58:29.092Z] === RUN TestCreateServiceMultipleTimes [2022-03-04T14:58:30.325Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.08s) [2022-03-04T14:58:30.325Z] === RUN TestBuildWithSession [2022-03-04T14:58:30.325Z] build_session_test.go:25: TODO: BuildKit [2022-03-04T14:58:30.325Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-04T14:58:30.325Z] === RUN TestBuildSquashParent [2022-03-04T14:58:38.448Z] --- PASS: TestBuildSquashParent (8.35s) [2022-03-04T14:58:38.448Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-04T14:58:38.448Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-04T14:58:38.448Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-04T14:58:38.448Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-04T14:58:38.448Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-04T14:58:38.448Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-04T14:58:38.448Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-04T14:58:38.448Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-04T14:58:38.448Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-04T14:58:38.448Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-04T14:58:38.448Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-04T14:58:38.448Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-04T14:58:38.448Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-04T14:58:38.448Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-04T14:58:38.448Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-04T14:58:41.743Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-04T14:58:41.743Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-04T14:58:43.934Z] --- PASS: TestCreateServiceMultipleTimes (15.19s) [2022-03-04T14:58:43.934Z] === RUN TestCreateServiceConflict [2022-03-04T14:58:45.035Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-04T14:58:45.035Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-04T14:58:45.821Z] --- PASS: TestCreateServiceConflict (2.13s) [2022-03-04T14:58:45.822Z] === RUN TestCreateServiceMaxReplicas [2022-03-04T14:58:48.332Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-03-04T14:58:48.332Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.14s) [2022-03-04T14:58:48.332Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.28s) [2022-03-04T14:58:48.332Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.01s) [2022-03-04T14:58:48.333Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.29s) [2022-03-04T14:58:48.333Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.08s) [2022-03-04T14:58:48.333Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.93s) [2022-03-04T14:58:48.333Z] === RUN TestBuildMultiStageCopy [2022-03-04T14:58:48.333Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-04T14:58:48.380Z] --- PASS: TestCreateServiceMaxReplicas (2.53s) [2022-03-04T14:58:48.380Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-04T14:58:50.876Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-04T14:58:50.876Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-04T14:58:51.447Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-04T14:58:51.493Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2022-03-04T14:58:51.493Z] [2022-03-04T14:58:51.493Z] ________ ____ __. [2022-03-04T14:58:51.493Z] \_____ \ | |/ _| [2022-03-04T14:58:51.493Z] / | \| < [2022-03-04T14:58:51.493Z] / | \ | \ [2022-03-04T14:58:51.493Z] \_______ /____|__ \ [2022-03-04T14:58:51.493Z] \/ \/ [2022-03-04T14:58:51.493Z] [2022-03-04T14:58:51.493Z] INFO: make.ps1 ended at 03/04/2022 14:58:49 [2022-03-04T14:58:51.493Z] INFO: Binaries build ended at 03/04/2022 14:58:51. Duration:00:01:17.9982115 [2022-03-04T14:58:52.018Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-04T14:58:52.484Z] INFO: Copying the built daemon binary to d:\CI\PR-43324\1\binary\dockerd-384532a8d2.exe... [2022-03-04T14:58:52.484Z] INFO: Copying the built client binary to d:\CI\PR-43324\1\binary\docker-384532a8d2.exe... [2022-03-04T14:58:52.484Z] INFO: Copying dockerversion from the container... [2022-03-04T14:58:52.590Z] --- PASS: TestBuildMultiStageCopy (4.59s) [2022-03-04T14:58:52.590Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.60s) [2022-03-04T14:58:52.590Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.44s) [2022-03-04T14:58:52.590Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.51s) [2022-03-04T14:58:52.590Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.52s) [2022-03-04T14:58:52.590Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.53s) [2022-03-04T14:58:52.590Z] === RUN TestBuildMultiStageParentConfig [2022-03-04T14:58:52.954Z] INFO: Copying the golang package from the container to d:\CI\PR-43324\1\installer\go.zip... [2022-03-04T14:58:53.942Z] INFO: Extracting go.zip to d:\CI\PR-43324\1\go [2022-03-04T14:58:53.972Z] --- PASS: TestBuildMultiStageParentConfig (1.18s) [2022-03-04T14:58:53.972Z] === RUN TestBuildLabelWithTargets [2022-03-04T14:58:55.881Z] --- PASS: TestBuildLabelWithTargets (2.14s) [2022-03-04T14:58:55.881Z] === RUN TestBuildWithEmptyLayers [2022-03-04T14:58:57.265Z] --- PASS: TestBuildWithEmptyLayers (1.20s) [2022-03-04T14:58:57.265Z] === RUN TestBuildMultiStageOnBuild [2022-03-04T14:58:59.808Z] --- PASS: TestBuildMultiStageOnBuild (2.71s) [2022-03-04T14:58:59.808Z] === RUN TestBuildUncleanTarFilenames [2022-03-04T14:59:01.719Z] --- PASS: TestBuildUncleanTarFilenames (1.70s) [2022-03-04T14:59:01.719Z] === RUN TestBuildMultiStageLayerLeak [2022-03-04T14:59:03.225Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.99s) [2022-03-04T14:59:03.225Z] === RUN TestCreateServiceSecretFileMode [2022-03-04T14:59:05.014Z] --- PASS: TestBuildMultiStageLayerLeak (3.15s) [2022-03-04T14:59:05.014Z] === RUN TestBuildWithHugeFile [2022-03-04T14:59:15.390Z] --- PASS: TestCreateServiceSecretFileMode (12.37s) [2022-03-04T14:59:15.390Z] === RUN TestCreateServiceConfigFileMode [2022-03-04T14:59:19.274Z] INFO: Extraction ended at 03/04/2022 14:59:17. Duration:00:00:24.0871163 [2022-03-04T14:59:19.274Z] INFO: Updating the golang and path environment variables [2022-03-04T14:59:19.274Z] INFO: GOPATH=d:\gopath [2022-03-04T14:59:19.274Z] INFO: go version go1.17.7 windows/amd64 [2022-03-04T14:59:19.274Z] INFO: Running the daemon under test in debug mode [2022-03-04T14:59:19.274Z] INFO: Starting a daemon under test... [2022-03-04T14:59:19.274Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-43324\1\daemon --pidfile d:\CI\PR-43324\1\docker.pid -D [2022-03-04T14:59:19.274Z] INFO: Process started successfully. [2022-03-04T14:59:19.274Z] INFO: Start tailing logs of the daemon under tests [2022-03-04T14:59:19.274Z] INFO: Waiting for the daemon under test to start... [2022-03-04T14:59:25.519Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2022-03-04T14:59:25.520Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-03-04T14:59:25.520Z] GOOS="windows" GOARCH="amd64" GOARM="" [2022-03-04T14:59:25.520Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2022-03-04T14:59:25.520Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2022-03-04T14:59:25.520Z] remote: Enumerating objects: 23, done. [2022-03-04T14:59:25.520Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2022-03-04T14:59:25.520Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2022-03-04T14:59:25.520Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2022-03-04T14:59:25.520Z] Receiving objects: 4% (1/23) Receiving objects: 8% (2/23) Receiving objects: 13% (3/23) Receiving objects: 17% (4/23) Receiving objects: 21% (5/23) Receiving objects: 26% (6/23) Receiving objects: 30% (7/23) Receiving objects: 34% (8/23) Receiving objects: 39% (9/23) Receiving objects: 43% (10/23) Receiving objects: 47% (11/23) Receiving objects: 52% (12/23) Receiving objects: 56% (13/23) Receiving objects: 60% (14/23) Receiving objects: 65% (15/23) Receiving objects: 69% (16/23) Receiving objects: 73% (17/23) Receiving objects: 78% (18/23) Receiving objects: 82% (19/23) Receiving objects: 86% (20/23) Receiving objects: 91% (21/23) Receiving objects: 95% (22/23) Receiving objects: 100% (23/23) Receiving objects: 100% (23/23), 10.17 KiB | 10.17 MiB/s, done. [2022-03-04T14:59:25.520Z] Resolving deltas: 0% (0/2) Resolving deltas: 50% (1/2) Resolving deltas: 100% (2/2) Resolving deltas: 100% (2/2), done. [2022-03-04T14:59:25.520Z] Building: bundles/cross/windows/amd64/containerutility.exe [2022-03-04T14:59:25.520Z] Cross building: bundles/cross/linux/ppc64le [2022-03-04T14:59:25.520Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-03-04T14:59:25.520Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-03-04T14:59:27.554Z] --- PASS: TestCreateServiceConfigFileMode (11.85s) [2022-03-04T14:59:27.554Z] === RUN TestCreateServiceSysctls [2022-03-04T14:59:28.115Z] --- PASS: TestCreateServiceSysctls (2.51s) [2022-03-04T14:59:28.115Z] === RUN TestCreateServiceCapabilities [2022-03-04T14:59:30.004Z] --- PASS: TestCreateServiceCapabilities (1.95s) [2022-03-04T14:59:30.004Z] === RUN TestInspect [2022-03-04T14:59:32.520Z] --- PASS: TestInspect (2.52s) [2022-03-04T14:59:32.520Z] === RUN TestCreateJob [2022-03-04T14:59:34.120Z] --- PASS: TestImportExtremelyLargeImageWorks (89.83s) [2022-03-04T14:59:34.120Z] PASS [2022-03-04T14:59:34.120Z] [2022-03-04T14:59:34.120Z] === Skipped [2022-03-04T14:59:34.120Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2022-03-04T14:59:34.120Z] remove_unix_test.go:36: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2022-03-04T14:59:34.120Z] [2022-03-04T14:59:34.120Z] DONE 22 tests, 1 skipped in 93.665s [2022-03-04T14:59:34.120Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-03-04T14:59:34.120Z] INFO: Testing against a local daemon [2022-03-04T14:59:34.120Z] === RUN TestNetworkCreateDelete [2022-03-04T14:59:34.120Z] --- PASS: TestNetworkCreateDelete (0.14s) [2022-03-04T14:59:34.120Z] === RUN TestDockerNetworkDeletePreferID [2022-03-04T14:59:34.120Z] --- PASS: TestDockerNetworkDeletePreferID (0.35s) [2022-03-04T14:59:34.120Z] === RUN TestDaemonDNSFallback [2022-03-04T14:59:34.120Z] --- PASS: TestDaemonDNSFallback (6.32s) [2022-03-04T14:59:34.120Z] === RUN TestInspectNetwork [2022-03-04T14:59:34.120Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:34.120Z] --- SKIP: TestInspectNetwork (0.00s) [2022-03-04T14:59:34.120Z] === RUN TestRunContainerWithBridgeNone [2022-03-04T14:59:34.120Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-04T14:59:34.120Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-03-04T14:59:34.120Z] === RUN TestNetworkInvalidJSON [2022-03-04T14:59:34.120Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-04T14:59:34.120Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-04T14:59:34.120Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-04T14:59:34.120Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-04T14:59:34.120Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-04T14:59:34.120Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-04T14:59:34.120Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-04T14:59:34.120Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-04T14:59:34.120Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-04T14:59:34.120Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2022-03-04T14:59:34.120Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-03-04T14:59:34.120Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-03-04T14:59:34.120Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-03-04T14:59:34.120Z] === RUN TestNetworkList [2022-03-04T14:59:34.120Z] === RUN TestNetworkList//networks [2022-03-04T14:59:34.120Z] === PAUSE TestNetworkList//networks [2022-03-04T14:59:34.120Z] === RUN TestNetworkList//networks/ [2022-03-04T14:59:34.120Z] === PAUSE TestNetworkList//networks/ [2022-03-04T14:59:34.120Z] === CONT TestNetworkList//networks [2022-03-04T14:59:34.120Z] === CONT TestNetworkList//networks/ [2022-03-04T14:59:34.120Z] --- PASS: TestNetworkList (0.01s) [2022-03-04T14:59:34.120Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-04T14:59:34.120Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-04T14:59:34.120Z] === RUN TestHostIPv4BridgeLabel [2022-03-04T14:59:34.120Z] network_test.go:130: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-04T14:59:34.120Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-03-04T14:59:34.120Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-04T14:59:34.120Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-04T14:59:34.120Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.01s) [2022-03-04T14:59:34.120Z] === RUN TestDaemonDefaultNetworkPools [2022-03-04T14:59:34.120Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-04T14:59:34.120Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-03-04T14:59:34.120Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-04T14:59:34.120Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-04T14:59:34.120Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-04T14:59:34.120Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-04T14:59:34.120Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-04T14:59:34.120Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-04T14:59:34.120Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-04T14:59:34.120Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-04T14:59:34.120Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-04T14:59:34.120Z] === RUN TestServiceWithPredefinedNetwork [2022-03-04T14:59:34.120Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:34.120Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-03-04T14:59:34.120Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-04T14:59:34.120Z] service_test.go:243: FLAKY_TEST [2022-03-04T14:59:34.120Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-04T14:59:34.120Z] === RUN TestServiceWithDataPathPortInit [2022-03-04T14:59:34.120Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:34.120Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-03-04T14:59:34.120Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-04T14:59:34.120Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:34.120Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-04T14:59:34.120Z] PASS [2022-03-04T14:59:34.120Z] [2022-03-04T14:59:34.120Z] === Skipped [2022-03-04T14:59:34.120Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2022-03-04T14:59:34.120Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:34.120Z] [2022-03-04T14:59:34.120Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2022-03-04T14:59:34.120Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-04T14:59:34.120Z] [2022-03-04T14:59:34.120Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2022-03-04T14:59:34.120Z] network_test.go:130: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-04T14:59:34.120Z] [2022-03-04T14:59:34.120Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.01s) [2022-03-04T14:59:34.120Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-04T14:59:34.120Z] [2022-03-04T14:59:34.120Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.00s) [2022-03-04T14:59:34.120Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-04T14:59:34.120Z] [2022-03-04T14:59:34.120Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-04T14:59:34.120Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-04T14:59:34.120Z] [2022-03-04T14:59:34.120Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-04T14:59:34.120Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-04T14:59:34.120Z] [2022-03-04T14:59:34.120Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-04T14:59:34.120Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-04T14:59:34.120Z] [2022-03-04T14:59:34.120Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2022-03-04T14:59:34.120Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:34.120Z] [2022-03-04T14:59:34.120Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-04T14:59:34.120Z] service_test.go:243: FLAKY_TEST [2022-03-04T14:59:34.120Z] [2022-03-04T14:59:34.120Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.00s) [2022-03-04T14:59:34.120Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:34.120Z] [2022-03-04T14:59:34.120Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-04T14:59:34.120Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:34.120Z] [2022-03-04T14:59:34.120Z] DONE 22 tests, 12 skipped in 6.950s [2022-03-04T14:59:34.120Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-03-04T14:59:34.120Z] INFO: Testing against a local daemon [2022-03-04T14:59:34.120Z] === RUN TestDockerNetworkIpvlanPersistance [2022-03-04T14:59:34.120Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-04T14:59:34.120Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-04T14:59:34.120Z] === RUN TestDockerNetworkIpvlan [2022-03-04T14:59:34.120Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-04T14:59:34.120Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-03-04T14:59:34.120Z] PASS [2022-03-04T14:59:34.120Z] [2022-03-04T14:59:34.120Z] === Skipped [2022-03-04T14:59:34.120Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-04T14:59:34.120Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-04T14:59:34.120Z] [2022-03-04T14:59:34.120Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-03-04T14:59:34.120Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-04T14:59:34.120Z] [2022-03-04T14:59:34.120Z] DONE 2 tests, 2 skipped in 0.093s [2022-03-04T14:59:34.381Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-03-04T14:59:34.381Z] INFO: Testing against a local daemon [2022-03-04T14:59:34.381Z] === RUN TestDockerNetworkMacvlanPersistance [2022-03-04T14:59:34.381Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-04T14:59:34.381Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2022-03-04T14:59:34.381Z] === RUN TestDockerNetworkMacvlan [2022-03-04T14:59:34.381Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-04T14:59:34.381Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2022-03-04T14:59:34.381Z] PASS [2022-03-04T14:59:34.381Z] [2022-03-04T14:59:34.381Z] === Skipped [2022-03-04T14:59:34.381Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2022-03-04T14:59:34.381Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-04T14:59:34.381Z] [2022-03-04T14:59:34.381Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2022-03-04T14:59:34.381Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2022-03-04T14:59:34.381Z] [2022-03-04T14:59:34.381Z] DONE 2 tests, 2 skipped in 0.097s [2022-03-04T14:59:34.381Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-03-04T14:59:34.381Z] testing: warning: no tests to run [2022-03-04T14:59:34.381Z] PASS [2022-03-04T14:59:34.381Z] [2022-03-04T14:59:34.381Z] DONE 0 tests in 0.027s [2022-03-04T14:59:34.381Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-03-04T14:59:34.644Z] INFO: Testing against a local daemon [2022-03-04T14:59:34.644Z] === RUN TestAuthZPluginAllowRequest [2022-03-04T14:59:34.644Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T14:59:34.644Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2022-03-04T14:59:34.644Z] === RUN TestAuthZPluginTLS [2022-03-04T14:59:34.644Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T14:59:34.644Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2022-03-04T14:59:34.644Z] === RUN TestAuthZPluginDenyRequest [2022-03-04T14:59:34.644Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T14:59:34.644Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2022-03-04T14:59:34.644Z] === RUN TestAuthZPluginAPIDenyResponse [2022-03-04T14:59:34.644Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T14:59:34.644Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2022-03-04T14:59:34.644Z] === RUN TestAuthZPluginDenyResponse [2022-03-04T14:59:34.644Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T14:59:34.644Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2022-03-04T14:59:34.644Z] === RUN TestAuthZPluginAllowEventStream [2022-03-04T14:59:34.644Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T14:59:34.644Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2022-03-04T14:59:34.644Z] === RUN TestAuthZPluginErrorResponse [2022-03-04T14:59:34.644Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T14:59:34.644Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2022-03-04T14:59:34.644Z] === RUN TestAuthZPluginErrorRequest [2022-03-04T14:59:34.644Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T14:59:34.644Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2022-03-04T14:59:34.644Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-03-04T14:59:34.644Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T14:59:34.644Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-03-04T14:59:34.644Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-03-04T14:59:34.644Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T14:59:34.644Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-03-04T14:59:34.644Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-03-04T14:59:34.644Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T14:59:34.644Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-03-04T14:59:34.644Z] === RUN TestAuthZPluginHeader [2022-03-04T14:59:34.644Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T14:59:34.644Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2022-03-04T14:59:34.644Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-03-04T14:59:34.644Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T14:59:34.644Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.15s) [2022-03-04T14:59:34.644Z] === RUN TestAuthZPluginV2Disable [2022-03-04T14:59:34.644Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T14:59:34.644Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2022-03-04T14:59:34.644Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-03-04T14:59:34.644Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T14:59:34.644Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2022-03-04T14:59:34.644Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-03-04T14:59:34.644Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T14:59:34.644Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2022-03-04T14:59:34.644Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-03-04T14:59:34.644Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T14:59:34.644Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.01s) [2022-03-04T14:59:34.644Z] PASS [2022-03-04T14:59:34.644Z] [2022-03-04T14:59:34.644Z] === Skipped [2022-03-04T14:59:34.644Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2022-03-04T14:59:34.644Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T14:59:34.644Z] [2022-03-04T14:59:34.644Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2022-03-04T14:59:34.644Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T14:59:34.644Z] [2022-03-04T14:59:34.644Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2022-03-04T14:59:34.644Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T14:59:34.644Z] [2022-03-04T14:59:34.644Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2022-03-04T14:59:34.644Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T14:59:34.644Z] [2022-03-04T14:59:34.644Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2022-03-04T14:59:34.644Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T14:59:34.644Z] [2022-03-04T14:59:34.644Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2022-03-04T14:59:34.644Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T14:59:34.644Z] [2022-03-04T14:59:34.644Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2022-03-04T14:59:34.644Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T14:59:34.644Z] [2022-03-04T14:59:34.644Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2022-03-04T14:59:34.644Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T14:59:34.644Z] [2022-03-04T14:59:34.644Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2022-03-04T14:59:34.644Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T14:59:34.644Z] [2022-03-04T14:59:34.644Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2022-03-04T14:59:34.644Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T14:59:34.644Z] [2022-03-04T14:59:34.644Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2022-03-04T14:59:34.645Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T14:59:34.645Z] [2022-03-04T14:59:34.645Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2022-03-04T14:59:34.645Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T14:59:34.645Z] [2022-03-04T14:59:34.645Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.15s) [2022-03-04T14:59:34.645Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T14:59:34.645Z] [2022-03-04T14:59:34.645Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2022-03-04T14:59:34.645Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T14:59:34.645Z] [2022-03-04T14:59:34.645Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2022-03-04T14:59:34.645Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T14:59:34.645Z] [2022-03-04T14:59:34.645Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2022-03-04T14:59:34.645Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T14:59:34.645Z] [2022-03-04T14:59:34.645Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.01s) [2022-03-04T14:59:34.645Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T14:59:34.645Z] [2022-03-04T14:59:34.645Z] DONE 17 tests, 17 skipped in 0.329s [2022-03-04T14:59:34.645Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-03-04T14:59:34.905Z] INFO: Testing against a local daemon [2022-03-04T14:59:34.905Z] === RUN TestPluginInvalidJSON [2022-03-04T14:59:34.905Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-04T14:59:34.905Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-04T14:59:34.905Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-04T14:59:34.905Z] --- PASS: TestPluginInvalidJSON (0.01s) [2022-03-04T14:59:34.905Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-04T14:59:34.905Z] === RUN TestPluginInstall [2022-03-04T14:59:34.905Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T14:59:34.905Z] --- SKIP: TestPluginInstall (0.00s) [2022-03-04T14:59:34.905Z] === RUN TestPluginsWithRuntimes [2022-03-04T14:59:34.905Z] 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-04T14:59:34.905Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-03-04T14:59:34.905Z] === RUN TestPluginBackCompatMediaTypes [2022-03-04T14:59:34.906Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-03-04T14:59:34.906Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-03-04T14:59:34.906Z] PASS [2022-03-04T14:59:34.906Z] [2022-03-04T14:59:34.906Z] === Skipped [2022-03-04T14:59:34.906Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2022-03-04T14:59:34.906Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2022-03-04T14:59:34.906Z] [2022-03-04T14:59:34.906Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2022-03-04T14:59:34.906Z] 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-04T14:59:34.906Z] [2022-03-04T14:59:34.906Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2022-03-04T14:59:34.906Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2022-03-04T14:59:34.906Z] [2022-03-04T14:59:34.906Z] DONE 5 tests, 3 skipped in 0.133s [2022-03-04T14:59:34.906Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-03-04T14:59:34.906Z] INFO: Testing against a local daemon [2022-03-04T14:59:34.906Z] === RUN TestExternalGraphDriver [2022-03-04T14:59:34.906Z] external_test.go:50: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-03-04T14:59:35.166Z] --- SKIP: TestExternalGraphDriver (0.03s) [2022-03-04T14:59:35.166Z] === RUN TestGraphdriverPluginV2 [2022-03-04T14:59:35.830Z] --- PASS: TestCreateJob (2.89s) [2022-03-04T14:59:35.830Z] === RUN TestReplicatedJob [2022-03-04T14:59:37.110Z] .....INFO: Daemon under test started and replied! [2022-03-04T14:59:37.110Z] INFO: Docker version of the daemon under test [2022-03-04T14:59:37.110Z] [2022-03-04T14:59:37.579Z] Client: [2022-03-04T14:59:37.579Z] Version: 17.06.2-ce [2022-03-04T14:59:37.579Z] API version: 1.30 [2022-03-04T14:59:37.579Z] Go version: go1.8.3 [2022-03-04T14:59:37.579Z] Git commit: cec0b72 [2022-03-04T14:59:37.579Z] Built: Tue Sep 5 19:57:19 2017 [2022-03-04T14:59:37.579Z] OS/Arch: windows/amd64 [2022-03-04T14:59:37.579Z] [2022-03-04T14:59:37.579Z] Server: [2022-03-04T14:59:37.579Z] Version: 0.0.0-dev [2022-03-04T14:59:37.579Z] API version: 1.42 (minimum version 1.24) [2022-03-04T14:59:37.579Z] Go version: go1.17.7 [2022-03-04T14:59:37.579Z] Git commit: 384532a8d2 [2022-03-04T14:59:37.579Z] Built: 03/04/2022 14:57:38 [2022-03-04T14:59:37.579Z] OS/Arch: windows/amd64 [2022-03-04T14:59:37.579Z] Experimental: false [2022-03-04T14:59:37.579Z] [2022-03-04T14:59:37.579Z] INFO: Docker info of the daemon under test [2022-03-04T14:59:37.579Z] [2022-03-04T14:59:37.579Z] Containers: 0 [2022-03-04T14:59:37.579Z] Running: 0 [2022-03-04T14:59:37.579Z] Paused: 0 [2022-03-04T14:59:37.579Z] Stopped: 0 [2022-03-04T14:59:37.579Z] Images: 0 [2022-03-04T14:59:37.579Z] Server Version: 0.0.0-dev [2022-03-04T14:59:37.579Z] Storage Driver: windowsfilter [2022-03-04T14:59:37.579Z] Windows: [2022-03-04T14:59:37.579Z] Logging Driver: json-file [2022-03-04T14:59:37.579Z] Plugins: [2022-03-04T14:59:37.579Z] Volume: local [2022-03-04T14:59:37.579Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-04T14:59:37.579Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-04T14:59:37.579Z] Swarm: inactive [2022-03-04T14:59:37.579Z] Default Isolation: process [2022-03-04T14:59:37.579Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-03-04T14:59:37.579Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-03-04T14:59:37.579Z] OSType: windows [2022-03-04T14:59:37.579Z] Architecture: x86_64 [2022-03-04T14:59:37.579Z] CPUs: 4 [2022-03-04T14:59:37.579Z] Total Memory: 32GiB [2022-03-04T14:59:37.579Z] Name: azwin-2-4d8be0 [2022-03-04T14:59:37.579Z] ID: DOVI:BDJD:QKIF:JYQA:HILV:B6AS:ETMR:3FPO:ZY2E:PPMB:FGPN:DSD2 [2022-03-04T14:59:37.579Z] Docker Root Dir: D:\CI\PR-43324\1\daemon [2022-03-04T14:59:37.579Z] Debug Mode (client): false [2022-03-04T14:59:37.579Z] Debug Mode (server): true [2022-03-04T14:59:37.579Z] File Descriptors: -1 [2022-03-04T14:59:37.579Z] Goroutines: 16 [2022-03-04T14:59:37.579Z] System Time: 2022-03-04T14:59:37.139091Z [2022-03-04T14:59:37.579Z] EventsListeners: 0 [2022-03-04T14:59:37.579Z] Registry: https://index.docker.io/v1/ [2022-03-04T14:59:37.579Z] Labels: [2022-03-04T14:59:37.579Z] Experimental: false [2022-03-04T14:59:37.579Z] Insecure Registries: [2022-03-04T14:59:37.579Z] 127.0.0.0/8 [2022-03-04T14:59:37.579Z] Live Restore Enabled: false [2022-03-04T14:59:37.579Z] [2022-03-04T14:59:37.579Z] [2022-03-04T14:59:37.579Z] INFO: Docker images of the daemon under test [2022-03-04T14:59:37.579Z] [2022-03-04T14:59:37.579Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-04T14:59:37.579Z] [2022-03-04T14:59:37.579Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2022-03-04T14:59:37.579Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2022-03-04T14:59:37.579Z] ltsc2019: Pulling from windows/servercore [2022-03-04T14:59:38.049Z] 4612f6d0b889: Pulling fs layer [2022-03-04T14:59:38.049Z] 1bd78008c728: Pulling fs layer [2022-03-04T14:59:38.470Z] --- PASS: TestGraphdriverPluginV2 (3.40s) [2022-03-04T14:59:38.470Z] PASS [2022-03-04T14:59:38.470Z] [2022-03-04T14:59:38.470Z] === Skipped [2022-03-04T14:59:38.470Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.03s) [2022-03-04T14:59:38.470Z] external_test.go:50: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2022-03-04T14:59:38.470Z] [2022-03-04T14:59:38.470Z] DONE 2 tests, 1 skipped in 3.546s [2022-03-04T14:59:38.470Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-03-04T14:59:38.470Z] INFO: Testing against a local daemon [2022-03-04T14:59:38.470Z] === RUN TestContinueAfterPluginCrash [2022-03-04T14:59:38.470Z] === PAUSE TestContinueAfterPluginCrash [2022-03-04T14:59:38.470Z] === RUN TestReadPluginNoRead [2022-03-04T14:59:38.470Z] === PAUSE TestReadPluginNoRead [2022-03-04T14:59:38.470Z] === RUN TestDaemonStartWithLogOpt [2022-03-04T14:59:38.470Z] === PAUSE TestDaemonStartWithLogOpt [2022-03-04T14:59:38.470Z] === CONT TestContinueAfterPluginCrash [2022-03-04T14:59:38.470Z] === CONT TestDaemonStartWithLogOpt [2022-03-04T14:59:40.018Z] --- PASS: TestReplicatedJob (4.54s) [2022-03-04T14:59:40.019Z] === RUN TestUpdateReplicatedJob [2022-03-04T14:59:42.678Z] --- PASS: TestDaemonStartWithLogOpt (4.17s) [2022-03-04T14:59:42.678Z] === CONT TestReadPluginNoRead [2022-03-04T14:59:43.286Z] --- PASS: TestUpdateReplicatedJob (2.97s) [2022-03-04T14:59:43.287Z] === RUN TestServiceListWithStatuses [2022-03-04T14:59:43.287Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-04T14:59:43.287Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-04T14:59:43.287Z] === RUN TestDockerNetworkConnectAlias [2022-03-04T14:59:45.224Z] === RUN TestReadPluginNoRead/default [2022-03-04T14:59:46.171Z] === RUN TestReadPluginNoRead/disabled_caching [2022-03-04T14:59:46.558Z] --- PASS: TestDockerNetworkConnectAlias (3.32s) [2022-03-04T14:59:46.558Z] === RUN TestDockerNetworkReConnect [2022-03-04T14:59:47.558Z] --- PASS: TestContinueAfterPluginCrash (8.78s) [2022-03-04T14:59:47.558Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-03-04T14:59:48.498Z] === CONT TestReadPluginNoRead [2022-03-04T14:59:48.498Z] read_test.go:92: [d834de6583a29] daemon is not started [2022-03-04T14:59:48.498Z] --- PASS: TestReadPluginNoRead (5.91s) [2022-03-04T14:59:48.498Z] --- PASS: TestReadPluginNoRead/default (1.24s) [2022-03-04T14:59:48.498Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.33s) [2022-03-04T14:59:48.498Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.18s) [2022-03-04T14:59:48.498Z] PASS [2022-03-04T14:59:48.498Z] [2022-03-04T14:59:48.498Z] DONE 6 tests in 10.177s [2022-03-04T14:59:48.760Z] 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-04T14:59:48.760Z] testing: warning: no tests to run [2022-03-04T14:59:48.760Z] PASS [2022-03-04T14:59:48.760Z] [2022-03-04T14:59:48.760Z] DONE 0 tests in 0.030s [2022-03-04T14:59:48.760Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-03-04T14:59:48.760Z] INFO: Testing against a local daemon [2022-03-04T14:59:48.760Z] === RUN TestPluginWithDevMounts [2022-03-04T14:59:48.760Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-03-04T14:59:48.760Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-03-04T14:59:48.760Z] PASS [2022-03-04T14:59:48.760Z] [2022-03-04T14:59:48.760Z] === Skipped [2022-03-04T14:59:48.760Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2022-03-04T14:59:48.760Z] mounts_test.go:20: (*Execution).IsRootless-fm [2022-03-04T14:59:48.760Z] [2022-03-04T14:59:48.760Z] DONE 1 tests, 1 skipped in 0.101s [2022-03-04T14:59:48.760Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-03-04T14:59:48.760Z] INFO: Testing against a local daemon [2022-03-04T14:59:48.760Z] === RUN TestSecretInspect [2022-03-04T14:59:48.760Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:49.022Z] --- SKIP: TestSecretInspect (0.01s) [2022-03-04T14:59:49.022Z] === RUN TestSecretList [2022-03-04T14:59:49.022Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:49.022Z] --- SKIP: TestSecretList (0.01s) [2022-03-04T14:59:49.022Z] === RUN TestSecretsCreateAndDelete [2022-03-04T14:59:49.022Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:49.022Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2022-03-04T14:59:49.022Z] === RUN TestSecretsUpdate [2022-03-04T14:59:49.022Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:49.022Z] --- SKIP: TestSecretsUpdate (0.02s) [2022-03-04T14:59:49.022Z] === RUN TestTemplatedSecret [2022-03-04T14:59:49.022Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:49.022Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-03-04T14:59:49.022Z] === RUN TestSecretCreateResolve [2022-03-04T14:59:49.022Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:49.022Z] --- SKIP: TestSecretCreateResolve (0.01s) [2022-03-04T14:59:49.022Z] PASS [2022-03-04T14:59:49.022Z] [2022-03-04T14:59:49.022Z] === Skipped [2022-03-04T14:59:49.022Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2022-03-04T14:59:49.022Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:49.022Z] [2022-03-04T14:59:49.022Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2022-03-04T14:59:49.022Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:49.022Z] [2022-03-04T14:59:49.022Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2022-03-04T14:59:49.022Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:49.022Z] [2022-03-04T14:59:49.023Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.02s) [2022-03-04T14:59:49.023Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:49.023Z] [2022-03-04T14:59:49.023Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2022-03-04T14:59:49.023Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:49.023Z] [2022-03-04T14:59:49.023Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2022-03-04T14:59:49.023Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:49.023Z] [2022-03-04T14:59:49.023Z] DONE 6 tests, 6 skipped in 0.154s [2022-03-04T14:59:49.023Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-03-04T14:59:49.023Z] INFO: Testing against a local daemon [2022-03-04T14:59:49.023Z] === RUN TestServiceCreateInit [2022-03-04T14:59:49.023Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-04T14:59:49.023Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:49.023Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-04T14:59:49.023Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:49.023Z] --- PASS: TestServiceCreateInit (0.02s) [2022-03-04T14:59:49.023Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-04T14:59:49.023Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-04T14:59:49.023Z] === RUN TestCreateServiceMultipleTimes [2022-03-04T14:59:49.023Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:49.023Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2022-03-04T14:59:49.023Z] === RUN TestCreateServiceConflict [2022-03-04T14:59:49.023Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:49.023Z] --- SKIP: TestCreateServiceConflict (0.01s) [2022-03-04T14:59:49.023Z] === RUN TestCreateServiceMaxReplicas [2022-03-04T14:59:49.023Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:49.023Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2022-03-04T14:59:49.023Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-04T14:59:49.023Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:49.023Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2022-03-04T14:59:49.023Z] === RUN TestCreateServiceSecretFileMode [2022-03-04T14:59:49.023Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:49.023Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2022-03-04T14:59:49.023Z] === RUN TestCreateServiceConfigFileMode [2022-03-04T14:59:49.023Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:49.023Z] --- SKIP: TestCreateServiceConfigFileMode (0.02s) [2022-03-04T14:59:49.023Z] === RUN TestCreateServiceSysctls [2022-03-04T14:59:49.288Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:49.288Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2022-03-04T14:59:49.288Z] === RUN TestCreateServiceCapabilities [2022-03-04T14:59:49.289Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:49.289Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2022-03-04T14:59:49.289Z] === RUN TestInspect [2022-03-04T14:59:49.289Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:49.289Z] --- SKIP: TestInspect (0.01s) [2022-03-04T14:59:49.289Z] === RUN TestCreateJob [2022-03-04T14:59:49.289Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:49.289Z] --- SKIP: TestCreateJob (0.01s) [2022-03-04T14:59:49.289Z] === RUN TestReplicatedJob [2022-03-04T14:59:49.289Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:49.289Z] --- SKIP: TestReplicatedJob (0.01s) [2022-03-04T14:59:49.289Z] === RUN TestUpdateReplicatedJob [2022-03-04T14:59:49.289Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:49.289Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2022-03-04T14:59:49.289Z] === RUN TestServiceListWithStatuses [2022-03-04T14:59:49.289Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-04T14:59:49.289Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-04T14:59:49.289Z] === RUN TestDockerNetworkConnectAlias [2022-03-04T14:59:49.289Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:49.289Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2022-03-04T14:59:49.289Z] === RUN TestDockerNetworkReConnect [2022-03-04T14:59:49.289Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:49.289Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2022-03-04T14:59:49.289Z] === RUN TestServicePlugin [2022-03-04T14:59:49.823Z] --- PASS: TestDockerNetworkReConnect (3.14s) [2022-03-04T14:59:49.823Z] === RUN TestServicePlugin [2022-03-04T14:59:49.823Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-04T14:59:49.823Z] --- SKIP: TestServicePlugin (0.00s) [2022-03-04T14:59:49.823Z] === RUN TestServiceUpdateLabel [2022-03-04T14:59:50.581Z] 1bd78008c728: Verifying Checksum [2022-03-04T14:59:50.581Z] 1bd78008c728: Download complete [2022-03-04T14:59:51.201Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:51.201Z] --- SKIP: TestServicePlugin (2.00s) [2022-03-04T14:59:51.201Z] === RUN TestServiceUpdateLabel [2022-03-04T14:59:51.201Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:51.201Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2022-03-04T14:59:51.201Z] === RUN TestServiceUpdateSecrets [2022-03-04T14:59:51.201Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:51.201Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2022-03-04T14:59:51.201Z] === RUN TestServiceUpdateConfigs [2022-03-04T14:59:51.201Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:51.201Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2022-03-04T14:59:51.201Z] === RUN TestServiceUpdateNetwork [2022-03-04T14:59:51.201Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:51.201Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2022-03-04T14:59:51.201Z] === RUN TestServiceUpdatePidsLimit [2022-03-04T14:59:51.201Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:51.201Z] --- SKIP: TestServiceUpdatePidsLimit (0.01s) [2022-03-04T14:59:51.201Z] PASS [2022-03-04T14:59:51.201Z] [2022-03-04T14:59:51.201Z] === Skipped [2022-03-04T14:59:51.201Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-04T14:59:51.201Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:51.201Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-04T14:59:51.201Z] [2022-03-04T14:59:51.201Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-04T14:59:51.201Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:51.201Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-04T14:59:51.201Z] [2022-03-04T14:59:51.201Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2022-03-04T14:59:51.201Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:51.201Z] [2022-03-04T14:59:51.201Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2022-03-04T14:59:51.201Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:51.201Z] [2022-03-04T14:59:51.201Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2022-03-04T14:59:51.201Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:51.201Z] [2022-03-04T14:59:51.201Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2022-03-04T14:59:51.201Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:51.201Z] [2022-03-04T14:59:51.201Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2022-03-04T14:59:51.201Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:51.201Z] [2022-03-04T14:59:51.201Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.02s) [2022-03-04T14:59:51.201Z] create_test.go:307: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:51.201Z] [2022-03-04T14:59:51.201Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2022-03-04T14:59:51.201Z] create_test.go:390: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:51.201Z] [2022-03-04T14:59:51.201Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2022-03-04T14:59:51.201Z] create_test.go:474: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:51.201Z] [2022-03-04T14:59:51.201Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2022-03-04T14:59:51.201Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:51.201Z] [2022-03-04T14:59:51.201Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2022-03-04T14:59:51.201Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:51.201Z] [2022-03-04T14:59:51.201Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2022-03-04T14:59:51.201Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:51.201Z] [2022-03-04T14:59:51.201Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2022-03-04T14:59:51.201Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:51.201Z] [2022-03-04T14:59:51.201Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-03-04T14:59:51.201Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-04T14:59:51.201Z] [2022-03-04T14:59:51.201Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2022-03-04T14:59:51.201Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:51.201Z] [2022-03-04T14:59:51.201Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2022-03-04T14:59:51.201Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:51.201Z] [2022-03-04T14:59:51.201Z] === SKIP: amd64.integration.service TestServicePlugin (2.00s) [2022-03-04T14:59:51.202Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:51.202Z] [2022-03-04T14:59:51.202Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2022-03-04T14:59:51.202Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:51.202Z] [2022-03-04T14:59:51.202Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2022-03-04T14:59:51.202Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:51.202Z] [2022-03-04T14:59:51.202Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2022-03-04T14:59:51.202Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:51.202Z] [2022-03-04T14:59:51.202Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2022-03-04T14:59:51.202Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:51.202Z] [2022-03-04T14:59:51.202Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.01s) [2022-03-04T14:59:51.202Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2022-03-04T14:59:51.202Z] [2022-03-04T14:59:51.202Z] DONE 24 tests, 23 skipped in 2.349s [2022-03-04T14:59:51.202Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-03-04T14:59:51.462Z] INFO: Testing against a local daemon [2022-03-04T14:59:51.462Z] === RUN TestSessionCreate [2022-03-04T14:59:51.462Z] --- PASS: TestSessionCreate (0.02s) [2022-03-04T14:59:51.462Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-04T14:59:51.462Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-03-04T14:59:51.462Z] PASS [2022-03-04T14:59:51.462Z] [2022-03-04T14:59:51.462Z] DONE 2 tests in 0.118s [2022-03-04T14:59:51.462Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-03-04T14:59:51.462Z] INFO: Testing against a local daemon [2022-03-04T14:59:51.462Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-04T14:59:51.462Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-04T14:59:51.462Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-04T14:59:51.462Z] === RUN TestDiskUsage [2022-03-04T14:59:51.462Z] === PAUSE TestDiskUsage [2022-03-04T14:59:51.462Z] === RUN TestEventsExecDie [2022-03-04T14:59:51.712Z] --- PASS: TestServiceUpdateLabel (2.09s) [2022-03-04T14:59:51.712Z] === RUN TestServiceUpdateSecrets [2022-03-04T14:59:52.033Z] --- PASS: TestEventsExecDie (0.44s) [2022-03-04T14:59:52.033Z] === RUN TestEventsBackwardsCompatible [2022-03-04T14:59:52.033Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2022-03-04T14:59:52.033Z] === RUN TestEventsVolumeCreate [2022-03-04T14:59:52.033Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-03-04T14:59:52.033Z] === RUN TestInfoBinaryCommits [2022-03-04T14:59:52.033Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-03-04T14:59:52.033Z] === RUN TestInfoAPIVersioned [2022-03-04T14:59:52.033Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-03-04T14:59:52.033Z] === RUN TestInfoAPI [2022-03-04T14:59:52.033Z] --- PASS: TestInfoAPI (0.01s) [2022-03-04T14:59:52.033Z] === RUN TestInfoAPIWarnings [2022-03-04T14:59:53.209Z] 8f616e6e9eec: Pull complete [2022-03-04T14:59:59.258Z] 4612f6d0b889: Verifying Checksum [2022-03-04T14:59:59.258Z] 4612f6d0b889: Download complete [2022-03-04T15:00:06.550Z] --- PASS: TestServiceUpdateSecrets (14.32s) [2022-03-04T15:00:06.550Z] === RUN TestServiceUpdateConfigs [2022-03-04T15:00:10.159Z] --- PASS: TestInfoAPIWarnings (16.35s) [2022-03-04T15:00:10.159Z] === RUN TestInfoDebug [2022-03-04T15:00:10.159Z] --- PASS: TestInfoDebug (0.54s) [2022-03-04T15:00:10.159Z] === RUN TestInfoInsecureRegistries [2022-03-04T15:00:10.159Z] --- PASS: TestInfoInsecureRegistries (0.54s) [2022-03-04T15:00:10.159Z] === RUN TestInfoRegistryMirrors [2022-03-04T15:00:10.159Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2022-03-04T15:00:10.160Z] === RUN TestLoginFailsWithBadCredentials [2022-03-04T15:00:10.160Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s) [2022-03-04T15:00:10.160Z] === RUN TestPingCacheHeaders [2022-03-04T15:00:10.160Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-03-04T15:00:10.160Z] === RUN TestPingGet [2022-03-04T15:00:10.160Z] --- PASS: TestPingGet (0.01s) [2022-03-04T15:00:10.160Z] === RUN TestPingHead [2022-03-04T15:00:10.160Z] --- PASS: TestPingHead (0.01s) [2022-03-04T15:00:10.160Z] === RUN TestVersion [2022-03-04T15:00:10.160Z] --- PASS: TestVersion (0.01s) [2022-03-04T15:00:10.160Z] === CONT TestDiskUsage [2022-03-04T15:00:10.521Z] 8f616e6e9eec: Pull complete [2022-03-04T15:00:10.731Z] === RUN TestDiskUsage/empty [2022-03-04T15:00:10.731Z] === RUN TestDiskUsage/empty/container_types [2022-03-04T15:00:10.731Z] === RUN TestDiskUsage/empty/image_types [2022-03-04T15:00:10.731Z] === RUN TestDiskUsage/empty/volume_types [2022-03-04T15:00:10.731Z] === RUN TestDiskUsage/empty/build-cache_types [2022-03-04T15:00:10.731Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-03-04T15:00:10.731Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-03-04T15:00:10.731Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-03-04T15:00:10.731Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-03-04T15:00:10.731Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-03-04T15:00:10.731Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-03-04T15:00:10.731Z] === RUN TestDiskUsage/after_LoadBusybox [2022-03-04T15:00:10.992Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-03-04T15:00:10.992Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-03-04T15:00:10.992Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-03-04T15:00:10.992Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-03-04T15:00:10.992Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-03-04T15:00:10.992Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-03-04T15:00:10.992Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-03-04T15:00:10.992Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-03-04T15:00:10.992Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-03-04T15:00:10.992Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-03-04T15:00:10.992Z] === RUN TestDiskUsage/after_container.Run [2022-03-04T15:00:11.252Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-03-04T15:00:11.252Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-03-04T15:00:11.252Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-03-04T15:00:11.252Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-03-04T15:00:11.252Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-03-04T15:00:11.252Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-03-04T15:00:11.252Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-03-04T15:00:11.252Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-03-04T15:00:11.252Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-03-04T15:00:11.252Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-03-04T15:00:11.515Z] --- PASS: TestDiskUsage (1.20s) [2022-03-04T15:00:11.515Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-03-04T15:00:11.515Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-03-04T15:00:11.515Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-03-04T15:00:11.515Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-03-04T15:00:11.515Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-03-04T15:00:11.515Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-03-04T15:00:11.515Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-03-04T15:00:11.515Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-03-04T15:00:11.515Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-03-04T15:00:11.515Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-03-04T15:00:11.515Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-03-04T15:00:11.515Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.17s) [2022-03-04T15:00:11.515Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-03-04T15:00:11.515Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-03-04T15:00:11.515Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-03-04T15:00:11.515Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-03-04T15:00:11.515Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-03-04T15:00:11.515Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-03-04T15:00:11.515Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-03-04T15:00:11.515Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-03-04T15:00:11.515Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-03-04T15:00:11.515Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-03-04T15:00:11.515Z] --- PASS: TestDiskUsage/after_container.Run (0.35s) [2022-03-04T15:00:11.515Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.02s) [2022-03-04T15:00:11.515Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-03-04T15:00:11.515Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-03-04T15:00:11.515Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-03-04T15:00:11.515Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.01s) [2022-03-04T15:00:11.515Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-03-04T15:00:11.515Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.01s) [2022-03-04T15:00:11.515Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-03-04T15:00:11.515Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.01s) [2022-03-04T15:00:11.515Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.01s) [2022-03-04T15:00:11.515Z] PASS [2022-03-04T15:00:11.515Z] [2022-03-04T15:00:11.515Z] === Skipped [2022-03-04T15:00:11.515Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-04T15:00:11.515Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-04T15:00:11.515Z] [2022-03-04T15:00:11.515Z] DONE 50 tests, 1 skipped in 20.009s [2022-03-04T15:00:11.515Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-03-04T15:00:11.515Z] INFO: Testing against a local daemon [2022-03-04T15:00:11.515Z] === RUN TestVolumesCreateAndList [2022-03-04T15:00:11.515Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-03-04T15:00:11.515Z] === RUN TestVolumesRemove [2022-03-04T15:00:11.515Z] --- PASS: TestVolumesRemove (0.05s) [2022-03-04T15:00:11.515Z] === RUN TestVolumesInspect [2022-03-04T15:00:11.515Z] --- PASS: TestVolumesInspect (0.02s) [2022-03-04T15:00:11.515Z] === RUN TestVolumesInvalidJSON [2022-03-04T15:00:11.777Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-04T15:00:11.777Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-04T15:00:11.777Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-04T15:00:11.777Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2022-03-04T15:00:11.777Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-04T15:00:11.777Z] PASS [2022-03-04T15:00:11.777Z] [2022-03-04T15:00:11.777Z] DONE 5 tests in 0.188s [2022-03-04T15:00:11.777Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-04T15:00:11.777Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 13089 is not a child of this shell [2022-03-04T15:00:11.777Z] warning: PID 13089 from bundles/test-integration/docker.pid had a nonzero exit code [2022-03-04T15:00:11.777Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-04T15:00:11.777Z] [2022-03-04T15:00:11.777Z] Unloading profiles will leave already running processes permanently [2022-03-04T15:00:11.777Z] unconfined, which can lead to unexpected situations. [2022-03-04T15:00:11.777Z] [2022-03-04T15:00:11.777Z] To set a process to complain mode, use the command line tool [2022-03-04T15:00:11.777Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-04T15:00:11.777Z] Removing test suite binaries [2022-03-04T15:00:11.777Z] exiting test-integration [2022-03-04T15:00:11.777Z] ++ exit 0 [2022-03-04T15:00:11.777Z] Post stage [Pipeline] junit [2022-03-04T15:00:12.735Z] Recording test results [2022-03-04T15:00:14.524Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-04T15:00:14.865Z] + echo Ensuring container killed. [2022-03-04T15:00:14.865Z] Ensuring container killed. [2022-03-04T15:00:14.865Z] + docker rm -vf docker-pr1 [2022-03-04T15:00:14.865Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-03-04T15:00:15.152Z] + echo Chowning /workspace to jenkins user [2022-03-04T15:00:15.153Z] Chowning /workspace to jenkins user [2022-03-04T15:00:15.153Z] + id -u [2022-03-04T15:00:15.153Z] + id -g [2022-03-04T15:00:15.153Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43324:/workspace busybox chown -R 1000:1000 /workspace [2022-03-04T15:00:15.153Z] Unable to find image 'busybox:latest' locally [2022-03-04T15:00:15.153Z] latest: Pulling from library/busybox [2022-03-04T15:00:15.419Z] 009932687766: Pulling fs layer [2022-03-04T15:00:15.419Z] 009932687766: Download complete [2022-03-04T15:00:15.419Z] 009932687766: Pull complete [2022-03-04T15:00:15.419Z] Digest: sha256:afcc7f1ac1b49db317a7196c902e61c6c3c4607d63599ee1a82d702d249a0ccb [2022-03-04T15:00:15.419Z] Status: Downloaded newer image for busybox:latest [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-04T15:00:17.113Z] + bundleName=amd64-rootless [2022-03-04T15:00:17.113Z] + echo Creating amd64-rootless-bundles.tar.gz [2022-03-04T15:00:17.113Z] Creating amd64-rootless-bundles.tar.gz [2022-03-04T15:00:17.113Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [2022-03-04T15:00:17.113Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2022-03-04T15:00:17.127Z] Archiving artifacts [2022-03-04T15:00:19.066Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43324/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-04T15:00:19.380Z] + make clean [2022-03-04T15:00:19.640Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-04T15:00:19.640Z] docker-dev-cache [2022-03-04T15:00:19.640Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-04T15:00:21.385Z] --- PASS: TestServiceUpdateConfigs (13.84s) [2022-03-04T15:00:21.385Z] === RUN TestServiceUpdateNetwork [2022-03-04T15:00:33.556Z] --- PASS: TestServiceUpdateNetwork (12.06s) [2022-03-04T15:00:33.556Z] === RUN TestServiceUpdatePidsLimit [2022-03-04T15:00:33.556Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-03-04T15:00:33.556Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-03-04T15:00:40.091Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-03-04T15:00:41.591Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-04T15:00:41.591Z] Using test binary docker [2022-03-04T15:00:41.591Z] +++ /etc/init.d/apparmor start [2022-03-04T15:00:41.591Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-04T15:00:41.591Z] INFO: Waiting for daemon to start... [2022-03-04T15:00:41.591Z] Starting dockerd [2022-03-04T15:00:41.591Z] +++ 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-04T15:00:41.591Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2022-03-04T15:00:41.591Z] Using test binary docker [2022-03-04T15:00:41.591Z] +++ /etc/init.d/apparmor start [2022-03-04T15:00:41.591Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2022-03-04T15:00:41.591Z] INFO: Waiting for daemon to start... [2022-03-04T15:00:41.591Z] Starting dockerd [2022-03-04T15:00:41.591Z] +++ 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-04T15:00:41.591Z] . [2022-03-04T15:00:41.591Z] [2022-03-04T15:00:41.591Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-04T15:00:41.591Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2022-03-04T15:00:41.591Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-04T15:00:41.591Z] Error: No such image: emptyfs [2022-03-04T15:00:41.591Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2022-03-04T15:00:41.591Z] Error: No such image: emptyfs [2022-03-04T15:00:41.591Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-03-04T15:00:41.591Z] ++++ docker load [2022-03-04T15:00:41.591Z] ++++ tar -cC bundles/test-integration/emptyfs . [2022-03-04T15:00:41.591Z] ++++ docker load [2022-03-04T15:00:41.591Z] Running integration-test (iteration 1) [2022-03-04T15:00:41.591Z] 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-04T15:00:41.591Z] ++ 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-04T15:00:41.591Z] ++ set -eRunning integration-test (iteration 1) [2022-03-04T15:00:41.591Z] [2022-03-04T15:00:41.591Z] ++ '[' -n 0 ']' [2022-03-04T15:00:41.591Z] ++ set -x [2022-03-04T15:00:41.591Z] ++ 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-04T15:00:41.591Z] 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-04T15:00:41.591Z] ++ 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-04T15:00:41.591Z] ++ set -e [2022-03-04T15:00:41.591Z] ++ '[' -n 0 ']' [2022-03-04T15:00:41.591Z] ++ set -x [2022-03-04T15:00:41.591Z] ++ 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-04T15:00:41.591Z] Loaded image: busybox:latest [2022-03-04T15:00:41.591Z] Loaded image: busybox:latest [2022-03-04T15:00:41.591Z] Loaded image: busybox:glibc [2022-03-04T15:00:41.591Z] Loaded image: busybox:glibc [2022-03-04T15:00:41.591Z] Loaded image: debian:bullseye-slim [2022-03-04T15:00:41.591Z] Loaded image: debian:bullseye-slim [2022-03-04T15:00:41.591Z] Loaded image: hello-world:latest [2022-03-04T15:00:41.591Z] Loaded image: hello-world:latest [2022-03-04T15:00:41.591Z] Loaded image: arm32v7/hello-world:latest [2022-03-04T15:00:41.591Z] INFO: Testing against a local daemon [2022-03-04T15:00:41.591Z] === RUN TestDockerSuite [2022-03-04T15:00:41.591Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-03-04T15:00:41.591Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-03-04T15:00:41.591Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-03-04T15:00:41.591Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-03-04T15:00:41.591Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-03-04T15:00:41.591Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-03-04T15:00:41.591Z] Loaded image: arm32v7/hello-world:latest [2022-03-04T15:00:41.591Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-03-04T15:00:41.591Z] INFO: Testing against a local daemon [2022-03-04T15:00:41.591Z] === RUN TestDockerDaemonSuite [2022-03-04T15:00:41.591Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2022-03-04T15:00:41.591Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-03-04T15:00:41.591Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-03-04T15:00:41.591Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-03-04T15:00:42.160Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-03-04T15:00:42.160Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-03-04T15:00:42.728Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-03-04T15:00:42.987Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-03-04T15:00:42.987Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-03-04T15:00:44.363Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-03-04T15:00:44.623Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-03-04T15:00:44.623Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-03-04T15:00:44.623Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-03-04T15:00:45.193Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2022-03-04T15:00:45.762Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-03-04T15:00:46.703Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-03-04T15:00:46.967Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-03-04T15:00:46.967Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-03-04T15:00:46.967Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-03-04T15:00:46.967Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-03-04T15:00:48.175Z] --- PASS: TestServiceUpdatePidsLimit (15.57s) [2022-03-04T15:00:48.175Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.65s) [2022-03-04T15:00:48.175Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.79s) [2022-03-04T15:00:48.175Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s) [2022-03-04T15:00:48.175Z] PASS [2022-03-04T15:00:48.175Z] [2022-03-04T15:00:48.175Z] === Skipped [2022-03-04T15:00:48.175Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2022-03-04T15:00:48.175Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-04T15:00:48.175Z] [2022-03-04T15:00:48.175Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2022-03-04T15:00:48.175Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2022-03-04T15:00:48.175Z] [2022-03-04T15:00:48.175Z] DONE 27 tests, 2 skipped in 145.918s [2022-03-04T15:00:48.175Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2022-03-04T15:00:48.175Z] ++ 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-04T15:00:48.175Z] ++ set -e [2022-03-04T15:00:48.175Z] ++ '[' -n 0 ']' [2022-03-04T15:00:48.175Z] ++ set -x [2022-03-04T15:00:48.175Z] ++ 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-04T15:00:48.175Z] INFO: Testing against a local daemon [2022-03-04T15:00:48.175Z] === RUN TestSessionCreate [2022-03-04T15:00:48.175Z] --- PASS: TestSessionCreate (0.02s) [2022-03-04T15:00:48.175Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-04T15:00:48.175Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2022-03-04T15:00:48.175Z] PASS [2022-03-04T15:00:48.175Z] [2022-03-04T15:00:48.175Z] DONE 2 tests in 0.123s [2022-03-04T15:00:48.175Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2022-03-04T15:00:48.175Z] ++ 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-04T15:00:48.175Z] ++ set -e [2022-03-04T15:00:48.175Z] ++ '[' -n 0 ']' [2022-03-04T15:00:48.175Z] ++ set -x [2022-03-04T15:00:48.176Z] ++ 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-04T15:00:48.176Z] INFO: Testing against a local daemon [2022-03-04T15:00:48.176Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-04T15:00:48.176Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-04T15:00:48.176Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-04T15:00:48.176Z] === RUN TestDiskUsage [2022-03-04T15:00:48.176Z] === PAUSE TestDiskUsage [2022-03-04T15:00:48.176Z] === RUN TestEventsExecDie [2022-03-04T15:00:48.176Z] --- PASS: TestEventsExecDie (0.43s) [2022-03-04T15:00:48.176Z] === RUN TestEventsBackwardsCompatible [2022-03-04T15:00:48.176Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2022-03-04T15:00:48.176Z] === RUN TestEventsVolumeCreate [2022-03-04T15:00:48.176Z] --- PASS: TestEventsVolumeCreate (0.05s) [2022-03-04T15:00:48.176Z] === RUN TestInfoBinaryCommits [2022-03-04T15:00:48.176Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-03-04T15:00:48.176Z] === RUN TestInfoAPIVersioned [2022-03-04T15:00:48.176Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-03-04T15:00:48.176Z] === RUN TestInfoAPI [2022-03-04T15:00:48.176Z] --- PASS: TestInfoAPI (0.02s) [2022-03-04T15:00:48.176Z] === RUN TestInfoAPIWarnings [2022-03-04T15:00:55.083Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-03-04T15:00:55.083Z] --- PASS: TestBuildWithHugeFile (110.46s) [2022-03-04T15:00:55.083Z] === RUN TestBuildWCOWSandboxSize [2022-03-04T15:00:55.083Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-04T15:00:55.083Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-04T15:00:55.083Z] === RUN TestBuildWithEmptyDockerfile [2022-03-04T15:00:55.083Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-04T15:00:55.083Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-04T15:00:55.083Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-04T15:00:55.083Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-04T15:00:55.083Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-04T15:00:55.083Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-04T15:00:55.083Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-04T15:00:55.083Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-04T15:00:55.083Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-04T15:00:55.083Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2022-03-04T15:00:55.083Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.07s) [2022-03-04T15:00:55.083Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.10s) [2022-03-04T15:00:55.083Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2022-03-04T15:00:55.083Z] === RUN TestBuildPreserveOwnership [2022-03-04T15:00:55.083Z] === RUN TestBuildPreserveOwnership/copy_from [2022-03-04T15:00:55.652Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-03-04T15:00:57.566Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2022-03-04T15:00:57.825Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-03-04T15:00:58.393Z] --- PASS: TestBuildPreserveOwnership (3.28s) [2022-03-04T15:00:58.393Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.13s) [2022-03-04T15:00:58.393Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.15s) [2022-03-04T15:00:58.393Z] === RUN TestBuildPlatformInvalid [2022-03-04T15:00:58.652Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2022-03-04T15:00:58.653Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2022-03-04T15:00:59.590Z] Loaded image: busybox:latest [2022-03-04T15:00:59.590Z] Loaded image: busybox:glibc [2022-03-04T15:00:59.848Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-03-04T15:01:00.786Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-03-04T15:01:01.355Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-03-04T15:01:01.923Z] Loaded image: debian:bullseye-slim [2022-03-04T15:01:01.923Z] Loaded image: hello-world:latest [2022-03-04T15:01:01.923Z] Loaded image: arm32v7/hello-world:latest [2022-03-04T15:01:01.958Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2022-03-04T15:01:01.958Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-03-04T15:01:01.958Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2022-03-04T15:01:01.958Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2022-03-04T15:01:01.958Z] Cross building: bundles/cross/linux/s390x [2022-03-04T15:01:01.958Z] Building: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-03-04T15:01:01.958Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-03-04T15:01:02.184Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-03-04T15:01:02.753Z] === RUN TestDockerSuite/TestAttachAfterDetach [2022-03-04T15:01:03.322Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2022-03-04T15:01:04.704Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2022-03-04T15:01:04.963Z] docker_cli_daemon_test.go:1472: [d14adabe3e462] daemon is not started [2022-03-04T15:01:05.902Z] check_test.go:308: [dd834ac798589] daemon is not started [2022-03-04T15:01:05.902Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2022-03-04T15:01:06.256Z] --- PASS: TestInfoAPIWarnings (16.20s) [2022-03-04T15:01:06.256Z] === RUN TestInfoDebug [2022-03-04T15:01:06.256Z] --- PASS: TestInfoDebug (0.52s) [2022-03-04T15:01:06.256Z] === RUN TestInfoInsecureRegistries [2022-03-04T15:01:06.256Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-03-04T15:01:06.256Z] === RUN TestInfoRegistryMirrors [2022-03-04T15:01:06.256Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2022-03-04T15:01:06.256Z] === RUN TestLoginFailsWithBadCredentials [2022-03-04T15:01:06.256Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2022-03-04T15:01:06.256Z] === RUN TestPingCacheHeaders [2022-03-04T15:01:06.256Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-03-04T15:01:06.256Z] === RUN TestPingGet [2022-03-04T15:01:06.256Z] --- PASS: TestPingGet (0.02s) [2022-03-04T15:01:06.256Z] === RUN TestPingHead [2022-03-04T15:01:06.256Z] --- PASS: TestPingHead (0.02s) [2022-03-04T15:01:06.256Z] === RUN TestVersion [2022-03-04T15:01:06.256Z] --- PASS: TestVersion (0.02s) [2022-03-04T15:01:06.256Z] === CONT TestDiskUsage [2022-03-04T15:01:06.471Z] === RUN TestDockerSuite/TestAttachDetach [2022-03-04T15:01:06.512Z] === RUN TestDiskUsage/empty [2022-03-04T15:01:06.512Z] === RUN TestDiskUsage/empty/container_types [2022-03-04T15:01:06.512Z] === RUN TestDiskUsage/empty/image_types [2022-03-04T15:01:06.512Z] === RUN TestDiskUsage/empty/volume_types [2022-03-04T15:01:06.512Z] === RUN TestDiskUsage/empty/build-cache_types [2022-03-04T15:01:06.512Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-03-04T15:01:06.512Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-03-04T15:01:06.512Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-03-04T15:01:06.512Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-03-04T15:01:06.512Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-03-04T15:01:06.512Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-03-04T15:01:06.512Z] === RUN TestDiskUsage/after_LoadBusybox [2022-03-04T15:01:06.767Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-03-04T15:01:06.768Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-03-04T15:01:06.768Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-03-04T15:01:06.768Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-03-04T15:01:06.768Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-03-04T15:01:06.768Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-03-04T15:01:06.768Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-03-04T15:01:06.768Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-03-04T15:01:06.768Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-03-04T15:01:06.768Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-03-04T15:01:06.768Z] === RUN TestDiskUsage/after_container.Run [2022-03-04T15:01:07.024Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-03-04T15:01:07.024Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-03-04T15:01:07.024Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-03-04T15:01:07.024Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-03-04T15:01:07.024Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-03-04T15:01:07.024Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-03-04T15:01:07.024Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-03-04T15:01:07.024Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-03-04T15:01:07.024Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-03-04T15:01:07.024Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-03-04T15:01:07.281Z] --- PASS: TestDiskUsage (1.08s) [2022-03-04T15:01:07.281Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-03-04T15:01:07.281Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-03-04T15:01:07.281Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-03-04T15:01:07.281Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-03-04T15:01:07.281Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-03-04T15:01:07.281Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-03-04T15:01:07.281Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-03-04T15:01:07.281Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-03-04T15:01:07.281Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-03-04T15:01:07.281Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-03-04T15:01:07.281Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-03-04T15:01:07.281Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.16s) [2022-03-04T15:01:07.281Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-03-04T15:01:07.281Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-03-04T15:01:07.281Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-03-04T15:01:07.281Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-03-04T15:01:07.281Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-03-04T15:01:07.281Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-03-04T15:01:07.281Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-03-04T15:01:07.281Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-03-04T15:01:07.281Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-03-04T15:01:07.281Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-03-04T15:01:07.281Z] --- PASS: TestDiskUsage/after_container.Run (0.27s) [2022-03-04T15:01:07.281Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-03-04T15:01:07.281Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-03-04T15:01:07.281Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-03-04T15:01:07.281Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-03-04T15:01:07.281Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-03-04T15:01:07.281Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-03-04T15:01:07.281Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-03-04T15:01:07.281Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-03-04T15:01:07.281Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2022-03-04T15:01:07.281Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-03-04T15:01:07.281Z] PASS [2022-03-04T15:01:07.281Z] [2022-03-04T15:01:07.281Z] === Skipped [2022-03-04T15:01:07.281Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-04T15:01:07.281Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-04T15:01:07.281Z] [2022-03-04T15:01:07.281Z] DONE 50 tests, 1 skipped in 19.666s [2022-03-04T15:01:07.281Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2022-03-04T15:01:07.281Z] ++ 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-04T15:01:07.281Z] ++ set -e [2022-03-04T15:01:07.281Z] ++ '[' -n 0 ']' [2022-03-04T15:01:07.281Z] ++ set -x [2022-03-04T15:01:07.281Z] ++ 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-04T15:01:07.281Z] INFO: Testing against a local daemon [2022-03-04T15:01:07.281Z] === RUN TestVolumesCreateAndList [2022-03-04T15:01:07.281Z] --- PASS: TestVolumesCreateAndList (0.02s) [2022-03-04T15:01:07.281Z] === RUN TestVolumesRemove [2022-03-04T15:01:07.281Z] --- PASS: TestVolumesRemove (0.05s) [2022-03-04T15:01:07.281Z] === RUN TestVolumesInspect [2022-03-04T15:01:07.281Z] --- PASS: TestVolumesInspect (0.02s) [2022-03-04T15:01:07.281Z] === RUN TestVolumesInvalidJSON [2022-03-04T15:01:07.281Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-04T15:01:07.281Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-04T15:01:07.281Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-04T15:01:07.281Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2022-03-04T15:01:07.281Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-04T15:01:07.281Z] PASS [2022-03-04T15:01:07.281Z] [2022-03-04T15:01:07.281Z] DONE 5 tests in 0.194s [2022-03-04T15:01:07.538Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-04T15:01:07.538Z] ++++ cat bundles/test-integration/docker.pid [2022-03-04T15:01:07.538Z] +++ kill 13122 [2022-03-04T15:01:07.797Z] +++ /etc/init.d/apparmor stop [2022-03-04T15:01:07.797Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-04T15:01:07.797Z] [2022-03-04T15:01:07.797Z] Unloading profiles will leave already running processes permanently [2022-03-04T15:01:07.797Z] unconfined, which can lead to unexpected situations. [2022-03-04T15:01:07.797Z] [2022-03-04T15:01:07.797Z] To set a process to complain mode, use the command line tool [2022-03-04T15:01:07.797Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-04T15:01:07.797Z] +++ true [2022-03-04T15:01:07.797Z] exiting test-integration [2022-03-04T15:01:07.797Z] ++ exit 0 [2022-03-04T15:01:07.797Z] [2022-03-04T15:01:07.856Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-03-04T15:01:07.856Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown Post stage [Pipeline] junit [2022-03-04T15:01:08.371Z] Recording test results [2022-03-04T15:01:08.425Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-03-04T15:01:08.511Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-04T15:01:08.902Z] + echo Ensuring container killed. [2022-03-04T15:01:08.902Z] Ensuring container killed. [2022-03-04T15:01:08.902Z] + docker rm -vf docker-pr1 [2022-03-04T15:01:08.902Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-03-04T15:01:09.218Z] + echo Chowning /workspace to jenkins user [2022-03-04T15:01:09.218Z] Chowning /workspace to jenkins user [2022-03-04T15:01:09.218Z] + id -u [2022-03-04T15:01:09.218Z] + id -g [2022-03-04T15:01:09.218Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43324:/workspace busybox chown -R 1000:1000 /workspace [2022-03-04T15:01:09.804Z] check_test.go:308: [d4cb29c9ea71a] daemon is not started [2022-03-04T15:01:09.805Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2022-03-04T15:01:10.063Z] === RUN TestDockerSuite/TestAttachPausedContainer [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-04T15:01:10.914Z] + bundleName=arm64-integration [2022-03-04T15:01:10.914Z] + echo Creating arm64-integration-bundles.tar.gz [2022-03-04T15:01:10.914Z] Creating arm64-integration-bundles.tar.gz [2022-03-04T15:01:10.914Z] + 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-04T15:01:10.914Z] + xargs tar -czf arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2022-03-04T15:01:10.923Z] Archiving artifacts [2022-03-04T15:01:11.005Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-03-04T15:01:11.196Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43324/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-04T15:01:11.498Z] + make clean [2022-03-04T15:01:11.498Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-04T15:01:11.498Z] docker-dev-cache [2022-03-04T15:01:11.498Z] docker-mod-cache [Pipeline] deleteDir [2022-03-04T15:01:11.950Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-03-04T15:01:12.888Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2022-03-04T15:01:13.148Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (14.51s) [2022-03-04T15:01:13.148Z] PASS [2022-03-04T15:01:13.148Z] [2022-03-04T15:01:13.148Z] === Skipped [2022-03-04T15:01:13.148Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2022-03-04T15:01:13.148Z] build_session_test.go:25: TODO: BuildKit [2022-03-04T15:01:13.148Z] [2022-03-04T15:01:13.148Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2022-03-04T15:01:13.148Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-04T15:01:13.148Z] [2022-03-04T15:01:13.148Z] DONE 34 tests, 2 skipped in 173.749s [2022-03-04T15:01:13.148Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2022-03-04T15:01:13.148Z] ++ 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-04T15:01:13.148Z] ++ set -e [2022-03-04T15:01:13.148Z] ++ '[' -n 0 ']' [2022-03-04T15:01:13.148Z] ++ set -x [2022-03-04T15:01:13.148Z] ++ 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-04T15:01:13.148Z] INFO: Testing against a local daemon [2022-03-04T15:01:13.148Z] === RUN TestConfigInspect [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-04T15:01:14.086Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2022-03-04T15:01:14.346Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-03-04T15:01:14.915Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-03-04T15:01:16.297Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-03-04T15:01:16.297Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-03-04T15:01:16.297Z] --- PASS: TestConfigInspect (3.01s) [2022-03-04T15:01:16.297Z] === RUN TestConfigList [2022-03-04T15:01:16.865Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2022-03-04T15:01:17.126Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-03-04T15:01:17.694Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-03-04T15:01:19.074Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2022-03-04T15:01:19.333Z] --- PASS: TestConfigList (3.01s) [2022-03-04T15:01:19.333Z] === RUN TestConfigsCreateAndDelete [2022-03-04T15:01:22.651Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2022-03-04T15:01:22.651Z] --- PASS: TestConfigsCreateAndDelete (3.19s) [2022-03-04T15:01:22.651Z] === RUN TestConfigsUpdate [2022-03-04T15:01:25.960Z] --- PASS: TestConfigsUpdate (2.94s) [2022-03-04T15:01:25.960Z] === RUN TestTemplatedConfig [2022-03-04T15:01:25.960Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2022-03-04T15:01:27.869Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2022-03-04T15:01:28.815Z] --- PASS: TestTemplatedConfig (3.37s) [2022-03-04T15:01:28.815Z] === RUN TestConfigCreateResolve [2022-03-04T15:01:29.075Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2022-03-04T15:01:31.616Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2022-03-04T15:01:31.616Z] check_test.go:308: [dd2e239c78cc3] daemon is not started [2022-03-04T15:01:31.616Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2022-03-04T15:01:31.875Z] --- PASS: TestConfigCreateResolve (3.01s) [2022-03-04T15:01:31.875Z] PASS [2022-03-04T15:01:31.875Z] [2022-03-04T15:01:31.875Z] DONE 6 tests in 18.654s [2022-03-04T15:01:31.875Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2022-03-04T15:01:31.875Z] ++ 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-04T15:01:31.875Z] ++ set -e [2022-03-04T15:01:31.875Z] ++ '[' -n 0 ']' [2022-03-04T15:01:31.875Z] ++ set -x [2022-03-04T15:01:31.875Z] ++ 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-04T15:01:31.875Z] INFO: Testing against a local daemon [2022-03-04T15:01:31.875Z] === RUN TestCheckpoint [2022-03-04T15:01:31.875Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-04T15:01:31.875Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-04T15:01:31.875Z] === RUN TestContainerInvalidJSON [2022-03-04T15:01:31.875Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-04T15:01:31.875Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-04T15:01:31.875Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-04T15:01:31.875Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-04T15:01:31.875Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-04T15:01:31.875Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-04T15:01:31.875Z] --- PASS: TestContainerInvalidJSON (0.01s) [2022-03-04T15:01:31.875Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-04T15:01:31.875Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-03-04T15:01:31.875Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-04T15:01:32.134Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2022-03-04T15:01:32.134Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-04T15:01:32.134Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2022-03-04T15:01:32.134Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-04T15:01:32.134Z] check_test.go:308: [dbc3d3cf70ed3] daemon is not started [2022-03-04T15:01:32.134Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2022-03-04T15:01:32.134Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2022-03-04T15:01:32.134Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-04T15:01:32.134Z] --- PASS: TestCopyToContainerPathIsNotDir (0.09s) [2022-03-04T15:01:32.134Z] === RUN TestCopyFromContainer [2022-03-04T15:01:33.071Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-03-04T15:01:33.641Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2022-03-04T15:01:33.641Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-03-04T15:01:33.900Z] === RUN TestCopyFromContainer// [2022-03-04T15:01:33.901Z] === RUN TestCopyFromContainer//bar/root [2022-03-04T15:01:33.901Z] === RUN TestCopyFromContainer//bar/root/ [2022-03-04T15:01:34.160Z] check_test.go:308: [d3f7a4397465e] daemon is not started [2022-03-04T15:01:34.160Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2022-03-04T15:01:34.160Z] === RUN TestCopyFromContainer/bar/quux [2022-03-04T15:01:34.419Z] === RUN TestCopyFromContainer/bar/quux/ [2022-03-04T15:01:34.419Z] === RUN TestCopyFromContainer/bar/quux/baz [2022-03-04T15:01:34.419Z] === RUN TestCopyFromContainer/bar/filesymlink [2022-03-04T15:01:34.669Z] 898469748ff6: Pull complete [2022-03-04T15:01:34.669Z] Digest: sha256:720729320e08bdf14b6bc16444be6a3b74a457bd0584fee5124e6073e9f8f1cf [2022-03-04T15:01:34.669Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T15:01:34.669Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2022-03-04T15:01:34.669Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2022-03-04T15:01:34.669Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.524' [2022-03-04T15:01:34.669Z] WARN: Skipping validation tests [2022-03-04T15:01:34.669Z] INFO: Running unit tests at 03/04/2022 15:01:26... [2022-03-04T15:01:34.669Z] INFO: make.ps1 starting at 03/04/2022 15:01:30 [2022-03-04T15:01:34.669Z] INFO: Git commit (384532a8d2) assumed from DOCKER_GITCOMMIT environment variable [2022-03-04T15:01:34.669Z] INFO: Invoking autogen... [2022-03-04T15:01:34.669Z] INFO: Running unit tests... [2022-03-04T15:01:34.678Z] === RUN TestCopyFromContainer/bar/dirsymlink [2022-03-04T15:01:34.679Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2022-03-04T15:01:34.679Z] === RUN TestCopyFromContainer/bar/notarget [2022-03-04T15:01:34.939Z] --- PASS: TestCopyFromContainer (2.69s) [2022-03-04T15:01:34.939Z] --- PASS: TestCopyFromContainer// (0.11s) [2022-03-04T15:01:34.939Z] --- PASS: TestCopyFromContainer//bar/root (0.08s) [2022-03-04T15:01:34.939Z] --- PASS: TestCopyFromContainer//bar/root/ (0.16s) [2022-03-04T15:01:34.939Z] --- PASS: TestCopyFromContainer/bar/quux (0.13s) [2022-03-04T15:01:34.939Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.13s) [2022-03-04T15:01:34.939Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.09s) [2022-03-04T15:01:34.939Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s) [2022-03-04T15:01:34.939Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.09s) [2022-03-04T15:01:34.939Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s) [2022-03-04T15:01:34.939Z] --- PASS: TestCopyFromContainer/bar/notarget (0.12s) [2022-03-04T15:01:34.939Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-04T15:01:34.939Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-04T15:01:34.939Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-04T15:01:34.939Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-04T15:01:34.939Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-04T15:01:34.939Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-04T15:01:34.939Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-04T15:01:34.939Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-04T15:01:34.939Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-04T15:01:34.939Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-04T15:01:34.939Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.04s) [2022-03-04T15:01:34.939Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2022-03-04T15:01:34.939Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-04T15:01:34.939Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-04T15:01:34.939Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-04T15:01:34.939Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2022-03-04T15:01:34.939Z] === RUN TestCreateWithInvalidEnv [2022-03-04T15:01:34.939Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-04T15:01:34.939Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-04T15:01:34.939Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-04T15:01:34.939Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-04T15:01:34.939Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-04T15:01:34.939Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-04T15:01:34.939Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-04T15:01:34.939Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-04T15:01:34.939Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-04T15:01:35.198Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2022-03-04T15:01:35.198Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-04T15:01:35.198Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2022-03-04T15:01:35.198Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2022-03-04T15:01:35.198Z] === RUN TestCreateTmpfsMountsTarget [2022-03-04T15:01:35.198Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2022-03-04T15:01:35.198Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-04T15:01:35.198Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-03-04T15:01:35.457Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-03-04T15:01:36.396Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2022-03-04T15:01:36.656Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2022-03-04T15:01:37.227Z] --- PASS: TestCreateWithCustomMaskedPaths (2.13s) [2022-03-04T15:01:37.227Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-04T15:01:37.618Z] 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-04T15:01:38.166Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-03-04T15:01:38.166Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2022-03-04T15:01:39.105Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.97s) [2022-03-04T15:01:39.105Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-04T15:01:39.105Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-04T15:01:39.105Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-04T15:01:39.105Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-04T15:01:39.105Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-04T15:01:39.105Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-04T15:01:39.105Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-04T15:01:39.105Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-04T15:01:39.105Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-04T15:01:39.105Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-04T15:01:39.105Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-04T15:01:39.105Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-04T15:01:39.105Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-04T15:01:39.365Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-04T15:01:39.365Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-04T15:01:39.365Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-04T15:01:39.365Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2022-03-04T15:01:39.365Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2022-03-04T15:01:39.365Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2022-03-04T15:01:39.365Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2022-03-04T15:01:39.365Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2022-03-04T15:01:39.365Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2022-03-04T15:01:39.365Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-04T15:01:39.933Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.69s) [2022-03-04T15:01:39.933Z] === RUN TestCreateDifferentPlatform [2022-03-04T15:01:39.933Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-04T15:01:39.933Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-04T15:01:39.933Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2022-03-04T15:01:39.933Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-04T15:01:39.933Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-04T15:01:39.933Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-04T15:01:39.933Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2022-03-04T15:01:39.933Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-04T15:01:39.933Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2022-03-04T15:01:39.933Z] === RUN TestContainerStartOnDaemonRestart [2022-03-04T15:01:39.933Z] === PAUSE TestContainerStartOnDaemonRestart [2022-03-04T15:01:39.933Z] === RUN TestDaemonRestartIpcMode [2022-03-04T15:01:39.933Z] === PAUSE TestDaemonRestartIpcMode [2022-03-04T15:01:39.933Z] === RUN TestDaemonHostGatewayIP [2022-03-04T15:01:39.933Z] === PAUSE TestDaemonHostGatewayIP [2022-03-04T15:01:39.933Z] === RUN TestRestartDaemonWithRestartingContainer [2022-03-04T15:01:39.933Z] === PAUSE TestRestartDaemonWithRestartingContainer [2022-03-04T15:01:39.933Z] === RUN TestContainerKillOnDaemonStart [2022-03-04T15:01:39.933Z] === PAUSE TestContainerKillOnDaemonStart [2022-03-04T15:01:39.933Z] === RUN TestDiff [2022-03-04T15:01:40.501Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2022-03-04T15:01:40.501Z] --- PASS: TestDiff (0.55s) [2022-03-04T15:01:40.501Z] === RUN TestExecWithCloseStdin [2022-03-04T15:01:40.761Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-03-04T15:01:41.330Z] --- PASS: TestExecWithCloseStdin (0.78s) [2022-03-04T15:01:41.330Z] === RUN TestExec [2022-03-04T15:01:41.590Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-03-04T15:01:42.158Z] --- PASS: TestExec (0.68s) [2022-03-04T15:01:42.158Z] === RUN TestExecUser [2022-03-04T15:01:42.726Z] --- PASS: TestExecUser (0.68s) [2022-03-04T15:01:42.726Z] === RUN TestExportContainerAndImportImage [2022-03-04T15:01:43.665Z] --- PASS: TestExportContainerAndImportImage (0.85s) [2022-03-04T15:01:43.665Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-04T15:01:44.233Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2022-03-04T15:01:45.172Z] --- PASS: TestExportContainerAfterDaemonRestart (1.50s) [2022-03-04T15:01:45.172Z] === RUN TestHealthCheckWorkdir [2022-03-04T15:01:46.110Z] --- PASS: TestHealthCheckWorkdir (0.87s) [2022-03-04T15:01:46.110Z] === RUN TestHealthKillContainer [2022-03-04T15:01:47.049Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-03-04T15:01:47.619Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2022-03-04T15:01:48.052Z] ? github.com/docker/docker/api [no test files] [2022-03-04T15:01:48.187Z] check_test.go:308: [da42c06fe413c] daemon is not started [2022-03-04T15:01:48.187Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2022-03-04T15:01:48.758Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2022-03-04T15:01:49.327Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2022-03-04T15:01:49.327Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-03-04T15:01:49.587Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-03-04T15:01:49.846Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2022-03-04T15:01:50.783Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-03-04T15:01:52.690Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2022-03-04T15:01:53.629Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-03-04T15:01:54.197Z] --- PASS: TestHealthKillContainer (8.37s) [2022-03-04T15:01:54.197Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-04T15:01:54.456Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-03-04T15:01:55.027Z] --- PASS: TestInspectCpusetInConfigPre120 (0.60s) [2022-03-04T15:01:55.027Z] === RUN TestIpcModeNone [2022-03-04T15:01:55.027Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-03-04T15:01:55.595Z] --- PASS: TestIpcModeNone (0.78s) [2022-03-04T15:01:55.595Z] === RUN TestIpcModePrivate [2022-03-04T15:01:56.533Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:93, shared: false, mustBeShared: false [2022-03-04T15:01:56.533Z] --- PASS: TestIpcModePrivate (0.82s) [2022-03-04T15:01:56.533Z] === RUN TestIpcModeShareable [2022-03-04T15:01:57.101Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2022-03-04T15:01:57.363Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:83, shared: true, mustBeShared: true [2022-03-04T15:01:57.623Z] --- PASS: TestIpcModeShareable (0.99s) [2022-03-04T15:01:57.623Z] === RUN TestAPIIpcModeShareableAndContainer [2022-03-04T15:01:58.194Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-03-04T15:02:00.101Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2022-03-04T15:02:00.101Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-03-04T15:02:00.101Z] check_test.go:308: [d0aa5d520a17a] daemon is not started [2022-03-04T15:02:00.101Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2022-03-04T15:02:00.101Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.35s) [2022-03-04T15:02:00.101Z] === RUN TestAPIIpcModeHost [2022-03-04T15:02:00.361Z] --- PASS: TestAPIIpcModeHost (0.43s) [2022-03-04T15:02:00.361Z] === RUN TestDaemonIpcModeShareable [2022-03-04T15:02:01.299Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-03-04T15:02:01.559Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2022-03-04T15:02:01.818Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:100, shared: true, mustBeShared: true [2022-03-04T15:02:01.818Z] --- PASS: TestDaemonIpcModeShareable (1.60s) [2022-03-04T15:02:01.818Z] === RUN TestDaemonIpcModePrivate [2022-03-04T15:02:02.387Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-03-04T15:02:02.995Z] === RUN TestMiddlewares [2022-03-04T15:02:02.995Z] --- PASS: TestMiddlewares (0.00s) [2022-03-04T15:02:02.995Z] PASS [2022-03-04T15:02:02.995Z] coverage: 9.0% of statements [2022-03-04T15:02:02.995Z] ok github.com/docker/docker/api/server 0.043s coverage: 9.0% of statements [2022-03-04T15:02:03.327Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:111, shared: false, mustBeShared: false [2022-03-04T15:02:03.618Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2022-03-04T15:02:03.618Z] --- PASS: TestDaemonIpcModePrivate (1.74s) [2022-03-04T15:02:03.618Z] === RUN TestDaemonIpcModePrivateFromConfig [2022-03-04T15:02:03.618Z] === RUN TestDockerSuite/TestBuildAddScript [2022-03-04T15:02:05.562Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2022-03-04T15:02:05.562Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:100, shared: false, mustBeShared: false [2022-03-04T15:02:05.562Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.81s) [2022-03-04T15:02:05.562Z] === RUN TestDaemonIpcModeShareableFromConfig [2022-03-04T15:02:06.498Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-03-04T15:02:06.759Z] check_test.go:308: [da84badc803ae] daemon is not started [2022-03-04T15:02:06.759Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2022-03-04T15:02:07.018Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:98, shared: true, mustBeShared: true [2022-03-04T15:02:07.018Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.70s) [2022-03-04T15:02:07.018Z] === RUN TestIpcModeOlderClient [2022-03-04T15:02:07.240Z] 898469748ff6: Pull complete [2022-03-04T15:02:07.240Z] Digest: sha256:720729320e08bdf14b6bc16444be6a3b74a457bd0584fee5124e6073e9f8f1cf [2022-03-04T15:02:07.240Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T15:02:07.240Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2022-03-04T15:02:07.240Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2022-03-04T15:02:07.240Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.524' [2022-03-04T15:02:07.240Z] WARN: Skipping validation tests [2022-03-04T15:02:07.240Z] INFO: Running unit tests at 03/04/2022 15:01:57... [2022-03-04T15:02:07.240Z] INFO: make.ps1 starting at 03/04/2022 15:02:02 [2022-03-04T15:02:07.240Z] INFO: Git commit (384532a8d2) assumed from DOCKER_GITCOMMIT environment variable [2022-03-04T15:02:07.240Z] INFO: Invoking autogen... [2022-03-04T15:02:07.240Z] INFO: Running unit tests... [2022-03-04T15:02:07.278Z] === PAUSE TestIpcModeOlderClient [2022-03-04T15:02:07.278Z] === RUN TestKillContainerInvalidSignal [2022-03-04T15:02:07.846Z] --- PASS: TestKillContainerInvalidSignal (0.79s) [2022-03-04T15:02:07.846Z] === RUN TestKillContainer [2022-03-04T15:02:07.846Z] === RUN TestKillContainer/no_signal [2022-03-04T15:02:08.792Z] === RUN TestKillContainer/non_killing_signal [2022-03-04T15:02:09.376Z] === RUN TestKillContainer/killing_signal [2022-03-04T15:02:09.946Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2022-03-04T15:02:10.206Z] --- PASS: TestKillContainer (2.15s) [2022-03-04T15:02:10.206Z] --- PASS: TestKillContainer/no_signal (0.68s) [2022-03-04T15:02:10.206Z] --- PASS: TestKillContainer/non_killing_signal (0.57s) [2022-03-04T15:02:10.206Z] --- PASS: TestKillContainer/killing_signal (0.67s) [2022-03-04T15:02:10.206Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-04T15:02:10.206Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2022-03-04T15:02:10.465Z] check_test.go:308: [d16f1158f7b6a] daemon is not started [2022-03-04T15:02:10.465Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2022-03-04T15:02:10.725Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2022-03-04T15:02:11.239Z] 4612f6d0b889: Pull complete [2022-03-04T15:02:11.293Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.29s) [2022-03-04T15:02:11.293Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.67s) [2022-03-04T15:02:11.293Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.43s) [2022-03-04T15:02:11.293Z] === RUN TestKillStoppedContainer [2022-03-04T15:02:11.552Z] --- PASS: TestKillStoppedContainer (0.05s) [2022-03-04T15:02:11.552Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-04T15:02:11.552Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2022-03-04T15:02:11.552Z] === RUN TestKillDifferentUserContainer [2022-03-04T15:02:12.017Z] 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-04T15:02:12.123Z] --- PASS: TestKillDifferentUserContainer (0.57s) [2022-03-04T15:02:12.123Z] === RUN TestInspectOomKilledTrue [2022-03-04T15:02:12.123Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-04T15:02:12.123Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-04T15:02:12.123Z] === RUN TestInspectOomKilledFalse [2022-03-04T15:02:12.123Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-04T15:02:12.123Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-04T15:02:12.123Z] === RUN TestLinksEtcHostsContentMatch [2022-03-04T15:02:12.692Z] --- PASS: TestLinksEtcHostsContentMatch (0.50s) [2022-03-04T15:02:12.692Z] === RUN TestLinksContainerNames [2022-03-04T15:02:13.262Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-03-04T15:02:13.521Z] docker_cli_daemon_plugins_test.go:80: [ddfedac9d1067] daemon is not started [2022-03-04T15:02:14.094Z] --- PASS: TestLinksContainerNames (1.36s) [2022-03-04T15:02:14.094Z] === RUN TestLogsFollowTailEmpty [2022-03-04T15:02:14.665Z] --- PASS: TestLogsFollowTailEmpty (0.67s) [2022-03-04T15:02:14.665Z] === RUN TestContainerNetworkMountsNoChown [2022-03-04T15:02:14.665Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2022-03-04T15:02:15.233Z] --- PASS: TestContainerNetworkMountsNoChown (0.71s) [2022-03-04T15:02:15.233Z] === RUN TestMountDaemonRoot [2022-03-04T15:02:15.233Z] === RUN TestMountDaemonRoot/default [2022-03-04T15:02:15.233Z] === PAUSE TestMountDaemonRoot/default [2022-03-04T15:02:15.233Z] === RUN TestMountDaemonRoot/private [2022-03-04T15:02:15.233Z] === PAUSE TestMountDaemonRoot/private [2022-03-04T15:02:15.233Z] === RUN TestMountDaemonRoot/rprivate [2022-03-04T15:02:15.233Z] === PAUSE TestMountDaemonRoot/rprivate [2022-03-04T15:02:15.233Z] === RUN TestMountDaemonRoot/slave [2022-03-04T15:02:15.233Z] === PAUSE TestMountDaemonRoot/slave [2022-03-04T15:02:15.233Z] === RUN TestMountDaemonRoot/rslave [2022-03-04T15:02:15.233Z] === PAUSE TestMountDaemonRoot/rslave [2022-03-04T15:02:15.233Z] === RUN TestMountDaemonRoot/shared [2022-03-04T15:02:15.233Z] === PAUSE TestMountDaemonRoot/shared [2022-03-04T15:02:15.233Z] === RUN TestMountDaemonRoot/rshared [2022-03-04T15:02:15.233Z] === PAUSE TestMountDaemonRoot/rshared [2022-03-04T15:02:15.233Z] === CONT TestMountDaemonRoot/default [2022-03-04T15:02:15.233Z] === CONT TestMountDaemonRoot/rslave [2022-03-04T15:02:15.233Z] === RUN TestMountDaemonRoot/rslave/bind_root [2022-03-04T15:02:15.233Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2022-03-04T15:02:15.233Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2022-03-04T15:02:15.233Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2022-03-04T15:02:15.233Z] === RUN TestMountDaemonRoot/rslave/mount_root [2022-03-04T15:02:15.233Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2022-03-04T15:02:15.233Z] === RUN TestMountDaemonRoot/default/bind_subpath [2022-03-04T15:02:15.233Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2022-03-04T15:02:15.233Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2022-03-04T15:02:15.233Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2022-03-04T15:02:15.233Z] === CONT TestMountDaemonRoot/slave [2022-03-04T15:02:15.233Z] === RUN TestMountDaemonRoot/default/mount_root [2022-03-04T15:02:15.233Z] === RUN TestMountDaemonRoot/slave/mount_root [2022-03-04T15:02:15.233Z] === PAUSE TestMountDaemonRoot/default/mount_root [2022-03-04T15:02:15.233Z] === RUN TestMountDaemonRoot/default/mount_subpath [2022-03-04T15:02:15.233Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2022-03-04T15:02:15.233Z] === RUN TestMountDaemonRoot/default/bind_root [2022-03-04T15:02:15.233Z] === PAUSE TestMountDaemonRoot/default/bind_root [2022-03-04T15:02:15.233Z] === CONT TestMountDaemonRoot/rprivate [2022-03-04T15:02:15.233Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2022-03-04T15:02:15.233Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2022-03-04T15:02:15.233Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2022-03-04T15:02:15.233Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2022-03-04T15:02:15.233Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2022-03-04T15:02:15.233Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2022-03-04T15:02:15.233Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2022-03-04T15:02:15.233Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2022-03-04T15:02:15.233Z] === CONT TestMountDaemonRoot/private [2022-03-04T15:02:15.233Z] === RUN TestMountDaemonRoot/private/mount_subpath [2022-03-04T15:02:15.233Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2022-03-04T15:02:15.233Z] === RUN TestMountDaemonRoot/private/bind_root [2022-03-04T15:02:15.233Z] === PAUSE TestMountDaemonRoot/private/bind_root [2022-03-04T15:02:15.233Z] === RUN TestMountDaemonRoot/private/bind_subpath [2022-03-04T15:02:15.233Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2022-03-04T15:02:15.233Z] === RUN TestMountDaemonRoot/private/mount_root [2022-03-04T15:02:15.233Z] === PAUSE TestMountDaemonRoot/private/mount_root [2022-03-04T15:02:15.233Z] === CONT TestMountDaemonRoot/rshared [2022-03-04T15:02:15.233Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2022-03-04T15:02:15.233Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2022-03-04T15:02:15.233Z] === RUN TestMountDaemonRoot/rshared/bind_root [2022-03-04T15:02:15.233Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2022-03-04T15:02:15.234Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2022-03-04T15:02:15.234Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2022-03-04T15:02:15.234Z] === RUN TestMountDaemonRoot/rshared/mount_root [2022-03-04T15:02:15.234Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2022-03-04T15:02:15.234Z] === CONT TestMountDaemonRoot/shared [2022-03-04T15:02:15.234Z] === RUN TestMountDaemonRoot/shared/bind_root [2022-03-04T15:02:15.234Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2022-03-04T15:02:15.234Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2022-03-04T15:02:15.234Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2022-03-04T15:02:15.234Z] === RUN TestMountDaemonRoot/shared/mount_root [2022-03-04T15:02:15.234Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2022-03-04T15:02:15.234Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2022-03-04T15:02:15.234Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2022-03-04T15:02:15.234Z] === CONT TestMountDaemonRoot/rslave/bind_root [2022-03-04T15:02:15.234Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2022-03-04T15:02:15.234Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2022-03-04T15:02:15.234Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2022-03-04T15:02:15.234Z] === RUN TestMountDaemonRoot/slave/bind_root [2022-03-04T15:02:15.234Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2022-03-04T15:02:15.234Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2022-03-04T15:02:15.234Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2022-03-04T15:02:15.234Z] === CONT TestMountDaemonRoot/default/bind_subpath [2022-03-04T15:02:15.234Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2022-03-04T15:02:15.492Z] === CONT TestMountDaemonRoot/default/bind_root [2022-03-04T15:02:15.492Z] === CONT TestMountDaemonRoot/default/mount_subpath [2022-03-04T15:02:15.492Z] === CONT TestMountDaemonRoot/default/mount_root [2022-03-04T15:02:15.492Z] === CONT TestMountDaemonRoot/private/mount_subpath [2022-03-04T15:02:15.492Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2022-03-04T15:02:15.492Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2022-03-04T15:02:15.492Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2022-03-04T15:02:15.492Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2022-03-04T15:02:15.492Z] === CONT TestMountDaemonRoot/private/mount_root [2022-03-04T15:02:15.492Z] === CONT TestMountDaemonRoot/private/bind_subpath [2022-03-04T15:02:15.492Z] === CONT TestMountDaemonRoot/private/bind_root [2022-03-04T15:02:15.492Z] === CONT TestMountDaemonRoot/shared/bind_root [2022-03-04T15:02:15.492Z] === CONT TestMountDaemonRoot/rshared/mount_root [2022-03-04T15:02:15.492Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2022-03-04T15:02:15.492Z] === CONT TestMountDaemonRoot/rshared/bind_root [2022-03-04T15:02:15.492Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2022-03-04T15:02:15.753Z] === CONT TestMountDaemonRoot/shared/mount_root [2022-03-04T15:02:15.753Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2022-03-04T15:02:15.753Z] === CONT TestMountDaemonRoot/rslave/mount_root [2022-03-04T15:02:15.753Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2022-03-04T15:02:15.753Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2022-03-04T15:02:15.753Z] === CONT TestMountDaemonRoot/slave/mount_root [2022-03-04T15:02:15.753Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2022-03-04T15:02:15.753Z] === CONT TestMountDaemonRoot/slave/bind_root [2022-03-04T15:02:15.753Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2022-03-04T15:02:15.753Z] --- PASS: TestMountDaemonRoot (0.02s) [2022-03-04T15:02:15.753Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2022-03-04T15:02:15.753Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2022-03-04T15:02:15.753Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2022-03-04T15:02:15.753Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2022-03-04T15:02:15.753Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2022-03-04T15:02:15.753Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2022-03-04T15:02:15.753Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2022-03-04T15:02:15.753Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2022-03-04T15:02:15.753Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2022-03-04T15:02:15.753Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2022-03-04T15:02:15.753Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2022-03-04T15:02:15.753Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2022-03-04T15:02:15.753Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2022-03-04T15:02:15.753Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2022-03-04T15:02:15.753Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2022-03-04T15:02:15.753Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2022-03-04T15:02:15.753Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2022-03-04T15:02:15.753Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2022-03-04T15:02:15.753Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2022-03-04T15:02:15.753Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.06s) [2022-03-04T15:02:15.753Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2022-03-04T15:02:15.753Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2022-03-04T15:02:15.753Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2022-03-04T15:02:15.753Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2022-03-04T15:02:15.753Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2022-03-04T15:02:15.753Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2022-03-04T15:02:15.753Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2022-03-04T15:02:15.753Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2022-03-04T15:02:15.753Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2022-03-04T15:02:15.753Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2022-03-04T15:02:15.753Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2022-03-04T15:02:15.753Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2022-03-04T15:02:15.753Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2022-03-04T15:02:15.753Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2022-03-04T15:02:15.753Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2022-03-04T15:02:15.753Z] === RUN TestContainerBindMountNonRecursive [2022-03-04T15:02:17.660Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-03-04T15:02:17.660Z] docker_cli_daemon_plugins_test.go:170: [d62d3614f404e] daemon is not started [2022-03-04T15:02:17.919Z] --- PASS: TestContainerBindMountNonRecursive (1.99s) [2022-03-04T15:02:17.919Z] === RUN TestContainerVolumesMountedAsShared [2022-03-04T15:02:18.488Z] --- PASS: TestContainerVolumesMountedAsShared (0.54s) [2022-03-04T15:02:18.488Z] === RUN TestContainerVolumesMountedAsSlave [2022-03-04T15:02:18.747Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2022-03-04T15:02:19.007Z] --- PASS: TestContainerVolumesMountedAsSlave (0.66s) [2022-03-04T15:02:19.007Z] === RUN TestNetworkNat [2022-03-04T15:02:19.949Z] --- PASS: TestNetworkNat (0.73s) [2022-03-04T15:02:19.949Z] === RUN TestNetworkLocalhostTCPNat [2022-03-04T15:02:20.209Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-03-04T15:02:20.469Z] --- PASS: TestNetworkLocalhostTCPNat (0.79s) [2022-03-04T15:02:20.469Z] === RUN TestNetworkLoopbackNat [2022-03-04T15:02:20.469Z] === RUN TestDockerSuite/TestBuildAddTar [2022-03-04T15:02:22.373Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2022-03-04T15:02:22.476Z] ? github.com/docker/docker/api [no test files] [2022-03-04T15:02:22.943Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2022-03-04T15:02:23.382Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd-dev [2022-03-04T15:02:23.382Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-03-04T15:02:23.382Z] GOOS="linux" GOARCH="s390x" GOARM="" [2022-03-04T15:02:23.382Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2022-03-04T15:02:23.382Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2022-03-04T15:02:23.513Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2022-03-04T15:02:23.513Z] --- PASS: TestNetworkLoopbackNat (3.08s) [2022-03-04T15:02:23.513Z] === RUN TestPause [2022-03-04T15:02:23.706Z] + sudo modprobe ip6table_filter [Pipeline] sh [2022-03-04T15:02:23.984Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43324/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=384532a8d29ccd3ae29128d9f9e03c82300160f7 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:384532a8d29ccd3ae29128d9f9e03c82300160f7 hack/test/unit [2022-03-04T15:02:24.082Z] check_test.go:308: [d48bfc695556a] daemon is not started [2022-03-04T15:02:24.082Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2022-03-04T15:02:24.241Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2022-03-04T15:02:24.241Z] + TESTFLAGS+=' -test.timeout=5m' [2022-03-04T15:02:24.241Z] + TESTDIRS=./... [2022-03-04T15:02:24.241Z] + exclude_paths='/vendor/|/integration' [2022-03-04T15:02:24.241Z] ++ go list ./... [2022-03-04T15:02:24.241Z] ++ grep -vE '(/vendor/|/integration)' [2022-03-04T15:02:24.341Z] --- PASS: TestPause (0.66s) [2022-03-04T15:02:24.341Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-04T15:02:24.341Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-04T15:02:24.341Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-04T15:02:24.341Z] === RUN TestPauseStopPausedContainer [2022-03-04T15:02:25.278Z] --- PASS: TestPauseStopPausedContainer (0.84s) [2022-03-04T15:02:25.278Z] === RUN TestPidHost [2022-03-04T15:02:25.539Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2022-03-04T15:02:25.616Z] + pkg_list='github.com/docker/docker/api [2022-03-04T15:02:25.616Z] github.com/docker/docker/api/server [2022-03-04T15:02:25.616Z] github.com/docker/docker/api/server/backend/build [2022-03-04T15:02:25.616Z] github.com/docker/docker/api/server/httputils [2022-03-04T15:02:25.616Z] github.com/docker/docker/api/server/middleware [2022-03-04T15:02:25.616Z] github.com/docker/docker/api/server/router [2022-03-04T15:02:25.616Z] github.com/docker/docker/api/server/router/build [2022-03-04T15:02:25.616Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-04T15:02:25.616Z] github.com/docker/docker/api/server/router/container [2022-03-04T15:02:25.616Z] github.com/docker/docker/api/server/router/debug [2022-03-04T15:02:25.616Z] github.com/docker/docker/api/server/router/distribution [2022-03-04T15:02:25.616Z] github.com/docker/docker/api/server/router/grpc [2022-03-04T15:02:25.616Z] github.com/docker/docker/api/server/router/image [2022-03-04T15:02:25.616Z] github.com/docker/docker/api/server/router/network [2022-03-04T15:02:25.616Z] github.com/docker/docker/api/server/router/plugin [2022-03-04T15:02:25.616Z] github.com/docker/docker/api/server/router/session [2022-03-04T15:02:25.616Z] github.com/docker/docker/api/server/router/swarm [2022-03-04T15:02:25.616Z] github.com/docker/docker/api/server/router/system [2022-03-04T15:02:25.616Z] github.com/docker/docker/api/server/router/volume [2022-03-04T15:02:25.616Z] github.com/docker/docker/api/types [2022-03-04T15:02:25.616Z] github.com/docker/docker/api/types/backend [2022-03-04T15:02:25.616Z] github.com/docker/docker/api/types/blkiodev [2022-03-04T15:02:25.616Z] github.com/docker/docker/api/types/container [2022-03-04T15:02:25.616Z] github.com/docker/docker/api/types/events [2022-03-04T15:02:25.616Z] github.com/docker/docker/api/types/filters [2022-03-04T15:02:25.616Z] github.com/docker/docker/api/types/image [2022-03-04T15:02:25.616Z] github.com/docker/docker/api/types/mount [2022-03-04T15:02:25.616Z] github.com/docker/docker/api/types/network [2022-03-04T15:02:25.616Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-04T15:02:25.616Z] github.com/docker/docker/api/types/registry [2022-03-04T15:02:25.616Z] github.com/docker/docker/api/types/strslice [2022-03-04T15:02:25.616Z] github.com/docker/docker/api/types/swarm [2022-03-04T15:02:25.616Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-04T15:02:25.616Z] github.com/docker/docker/api/types/time [2022-03-04T15:02:25.616Z] github.com/docker/docker/api/types/versions [2022-03-04T15:02:25.616Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-04T15:02:25.616Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-04T15:02:25.616Z] github.com/docker/docker/api/types/volume [2022-03-04T15:02:25.616Z] github.com/docker/docker/builder [2022-03-04T15:02:25.616Z] github.com/docker/docker/builder/builder-next [2022-03-04T15:02:25.616Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-04T15:02:25.616Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-04T15:02:25.616Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-04T15:02:25.616Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-04T15:02:25.616Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-04T15:02:25.616Z] github.com/docker/docker/builder/builder-next/worker [2022-03-04T15:02:25.616Z] github.com/docker/docker/builder/dockerfile [2022-03-04T15:02:25.616Z] github.com/docker/docker/builder/dockerignore [2022-03-04T15:02:25.616Z] github.com/docker/docker/builder/remotecontext [2022-03-04T15:02:25.616Z] github.com/docker/docker/builder/remotecontext/git [2022-03-04T15:02:25.616Z] github.com/docker/docker/cli [2022-03-04T15:02:25.616Z] github.com/docker/docker/cli/config [2022-03-04T15:02:25.616Z] github.com/docker/docker/cli/debug [2022-03-04T15:02:25.616Z] github.com/docker/docker/client [2022-03-04T15:02:25.616Z] github.com/docker/docker/cmd/docker-proxy [2022-03-04T15:02:25.616Z] github.com/docker/docker/cmd/dockerd [2022-03-04T15:02:25.616Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-04T15:02:25.616Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-04T15:02:25.616Z] github.com/docker/docker/container [2022-03-04T15:02:25.616Z] github.com/docker/docker/container/stream [2022-03-04T15:02:25.616Z] github.com/docker/docker/contrib/apparmor [2022-03-04T15:02:25.616Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-04T15:02:25.616Z] github.com/docker/docker/contrib/httpserver [2022-03-04T15:02:25.616Z] github.com/docker/docker/daemon [2022-03-04T15:02:25.616Z] github.com/docker/docker/daemon/cluster [2022-03-04T15:02:25.616Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-04T15:02:25.616Z] github.com/docker/docker/daemon/cluster/convert [2022-03-04T15:02:25.616Z] github.com/docker/docker/daemon/cluster/executor [2022-03-04T15:02:25.616Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-04T15:02:25.616Z] github.com/docker/docker/daemon/cluster/provider [2022-03-04T15:02:25.616Z] github.com/docker/docker/daemon/config [2022-03-04T15:02:25.616Z] github.com/docker/docker/daemon/events [2022-03-04T15:02:25.616Z] github.com/docker/docker/daemon/events/testutils [2022-03-04T15:02:25.616Z] github.com/docker/docker/daemon/exec [2022-03-04T15:02:25.616Z] github.com/docker/docker/daemon/graphdriver [2022-03-04T15:02:25.616Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-04T15:02:25.616Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-04T15:02:25.616Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-04T15:02:25.616Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-04T15:02:25.616Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-04T15:02:25.616Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-04T15:02:25.616Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-04T15:02:25.616Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-04T15:02:25.616Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-04T15:02:25.616Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-04T15:02:25.616Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-04T15:02:25.616Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-04T15:02:25.616Z] github.com/docker/docker/daemon/images [2022-03-04T15:02:25.616Z] github.com/docker/docker/daemon/initlayer [2022-03-04T15:02:25.616Z] github.com/docker/docker/daemon/links [2022-03-04T15:02:25.616Z] github.com/docker/docker/daemon/listeners [2022-03-04T15:02:25.616Z] github.com/docker/docker/daemon/logger [2022-03-04T15:02:25.616Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-04T15:02:25.616Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-04T15:02:25.616Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-04T15:02:25.616Z] github.com/docker/docker/daemon/logger/gelf [2022-03-04T15:02:25.616Z] github.com/docker/docker/daemon/logger/journald [2022-03-04T15:02:25.616Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-04T15:02:25.616Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-04T15:02:25.616Z] github.com/docker/docker/daemon/logger/local [2022-03-04T15:02:25.616Z] github.com/docker/docker/daemon/logger/logentries [2022-03-04T15:02:25.616Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-04T15:02:25.616Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-04T15:02:25.616Z] github.com/docker/docker/daemon/logger/splunk [2022-03-04T15:02:25.616Z] github.com/docker/docker/daemon/logger/syslog [2022-03-04T15:02:25.616Z] github.com/docker/docker/daemon/logger/templates [2022-03-04T15:02:25.616Z] github.com/docker/docker/daemon/names [2022-03-04T15:02:25.616Z] github.com/docker/docker/daemon/network [2022-03-04T15:02:25.616Z] github.com/docker/docker/daemon/stats [2022-03-04T15:02:25.616Z] github.com/docker/docker/distribution [2022-03-04T15:02:25.616Z] github.com/docker/docker/distribution/metadata [2022-03-04T15:02:25.616Z] github.com/docker/docker/distribution/utils [2022-03-04T15:02:25.616Z] github.com/docker/docker/distribution/xfer [2022-03-04T15:02:25.616Z] github.com/docker/docker/dockerversion [2022-03-04T15:02:25.616Z] github.com/docker/docker/errdefs [2022-03-04T15:02:25.616Z] github.com/docker/docker/image [2022-03-04T15:02:25.616Z] github.com/docker/docker/image/cache [2022-03-04T15:02:25.616Z] github.com/docker/docker/image/tarexport [2022-03-04T15:02:25.616Z] github.com/docker/docker/image/v1 [2022-03-04T15:02:25.616Z] github.com/docker/docker/internal/test/suite [2022-03-04T15:02:25.616Z] github.com/docker/docker/layer [2022-03-04T15:02:25.616Z] github.com/docker/docker/libcontainerd [2022-03-04T15:02:25.616Z] github.com/docker/docker/libcontainerd/queue [2022-03-04T15:02:25.616Z] github.com/docker/docker/libcontainerd/remote [2022-03-04T15:02:25.616Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-04T15:02:25.616Z] github.com/docker/docker/libcontainerd/types [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/bitseq [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/cluster [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/config [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/datastore [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/driverapi [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/etchosts [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/idm [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/ipam [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/iptables [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/netlabel [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/netutils [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/networkdb [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/ns [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/options [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/osl [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/portallocator [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/portmapper [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/testutils [2022-03-04T15:02:25.616Z] github.com/docker/docker/libnetwork/types [2022-03-04T15:02:25.616Z] github.com/docker/docker/oci [2022-03-04T15:02:25.616Z] github.com/docker/docker/oci/caps [2022-03-04T15:02:25.616Z] github.com/docker/docker/opts [2022-03-04T15:02:25.616Z] github.com/docker/docker/pkg/aaparser [2022-03-04T15:02:25.616Z] github.com/docker/docker/pkg/archive [2022-03-04T15:02:25.616Z] github.com/docker/docker/pkg/authorization [2022-03-04T15:02:25.616Z] github.com/docker/docker/pkg/broadcaster [2022-03-04T15:02:25.616Z] github.com/docker/docker/pkg/capabilities [2022-03-04T15:02:25.616Z] github.com/docker/docker/pkg/chrootarchive [2022-03-04T15:02:25.616Z] github.com/docker/docker/pkg/containerfs [2022-03-04T15:02:25.616Z] github.com/docker/docker/pkg/devicemapper [2022-03-04T15:02:25.616Z] github.com/docker/docker/pkg/directory [2022-03-04T15:02:25.616Z] github.com/docker/docker/pkg/dmesg [2022-03-04T15:02:25.616Z] github.com/docker/docker/pkg/filenotify [2022-03-04T15:02:25.616Z] github.com/docker/docker/pkg/fileutils [2022-03-04T15:02:25.616Z] github.com/docker/docker/pkg/fsutils [2022-03-04T15:02:25.616Z] github.com/docker/docker/pkg/homedir [2022-03-04T15:02:25.616Z] github.com/docker/docker/pkg/idtools [2022-03-04T15:02:25.616Z] github.com/docker/docker/pkg/ioutils [2022-03-04T15:02:25.616Z] github.com/docker/docker/pkg/jsonmessage [2022-03-04T15:02:25.616Z] github.com/docker/docker/pkg/locker [2022-03-04T15:02:25.616Z] github.com/docker/docker/pkg/longpath [2022-03-04T15:02:25.616Z] github.com/docker/docker/pkg/loopback [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/mount [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/namesgenerator [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/parsers [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/pidfile [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/platform [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/plugingetter [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/plugins [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/plugins/transport [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/pools [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/progress [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/pubsub [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/reexec [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/signal [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/stack [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/stdcopy [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/streamformatter [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/stringid [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/symlink [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/sysinfo [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/system [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/tailfile [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/tarsum [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/term [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/term/windows [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/truncindex [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/urlutil [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/useragent [2022-03-04T15:02:25.617Z] github.com/docker/docker/plugin [2022-03-04T15:02:25.617Z] github.com/docker/docker/plugin/executor/containerd [2022-03-04T15:02:25.617Z] github.com/docker/docker/plugin/v2 [2022-03-04T15:02:25.617Z] github.com/docker/docker/profiles/apparmor [2022-03-04T15:02:25.617Z] github.com/docker/docker/profiles/seccomp [2022-03-04T15:02:25.617Z] github.com/docker/docker/quota [2022-03-04T15:02:25.617Z] github.com/docker/docker/reference [2022-03-04T15:02:25.617Z] github.com/docker/docker/registry [2022-03-04T15:02:25.617Z] github.com/docker/docker/registry/resumable [2022-03-04T15:02:25.617Z] github.com/docker/docker/restartmanager [2022-03-04T15:02:25.617Z] github.com/docker/docker/rootless [2022-03-04T15:02:25.617Z] github.com/docker/docker/rootless/specconv [2022-03-04T15:02:25.617Z] github.com/docker/docker/runconfig [2022-03-04T15:02:25.617Z] github.com/docker/docker/runconfig/opts [2022-03-04T15:02:25.617Z] github.com/docker/docker/testutil [2022-03-04T15:02:25.617Z] github.com/docker/docker/testutil/daemon [2022-03-04T15:02:25.617Z] github.com/docker/docker/testutil/environment [2022-03-04T15:02:25.617Z] github.com/docker/docker/testutil/fakecontext [2022-03-04T15:02:25.617Z] github.com/docker/docker/testutil/fakegit [2022-03-04T15:02:25.617Z] github.com/docker/docker/testutil/fakestorage [2022-03-04T15:02:25.617Z] github.com/docker/docker/testutil/fixtures/load [2022-03-04T15:02:25.617Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-04T15:02:25.617Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-04T15:02:25.617Z] github.com/docker/docker/testutil/registry [2022-03-04T15:02:25.617Z] github.com/docker/docker/testutil/request [2022-03-04T15:02:25.617Z] github.com/docker/docker/volume [2022-03-04T15:02:25.617Z] github.com/docker/docker/volume/drivers [2022-03-04T15:02:25.617Z] github.com/docker/docker/volume/local [2022-03-04T15:02:25.617Z] github.com/docker/docker/volume/mounts [2022-03-04T15:02:25.617Z] github.com/docker/docker/volume/service [2022-03-04T15:02:25.617Z] github.com/docker/docker/volume/service/opts [2022-03-04T15:02:25.617Z] github.com/docker/docker/volume/testutils' [2022-03-04T15:02:25.617Z] ++ grep --fixed-strings -v /libnetwork [2022-03-04T15:02:25.617Z] ++ echo 'github.com/docker/docker/api [2022-03-04T15:02:25.617Z] github.com/docker/docker/api/server [2022-03-04T15:02:25.617Z] github.com/docker/docker/api/server/backend/build [2022-03-04T15:02:25.617Z] github.com/docker/docker/api/server/httputils [2022-03-04T15:02:25.617Z] github.com/docker/docker/api/server/middleware [2022-03-04T15:02:25.617Z] github.com/docker/docker/api/server/router [2022-03-04T15:02:25.617Z] github.com/docker/docker/api/server/router/build [2022-03-04T15:02:25.617Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-04T15:02:25.617Z] github.com/docker/docker/api/server/router/container [2022-03-04T15:02:25.617Z] github.com/docker/docker/api/server/router/debug [2022-03-04T15:02:25.617Z] github.com/docker/docker/api/server/router/distribution [2022-03-04T15:02:25.617Z] github.com/docker/docker/api/server/router/grpc [2022-03-04T15:02:25.617Z] github.com/docker/docker/api/server/router/image [2022-03-04T15:02:25.617Z] github.com/docker/docker/api/server/router/network [2022-03-04T15:02:25.617Z] github.com/docker/docker/api/server/router/plugin [2022-03-04T15:02:25.617Z] github.com/docker/docker/api/server/router/session [2022-03-04T15:02:25.617Z] github.com/docker/docker/api/server/router/swarm [2022-03-04T15:02:25.617Z] github.com/docker/docker/api/server/router/system [2022-03-04T15:02:25.617Z] github.com/docker/docker/api/server/router/volume [2022-03-04T15:02:25.617Z] github.com/docker/docker/api/types [2022-03-04T15:02:25.617Z] github.com/docker/docker/api/types/backend [2022-03-04T15:02:25.617Z] github.com/docker/docker/api/types/blkiodev [2022-03-04T15:02:25.617Z] github.com/docker/docker/api/types/container [2022-03-04T15:02:25.617Z] github.com/docker/docker/api/types/events [2022-03-04T15:02:25.617Z] github.com/docker/docker/api/types/filters [2022-03-04T15:02:25.617Z] github.com/docker/docker/api/types/image [2022-03-04T15:02:25.617Z] github.com/docker/docker/api/types/mount [2022-03-04T15:02:25.617Z] github.com/docker/docker/api/types/network [2022-03-04T15:02:25.617Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-04T15:02:25.617Z] github.com/docker/docker/api/types/registry [2022-03-04T15:02:25.617Z] github.com/docker/docker/api/types/strslice [2022-03-04T15:02:25.617Z] github.com/docker/docker/api/types/swarm [2022-03-04T15:02:25.617Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-04T15:02:25.617Z] github.com/docker/docker/api/types/time [2022-03-04T15:02:25.617Z] github.com/docker/docker/api/types/versions [2022-03-04T15:02:25.617Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-04T15:02:25.617Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-04T15:02:25.617Z] github.com/docker/docker/api/types/volume [2022-03-04T15:02:25.617Z] github.com/docker/docker/builder [2022-03-04T15:02:25.617Z] github.com/docker/docker/builder/builder-next [2022-03-04T15:02:25.617Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-04T15:02:25.617Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-04T15:02:25.617Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-04T15:02:25.617Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-04T15:02:25.617Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-04T15:02:25.617Z] github.com/docker/docker/builder/builder-next/worker [2022-03-04T15:02:25.617Z] github.com/docker/docker/builder/dockerfile [2022-03-04T15:02:25.617Z] github.com/docker/docker/builder/dockerignore [2022-03-04T15:02:25.617Z] github.com/docker/docker/builder/remotecontext [2022-03-04T15:02:25.617Z] github.com/docker/docker/builder/remotecontext/git [2022-03-04T15:02:25.617Z] github.com/docker/docker/cli [2022-03-04T15:02:25.617Z] github.com/docker/docker/cli/config [2022-03-04T15:02:25.617Z] github.com/docker/docker/cli/debug [2022-03-04T15:02:25.617Z] github.com/docker/docker/client [2022-03-04T15:02:25.617Z] github.com/docker/docker/cmd/docker-proxy [2022-03-04T15:02:25.617Z] github.com/docker/docker/cmd/dockerd [2022-03-04T15:02:25.617Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-04T15:02:25.617Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-04T15:02:25.617Z] github.com/docker/docker/container [2022-03-04T15:02:25.617Z] github.com/docker/docker/container/stream [2022-03-04T15:02:25.617Z] github.com/docker/docker/contrib/apparmor [2022-03-04T15:02:25.617Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-04T15:02:25.617Z] github.com/docker/docker/contrib/httpserver [2022-03-04T15:02:25.617Z] github.com/docker/docker/daemon [2022-03-04T15:02:25.617Z] github.com/docker/docker/daemon/cluster [2022-03-04T15:02:25.617Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-04T15:02:25.617Z] github.com/docker/docker/daemon/cluster/convert [2022-03-04T15:02:25.617Z] github.com/docker/docker/daemon/cluster/executor [2022-03-04T15:02:25.617Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-04T15:02:25.617Z] github.com/docker/docker/daemon/cluster/provider [2022-03-04T15:02:25.617Z] github.com/docker/docker/daemon/config [2022-03-04T15:02:25.617Z] github.com/docker/docker/daemon/events [2022-03-04T15:02:25.617Z] github.com/docker/docker/daemon/events/testutils [2022-03-04T15:02:25.617Z] github.com/docker/docker/daemon/exec [2022-03-04T15:02:25.617Z] github.com/docker/docker/daemon/graphdriver [2022-03-04T15:02:25.617Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-04T15:02:25.617Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-04T15:02:25.617Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-04T15:02:25.617Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-04T15:02:25.617Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-04T15:02:25.617Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-04T15:02:25.617Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-04T15:02:25.617Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-04T15:02:25.617Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-04T15:02:25.617Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-04T15:02:25.617Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-04T15:02:25.617Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-04T15:02:25.617Z] github.com/docker/docker/daemon/images [2022-03-04T15:02:25.617Z] github.com/docker/docker/daemon/initlayer [2022-03-04T15:02:25.617Z] github.com/docker/docker/daemon/links [2022-03-04T15:02:25.617Z] github.com/docker/docker/daemon/listeners [2022-03-04T15:02:25.617Z] github.com/docker/docker/daemon/logger [2022-03-04T15:02:25.617Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-04T15:02:25.617Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-04T15:02:25.617Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-04T15:02:25.617Z] github.com/docker/docker/daemon/logger/gelf [2022-03-04T15:02:25.617Z] github.com/docker/docker/daemon/logger/journald [2022-03-04T15:02:25.617Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-04T15:02:25.617Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-04T15:02:25.617Z] github.com/docker/docker/daemon/logger/local [2022-03-04T15:02:25.617Z] github.com/docker/docker/daemon/logger/logentries [2022-03-04T15:02:25.617Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-04T15:02:25.617Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-04T15:02:25.617Z] github.com/docker/docker/daemon/logger/splunk [2022-03-04T15:02:25.617Z] github.com/docker/docker/daemon/logger/syslog [2022-03-04T15:02:25.617Z] github.com/docker/docker/daemon/logger/templates [2022-03-04T15:02:25.617Z] github.com/docker/docker/daemon/names [2022-03-04T15:02:25.617Z] github.com/docker/docker/daemon/network [2022-03-04T15:02:25.617Z] github.com/docker/docker/daemon/stats [2022-03-04T15:02:25.617Z] github.com/docker/docker/distribution [2022-03-04T15:02:25.617Z] github.com/docker/docker/distribution/metadata [2022-03-04T15:02:25.617Z] github.com/docker/docker/distribution/utils [2022-03-04T15:02:25.617Z] github.com/docker/docker/distribution/xfer [2022-03-04T15:02:25.617Z] github.com/docker/docker/dockerversion [2022-03-04T15:02:25.617Z] github.com/docker/docker/errdefs [2022-03-04T15:02:25.617Z] github.com/docker/docker/image [2022-03-04T15:02:25.617Z] github.com/docker/docker/image/cache [2022-03-04T15:02:25.617Z] github.com/docker/docker/image/tarexport [2022-03-04T15:02:25.617Z] github.com/docker/docker/image/v1 [2022-03-04T15:02:25.617Z] github.com/docker/docker/internal/test/suite [2022-03-04T15:02:25.617Z] github.com/docker/docker/layer [2022-03-04T15:02:25.617Z] github.com/docker/docker/libcontainerd [2022-03-04T15:02:25.617Z] github.com/docker/docker/libcontainerd/queue [2022-03-04T15:02:25.617Z] github.com/docker/docker/libcontainerd/remote [2022-03-04T15:02:25.617Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-04T15:02:25.617Z] github.com/docker/docker/libcontainerd/types [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/bitseq [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/cluster [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/config [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/datastore [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/driverapi [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/etchosts [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/idm [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/ipam [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/iptables [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/netlabel [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/netutils [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/networkdb [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/ns [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/options [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/osl [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/portallocator [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/portmapper [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/testutils [2022-03-04T15:02:25.617Z] github.com/docker/docker/libnetwork/types [2022-03-04T15:02:25.617Z] github.com/docker/docker/oci [2022-03-04T15:02:25.617Z] github.com/docker/docker/oci/caps [2022-03-04T15:02:25.617Z] github.com/docker/docker/opts [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/aaparser [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/archive [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/authorization [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/broadcaster [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/capabilities [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/chrootarchive [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/containerfs [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/devicemapper [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/directory [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/dmesg [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/filenotify [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/fileutils [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/fsutils [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/homedir [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/idtools [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/ioutils [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/jsonmessage [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/locker [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/longpath [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/loopback [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/mount [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/namesgenerator [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/parsers [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/pidfile [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/platform [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/plugingetter [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/plugins [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/plugins/transport [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/pools [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/progress [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/pubsub [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/reexec [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/signal [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/stack [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/stdcopy [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/streamformatter [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/stringid [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/symlink [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/sysinfo [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/system [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/tailfile [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/tarsum [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/term [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/term/windows [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/truncindex [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/urlutil [2022-03-04T15:02:25.617Z] github.com/docker/docker/pkg/useragent [2022-03-04T15:02:25.617Z] github.com/docker/docker/plugin [2022-03-04T15:02:25.617Z] github.com/docker/docker/plugin/executor/containerd [2022-03-04T15:02:25.617Z] github.com/docker/docker/plugin/v2 [2022-03-04T15:02:25.617Z] github.com/docker/docker/profiles/apparmor [2022-03-04T15:02:25.617Z] github.com/docker/docker/profiles/seccomp [2022-03-04T15:02:25.617Z] github.com/docker/docker/quota [2022-03-04T15:02:25.617Z] github.com/docker/docker/reference [2022-03-04T15:02:25.617Z] github.com/docker/docker/registry [2022-03-04T15:02:25.617Z] github.com/docker/docker/registry/resumable [2022-03-04T15:02:25.617Z] github.com/docker/docker/restartmanager [2022-03-04T15:02:25.617Z] github.com/docker/docker/rootless [2022-03-04T15:02:25.617Z] github.com/docker/docker/rootless/specconv [2022-03-04T15:02:25.617Z] github.com/docker/docker/runconfig [2022-03-04T15:02:25.617Z] github.com/docker/docker/runconfig/opts [2022-03-04T15:02:25.617Z] github.com/docker/docker/testutil [2022-03-04T15:02:25.617Z] github.com/docker/docker/testutil/daemon [2022-03-04T15:02:25.617Z] github.com/docker/docker/testutil/environment [2022-03-04T15:02:25.617Z] github.com/docker/docker/testutil/fakecontext [2022-03-04T15:02:25.617Z] github.com/docker/docker/testutil/fakegit [2022-03-04T15:02:25.617Z] github.com/docker/docker/testutil/fakestorage [2022-03-04T15:02:25.617Z] github.com/docker/docker/testutil/fixtures/load [2022-03-04T15:02:25.617Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-04T15:02:25.617Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-04T15:02:25.617Z] github.com/docker/docker/testutil/registry [2022-03-04T15:02:25.617Z] github.com/docker/docker/testutil/request [2022-03-04T15:02:25.617Z] github.com/docker/docker/volume [2022-03-04T15:02:25.617Z] github.com/docker/docker/volume/drivers [2022-03-04T15:02:25.617Z] github.com/docker/docker/volume/local [2022-03-04T15:02:25.617Z] github.com/docker/docker/volume/mounts [2022-03-04T15:02:25.617Z] github.com/docker/docker/volume/service [2022-03-04T15:02:25.617Z] github.com/docker/docker/volume/service/opts [2022-03-04T15:02:25.617Z] github.com/docker/docker/volume/testutils' [2022-03-04T15:02:25.617Z] + base_pkg_list='github.com/docker/docker/api [2022-03-04T15:02:25.617Z] github.com/docker/docker/api/server [2022-03-04T15:02:25.617Z] github.com/docker/docker/api/server/backend/build [2022-03-04T15:02:25.617Z] github.com/docker/docker/api/server/httputils [2022-03-04T15:02:25.617Z] github.com/docker/docker/api/server/middleware [2022-03-04T15:02:25.617Z] github.com/docker/docker/api/server/router [2022-03-04T15:02:25.617Z] github.com/docker/docker/api/server/router/build [2022-03-04T15:02:25.617Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-04T15:02:25.617Z] github.com/docker/docker/api/server/router/container [2022-03-04T15:02:25.617Z] github.com/docker/docker/api/server/router/debug [2022-03-04T15:02:25.617Z] github.com/docker/docker/api/server/router/distribution [2022-03-04T15:02:25.617Z] github.com/docker/docker/api/server/router/grpc [2022-03-04T15:02:25.617Z] github.com/docker/docker/api/server/router/image [2022-03-04T15:02:25.617Z] github.com/docker/docker/api/server/router/network [2022-03-04T15:02:25.617Z] github.com/docker/docker/api/server/router/plugin [2022-03-04T15:02:25.617Z] github.com/docker/docker/api/server/router/session [2022-03-04T15:02:25.617Z] github.com/docker/docker/api/server/router/swarm [2022-03-04T15:02:25.617Z] github.com/docker/docker/api/server/router/system [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/server/router/volume [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/types [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/types/backend [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/types/blkiodev [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/types/container [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/types/events [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/types/filters [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/types/image [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/types/mount [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/types/network [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/types/registry [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/types/strslice [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/types/swarm [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/types/time [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/types/versions [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/types/volume [2022-03-04T15:02:25.618Z] github.com/docker/docker/builder [2022-03-04T15:02:25.618Z] github.com/docker/docker/builder/builder-next [2022-03-04T15:02:25.618Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-04T15:02:25.618Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-04T15:02:25.618Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-04T15:02:25.618Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-04T15:02:25.618Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-04T15:02:25.618Z] github.com/docker/docker/builder/builder-next/worker [2022-03-04T15:02:25.618Z] github.com/docker/docker/builder/dockerfile [2022-03-04T15:02:25.618Z] github.com/docker/docker/builder/dockerignore [2022-03-04T15:02:25.618Z] github.com/docker/docker/builder/remotecontext [2022-03-04T15:02:25.618Z] github.com/docker/docker/builder/remotecontext/git [2022-03-04T15:02:25.618Z] github.com/docker/docker/cli [2022-03-04T15:02:25.618Z] github.com/docker/docker/cli/config [2022-03-04T15:02:25.618Z] github.com/docker/docker/cli/debug [2022-03-04T15:02:25.618Z] github.com/docker/docker/client [2022-03-04T15:02:25.618Z] github.com/docker/docker/cmd/docker-proxy [2022-03-04T15:02:25.618Z] github.com/docker/docker/cmd/dockerd [2022-03-04T15:02:25.618Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-04T15:02:25.618Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-04T15:02:25.618Z] github.com/docker/docker/container [2022-03-04T15:02:25.618Z] github.com/docker/docker/container/stream [2022-03-04T15:02:25.618Z] github.com/docker/docker/contrib/apparmor [2022-03-04T15:02:25.618Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-04T15:02:25.618Z] github.com/docker/docker/contrib/httpserver [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/cluster [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/cluster/convert [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/cluster/executor [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/cluster/provider [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/config [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/events [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/events/testutils [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/exec [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/graphdriver [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/images [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/initlayer [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/links [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/listeners [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/logger [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/logger/gelf [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/logger/journald [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/logger/local [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/logger/logentries [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/logger/splunk [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/logger/syslog [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/logger/templates [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/names [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/network [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/stats [2022-03-04T15:02:25.618Z] github.com/docker/docker/distribution [2022-03-04T15:02:25.618Z] github.com/docker/docker/distribution/metadata [2022-03-04T15:02:25.618Z] github.com/docker/docker/distribution/utils [2022-03-04T15:02:25.618Z] github.com/docker/docker/distribution/xfer [2022-03-04T15:02:25.618Z] github.com/docker/docker/dockerversion [2022-03-04T15:02:25.618Z] github.com/docker/docker/errdefs [2022-03-04T15:02:25.618Z] github.com/docker/docker/image [2022-03-04T15:02:25.618Z] github.com/docker/docker/image/cache [2022-03-04T15:02:25.618Z] github.com/docker/docker/image/tarexport [2022-03-04T15:02:25.618Z] github.com/docker/docker/image/v1 [2022-03-04T15:02:25.618Z] github.com/docker/docker/internal/test/suite [2022-03-04T15:02:25.618Z] github.com/docker/docker/layer [2022-03-04T15:02:25.618Z] github.com/docker/docker/libcontainerd [2022-03-04T15:02:25.618Z] github.com/docker/docker/libcontainerd/queue [2022-03-04T15:02:25.618Z] github.com/docker/docker/libcontainerd/remote [2022-03-04T15:02:25.618Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-04T15:02:25.618Z] github.com/docker/docker/libcontainerd/types [2022-03-04T15:02:25.618Z] github.com/docker/docker/oci [2022-03-04T15:02:25.618Z] github.com/docker/docker/oci/caps [2022-03-04T15:02:25.618Z] github.com/docker/docker/opts [2022-03-04T15:02:25.618Z] github.com/docker/docker/pkg/aaparser [2022-03-04T15:02:25.618Z] github.com/docker/docker/pkg/archive [2022-03-04T15:02:25.618Z] github.com/docker/docker/pkg/authorization [2022-03-04T15:02:25.618Z] github.com/docker/docker/pkg/broadcaster [2022-03-04T15:02:25.618Z] github.com/docker/docker/pkg/capabilities [2022-03-04T15:02:25.618Z] github.com/docker/docker/pkg/chrootarchive [2022-03-04T15:02:25.618Z] github.com/docker/docker/pkg/containerfs [2022-03-04T15:02:25.618Z] github.com/docker/docker/pkg/devicemapper [2022-03-04T15:02:25.618Z] github.com/docker/docker/pkg/directory [2022-03-04T15:02:25.618Z] github.com/docker/docker/pkg/dmesg [2022-03-04T15:02:25.618Z] github.com/docker/docker/pkg/filenotify [2022-03-04T15:02:25.618Z] github.com/docker/docker/pkg/fileutils [2022-03-04T15:02:25.618Z] github.com/docker/docker/pkg/fsutils [2022-03-04T15:02:25.618Z] github.com/docker/docker/pkg/homedir [2022-03-04T15:02:25.618Z] github.com/docker/docker/pkg/idtools [2022-03-04T15:02:25.618Z] github.com/docker/docker/pkg/ioutils [2022-03-04T15:02:25.618Z] github.com/docker/docker/pkg/jsonmessage [2022-03-04T15:02:25.618Z] github.com/docker/docker/pkg/locker [2022-03-04T15:02:25.618Z] github.com/docker/docker/pkg/longpath [2022-03-04T15:02:25.618Z] github.com/docker/docker/pkg/loopback [2022-03-04T15:02:25.618Z] github.com/docker/docker/pkg/mount [2022-03-04T15:02:25.618Z] github.com/docker/docker/pkg/namesgenerator [2022-03-04T15:02:25.618Z] github.com/docker/docker/pkg/parsers [2022-03-04T15:02:25.618Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-04T15:02:25.618Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-04T15:02:25.618Z] github.com/docker/docker/pkg/pidfile [2022-03-04T15:02:25.618Z] github.com/docker/docker/pkg/platform [2022-03-04T15:02:25.618Z] github.com/docker/docker/pkg/plugingetter [2022-03-04T15:02:25.618Z] github.com/docker/docker/pkg/plugins [2022-03-04T15:02:25.618Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-04T15:02:25.618Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-04T15:02:25.618Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-04T15:02:25.618Z] github.com/docker/docker/pkg/plugins/transport [2022-03-04T15:02:25.618Z] github.com/docker/docker/pkg/pools [2022-03-04T15:02:25.618Z] github.com/docker/docker/pkg/progress [2022-03-04T15:02:25.618Z] github.com/docker/docker/pkg/pubsub [2022-03-04T15:02:25.618Z] github.com/docker/docker/pkg/reexec [2022-03-04T15:02:25.618Z] github.com/docker/docker/pkg/signal [2022-03-04T15:02:25.618Z] github.com/docker/docker/pkg/stack [2022-03-04T15:02:25.618Z] github.com/docker/docker/pkg/stdcopy [2022-03-04T15:02:25.618Z] github.com/docker/docker/pkg/streamformatter [2022-03-04T15:02:25.618Z] github.com/docker/docker/pkg/stringid [2022-03-04T15:02:25.618Z] github.com/docker/docker/pkg/symlink [2022-03-04T15:02:25.618Z] github.com/docker/docker/pkg/sysinfo [2022-03-04T15:02:25.618Z] github.com/docker/docker/pkg/system [2022-03-04T15:02:25.618Z] github.com/docker/docker/pkg/tailfile [2022-03-04T15:02:25.618Z] github.com/docker/docker/pkg/tarsum [2022-03-04T15:02:25.618Z] github.com/docker/docker/pkg/term [2022-03-04T15:02:25.618Z] github.com/docker/docker/pkg/term/windows [2022-03-04T15:02:25.618Z] github.com/docker/docker/pkg/truncindex [2022-03-04T15:02:25.618Z] github.com/docker/docker/pkg/urlutil [2022-03-04T15:02:25.618Z] github.com/docker/docker/pkg/useragent [2022-03-04T15:02:25.618Z] github.com/docker/docker/plugin [2022-03-04T15:02:25.618Z] github.com/docker/docker/plugin/executor/containerd [2022-03-04T15:02:25.618Z] github.com/docker/docker/plugin/v2 [2022-03-04T15:02:25.618Z] github.com/docker/docker/profiles/apparmor [2022-03-04T15:02:25.618Z] github.com/docker/docker/profiles/seccomp [2022-03-04T15:02:25.618Z] github.com/docker/docker/quota [2022-03-04T15:02:25.618Z] github.com/docker/docker/reference [2022-03-04T15:02:25.618Z] github.com/docker/docker/registry [2022-03-04T15:02:25.618Z] github.com/docker/docker/registry/resumable [2022-03-04T15:02:25.618Z] github.com/docker/docker/restartmanager [2022-03-04T15:02:25.618Z] github.com/docker/docker/rootless [2022-03-04T15:02:25.618Z] github.com/docker/docker/rootless/specconv [2022-03-04T15:02:25.618Z] github.com/docker/docker/runconfig [2022-03-04T15:02:25.618Z] github.com/docker/docker/runconfig/opts [2022-03-04T15:02:25.618Z] github.com/docker/docker/testutil [2022-03-04T15:02:25.618Z] github.com/docker/docker/testutil/daemon [2022-03-04T15:02:25.618Z] github.com/docker/docker/testutil/environment [2022-03-04T15:02:25.618Z] github.com/docker/docker/testutil/fakecontext [2022-03-04T15:02:25.618Z] github.com/docker/docker/testutil/fakegit [2022-03-04T15:02:25.618Z] github.com/docker/docker/testutil/fakestorage [2022-03-04T15:02:25.618Z] github.com/docker/docker/testutil/fixtures/load [2022-03-04T15:02:25.618Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-04T15:02:25.618Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-04T15:02:25.618Z] github.com/docker/docker/testutil/registry [2022-03-04T15:02:25.618Z] github.com/docker/docker/testutil/request [2022-03-04T15:02:25.618Z] github.com/docker/docker/volume [2022-03-04T15:02:25.618Z] github.com/docker/docker/volume/drivers [2022-03-04T15:02:25.618Z] github.com/docker/docker/volume/local [2022-03-04T15:02:25.618Z] github.com/docker/docker/volume/mounts [2022-03-04T15:02:25.618Z] github.com/docker/docker/volume/service [2022-03-04T15:02:25.618Z] github.com/docker/docker/volume/service/opts [2022-03-04T15:02:25.618Z] github.com/docker/docker/volume/testutils' [2022-03-04T15:02:25.618Z] ++ echo 'github.com/docker/docker/api [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/server [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/server/backend/build [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/server/httputils [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/server/middleware [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/server/router [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/server/router/build [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/server/router/container [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/server/router/debug [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/server/router/distribution [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/server/router/grpc [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/server/router/image [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/server/router/network [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/server/router/plugin [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/server/router/session [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/server/router/swarm [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/server/router/system [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/server/router/volume [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/types [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/types/backend [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/types/blkiodev [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/types/container [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/types/events [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/types/filters [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/types/image [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/types/mount [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/types/network [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/types/registry [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/types/strslice [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/types/swarm [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/types/time [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/types/versions [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-04T15:02:25.618Z] github.com/docker/docker/api/types/volume [2022-03-04T15:02:25.618Z] github.com/docker/docker/builder [2022-03-04T15:02:25.618Z] github.com/docker/docker/builder/builder-next [2022-03-04T15:02:25.618Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-04T15:02:25.618Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-04T15:02:25.618Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-04T15:02:25.618Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-04T15:02:25.618Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-04T15:02:25.618Z] github.com/docker/docker/builder/builder-next/worker [2022-03-04T15:02:25.618Z] github.com/docker/docker/builder/dockerfile [2022-03-04T15:02:25.618Z] github.com/docker/docker/builder/dockerignore [2022-03-04T15:02:25.618Z] github.com/docker/docker/builder/remotecontext [2022-03-04T15:02:25.618Z] github.com/docker/docker/builder/remotecontext/git [2022-03-04T15:02:25.618Z] github.com/docker/docker/cli [2022-03-04T15:02:25.618Z] github.com/docker/docker/cli/config [2022-03-04T15:02:25.618Z] github.com/docker/docker/cli/debug [2022-03-04T15:02:25.618Z] github.com/docker/docker/client [2022-03-04T15:02:25.618Z] github.com/docker/docker/cmd/docker-proxy [2022-03-04T15:02:25.618Z] github.com/docker/docker/cmd/dockerd [2022-03-04T15:02:25.618Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-04T15:02:25.618Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-04T15:02:25.618Z] github.com/docker/docker/container [2022-03-04T15:02:25.618Z] github.com/docker/docker/container/stream [2022-03-04T15:02:25.618Z] github.com/docker/docker/contrib/apparmor [2022-03-04T15:02:25.618Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-04T15:02:25.618Z] github.com/docker/docker/contrib/httpserver [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/cluster [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/cluster/convert [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/cluster/executor [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/cluster/provider [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/config [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/events [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/events/testutils [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/exec [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/graphdriver [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/images [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/initlayer [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/links [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/listeners [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/logger [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/logger/gelf [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/logger/journald [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/logger/local [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/logger/logentries [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/logger/splunk [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/logger/syslog [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/logger/templates [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/names [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/network [2022-03-04T15:02:25.618Z] github.com/docker/docker/daemon/stats [2022-03-04T15:02:25.618Z] github.com/docker/docker/distribution [2022-03-04T15:02:25.618Z] github.com/docker/docker/distribution/metadata [2022-03-04T15:02:25.618Z] github.com/docker/docker/distribution/utils [2022-03-04T15:02:25.618Z] github.com/docker/docker/distribution/xfer [2022-03-04T15:02:25.618Z] github.com/docker/docker/dockerversion [2022-03-04T15:02:25.618Z] github.com/docker/docker/errdefs [2022-03-04T15:02:25.618Z] github.com/docker/docker/image [2022-03-04T15:02:25.618Z] github.com/docker/docker/image/cache [2022-03-04T15:02:25.618Z] github.com/docker/docker/image/tarexport [2022-03-04T15:02:25.618Z] github.com/docker/docker/image/v1 [2022-03-04T15:02:25.618Z] github.com/docker/docker/internal/test/suite [2022-03-04T15:02:25.618Z] github.com/docker/docker/layer [2022-03-04T15:02:25.618Z] github.com/docker/docker/libcontainerd [2022-03-04T15:02:25.618Z] github.com/docker/docker/libcontainerd/queue [2022-03-04T15:02:25.618Z] github.com/docker/docker/libcontainerd/remote [2022-03-04T15:02:25.618Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-04T15:02:25.618Z] github.com/docker/docker/libcontainerd/types [2022-03-04T15:02:25.618Z] github.com/docker/docker/libnetwork [2022-03-04T15:02:25.618Z] github.com/docker/docker/libnetwork/bitseq [2022-03-04T15:02:25.618Z] github.com/docker/docker/libnetwork/cluster [2022-03-04T15:02:25.618Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-04T15:02:25.618Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-04T15:02:25.618Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-04T15:02:25.618Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-04T15:02:25.618Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-04T15:02:25.618Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-04T15:02:25.618Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-04T15:02:25.618Z] github.com/docker/docker/libnetwork/config [2022-03-04T15:02:25.618Z] github.com/docker/docker/libnetwork/datastore [2022-03-04T15:02:25.618Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-04T15:02:25.618Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-04T15:02:25.618Z] github.com/docker/docker/libnetwork/driverapi [2022-03-04T15:02:25.618Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-04T15:02:25.618Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-04T15:02:25.618Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-04T15:02:25.618Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-04T15:02:25.618Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-04T15:02:25.618Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-04T15:02:25.618Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/etchosts [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/idm [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/ipam [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/iptables [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/netlabel [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/netutils [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/networkdb [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/ns [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/options [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/osl [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/portallocator [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/portmapper [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/testutils [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/types [2022-03-04T15:02:25.619Z] github.com/docker/docker/oci [2022-03-04T15:02:25.619Z] github.com/docker/docker/oci/caps [2022-03-04T15:02:25.619Z] github.com/docker/docker/opts [2022-03-04T15:02:25.619Z] github.com/docker/docker/pkg/aaparser [2022-03-04T15:02:25.619Z] github.com/docker/docker/pkg/archive [2022-03-04T15:02:25.619Z] github.com/docker/docker/pkg/authorization [2022-03-04T15:02:25.619Z] github.com/docker/docker/pkg/broadcaster [2022-03-04T15:02:25.619Z] github.com/docker/docker/pkg/capabilities [2022-03-04T15:02:25.619Z] github.com/docker/docker/pkg/chrootarchive [2022-03-04T15:02:25.619Z] github.com/docker/docker/pkg/containerfs [2022-03-04T15:02:25.619Z] github.com/docker/docker/pkg/devicemapper [2022-03-04T15:02:25.619Z] github.com/docker/docker/pkg/directory [2022-03-04T15:02:25.619Z] github.com/docker/docker/pkg/dmesg [2022-03-04T15:02:25.619Z] github.com/docker/docker/pkg/filenotify [2022-03-04T15:02:25.619Z] github.com/docker/docker/pkg/fileutils [2022-03-04T15:02:25.619Z] github.com/docker/docker/pkg/fsutils [2022-03-04T15:02:25.619Z] github.com/docker/docker/pkg/homedir [2022-03-04T15:02:25.619Z] github.com/docker/docker/pkg/idtools [2022-03-04T15:02:25.619Z] github.com/docker/docker/pkg/ioutils [2022-03-04T15:02:25.619Z] github.com/docker/docker/pkg/jsonmessage [2022-03-04T15:02:25.619Z] github.com/docker/docker/pkg/locker [2022-03-04T15:02:25.619Z] github.com/docker/docker/pkg/longpath [2022-03-04T15:02:25.619Z] github.com/docker/docker/pkg/loopback [2022-03-04T15:02:25.619Z] github.com/docker/docker/pkg/mount [2022-03-04T15:02:25.619Z] github.com/docker/docker/pkg/namesgenerator [2022-03-04T15:02:25.619Z] github.com/docker/docker/pkg/parsers [2022-03-04T15:02:25.619Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-04T15:02:25.619Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-04T15:02:25.619Z] github.com/docker/docker/pkg/pidfile [2022-03-04T15:02:25.619Z] github.com/docker/docker/pkg/platform [2022-03-04T15:02:25.619Z] github.com/docker/docker/pkg/plugingetter [2022-03-04T15:02:25.619Z] github.com/docker/docker/pkg/plugins [2022-03-04T15:02:25.619Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-04T15:02:25.619Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-04T15:02:25.619Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-04T15:02:25.619Z] github.com/docker/docker/pkg/plugins/transport [2022-03-04T15:02:25.619Z] github.com/docker/docker/pkg/pools [2022-03-04T15:02:25.619Z] github.com/docker/docker/pkg/progress [2022-03-04T15:02:25.619Z] github.com/docker/docker/pkg/pubsub [2022-03-04T15:02:25.619Z] github.com/docker/docker/pkg/reexec [2022-03-04T15:02:25.619Z] github.com/docker/docker/pkg/signal [2022-03-04T15:02:25.619Z] github.com/docker/docker/pkg/stack [2022-03-04T15:02:25.619Z] github.com/docker/docker/pkg/stdcopy [2022-03-04T15:02:25.619Z] github.com/docker/docker/pkg/streamformatter [2022-03-04T15:02:25.619Z] github.com/docker/docker/pkg/stringid [2022-03-04T15:02:25.619Z] github.com/docker/docker/pkg/symlink [2022-03-04T15:02:25.619Z] github.com/docker/docker/pkg/sysinfo [2022-03-04T15:02:25.619Z] github.com/docker/docker/pkg/system [2022-03-04T15:02:25.619Z] github.com/docker/docker/pkg/tailfile [2022-03-04T15:02:25.619Z] github.com/docker/docker/pkg/tarsum [2022-03-04T15:02:25.619Z] github.com/docker/docker/pkg/term [2022-03-04T15:02:25.619Z] github.com/docker/docker/pkg/term/windows [2022-03-04T15:02:25.619Z] github.com/docker/docker/pkg/truncindex [2022-03-04T15:02:25.619Z] github.com/docker/docker/pkg/urlutil [2022-03-04T15:02:25.619Z] github.com/docker/docker/pkg/useragent [2022-03-04T15:02:25.619Z] github.com/docker/docker/plugin [2022-03-04T15:02:25.619Z] github.com/docker/docker/plugin/executor/containerd [2022-03-04T15:02:25.619Z] github.com/docker/docker/plugin/v2 [2022-03-04T15:02:25.619Z] github.com/docker/docker/profiles/apparmor [2022-03-04T15:02:25.619Z] github.com/docker/docker/profiles/seccomp [2022-03-04T15:02:25.619Z] github.com/docker/docker/quota [2022-03-04T15:02:25.619Z] github.com/docker/docker/reference [2022-03-04T15:02:25.619Z] github.com/docker/docker/registry [2022-03-04T15:02:25.619Z] github.com/docker/docker/registry/resumable [2022-03-04T15:02:25.619Z] github.com/docker/docker/restartmanager [2022-03-04T15:02:25.619Z] github.com/docker/docker/rootless [2022-03-04T15:02:25.619Z] github.com/docker/docker/rootless/specconv [2022-03-04T15:02:25.619Z] github.com/docker/docker/runconfig [2022-03-04T15:02:25.619Z] github.com/docker/docker/runconfig/opts [2022-03-04T15:02:25.619Z] github.com/docker/docker/testutil [2022-03-04T15:02:25.619Z] github.com/docker/docker/testutil/daemon [2022-03-04T15:02:25.619Z] github.com/docker/docker/testutil/environment [2022-03-04T15:02:25.619Z] github.com/docker/docker/testutil/fakecontext [2022-03-04T15:02:25.619Z] github.com/docker/docker/testutil/fakegit [2022-03-04T15:02:25.619Z] github.com/docker/docker/testutil/fakestorage [2022-03-04T15:02:25.619Z] github.com/docker/docker/testutil/fixtures/load [2022-03-04T15:02:25.619Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-04T15:02:25.619Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-04T15:02:25.619Z] github.com/docker/docker/testutil/registry [2022-03-04T15:02:25.619Z] github.com/docker/docker/testutil/request [2022-03-04T15:02:25.619Z] github.com/docker/docker/volume [2022-03-04T15:02:25.619Z] github.com/docker/docker/volume/drivers [2022-03-04T15:02:25.619Z] github.com/docker/docker/volume/local [2022-03-04T15:02:25.619Z] github.com/docker/docker/volume/mounts [2022-03-04T15:02:25.619Z] github.com/docker/docker/volume/service [2022-03-04T15:02:25.619Z] github.com/docker/docker/volume/service/opts [2022-03-04T15:02:25.619Z] github.com/docker/docker/volume/testutils' [2022-03-04T15:02:25.619Z] ++ grep --fixed-strings /libnetwork [2022-03-04T15:02:25.619Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/bitseq [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/cluster [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/config [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/datastore [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/driverapi [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/etchosts [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/idm [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/ipam [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/iptables [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/netlabel [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/netutils [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/networkdb [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/ns [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/options [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/osl [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/portallocator [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/portmapper [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/testutils [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/types' [2022-03-04T15:02:25.619Z] + grep --fixed-strings libnetwork/drivers/bridge [2022-03-04T15:02:25.619Z] + echo 'github.com/docker/docker/libnetwork [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/bitseq [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/cluster [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/config [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/datastore [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/driverapi [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/etchosts [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/idm [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/ipam [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/iptables [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/netlabel [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/netutils [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/networkdb [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/ns [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/options [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/osl [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/portallocator [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/portmapper [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/testutils [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/types' [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-04T15:02:25.619Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-04T15:02:25.619Z] + type docker-proxy [2022-03-04T15:02:25.619Z] hack/test/unit: line 25: type: docker-proxy: not found [2022-03-04T15:02:25.619Z] + hack/make.sh binary-proxy install-proxy [2022-03-04T15:02:25.619Z] [2022-03-04T15:02:25.619Z] Removing bundles/ [2022-03-04T15:02:25.619Z] [2022-03-04T15:02:25.619Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2022-03-04T15:02:25.619Z] Building: bundles/binary-proxy/docker-proxy-dev [2022-03-04T15:02:25.619Z] GOOS="" GOARCH="" GOARM="" [2022-03-04T15:02:26.921Z] --- PASS: TestPidHost (1.60s) [2022-03-04T15:02:26.921Z] === RUN TestPsFilter [2022-03-04T15:02:26.921Z] --- PASS: TestPsFilter (0.14s) [2022-03-04T15:02:26.921Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-04T15:02:26.921Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-03-04T15:02:27.180Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2022-03-04T15:02:27.439Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.69s) [2022-03-04T15:02:27.439Z] === RUN TestRemoveContainerWithVolume [2022-03-04T15:02:28.376Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-03-04T15:02:28.376Z] --- PASS: TestRemoveContainerWithVolume (0.71s) [2022-03-04T15:02:28.376Z] === RUN TestRemoveContainerRunning [2022-03-04T15:02:28.945Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2022-03-04T15:02:28.945Z] --- PASS: TestRemoveContainerRunning (0.72s) [2022-03-04T15:02:28.945Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-04T15:02:29.514Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-03-04T15:02:29.514Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.63s) [2022-03-04T15:02:29.514Z] === RUN TestRemoveInvalidContainer [2022-03-04T15:02:29.514Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2022-03-04T15:02:29.514Z] === RUN TestRenameLinkedContainer [2022-03-04T15:02:30.893Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2022-03-04T15:02:32.199Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2022-03-04T15:02:32.199Z] [2022-03-04T15:02:32.199Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2022-03-04T15:02:32.199Z] Installing docker-proxy to /usr/local/bin/ [2022-03-04T15:02:32.199Z] [2022-03-04T15:02:32.199Z] + mkdir -p bundles [2022-03-04T15:02:32.199Z] + '[' -n 'github.com/docker/docker/api [2022-03-04T15:02:32.199Z] github.com/docker/docker/api/server [2022-03-04T15:02:32.199Z] github.com/docker/docker/api/server/backend/build [2022-03-04T15:02:32.199Z] github.com/docker/docker/api/server/httputils [2022-03-04T15:02:32.199Z] github.com/docker/docker/api/server/middleware [2022-03-04T15:02:32.199Z] github.com/docker/docker/api/server/router [2022-03-04T15:02:32.199Z] github.com/docker/docker/api/server/router/build [2022-03-04T15:02:32.199Z] github.com/docker/docker/api/server/router/checkpoint [2022-03-04T15:02:32.199Z] github.com/docker/docker/api/server/router/container [2022-03-04T15:02:32.199Z] github.com/docker/docker/api/server/router/debug [2022-03-04T15:02:32.199Z] github.com/docker/docker/api/server/router/distribution [2022-03-04T15:02:32.199Z] github.com/docker/docker/api/server/router/grpc [2022-03-04T15:02:32.199Z] github.com/docker/docker/api/server/router/image [2022-03-04T15:02:32.199Z] github.com/docker/docker/api/server/router/network [2022-03-04T15:02:32.199Z] github.com/docker/docker/api/server/router/plugin [2022-03-04T15:02:32.199Z] github.com/docker/docker/api/server/router/session [2022-03-04T15:02:32.199Z] github.com/docker/docker/api/server/router/swarm [2022-03-04T15:02:32.199Z] github.com/docker/docker/api/server/router/system [2022-03-04T15:02:32.199Z] github.com/docker/docker/api/server/router/volume [2022-03-04T15:02:32.199Z] github.com/docker/docker/api/types [2022-03-04T15:02:32.199Z] github.com/docker/docker/api/types/backend [2022-03-04T15:02:32.199Z] github.com/docker/docker/api/types/blkiodev [2022-03-04T15:02:32.199Z] github.com/docker/docker/api/types/container [2022-03-04T15:02:32.199Z] github.com/docker/docker/api/types/events [2022-03-04T15:02:32.199Z] github.com/docker/docker/api/types/filters [2022-03-04T15:02:32.199Z] github.com/docker/docker/api/types/image [2022-03-04T15:02:32.199Z] github.com/docker/docker/api/types/mount [2022-03-04T15:02:32.199Z] github.com/docker/docker/api/types/network [2022-03-04T15:02:32.199Z] github.com/docker/docker/api/types/plugins/logdriver [2022-03-04T15:02:32.199Z] github.com/docker/docker/api/types/registry [2022-03-04T15:02:32.199Z] github.com/docker/docker/api/types/strslice [2022-03-04T15:02:32.199Z] github.com/docker/docker/api/types/swarm [2022-03-04T15:02:32.199Z] github.com/docker/docker/api/types/swarm/runtime [2022-03-04T15:02:32.199Z] github.com/docker/docker/api/types/time [2022-03-04T15:02:32.199Z] github.com/docker/docker/api/types/versions [2022-03-04T15:02:32.199Z] github.com/docker/docker/api/types/versions/v1p19 [2022-03-04T15:02:32.199Z] github.com/docker/docker/api/types/versions/v1p20 [2022-03-04T15:02:32.199Z] github.com/docker/docker/api/types/volume [2022-03-04T15:02:32.199Z] github.com/docker/docker/builder [2022-03-04T15:02:32.199Z] github.com/docker/docker/builder/builder-next [2022-03-04T15:02:32.199Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2022-03-04T15:02:32.199Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2022-03-04T15:02:32.199Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2022-03-04T15:02:32.199Z] github.com/docker/docker/builder/builder-next/exporter [2022-03-04T15:02:32.199Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2022-03-04T15:02:32.199Z] github.com/docker/docker/builder/builder-next/worker [2022-03-04T15:02:32.199Z] github.com/docker/docker/builder/dockerfile [2022-03-04T15:02:32.199Z] github.com/docker/docker/builder/dockerignore [2022-03-04T15:02:32.199Z] github.com/docker/docker/builder/remotecontext [2022-03-04T15:02:32.199Z] github.com/docker/docker/builder/remotecontext/git [2022-03-04T15:02:32.199Z] github.com/docker/docker/cli [2022-03-04T15:02:32.199Z] github.com/docker/docker/cli/config [2022-03-04T15:02:32.199Z] github.com/docker/docker/cli/debug [2022-03-04T15:02:32.199Z] github.com/docker/docker/client [2022-03-04T15:02:32.199Z] github.com/docker/docker/cmd/docker-proxy [2022-03-04T15:02:32.199Z] github.com/docker/docker/cmd/dockerd [2022-03-04T15:02:32.199Z] github.com/docker/docker/cmd/dockerd/trap [2022-03-04T15:02:32.199Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2022-03-04T15:02:32.199Z] github.com/docker/docker/container [2022-03-04T15:02:32.199Z] github.com/docker/docker/container/stream [2022-03-04T15:02:32.199Z] github.com/docker/docker/contrib/apparmor [2022-03-04T15:02:32.199Z] github.com/docker/docker/contrib/docker-device-tool [2022-03-04T15:02:32.199Z] github.com/docker/docker/contrib/httpserver [2022-03-04T15:02:32.199Z] github.com/docker/docker/daemon [2022-03-04T15:02:32.199Z] github.com/docker/docker/daemon/cluster [2022-03-04T15:02:32.199Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2022-03-04T15:02:32.199Z] github.com/docker/docker/daemon/cluster/convert [2022-03-04T15:02:32.199Z] github.com/docker/docker/daemon/cluster/executor [2022-03-04T15:02:32.199Z] github.com/docker/docker/daemon/cluster/executor/container [2022-03-04T15:02:32.199Z] github.com/docker/docker/daemon/cluster/provider [2022-03-04T15:02:32.199Z] github.com/docker/docker/daemon/config [2022-03-04T15:02:32.199Z] github.com/docker/docker/daemon/events [2022-03-04T15:02:32.199Z] github.com/docker/docker/daemon/events/testutils [2022-03-04T15:02:32.199Z] github.com/docker/docker/daemon/exec [2022-03-04T15:02:32.199Z] github.com/docker/docker/daemon/graphdriver [2022-03-04T15:02:32.199Z] github.com/docker/docker/daemon/graphdriver/aufs [2022-03-04T15:02:32.199Z] github.com/docker/docker/daemon/graphdriver/btrfs [2022-03-04T15:02:32.199Z] github.com/docker/docker/daemon/graphdriver/copy [2022-03-04T15:02:32.199Z] github.com/docker/docker/daemon/graphdriver/devmapper [2022-03-04T15:02:32.199Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2022-03-04T15:02:32.199Z] github.com/docker/docker/daemon/graphdriver/graphtest [2022-03-04T15:02:32.199Z] github.com/docker/docker/daemon/graphdriver/overlay [2022-03-04T15:02:32.199Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2022-03-04T15:02:32.199Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2022-03-04T15:02:32.199Z] github.com/docker/docker/daemon/graphdriver/register [2022-03-04T15:02:32.199Z] github.com/docker/docker/daemon/graphdriver/vfs [2022-03-04T15:02:32.199Z] github.com/docker/docker/daemon/graphdriver/zfs [2022-03-04T15:02:32.199Z] github.com/docker/docker/daemon/images [2022-03-04T15:02:32.199Z] github.com/docker/docker/daemon/initlayer [2022-03-04T15:02:32.199Z] github.com/docker/docker/daemon/links [2022-03-04T15:02:32.199Z] github.com/docker/docker/daemon/listeners [2022-03-04T15:02:32.199Z] github.com/docker/docker/daemon/logger [2022-03-04T15:02:32.199Z] github.com/docker/docker/daemon/logger/awslogs [2022-03-04T15:02:32.199Z] github.com/docker/docker/daemon/logger/fluentd [2022-03-04T15:02:32.199Z] github.com/docker/docker/daemon/logger/gcplogs [2022-03-04T15:02:32.199Z] github.com/docker/docker/daemon/logger/gelf [2022-03-04T15:02:32.199Z] github.com/docker/docker/daemon/logger/journald [2022-03-04T15:02:32.199Z] github.com/docker/docker/daemon/logger/jsonfilelog [2022-03-04T15:02:32.199Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2022-03-04T15:02:32.199Z] github.com/docker/docker/daemon/logger/local [2022-03-04T15:02:32.199Z] github.com/docker/docker/daemon/logger/logentries [2022-03-04T15:02:32.199Z] github.com/docker/docker/daemon/logger/loggerutils [2022-03-04T15:02:32.199Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2022-03-04T15:02:32.199Z] github.com/docker/docker/daemon/logger/splunk [2022-03-04T15:02:32.199Z] github.com/docker/docker/daemon/logger/syslog [2022-03-04T15:02:32.199Z] github.com/docker/docker/daemon/logger/templates [2022-03-04T15:02:32.199Z] github.com/docker/docker/daemon/names [2022-03-04T15:02:32.199Z] github.com/docker/docker/daemon/network [2022-03-04T15:02:32.199Z] github.com/docker/docker/daemon/stats [2022-03-04T15:02:32.199Z] github.com/docker/docker/distribution [2022-03-04T15:02:32.199Z] github.com/docker/docker/distribution/metadata [2022-03-04T15:02:32.199Z] github.com/docker/docker/distribution/utils [2022-03-04T15:02:32.199Z] github.com/docker/docker/distribution/xfer [2022-03-04T15:02:32.199Z] github.com/docker/docker/dockerversion [2022-03-04T15:02:32.199Z] github.com/docker/docker/errdefs [2022-03-04T15:02:32.199Z] github.com/docker/docker/image [2022-03-04T15:02:32.199Z] github.com/docker/docker/image/cache [2022-03-04T15:02:32.199Z] github.com/docker/docker/image/tarexport [2022-03-04T15:02:32.199Z] github.com/docker/docker/image/v1 [2022-03-04T15:02:32.199Z] github.com/docker/docker/internal/test/suite [2022-03-04T15:02:32.199Z] github.com/docker/docker/layer [2022-03-04T15:02:32.199Z] github.com/docker/docker/libcontainerd [2022-03-04T15:02:32.199Z] github.com/docker/docker/libcontainerd/queue [2022-03-04T15:02:32.199Z] github.com/docker/docker/libcontainerd/remote [2022-03-04T15:02:32.199Z] github.com/docker/docker/libcontainerd/supervisor [2022-03-04T15:02:32.199Z] github.com/docker/docker/libcontainerd/types [2022-03-04T15:02:32.199Z] github.com/docker/docker/oci [2022-03-04T15:02:32.199Z] github.com/docker/docker/oci/caps [2022-03-04T15:02:32.199Z] github.com/docker/docker/opts [2022-03-04T15:02:32.199Z] github.com/docker/docker/pkg/aaparser [2022-03-04T15:02:32.199Z] github.com/docker/docker/pkg/archive [2022-03-04T15:02:32.199Z] github.com/docker/docker/pkg/authorization [2022-03-04T15:02:32.199Z] github.com/docker/docker/pkg/broadcaster [2022-03-04T15:02:32.199Z] github.com/docker/docker/pkg/capabilities [2022-03-04T15:02:32.199Z] github.com/docker/docker/pkg/chrootarchive [2022-03-04T15:02:32.199Z] github.com/docker/docker/pkg/containerfs [2022-03-04T15:02:32.199Z] github.com/docker/docker/pkg/devicemapper [2022-03-04T15:02:32.199Z] github.com/docker/docker/pkg/directory [2022-03-04T15:02:32.199Z] github.com/docker/docker/pkg/dmesg [2022-03-04T15:02:32.199Z] github.com/docker/docker/pkg/filenotify [2022-03-04T15:02:32.199Z] github.com/docker/docker/pkg/fileutils [2022-03-04T15:02:32.199Z] github.com/docker/docker/pkg/fsutils [2022-03-04T15:02:32.199Z] github.com/docker/docker/pkg/homedir [2022-03-04T15:02:32.199Z] github.com/docker/docker/pkg/idtools [2022-03-04T15:02:32.199Z] github.com/docker/docker/pkg/ioutils [2022-03-04T15:02:32.199Z] github.com/docker/docker/pkg/jsonmessage [2022-03-04T15:02:32.199Z] github.com/docker/docker/pkg/locker [2022-03-04T15:02:32.199Z] github.com/docker/docker/pkg/longpath [2022-03-04T15:02:32.199Z] github.com/docker/docker/pkg/loopback [2022-03-04T15:02:32.199Z] github.com/docker/docker/pkg/mount [2022-03-04T15:02:32.199Z] github.com/docker/docker/pkg/namesgenerator [2022-03-04T15:02:32.199Z] github.com/docker/docker/pkg/parsers [2022-03-04T15:02:32.199Z] github.com/docker/docker/pkg/parsers/kernel [2022-03-04T15:02:32.199Z] github.com/docker/docker/pkg/parsers/operatingsystem [2022-03-04T15:02:32.199Z] github.com/docker/docker/pkg/pidfile [2022-03-04T15:02:32.199Z] github.com/docker/docker/pkg/platform [2022-03-04T15:02:32.199Z] github.com/docker/docker/pkg/plugingetter [2022-03-04T15:02:32.199Z] github.com/docker/docker/pkg/plugins [2022-03-04T15:02:32.199Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2022-03-04T15:02:32.199Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2022-03-04T15:02:32.199Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2022-03-04T15:02:32.199Z] github.com/docker/docker/pkg/plugins/transport [2022-03-04T15:02:32.199Z] github.com/docker/docker/pkg/pools [2022-03-04T15:02:32.199Z] github.com/docker/docker/pkg/progress [2022-03-04T15:02:32.199Z] github.com/docker/docker/pkg/pubsub [2022-03-04T15:02:32.199Z] github.com/docker/docker/pkg/reexec [2022-03-04T15:02:32.199Z] github.com/docker/docker/pkg/signal [2022-03-04T15:02:32.199Z] github.com/docker/docker/pkg/stack [2022-03-04T15:02:32.199Z] github.com/docker/docker/pkg/stdcopy [2022-03-04T15:02:32.199Z] github.com/docker/docker/pkg/streamformatter [2022-03-04T15:02:32.199Z] github.com/docker/docker/pkg/stringid [2022-03-04T15:02:32.199Z] github.com/docker/docker/pkg/symlink [2022-03-04T15:02:32.199Z] github.com/docker/docker/pkg/sysinfo [2022-03-04T15:02:32.199Z] github.com/docker/docker/pkg/system [2022-03-04T15:02:32.199Z] github.com/docker/docker/pkg/tailfile [2022-03-04T15:02:32.199Z] github.com/docker/docker/pkg/tarsum [2022-03-04T15:02:32.199Z] github.com/docker/docker/pkg/term [2022-03-04T15:02:32.199Z] github.com/docker/docker/pkg/term/windows [2022-03-04T15:02:32.199Z] github.com/docker/docker/pkg/truncindex [2022-03-04T15:02:32.199Z] github.com/docker/docker/pkg/urlutil [2022-03-04T15:02:32.199Z] github.com/docker/docker/pkg/useragent [2022-03-04T15:02:32.199Z] github.com/docker/docker/plugin [2022-03-04T15:02:32.199Z] github.com/docker/docker/plugin/executor/containerd [2022-03-04T15:02:32.199Z] github.com/docker/docker/plugin/v2 [2022-03-04T15:02:32.199Z] github.com/docker/docker/profiles/apparmor [2022-03-04T15:02:32.199Z] github.com/docker/docker/profiles/seccomp [2022-03-04T15:02:32.199Z] github.com/docker/docker/quota [2022-03-04T15:02:32.199Z] github.com/docker/docker/reference [2022-03-04T15:02:32.199Z] github.com/docker/docker/registry [2022-03-04T15:02:32.199Z] github.com/docker/docker/registry/resumable [2022-03-04T15:02:32.199Z] github.com/docker/docker/restartmanager [2022-03-04T15:02:32.199Z] github.com/docker/docker/rootless [2022-03-04T15:02:32.199Z] github.com/docker/docker/rootless/specconv [2022-03-04T15:02:32.199Z] github.com/docker/docker/runconfig [2022-03-04T15:02:32.199Z] github.com/docker/docker/runconfig/opts [2022-03-04T15:02:32.199Z] github.com/docker/docker/testutil [2022-03-04T15:02:32.199Z] github.com/docker/docker/testutil/daemon [2022-03-04T15:02:32.199Z] github.com/docker/docker/testutil/environment [2022-03-04T15:02:32.199Z] github.com/docker/docker/testutil/fakecontext [2022-03-04T15:02:32.199Z] github.com/docker/docker/testutil/fakegit [2022-03-04T15:02:32.199Z] github.com/docker/docker/testutil/fakestorage [2022-03-04T15:02:32.199Z] github.com/docker/docker/testutil/fixtures/load [2022-03-04T15:02:32.199Z] github.com/docker/docker/testutil/fixtures/plugin [2022-03-04T15:02:32.199Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2022-03-04T15:02:32.199Z] github.com/docker/docker/testutil/registry [2022-03-04T15:02:32.199Z] github.com/docker/docker/testutil/request [2022-03-04T15:02:32.199Z] github.com/docker/docker/volume [2022-03-04T15:02:32.199Z] github.com/docker/docker/volume/drivers [2022-03-04T15:02:32.199Z] github.com/docker/docker/volume/local [2022-03-04T15:02:32.199Z] github.com/docker/docker/volume/mounts [2022-03-04T15:02:32.199Z] github.com/docker/docker/volume/service [2022-03-04T15:02:32.199Z] github.com/docker/docker/volume/service/opts [2022-03-04T15:02:32.199Z] github.com/docker/docker/volume/testutils' ']' [2022-03-04T15:02:32.200Z] + 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-04T15:02:32.272Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2022-03-04T15:02:32.531Z] --- PASS: TestRenameLinkedContainer (2.88s) [2022-03-04T15:02:32.531Z] === RUN TestRenameStoppedContainer [2022-03-04T15:02:32.766Z] ? github.com/docker/docker/api [no test files] [2022-03-04T15:02:33.100Z] --- PASS: TestRenameStoppedContainer (0.69s) [2022-03-04T15:02:33.100Z] === RUN TestRenameRunningContainerAndReuse [2022-03-04T15:02:33.361Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-03-04T15:02:34.299Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2022-03-04T15:02:34.559Z] --- PASS: TestRenameRunningContainerAndReuse (1.46s) [2022-03-04T15:02:34.559Z] === RUN TestRenameInvalidName [2022-03-04T15:02:35.498Z] --- PASS: TestRenameInvalidName (0.70s) [2022-03-04T15:02:35.498Z] === RUN TestRenameAnonymousContainer [2022-03-04T15:02:36.438Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2022-03-04T15:02:36.699Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2022-03-04T15:02:38.080Z] --- PASS: TestRenameAnonymousContainer (2.63s) [2022-03-04T15:02:38.080Z] === RUN TestRenameContainerWithSameName [2022-03-04T15:02:38.648Z] --- PASS: TestRenameContainerWithSameName (0.56s) [2022-03-04T15:02:38.648Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-04T15:02:38.909Z] === RUN TestDockerSuite/TestBuildBlankName [2022-03-04T15:02:39.168Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-03-04T15:02:39.737Z] --- PASS: TestRenameContainerWithLinkedContainer (1.18s) [2022-03-04T15:02:39.737Z] === RUN TestResize [2022-03-04T15:02:40.307Z] --- PASS: TestResize (0.54s) [2022-03-04T15:02:40.307Z] === RUN TestResizeWithInvalidSize [2022-03-04T15:02:40.307Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2022-03-04T15:02:40.314Z] === RUN TestMiddlewares [2022-03-04T15:02:40.314Z] --- PASS: TestMiddlewares (0.00s) [2022-03-04T15:02:40.314Z] PASS [2022-03-04T15:02:40.314Z] coverage: 9.0% of statements [2022-03-04T15:02:40.314Z] ok github.com/docker/docker/api/server 0.053s coverage: 9.0% of statements [2022-03-04T15:02:40.875Z] --- PASS: TestResizeWithInvalidSize (0.70s) [2022-03-04T15:02:40.875Z] === RUN TestResizeWhenContainerNotStarted [2022-03-04T15:02:40.875Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-03-04T15:02:41.445Z] --- PASS: TestResizeWhenContainerNotStarted (0.58s) [2022-03-04T15:02:41.445Z] === RUN TestDaemonRestartKillContainers [2022-03-04T15:02:41.445Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-04T15:02:41.445Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-04T15:02:41.445Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-04T15:02:41.445Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-04T15:02:41.445Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-04T15:02:41.445Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-04T15:02:41.445Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-04T15:02:41.445Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-04T15:02:41.445Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-04T15:02:41.445Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-04T15:02:41.445Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-04T15:02:41.445Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-04T15:02:41.445Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-04T15:02:41.445Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-04T15:02:41.445Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-04T15:02:41.445Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-04T15:02:41.445Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-04T15:02:41.445Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-04T15:02:41.445Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-04T15:02:41.445Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-04T15:02:41.445Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-04T15:02:41.445Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-04T15:02:41.445Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-04T15:02:41.445Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-04T15:02:41.445Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-04T15:02:41.445Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-04T15:02:41.445Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-04T15:02:41.445Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-04T15:02:41.445Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-04T15:02:41.445Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-04T15:02:41.445Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-04T15:02:41.445Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-04T15:02:41.445Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2022-03-04T15:02:41.445Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-04T15:02:42.383Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-03-04T15:02:43.782Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-03-04T15:02:43.782Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2022-03-04T15:02:45.176Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-03-04T15:02:45.176Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2022-03-04T15:02:46.558Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2022-03-04T15:02:46.558Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2022-03-04T15:02:46.558Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-03-04T15:02:46.817Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2022-03-04T15:02:47.633Z] ok github.com/docker/docker/api/server 0.016s coverage: 9.0% of statements [2022-03-04T15:02:48.196Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-04T15:02:48.196Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon [2022-03-04T15:02:48.765Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-03-04T15:02:50.147Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-03-04T15:02:52.053Z] check_test.go:308: [dd5aea61a8e74] daemon is not started [2022-03-04T15:02:52.053Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2022-03-04T15:02:52.053Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon [2022-03-04T15:02:52.621Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2022-03-04T15:02:52.880Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-03-04T15:02:53.855Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-04T15:02:53.855Z] === RUN TestBoolValue [2022-03-04T15:02:53.855Z] --- PASS: TestBoolValue (0.00s) [2022-03-04T15:02:53.855Z] === RUN TestBoolValueOrDefault [2022-03-04T15:02:53.855Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-03-04T15:02:53.855Z] === RUN TestInt64ValueOrZero [2022-03-04T15:02:53.855Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-03-04T15:02:53.855Z] === RUN TestInt64ValueOrDefault [2022-03-04T15:02:53.855Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-03-04T15:02:53.855Z] === RUN TestInt64ValueOrDefaultWithError [2022-03-04T15:02:53.855Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-03-04T15:02:53.855Z] === RUN TestJsonContentType [2022-03-04T15:02:53.855Z] --- PASS: TestJsonContentType (0.00s) [2022-03-04T15:02:53.855Z] PASS [2022-03-04T15:02:53.855Z] coverage: 14.7% of statements [2022-03-04T15:02:53.855Z] ok github.com/docker/docker/api/server/httputils 0.082s coverage: 14.7% of statements [2022-03-04T15:02:54.264Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2022-03-04T15:02:54.322Z] === RUN TestMaskSecretKeys [2022-03-04T15:02:54.322Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-03-04T15:02:54.322Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-03-04T15:02:54.322Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-03-04T15:02:54.322Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-03-04T15:02:54.322Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-03-04T15:02:54.322Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-03-04T15:02:54.322Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-03-04T15:02:54.322Z] === RUN TestVersionMiddlewareVersion [2022-03-04T15:02:54.322Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-03-04T15:02:54.322Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-03-04T15:02:54.322Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-03-04T15:02:54.322Z] PASS [2022-03-04T15:02:54.322Z] coverage: 37.7% of statements [2022-03-04T15:02:54.322Z] ok github.com/docker/docker/api/server/middleware 0.056s coverage: 37.7% of statements [2022-03-04T15:02:54.322Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-04T15:02:54.322Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-04T15:02:54.322Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-04T15:02:54.322Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-04T15:02:54.322Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-04T15:02:54.322Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-04T15:02:54.322Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-04T15:02:54.322Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-04T15:02:54.322Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-04T15:02:54.322Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-04T15:02:54.322Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-04T15:02:54.790Z] === RUN TestAdjustForAPIVersion [2022-03-04T15:02:54.790Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-03-04T15:02:54.790Z] PASS [2022-03-04T15:02:54.790Z] coverage: 5.7% of statements [2022-03-04T15:02:54.790Z] ok github.com/docker/docker/api/server/router/swarm 0.060s coverage: 5.7% of statements [2022-03-04T15:02:54.790Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-04T15:02:54.790Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-04T15:02:54.790Z] ? github.com/docker/docker/api/types [no test files] [2022-03-04T15:02:54.790Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-04T15:02:54.790Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-04T15:02:54.790Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-04T15:02:54.790Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-04T15:02:54.790Z] === RUN TestToJSON [2022-03-04T15:02:54.790Z] --- PASS: TestToJSON (0.00s) [2022-03-04T15:02:54.790Z] === RUN TestToParamWithVersion [2022-03-04T15:02:54.790Z] --- PASS: TestToParamWithVersion (0.00s) [2022-03-04T15:02:54.790Z] === RUN TestFromJSON [2022-03-04T15:02:54.790Z] --- PASS: TestFromJSON (0.00s) [2022-03-04T15:02:54.790Z] === RUN TestEmpty [2022-03-04T15:02:54.790Z] --- PASS: TestEmpty (0.00s) [2022-03-04T15:02:54.790Z] === RUN TestArgsMatchKVListEmptySources [2022-03-04T15:02:54.790Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-03-04T15:02:54.790Z] === RUN TestArgsMatchKVList [2022-03-04T15:02:54.790Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-03-04T15:02:54.790Z] === RUN TestArgsMatch [2022-03-04T15:02:54.790Z] --- PASS: TestArgsMatch (0.00s) [2022-03-04T15:02:54.790Z] === RUN TestAdd [2022-03-04T15:02:54.790Z] --- PASS: TestAdd (0.00s) [2022-03-04T15:02:54.790Z] === RUN TestDel [2022-03-04T15:02:54.790Z] --- PASS: TestDel (0.00s) [2022-03-04T15:02:54.790Z] === RUN TestLen [2022-03-04T15:02:54.790Z] --- PASS: TestLen (0.00s) [2022-03-04T15:02:54.790Z] === RUN TestExactMatch [2022-03-04T15:02:54.790Z] --- PASS: TestExactMatch (0.00s) [2022-03-04T15:02:54.790Z] === RUN TestOnlyOneExactMatch [2022-03-04T15:02:54.790Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-03-04T15:02:54.790Z] === RUN TestContains [2022-03-04T15:02:54.790Z] --- PASS: TestContains (0.00s) [2022-03-04T15:02:54.790Z] === RUN TestValidate [2022-03-04T15:02:54.790Z] --- PASS: TestValidate (0.00s) [2022-03-04T15:02:54.790Z] === RUN TestWalkValues [2022-03-04T15:02:54.790Z] --- PASS: TestWalkValues (0.00s) [2022-03-04T15:02:54.790Z] === RUN TestFuzzyMatch [2022-03-04T15:02:54.790Z] --- PASS: TestFuzzyMatch (0.00s) [2022-03-04T15:02:54.790Z] === RUN TestClone [2022-03-04T15:02:54.790Z] --- PASS: TestClone (0.00s) [2022-03-04T15:02:54.790Z] PASS [2022-03-04T15:02:54.790Z] coverage: 92.2% of statements [2022-03-04T15:02:54.790Z] ok github.com/docker/docker/api/types/filters 0.042s coverage: 92.2% of statements [2022-03-04T15:02:54.790Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-04T15:02:55.257Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-04T15:02:55.257Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-04T15:02:55.257Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-04T15:02:55.257Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-04T15:02:55.257Z] === RUN TestStrSliceMarshalJSON [2022-03-04T15:02:55.257Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-03-04T15:02:55.257Z] === RUN TestStrSliceUnmarshalJSON [2022-03-04T15:02:55.257Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-03-04T15:02:55.257Z] === RUN TestStrSliceUnmarshalString [2022-03-04T15:02:55.257Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-03-04T15:02:55.257Z] === RUN TestStrSliceUnmarshalSlice [2022-03-04T15:02:55.257Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-03-04T15:02:55.257Z] PASS [2022-03-04T15:02:55.257Z] coverage: 90.0% of statements [2022-03-04T15:02:55.257Z] ok github.com/docker/docker/api/types/strslice 0.037s coverage: 90.0% of statements [2022-03-04T15:02:55.257Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-04T15:02:55.257Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-04T15:02:55.257Z] === RUN TestDurationToSecondsString [2022-03-04T15:02:55.257Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-03-04T15:02:55.257Z] === RUN TestGetTimestamp [2022-03-04T15:02:55.257Z] --- PASS: TestGetTimestamp (0.15s) [2022-03-04T15:02:55.257Z] === RUN TestParseTimestamps [2022-03-04T15:02:55.257Z] --- PASS: TestParseTimestamps (0.00s) [2022-03-04T15:02:55.257Z] PASS [2022-03-04T15:02:55.257Z] coverage: 100.0% of statements [2022-03-04T15:02:55.257Z] ok github.com/docker/docker/api/types/time 0.192s coverage: 100.0% of statements [2022-03-04T15:02:55.257Z] === RUN TestCompareVersion [2022-03-04T15:02:55.257Z] --- PASS: TestCompareVersion (0.00s) [2022-03-04T15:02:55.257Z] PASS [2022-03-04T15:02:55.257Z] coverage: 77.3% of statements [2022-03-04T15:02:55.726Z] ok github.com/docker/docker/api/types/versions 0.037s coverage: 77.3% of statements [2022-03-04T15:02:55.726Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-04T15:02:55.726Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-04T15:02:55.726Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-04T15:02:55.726Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-03-04T15:02:55.726Z] ? github.com/docker/docker/builder [no test files] [2022-03-04T15:02:55.726Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-04T15:02:55.726Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-04T15:02:55.726Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-04T15:02:55.726Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-04T15:02:55.726Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-04T15:02:55.726Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-04T15:02:55.726Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-04T15:02:56.172Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2022-03-04T15:02:56.711Z] === RUN TestParseRemoteURL [2022-03-04T15:02:56.711Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-03-04T15:02:56.711Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-03-04T15:02:56.711Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-03-04T15:02:56.711Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-03-04T15:02:56.711Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-03-04T15:02:56.711Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-03-04T15:02:56.711Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-03-04T15:02:56.711Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-03-04T15:02:56.711Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-03-04T15:02:56.711Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-03-04T15:02:56.711Z] --- PASS: TestParseRemoteURL (0.00s) [2022-03-04T15:02:56.711Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-03-04T15:02:56.711Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-03-04T15:02:56.711Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-03-04T15:02:56.711Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-03-04T15:02:56.711Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-03-04T15:02:56.711Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-03-04T15:02:56.711Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-03-04T15:02:56.711Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-03-04T15:02:56.711Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-03-04T15:02:56.711Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-03-04T15:02:56.711Z] === RUN TestCloneArgsSmartHttp [2022-03-04T15:02:56.711Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-03-04T15:02:56.711Z] === RUN TestCloneArgsDumbHttp [2022-03-04T15:02:56.711Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-03-04T15:02:56.711Z] === RUN TestCloneArgsGit [2022-03-04T15:02:56.711Z] --- PASS: TestCloneArgsGit (0.00s) [2022-03-04T15:02:56.711Z] === RUN TestCheckoutGit [2022-03-04T15:02:57.555Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2022-03-04T15:02:58.272Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-03-04T15:02:58.272Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2022-03-04T15:02:58.272Z] === RUN TestProcessNoDockerignore [2022-03-04T15:02:58.272Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-03-04T15:02:58.272Z] === RUN TestProcessShouldLeaveAllFiles [2022-03-04T15:02:58.272Z] --- PASS: TestProcessShouldLeaveAllFiles (0.01s) [2022-03-04T15:02:58.272Z] === RUN TestDetectContentType [2022-03-04T15:02:58.272Z] --- PASS: TestDetectContentType (0.00s) [2022-03-04T15:02:58.272Z] === RUN TestSelectAcceptableMIME [2022-03-04T15:02:58.272Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-03-04T15:02:58.272Z] === RUN TestInspectEmptyResponse [2022-03-04T15:02:58.272Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-03-04T15:02:58.272Z] === RUN TestInspectResponseBinary [2022-03-04T15:02:58.272Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-03-04T15:02:58.272Z] === RUN TestResponseUnsupportedContentType [2022-03-04T15:02:58.272Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-03-04T15:02:58.273Z] === RUN TestInspectResponseTextSimple [2022-03-04T15:02:58.273Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-03-04T15:02:58.273Z] === RUN TestInspectResponseEmptyContentType [2022-03-04T15:02:58.273Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-03-04T15:02:58.273Z] === RUN TestUnknownContentLength [2022-03-04T15:02:58.273Z] --- PASS: TestUnknownContentLength (0.00s) [2022-03-04T15:02:58.273Z] === RUN TestDownloadRemote [2022-03-04T15:02:58.273Z] === RUN TestEnable [2022-03-04T15:02:58.273Z] --- PASS: TestEnable (0.00s) [2022-03-04T15:02:58.273Z] === RUN TestDisable [2022-03-04T15:02:58.273Z] --- PASS: TestDisable (0.00s) [2022-03-04T15:02:58.273Z] === RUN TestEnabled [2022-03-04T15:02:58.273Z] --- PASS: TestEnabled (0.00s) [2022-03-04T15:02:58.273Z] PASS [2022-03-04T15:02:58.273Z] coverage: 100.0% of statements [2022-03-04T15:02:58.273Z] --- PASS: TestDownloadRemote (0.08s) [2022-03-04T15:02:58.273Z] === RUN TestGetWithStatusError [2022-03-04T15:02:58.273Z] --- PASS: TestGetWithStatusError (0.00s) [2022-03-04T15:02:58.273Z] === RUN TestCloseRootDirectory [2022-03-04T15:02:58.273Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:02:58.273Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-03-04T15:02:58.273Z] === RUN TestHashFile [2022-03-04T15:02:58.273Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:02:58.273Z] --- SKIP: TestHashFile (0.00s) [2022-03-04T15:02:58.273Z] === RUN TestHashSubdir [2022-03-04T15:02:58.273Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:02:58.273Z] ok github.com/docker/docker/cli/debug 0.040s coverage: 100.0% of statements [2022-03-04T15:02:58.273Z] --- SKIP: TestHashSubdir (0.01s) [2022-03-04T15:02:58.273Z] === RUN TestRemoveDirectory [2022-03-04T15:02:58.273Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:02:58.273Z] --- SKIP: TestRemoveDirectory (0.01s) [2022-03-04T15:02:58.273Z] PASS [2022-03-04T15:02:58.273Z] coverage: 9.3% of statements [2022-03-04T15:02:58.273Z] ok github.com/docker/docker/builder/remotecontext 0.216s coverage: 9.3% of statements [2022-03-04T15:02:58.740Z] === RUN TestGetAllAllowed [2022-03-04T15:02:58.740Z] --- PASS: TestGetAllAllowed (0.00s) [2022-03-04T15:02:58.740Z] === RUN TestGetAllMeta [2022-03-04T15:02:58.740Z] --- PASS: TestGetAllMeta (0.00s) [2022-03-04T15:02:58.740Z] === RUN TestWarnOnUnusedBuildArgs [2022-03-04T15:02:58.740Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-03-04T15:02:58.740Z] === RUN TestIsUnreferencedBuiltin [2022-03-04T15:02:58.740Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-03-04T15:02:58.740Z] === RUN TestIsExistingDirectory [2022-03-04T15:02:58.740Z] --- PASS: TestIsExistingDirectory (0.00s) [2022-03-04T15:02:58.935Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2022-03-04T15:02:59.207Z] === RUN TestGetFilenameForDownload [2022-03-04T15:02:59.207Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-03-04T15:02:59.207Z] === RUN TestEnv2Variables [2022-03-04T15:02:59.207Z] --- PASS: TestEnv2Variables (0.00s) [2022-03-04T15:02:59.207Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-03-04T15:02:59.207Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-03-04T15:02:59.207Z] === RUN TestMaintainer [2022-03-04T15:02:59.207Z] --- PASS: TestMaintainer (0.00s) [2022-03-04T15:02:59.207Z] === RUN TestLabel [2022-03-04T15:02:59.207Z] --- PASS: TestLabel (0.00s) [2022-03-04T15:02:59.207Z] === RUN TestFromScratch [2022-03-04T15:02:59.207Z] --- PASS: TestFromScratch (0.00s) [2022-03-04T15:02:59.207Z] === RUN TestFromWithArg [2022-03-04T15:02:59.207Z] --- PASS: TestFromWithArg (0.00s) [2022-03-04T15:02:59.207Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-03-04T15:02:59.207Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-03-04T15:02:59.207Z] === RUN TestFromWithUndefinedArg [2022-03-04T15:02:59.207Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-03-04T15:02:59.207Z] === RUN TestFromMultiStageWithNamedStage [2022-03-04T15:02:59.207Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-03-04T15:02:59.207Z] === RUN TestOnbuild [2022-03-04T15:02:59.207Z] --- PASS: TestOnbuild (0.00s) [2022-03-04T15:02:59.207Z] === RUN TestWorkdir [2022-03-04T15:02:59.207Z] --- PASS: TestWorkdir (0.00s) [2022-03-04T15:02:59.207Z] === RUN TestCmd [2022-03-04T15:02:59.207Z] --- PASS: TestCmd (0.00s) [2022-03-04T15:02:59.207Z] === RUN TestHealthcheckNone [2022-03-04T15:02:59.207Z] --- PASS: TestHealthcheckNone (0.00s) [2022-03-04T15:02:59.207Z] === RUN TestHealthcheckCmd [2022-03-04T15:02:59.207Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-03-04T15:02:59.207Z] === RUN TestEntrypoint [2022-03-04T15:02:59.207Z] --- PASS: TestEntrypoint (0.00s) [2022-03-04T15:02:59.207Z] === RUN TestExpose [2022-03-04T15:02:59.207Z] --- PASS: TestExpose (0.00s) [2022-03-04T15:02:59.207Z] === RUN TestUser [2022-03-04T15:02:59.208Z] --- PASS: TestUser (0.00s) [2022-03-04T15:02:59.208Z] === RUN TestVolume [2022-03-04T15:02:59.208Z] --- PASS: TestVolume (0.00s) [2022-03-04T15:02:59.208Z] === RUN TestStopSignal [2022-03-04T15:02:59.208Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-04T15:02:59.208Z] --- SKIP: TestStopSignal (0.00s) [2022-03-04T15:02:59.208Z] === RUN TestArg [2022-03-04T15:02:59.208Z] --- PASS: TestArg (0.00s) [2022-03-04T15:02:59.208Z] === RUN TestShell [2022-03-04T15:02:59.208Z] --- PASS: TestShell (0.00s) [2022-03-04T15:02:59.208Z] === RUN TestPrependEnvOnCmd [2022-03-04T15:02:59.208Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-03-04T15:02:59.208Z] === RUN TestRunWithBuildArgs [2022-03-04T15:02:59.208Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-03-04T15:02:59.208Z] === RUN TestRunIgnoresHealthcheck [2022-03-04T15:02:59.208Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-03-04T15:02:59.208Z] === RUN TestDispatchUnsupportedOptions [2022-03-04T15:02:59.208Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-03-04T15:02:59.208Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-03-04T15:02:59.208Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-03-04T15:02:59.208Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-03-04T15:02:59.208Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-03-04T15:02:59.208Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-03-04T15:02:59.208Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-03-04T15:02:59.208Z] === RUN TestNormalizeWorkdir [2022-03-04T15:02:59.208Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-03-04T15:02:59.208Z] === RUN TestDispatch [2022-03-04T15:02:59.208Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-03-04T15:02:59.208Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-03-04T15:02:59.208Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-03-04T15:02:59.208Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-03-04T15:02:59.208Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-03-04T15:02:59.208Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-03-04T15:02:59.208Z] === RUN TestDispatch/COPY_url [2022-03-04T15:02:59.208Z] --- PASS: TestDispatch (0.05s) [2022-03-04T15:02:59.208Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.01s) [2022-03-04T15:02:59.208Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2022-03-04T15:02:59.208Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2022-03-04T15:02:59.208Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-03-04T15:02:59.208Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-03-04T15:02:59.208Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-03-04T15:02:59.208Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-03-04T15:02:59.208Z] === RUN TestAddScratchImageAddsToMounts [2022-03-04T15:02:59.208Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-03-04T15:02:59.208Z] === RUN TestAddFromScratchPopulatesPlatform [2022-03-04T15:02:59.208Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-03-04T15:02:59.208Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-03-04T15:02:59.208Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-03-04T15:02:59.208Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-03-04T15:02:59.208Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-03-04T15:02:59.208Z] === RUN TestImageSourceGetAddsToMounts [2022-03-04T15:02:59.208Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-03-04T15:02:59.208Z] === RUN TestEmptyDockerfile [2022-03-04T15:02:59.208Z] --- PASS: TestEmptyDockerfile (0.01s) [2022-03-04T15:02:59.208Z] === RUN TestSymlinkDockerfile [2022-03-04T15:02:59.208Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-03-04T15:02:59.208Z] === RUN TestDockerfileOutsideTheBuildContext [2022-03-04T15:02:59.208Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-03-04T15:02:59.208Z] === RUN TestNonExistingDockerfile [2022-03-04T15:02:59.208Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-03-04T15:02:59.208Z] === RUN TestCopyRunConfig [2022-03-04T15:02:59.208Z] --- PASS: TestCopyRunConfig (0.00s) [2022-03-04T15:02:59.208Z] === RUN TestDeepCopyRunConfig [2022-03-04T15:02:59.208Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-03-04T15:02:59.208Z] === RUN TestExportImage [2022-03-04T15:02:59.208Z] --- PASS: TestExportImage (0.00s) [2022-03-04T15:02:59.208Z] === RUN TestNormalizeDest [2022-03-04T15:02:59.208Z] --- PASS: TestNormalizeDest (0.00s) [2022-03-04T15:02:59.208Z] PASS [2022-03-04T15:02:59.208Z] coverage: 46.7% of statements [2022-03-04T15:02:59.208Z] ok github.com/docker/docker/builder/dockerfile 0.168s coverage: 46.7% of statements [2022-03-04T15:02:59.208Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2022-03-04T15:02:59.675Z] === RUN TestTCP4Proxy [2022-03-04T15:02:59.675Z] --- PASS: TestTCP4Proxy (0.01s) [2022-03-04T15:02:59.675Z] === RUN TestTCP4ProxyHalfClose [2022-03-04T15:02:59.675Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-03-04T15:02:59.675Z] === RUN TestTCP6Proxy [2022-03-04T15:02:59.675Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-04T15:02:59.675Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-03-04T15:02:59.675Z] === RUN TestTCPDualStackProxy [2022-03-04T15:02:59.675Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-04T15:02:59.675Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-03-04T15:02:59.675Z] === RUN TestUDP4Proxy [2022-03-04T15:02:59.675Z] --- PASS: TestUDP4Proxy (0.00s) [2022-03-04T15:02:59.675Z] === RUN TestUDP6Proxy [2022-03-04T15:02:59.675Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-04T15:02:59.675Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-03-04T15:02:59.675Z] === RUN TestUDPWriteError [2022-03-04T15:02:59.675Z] --- PASS: TestUDPWriteError (0.00s) [2022-03-04T15:02:59.675Z] === RUN TestSCTP4Proxy [2022-03-04T15:02:59.675Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-04T15:02:59.675Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-03-04T15:02:59.675Z] === RUN TestSCTP6Proxy [2022-03-04T15:02:59.675Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-04T15:02:59.675Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-03-04T15:02:59.675Z] PASS [2022-03-04T15:02:59.675Z] coverage: 49.4% of statements [2022-03-04T15:02:59.675Z] ok github.com/docker/docker/cmd/docker-proxy 0.057s coverage: 49.4% of statements [2022-03-04T15:03:00.845Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2022-03-04T15:03:02.754Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2022-03-04T15:03:03.694Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2022-03-04T15:03:06.234Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-03-04T15:03:06.803Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2022-03-04T15:03:06.803Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.29s) [2022-03-04T15:03:06.803Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.39s) [2022-03-04T15:03:06.803Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/kill-daemon (4.79s) [2022-03-04T15:03:06.803Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.35s) [2022-03-04T15:03:06.803Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.60s) [2022-03-04T15:03:06.803Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.69s) [2022-03-04T15:03:06.803Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/stop-daemon (4.12s) [2022-03-04T15:03:06.803Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always_and_with_healthcheck/kill-daemon (4.22s) [2022-03-04T15:03:06.803Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.72s) [2022-03-04T15:03:06.803Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always_and_with_healthcheck/stop-daemon (5.58s) [2022-03-04T15:03:06.803Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.69s) [2022-03-04T15:03:06.803Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.97s) [2022-03-04T15:03:06.803Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.92s) [2022-03-04T15:03:06.803Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.88s) [2022-03-04T15:03:06.803Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.17s) [2022-03-04T15:03:06.803Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.18s) [2022-03-04T15:03:06.803Z] === RUN TestCgroupNamespacesRun [2022-03-04T15:03:08.715Z] --- PASS: TestCgroupNamespacesRun (1.91s) [2022-03-04T15:03:08.715Z] === RUN TestCgroupNamespacesRunPrivileged [2022-03-04T15:03:09.283Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-03-04T15:03:09.283Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2022-03-04T15:03:10.223Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.76s) [2022-03-04T15:03:10.223Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2022-03-04T15:03:10.403Z] === RUN TestCheckpointCreateError [2022-03-04T15:03:10.403Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestCheckpointCreate [2022-03-04T15:03:10.403Z] --- PASS: TestCheckpointCreate (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestCheckpointDeleteError [2022-03-04T15:03:10.403Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestCheckpointDelete [2022-03-04T15:03:10.403Z] --- PASS: TestCheckpointDelete (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestCheckpointListError [2022-03-04T15:03:10.403Z] --- PASS: TestCheckpointListError (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestCheckpointList [2022-03-04T15:03:10.403Z] --- PASS: TestCheckpointList (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestCheckpointListContainerNotFound [2022-03-04T15:03:10.403Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestNewClientWithOpsFromEnv [2022-03-04T15:03:10.403Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-04T15:03:10.403Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestGetAPIPath [2022-03-04T15:03:10.403Z] --- PASS: TestGetAPIPath (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestParseHostURL [2022-03-04T15:03:10.403Z] --- PASS: TestParseHostURL (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-03-04T15:03:10.403Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestNegotiateAPIVersionEmpty [2022-03-04T15:03:10.403Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestNegotiateAPIVersion [2022-03-04T15:03:10.403Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestNegotiateAPVersionOverride [2022-03-04T15:03:10.403Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestNegotiateAPIVersionAutomatic [2022-03-04T15:03:10.403Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-03-04T15:03:10.403Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-03-04T15:03:10.403Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestClientRedirect [2022-03-04T15:03:10.403Z] --- PASS: TestClientRedirect (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestConfigCreateUnsupported [2022-03-04T15:03:10.403Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestConfigCreateError [2022-03-04T15:03:10.403Z] --- PASS: TestConfigCreateError (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestConfigCreate [2022-03-04T15:03:10.403Z] --- PASS: TestConfigCreate (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestConfigInspectNotFound [2022-03-04T15:03:10.403Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestConfigInspectWithEmptyID [2022-03-04T15:03:10.403Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestConfigInspectUnsupported [2022-03-04T15:03:10.403Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestConfigInspectError [2022-03-04T15:03:10.403Z] --- PASS: TestConfigInspectError (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestConfigInspectConfigNotFound [2022-03-04T15:03:10.403Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestConfigInspect [2022-03-04T15:03:10.403Z] --- PASS: TestConfigInspect (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestConfigListUnsupported [2022-03-04T15:03:10.403Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestConfigListError [2022-03-04T15:03:10.403Z] --- PASS: TestConfigListError (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestConfigList [2022-03-04T15:03:10.403Z] --- PASS: TestConfigList (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestConfigRemoveUnsupported [2022-03-04T15:03:10.403Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestConfigRemoveError [2022-03-04T15:03:10.403Z] --- PASS: TestConfigRemoveError (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestConfigRemove [2022-03-04T15:03:10.403Z] --- PASS: TestConfigRemove (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestConfigUpdateUnsupported [2022-03-04T15:03:10.403Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestConfigUpdateError [2022-03-04T15:03:10.403Z] --- PASS: TestConfigUpdateError (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestConfigUpdate [2022-03-04T15:03:10.403Z] --- PASS: TestConfigUpdate (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestContainerCommitError [2022-03-04T15:03:10.403Z] --- PASS: TestContainerCommitError (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestContainerCommit [2022-03-04T15:03:10.403Z] --- PASS: TestContainerCommit (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestContainerStatPathError [2022-03-04T15:03:10.403Z] --- PASS: TestContainerStatPathError (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestContainerStatPathNotFoundError [2022-03-04T15:03:10.403Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestContainerStatPathNoHeaderError [2022-03-04T15:03:10.403Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestContainerStatPath [2022-03-04T15:03:10.403Z] --- PASS: TestContainerStatPath (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestCopyToContainerError [2022-03-04T15:03:10.403Z] --- PASS: TestCopyToContainerError (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestCopyToContainerNotFoundError [2022-03-04T15:03:10.403Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestCopyToContainerNotStatusOKError [2022-03-04T15:03:10.403Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestCopyToContainer [2022-03-04T15:03:10.403Z] --- PASS: TestCopyToContainer (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestCopyFromContainerError [2022-03-04T15:03:10.403Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestCopyFromContainerNotFoundError [2022-03-04T15:03:10.403Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestCopyFromContainerNotStatusOKError [2022-03-04T15:03:10.403Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestCopyFromContainerNoHeaderError [2022-03-04T15:03:10.403Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestCopyFromContainer [2022-03-04T15:03:10.403Z] --- PASS: TestCopyFromContainer (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestContainerCreateError [2022-03-04T15:03:10.403Z] --- PASS: TestContainerCreateError (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestContainerCreateImageNotFound [2022-03-04T15:03:10.403Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestContainerCreateWithName [2022-03-04T15:03:10.403Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestContainerCreateAutoRemove [2022-03-04T15:03:10.403Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestContainerDiffError [2022-03-04T15:03:10.403Z] --- PASS: TestContainerDiffError (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestContainerDiff [2022-03-04T15:03:10.403Z] --- PASS: TestContainerDiff (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestContainerExecCreateError [2022-03-04T15:03:10.403Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestContainerExecCreate [2022-03-04T15:03:10.403Z] --- PASS: TestContainerExecCreate (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestContainerExecStartError [2022-03-04T15:03:10.403Z] --- PASS: TestContainerExecStartError (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestContainerExecStart [2022-03-04T15:03:10.403Z] --- PASS: TestContainerExecStart (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestContainerExecInspectError [2022-03-04T15:03:10.403Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestContainerExecInspect [2022-03-04T15:03:10.403Z] --- PASS: TestContainerExecInspect (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestContainerExportError [2022-03-04T15:03:10.403Z] --- PASS: TestContainerExportError (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestContainerExport [2022-03-04T15:03:10.403Z] --- PASS: TestContainerExport (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestContainerInspectError [2022-03-04T15:03:10.403Z] --- PASS: TestContainerInspectError (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestContainerInspectContainerNotFound [2022-03-04T15:03:10.403Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestContainerInspectWithEmptyID [2022-03-04T15:03:10.403Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestContainerInspect [2022-03-04T15:03:10.403Z] --- PASS: TestContainerInspect (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestContainerInspectNode [2022-03-04T15:03:10.403Z] --- PASS: TestContainerInspectNode (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestContainerKillError [2022-03-04T15:03:10.403Z] --- PASS: TestContainerKillError (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestContainerKill [2022-03-04T15:03:10.403Z] --- PASS: TestContainerKill (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestContainerListError [2022-03-04T15:03:10.403Z] --- PASS: TestContainerListError (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestContainerList [2022-03-04T15:03:10.403Z] --- PASS: TestContainerList (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestContainerLogsNotFoundError [2022-03-04T15:03:10.403Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestContainerLogsError [2022-03-04T15:03:10.403Z] --- PASS: TestContainerLogsError (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestContainerLogs [2022-03-04T15:03:10.403Z] --- PASS: TestContainerLogs (0.16s) [2022-03-04T15:03:10.403Z] === RUN TestContainerPauseError [2022-03-04T15:03:10.403Z] --- PASS: TestContainerPauseError (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestContainerPause [2022-03-04T15:03:10.403Z] --- PASS: TestContainerPause (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestContainersPruneError [2022-03-04T15:03:10.403Z] --- PASS: TestContainersPruneError (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestContainersPrune [2022-03-04T15:03:10.403Z] --- PASS: TestContainersPrune (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestContainerRemoveError [2022-03-04T15:03:10.403Z] --- PASS: TestContainerRemoveError (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestContainerRemoveNotFoundError [2022-03-04T15:03:10.403Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestContainerRemove [2022-03-04T15:03:10.403Z] --- PASS: TestContainerRemove (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestContainerRenameError [2022-03-04T15:03:10.403Z] --- PASS: TestContainerRenameError (0.00s) [2022-03-04T15:03:10.403Z] === RUN TestContainerRename [2022-03-04T15:03:10.404Z] --- PASS: TestContainerRename (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestContainerResizeError [2022-03-04T15:03:10.404Z] --- PASS: TestContainerResizeError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestContainerExecResizeError [2022-03-04T15:03:10.404Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestContainerResize [2022-03-04T15:03:10.404Z] --- PASS: TestContainerResize (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestContainerExecResize [2022-03-04T15:03:10.404Z] --- PASS: TestContainerExecResize (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestContainerRestartError [2022-03-04T15:03:10.404Z] --- PASS: TestContainerRestartError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestContainerRestart [2022-03-04T15:03:10.404Z] --- PASS: TestContainerRestart (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestContainerStartError [2022-03-04T15:03:10.404Z] --- PASS: TestContainerStartError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestContainerStart [2022-03-04T15:03:10.404Z] --- PASS: TestContainerStart (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestContainerStatsError [2022-03-04T15:03:10.404Z] --- PASS: TestContainerStatsError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestContainerStats [2022-03-04T15:03:10.404Z] --- PASS: TestContainerStats (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestContainerStopError [2022-03-04T15:03:10.404Z] --- PASS: TestContainerStopError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestContainerStop [2022-03-04T15:03:10.404Z] --- PASS: TestContainerStop (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestContainerTopError [2022-03-04T15:03:10.404Z] --- PASS: TestContainerTopError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestContainerTop [2022-03-04T15:03:10.404Z] --- PASS: TestContainerTop (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestContainerUnpauseError [2022-03-04T15:03:10.404Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestContainerUnpause [2022-03-04T15:03:10.404Z] --- PASS: TestContainerUnpause (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestContainerUpdateError [2022-03-04T15:03:10.404Z] --- PASS: TestContainerUpdateError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestContainerUpdate [2022-03-04T15:03:10.404Z] --- PASS: TestContainerUpdate (0.02s) [2022-03-04T15:03:10.404Z] === RUN TestContainerWaitError [2022-03-04T15:03:10.404Z] --- PASS: TestContainerWaitError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestContainerWait [2022-03-04T15:03:10.404Z] --- PASS: TestContainerWait (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestDiskUsageError [2022-03-04T15:03:10.404Z] --- PASS: TestDiskUsageError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestDiskUsage [2022-03-04T15:03:10.404Z] --- PASS: TestDiskUsage (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestDistributionInspectUnsupported [2022-03-04T15:03:10.404Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestDistributionInspectWithEmptyID [2022-03-04T15:03:10.404Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestEventsErrorInOptions [2022-03-04T15:03:10.404Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestEventsErrorFromServer [2022-03-04T15:03:10.404Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestEvents [2022-03-04T15:03:10.404Z] --- PASS: TestEvents (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestTLSCloseWriter [2022-03-04T15:03:10.404Z] === PAUSE TestTLSCloseWriter [2022-03-04T15:03:10.404Z] === RUN TestImageBuildError [2022-03-04T15:03:10.404Z] --- PASS: TestImageBuildError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestImageBuild [2022-03-04T15:03:10.404Z] --- PASS: TestImageBuild (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestGetDockerOS [2022-03-04T15:03:10.404Z] --- PASS: TestGetDockerOS (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestImageCreateError [2022-03-04T15:03:10.404Z] --- PASS: TestImageCreateError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestImageCreate [2022-03-04T15:03:10.404Z] --- PASS: TestImageCreate (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestImageHistoryError [2022-03-04T15:03:10.404Z] --- PASS: TestImageHistoryError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestImageHistory [2022-03-04T15:03:10.404Z] --- PASS: TestImageHistory (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestImageImportError [2022-03-04T15:03:10.404Z] --- PASS: TestImageImportError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestImageImport [2022-03-04T15:03:10.404Z] --- PASS: TestImageImport (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestImageInspectError [2022-03-04T15:03:10.404Z] --- PASS: TestImageInspectError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestImageInspectImageNotFound [2022-03-04T15:03:10.404Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestImageInspectWithEmptyID [2022-03-04T15:03:10.404Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestImageInspect [2022-03-04T15:03:10.404Z] --- PASS: TestImageInspect (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestImageListError [2022-03-04T15:03:10.404Z] --- PASS: TestImageListError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestImageList [2022-03-04T15:03:10.404Z] --- PASS: TestImageList (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestImageListApiBefore125 [2022-03-04T15:03:10.404Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestImageLoadError [2022-03-04T15:03:10.404Z] --- PASS: TestImageLoadError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestImageLoad [2022-03-04T15:03:10.404Z] --- PASS: TestImageLoad (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestImagesPruneError [2022-03-04T15:03:10.404Z] --- PASS: TestImagesPruneError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestImagesPrune [2022-03-04T15:03:10.404Z] --- PASS: TestImagesPrune (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestImagePullReferenceParseError [2022-03-04T15:03:10.404Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestImagePullAnyError [2022-03-04T15:03:10.404Z] --- PASS: TestImagePullAnyError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestImagePullStatusUnauthorizedError [2022-03-04T15:03:10.404Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-04T15:03:10.404Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-04T15:03:10.404Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-03-04T15:03:10.404Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestImagePullWithoutErrors [2022-03-04T15:03:10.404Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestImagePushReferenceError [2022-03-04T15:03:10.404Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestImagePushAnyError [2022-03-04T15:03:10.404Z] --- PASS: TestImagePushAnyError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestImagePushStatusUnauthorizedError [2022-03-04T15:03:10.404Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-04T15:03:10.404Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-04T15:03:10.404Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-03-04T15:03:10.404Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestImagePushWithoutErrors [2022-03-04T15:03:10.404Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-03-04T15:03:10.404Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-03-04T15:03:10.404Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-03-04T15:03:10.404Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-03-04T15:03:10.404Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-03-04T15:03:10.404Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-03-04T15:03:10.404Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-03-04T15:03:10.404Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-03-04T15:03:10.404Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestImageRemoveError [2022-03-04T15:03:10.404Z] --- PASS: TestImageRemoveError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestImageRemoveImageNotFound [2022-03-04T15:03:10.404Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestImageRemove [2022-03-04T15:03:10.404Z] --- PASS: TestImageRemove (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestImageSaveError [2022-03-04T15:03:10.404Z] --- PASS: TestImageSaveError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestImageSave [2022-03-04T15:03:10.404Z] --- PASS: TestImageSave (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestImageSearchAnyError [2022-03-04T15:03:10.404Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestImageSearchStatusUnauthorizedError [2022-03-04T15:03:10.404Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-04T15:03:10.404Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-04T15:03:10.404Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-03-04T15:03:10.404Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestImageSearchWithoutErrors [2022-03-04T15:03:10.404Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestImageTagError [2022-03-04T15:03:10.404Z] --- PASS: TestImageTagError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestImageTagInvalidReference [2022-03-04T15:03:10.404Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestImageTagInvalidSourceImageName [2022-03-04T15:03:10.404Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestImageTagHexSource [2022-03-04T15:03:10.404Z] --- PASS: TestImageTagHexSource (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestImageTag [2022-03-04T15:03:10.404Z] --- PASS: TestImageTag (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestInfoServerError [2022-03-04T15:03:10.404Z] --- PASS: TestInfoServerError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestInfoInvalidResponseJSONError [2022-03-04T15:03:10.404Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestInfo [2022-03-04T15:03:10.404Z] --- PASS: TestInfo (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestNetworkConnectError [2022-03-04T15:03:10.404Z] --- PASS: TestNetworkConnectError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-03-04T15:03:10.404Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestNetworkConnect [2022-03-04T15:03:10.404Z] --- PASS: TestNetworkConnect (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestNetworkCreateError [2022-03-04T15:03:10.404Z] --- PASS: TestNetworkCreateError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestNetworkCreate [2022-03-04T15:03:10.404Z] --- PASS: TestNetworkCreate (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestNetworkDisconnectError [2022-03-04T15:03:10.404Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestNetworkDisconnect [2022-03-04T15:03:10.404Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestNetworkInspect [2022-03-04T15:03:10.404Z] === RUN TestNetworkInspect/empty_ID [2022-03-04T15:03:10.404Z] === RUN TestNetworkInspect/no_options [2022-03-04T15:03:10.404Z] === RUN TestNetworkInspect/verbose [2022-03-04T15:03:10.404Z] === RUN TestNetworkInspect/global_scope [2022-03-04T15:03:10.404Z] === RUN TestNetworkInspect/unknown_network [2022-03-04T15:03:10.404Z] === RUN TestNetworkInspect/server_error [2022-03-04T15:03:10.404Z] --- PASS: TestNetworkInspect (0.00s) [2022-03-04T15:03:10.404Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-03-04T15:03:10.404Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-03-04T15:03:10.404Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-03-04T15:03:10.404Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-03-04T15:03:10.404Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-03-04T15:03:10.404Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestNetworkListError [2022-03-04T15:03:10.404Z] --- PASS: TestNetworkListError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestNetworkList [2022-03-04T15:03:10.404Z] --- PASS: TestNetworkList (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestNetworksPruneError [2022-03-04T15:03:10.404Z] --- PASS: TestNetworksPruneError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestNetworksPrune [2022-03-04T15:03:10.404Z] --- PASS: TestNetworksPrune (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestNetworkRemoveError [2022-03-04T15:03:10.404Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestNetworkRemove [2022-03-04T15:03:10.404Z] --- PASS: TestNetworkRemove (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestNodeInspectError [2022-03-04T15:03:10.404Z] --- PASS: TestNodeInspectError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestNodeInspectNodeNotFound [2022-03-04T15:03:10.404Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestNodeInspectWithEmptyID [2022-03-04T15:03:10.404Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestNodeInspect [2022-03-04T15:03:10.404Z] --- PASS: TestNodeInspect (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestNodeListError [2022-03-04T15:03:10.404Z] --- PASS: TestNodeListError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestNodeList [2022-03-04T15:03:10.404Z] --- PASS: TestNodeList (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestNodeRemoveError [2022-03-04T15:03:10.404Z] --- PASS: TestNodeRemoveError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestNodeRemove [2022-03-04T15:03:10.404Z] --- PASS: TestNodeRemove (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestNodeUpdateError [2022-03-04T15:03:10.404Z] --- PASS: TestNodeUpdateError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestNodeUpdate [2022-03-04T15:03:10.404Z] --- PASS: TestNodeUpdate (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestOptionWithHostFromEnv [2022-03-04T15:03:10.404Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestOptionWithTimeout [2022-03-04T15:03:10.404Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestOptionWithVersionFromEnv [2022-03-04T15:03:10.404Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestPingFail [2022-03-04T15:03:10.404Z] --- PASS: TestPingFail (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestPingWithError [2022-03-04T15:03:10.404Z] 2022/03/04 15:03:09 RoundTripper returned a response & error; ignoring response [2022-03-04T15:03:10.404Z] 2022/03/04 15:03:09 RoundTripper returned a response & error; ignoring response [2022-03-04T15:03:10.404Z] --- PASS: TestPingWithError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestPingSuccess [2022-03-04T15:03:10.404Z] --- PASS: TestPingSuccess (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestPingHeadFallback [2022-03-04T15:03:10.404Z] === RUN TestPingHeadFallback/OK [2022-03-04T15:03:10.404Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-03-04T15:03:10.404Z] === RUN TestPingHeadFallback/Not_Found [2022-03-04T15:03:10.404Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-03-04T15:03:10.404Z] --- PASS: TestPingHeadFallback (0.00s) [2022-03-04T15:03:10.404Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-03-04T15:03:10.404Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-03-04T15:03:10.404Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-03-04T15:03:10.404Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestPluginDisableError [2022-03-04T15:03:10.404Z] --- PASS: TestPluginDisableError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestPluginDisable [2022-03-04T15:03:10.404Z] --- PASS: TestPluginDisable (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestPluginEnableError [2022-03-04T15:03:10.404Z] --- PASS: TestPluginEnableError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestPluginEnable [2022-03-04T15:03:10.404Z] --- PASS: TestPluginEnable (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestPluginInspectError [2022-03-04T15:03:10.404Z] --- PASS: TestPluginInspectError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestPluginInspectWithEmptyID [2022-03-04T15:03:10.404Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestPluginInspect [2022-03-04T15:03:10.404Z] --- PASS: TestPluginInspect (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestPluginListError [2022-03-04T15:03:10.404Z] --- PASS: TestPluginListError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestPluginList [2022-03-04T15:03:10.404Z] --- PASS: TestPluginList (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestPluginPushError [2022-03-04T15:03:10.404Z] --- PASS: TestPluginPushError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestPluginPush [2022-03-04T15:03:10.404Z] --- PASS: TestPluginPush (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestPluginRemoveError [2022-03-04T15:03:10.404Z] --- PASS: TestPluginRemoveError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestPluginRemove [2022-03-04T15:03:10.404Z] --- PASS: TestPluginRemove (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestPluginSetError [2022-03-04T15:03:10.404Z] --- PASS: TestPluginSetError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestPluginSet [2022-03-04T15:03:10.404Z] --- PASS: TestPluginSet (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestSetHostHeader [2022-03-04T15:03:10.404Z] --- PASS: TestSetHostHeader (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestPlainTextError [2022-03-04T15:03:10.404Z] --- PASS: TestPlainTextError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestInfiniteError [2022-03-04T15:03:10.404Z] --- PASS: TestInfiniteError (0.04s) [2022-03-04T15:03:10.404Z] === RUN TestCanceledContext [2022-03-04T15:03:10.404Z] 2022/03/04 15:03:09 RoundTripper returned a response & error; ignoring response [2022-03-04T15:03:10.404Z] --- PASS: TestCanceledContext (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestDeadlineExceededContext [2022-03-04T15:03:10.404Z] 2022/03/04 15:03:09 RoundTripper returned a response & error; ignoring response [2022-03-04T15:03:10.404Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestSecretCreateUnsupported [2022-03-04T15:03:10.404Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestSecretCreateError [2022-03-04T15:03:10.404Z] --- PASS: TestSecretCreateError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestSecretCreate [2022-03-04T15:03:10.404Z] --- PASS: TestSecretCreate (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestSecretInspectUnsupported [2022-03-04T15:03:10.404Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestSecretInspectError [2022-03-04T15:03:10.404Z] --- PASS: TestSecretInspectError (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestSecretInspectSecretNotFound [2022-03-04T15:03:10.404Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestSecretInspectWithEmptyID [2022-03-04T15:03:10.404Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestSecretInspect [2022-03-04T15:03:10.404Z] --- PASS: TestSecretInspect (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestSecretListUnsupported [2022-03-04T15:03:10.404Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-03-04T15:03:10.404Z] === RUN TestSecretListError [2022-03-04T15:03:10.404Z] --- PASS: TestSecretListError (0.00s) [2022-03-04T15:03:10.405Z] === RUN TestSecretList [2022-03-04T15:03:10.405Z] --- PASS: TestSecretList (0.00s) [2022-03-04T15:03:10.405Z] === RUN TestSecretRemoveUnsupported [2022-03-04T15:03:10.405Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-03-04T15:03:10.405Z] === RUN TestSecretRemoveError [2022-03-04T15:03:10.405Z] --- PASS: TestSecretRemoveError (0.00s) [2022-03-04T15:03:10.405Z] === RUN TestSecretRemove [2022-03-04T15:03:10.405Z] --- PASS: TestSecretRemove (0.00s) [2022-03-04T15:03:10.405Z] === RUN TestSecretUpdateUnsupported [2022-03-04T15:03:10.405Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-03-04T15:03:10.405Z] === RUN TestSecretUpdateError [2022-03-04T15:03:10.405Z] --- PASS: TestSecretUpdateError (0.00s) [2022-03-04T15:03:10.405Z] === RUN TestSecretUpdate [2022-03-04T15:03:10.405Z] --- PASS: TestSecretUpdate (0.00s) [2022-03-04T15:03:10.405Z] === RUN TestServiceCreateError [2022-03-04T15:03:10.405Z] --- PASS: TestServiceCreateError (0.00s) [2022-03-04T15:03:10.405Z] === RUN TestServiceCreate [2022-03-04T15:03:10.405Z] --- PASS: TestServiceCreate (0.00s) [2022-03-04T15:03:10.405Z] === RUN TestServiceCreateCompatiblePlatforms [2022-03-04T15:03:10.405Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-03-04T15:03:10.405Z] === RUN TestServiceCreateDigestPinning [2022-03-04T15:03:10.405Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-03-04T15:03:10.405Z] === RUN TestServiceInspectError [2022-03-04T15:03:10.405Z] --- PASS: TestServiceInspectError (0.00s) [2022-03-04T15:03:10.405Z] === RUN TestServiceInspectServiceNotFound [2022-03-04T15:03:10.405Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-03-04T15:03:10.405Z] === RUN TestServiceInspectWithEmptyID [2022-03-04T15:03:10.405Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-03-04T15:03:10.405Z] === RUN TestServiceInspect [2022-03-04T15:03:10.405Z] --- PASS: TestServiceInspect (0.00s) [2022-03-04T15:03:10.405Z] === RUN TestServiceListError [2022-03-04T15:03:10.405Z] --- PASS: TestServiceListError (0.00s) [2022-03-04T15:03:10.405Z] === RUN TestServiceList [2022-03-04T15:03:10.405Z] --- PASS: TestServiceList (0.00s) [2022-03-04T15:03:10.405Z] === RUN TestServiceLogsError [2022-03-04T15:03:10.405Z] --- PASS: TestServiceLogsError (0.00s) [2022-03-04T15:03:10.405Z] === RUN TestServiceLogs [2022-03-04T15:03:10.405Z] --- PASS: TestServiceLogs (0.00s) [2022-03-04T15:03:10.405Z] === RUN TestServiceRemoveError [2022-03-04T15:03:10.405Z] --- PASS: TestServiceRemoveError (0.00s) [2022-03-04T15:03:10.405Z] === RUN TestServiceRemoveNotFoundError [2022-03-04T15:03:10.405Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-03-04T15:03:10.405Z] === RUN TestServiceRemove [2022-03-04T15:03:10.405Z] --- PASS: TestServiceRemove (0.00s) [2022-03-04T15:03:10.405Z] === RUN TestServiceUpdateError [2022-03-04T15:03:10.405Z] --- PASS: TestServiceUpdateError (0.00s) [2022-03-04T15:03:10.405Z] === RUN TestServiceUpdate [2022-03-04T15:03:10.405Z] --- PASS: TestServiceUpdate (0.00s) [2022-03-04T15:03:10.405Z] === RUN TestSwarmGetUnlockKeyError [2022-03-04T15:03:10.405Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-03-04T15:03:10.405Z] === RUN TestSwarmGetUnlockKey [2022-03-04T15:03:10.405Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-03-04T15:03:10.405Z] === RUN TestSwarmInitError [2022-03-04T15:03:10.405Z] --- PASS: TestSwarmInitError (0.00s) [2022-03-04T15:03:10.405Z] === RUN TestSwarmInit [2022-03-04T15:03:10.405Z] --- PASS: TestSwarmInit (0.00s) [2022-03-04T15:03:10.405Z] === RUN TestSwarmInspectError [2022-03-04T15:03:10.405Z] --- PASS: TestSwarmInspectError (0.00s) [2022-03-04T15:03:10.405Z] === RUN TestSwarmInspect [2022-03-04T15:03:10.405Z] --- PASS: TestSwarmInspect (0.00s) [2022-03-04T15:03:10.405Z] === RUN TestSwarmJoinError [2022-03-04T15:03:10.405Z] --- PASS: TestSwarmJoinError (0.00s) [2022-03-04T15:03:10.405Z] === RUN TestSwarmJoin [2022-03-04T15:03:10.405Z] --- PASS: TestSwarmJoin (0.00s) [2022-03-04T15:03:10.405Z] === RUN TestSwarmLeaveError [2022-03-04T15:03:10.405Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-03-04T15:03:10.405Z] === RUN TestSwarmLeave [2022-03-04T15:03:10.405Z] --- PASS: TestSwarmLeave (0.00s) [2022-03-04T15:03:10.405Z] === RUN TestSwarmUnlockError [2022-03-04T15:03:10.405Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-03-04T15:03:10.405Z] === RUN TestSwarmUnlock [2022-03-04T15:03:10.405Z] --- PASS: TestSwarmUnlock (0.00s) [2022-03-04T15:03:10.405Z] === RUN TestSwarmUpdateError [2022-03-04T15:03:10.405Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-03-04T15:03:10.405Z] === RUN TestSwarmUpdate [2022-03-04T15:03:10.405Z] --- PASS: TestSwarmUpdate (0.00s) [2022-03-04T15:03:10.405Z] === RUN TestTaskInspectError [2022-03-04T15:03:10.405Z] --- PASS: TestTaskInspectError (0.00s) [2022-03-04T15:03:10.405Z] === RUN TestTaskInspectWithEmptyID [2022-03-04T15:03:10.405Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-03-04T15:03:10.405Z] === RUN TestTaskInspect [2022-03-04T15:03:10.405Z] --- PASS: TestTaskInspect (0.00s) [2022-03-04T15:03:10.405Z] === RUN TestTaskListError [2022-03-04T15:03:10.405Z] --- PASS: TestTaskListError (0.00s) [2022-03-04T15:03:10.405Z] === RUN TestTaskList [2022-03-04T15:03:10.405Z] --- PASS: TestTaskList (0.00s) [2022-03-04T15:03:10.405Z] === RUN TestVolumeCreateError [2022-03-04T15:03:10.405Z] --- PASS: TestVolumeCreateError (0.00s) [2022-03-04T15:03:10.405Z] === RUN TestVolumeCreate [2022-03-04T15:03:10.405Z] --- PASS: TestVolumeCreate (0.00s) [2022-03-04T15:03:10.405Z] === RUN TestVolumeInspectError [2022-03-04T15:03:10.405Z] --- PASS: TestVolumeInspectError (0.00s) [2022-03-04T15:03:10.405Z] === RUN TestVolumeInspectNotFound [2022-03-04T15:03:10.405Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-03-04T15:03:10.405Z] === RUN TestVolumeInspectWithEmptyID [2022-03-04T15:03:10.405Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-03-04T15:03:10.405Z] === RUN TestVolumeInspect [2022-03-04T15:03:10.405Z] --- PASS: TestVolumeInspect (0.00s) [2022-03-04T15:03:10.405Z] === RUN TestVolumeListError [2022-03-04T15:03:10.405Z] --- PASS: TestVolumeListError (0.00s) [2022-03-04T15:03:10.405Z] === RUN TestVolumeList [2022-03-04T15:03:10.405Z] --- PASS: TestVolumeList (0.00s) [2022-03-04T15:03:10.405Z] === RUN TestVolumeRemoveError [2022-03-04T15:03:10.405Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-03-04T15:03:10.405Z] === RUN TestVolumeRemove [2022-03-04T15:03:10.405Z] --- PASS: TestVolumeRemove (0.00s) [2022-03-04T15:03:10.405Z] === CONT TestTLSCloseWriter [2022-03-04T15:03:10.405Z] --- PASS: TestTLSCloseWriter (0.02s) [2022-03-04T15:03:10.405Z] PASS [2022-03-04T15:03:10.405Z] coverage: 75.2% of statements [2022-03-04T15:03:10.405Z] ok github.com/docker/docker/client 0.372s coverage: 75.2% of statements [2022-03-04T15:03:11.609Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2022-03-04T15:03:11.609Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-03-04T15:03:11.868Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.63s) [2022-03-04T15:03:11.868Z] === RUN TestCgroupNamespacesRunHostMode [2022-03-04T15:03:11.868Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-03-04T15:03:12.806Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2022-03-04T15:03:13.745Z] --- PASS: TestCgroupNamespacesRunHostMode (1.61s) [2022-03-04T15:03:13.745Z] === RUN TestCgroupNamespacesRunPrivateMode [2022-03-04T15:03:14.004Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-03-04T15:03:15.385Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.73s) [2022-03-04T15:03:15.385Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2022-03-04T15:03:15.954Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-03-04T15:03:16.896Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.62s) [2022-03-04T15:03:16.896Z] === RUN TestCgroupNamespacesRunInvalidMode [2022-03-04T15:03:17.156Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2022-03-04T15:03:17.725Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.83s) [2022-03-04T15:03:17.725Z] === RUN TestCgroupNamespacesRunOlderClient [2022-03-04T15:03:19.634Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.71s) [2022-03-04T15:03:19.634Z] === RUN TestNISDomainname [2022-03-04T15:03:20.204Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2022-03-04T15:03:20.469Z] --- PASS: TestNISDomainname (1.09s) [2022-03-04T15:03:20.469Z] === RUN TestHostnameDnsResolution [2022-03-04T15:03:20.732Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-03-04T15:03:21.672Z] --- PASS: TestHostnameDnsResolution (1.22s) [2022-03-04T15:03:21.672Z] === RUN TestUnprivilegedPortsAndPing [2022-03-04T15:03:21.931Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-03-04T15:03:22.500Z] --- PASS: TestUnprivilegedPortsAndPing (0.83s) [2022-03-04T15:03:22.500Z] === RUN TestStats [2022-03-04T15:03:23.069Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-03-04T15:03:23.638Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-03-04T15:03:24.208Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-03-04T15:03:24.776Z] check_test.go:308: [dcc014030b49c] daemon is not started [2022-03-04T15:03:24.776Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2022-03-04T15:03:25.343Z] --- PASS: TestStats (2.79s) [2022-03-04T15:03:25.343Z] === RUN TestStopContainerWithTimeout [2022-03-04T15:03:25.343Z] === RUN TestStopContainerWithTimeout/0 [2022-03-04T15:03:25.343Z] === PAUSE TestStopContainerWithTimeout/0 [2022-03-04T15:03:25.343Z] === RUN TestStopContainerWithTimeout/1 [2022-03-04T15:03:25.343Z] === PAUSE TestStopContainerWithTimeout/1 [2022-03-04T15:03:25.343Z] === RUN TestStopContainerWithTimeout/3 [2022-03-04T15:03:25.343Z] === PAUSE TestStopContainerWithTimeout/3 [2022-03-04T15:03:25.343Z] === RUN TestStopContainerWithTimeout/-1 [2022-03-04T15:03:25.343Z] === PAUSE TestStopContainerWithTimeout/-1 [2022-03-04T15:03:25.343Z] === CONT TestStopContainerWithTimeout/0 [2022-03-04T15:03:25.343Z] === CONT TestStopContainerWithTimeout/-1 [2022-03-04T15:03:26.282Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2022-03-04T15:03:26.542Z] === CONT TestStopContainerWithTimeout/3 [2022-03-04T15:03:28.283Z] --- PASS: TestCheckoutGit (29.88s) [2022-03-04T15:03:28.283Z] === RUN TestValidGitTransport [2022-03-04T15:03:28.283Z] --- PASS: TestValidGitTransport (0.00s) [2022-03-04T15:03:28.283Z] === RUN TestGitInvalidRef [2022-03-04T15:03:28.283Z] --- PASS: TestGitInvalidRef (0.18s) [2022-03-04T15:03:28.283Z] PASS [2022-03-04T15:03:28.283Z] coverage: 86.3% of statements [2022-03-04T15:03:28.283Z] ok github.com/docker/docker/builder/remotecontext/git 30.120s coverage: 86.3% of statements [2022-03-04T15:03:28.283Z] ? github.com/docker/docker/cli [no test files] [2022-03-04T15:03:28.283Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-04T15:03:28.508Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2022-03-04T15:03:28.508Z] === CONT TestStopContainerWithTimeout/1 [2022-03-04T15:03:29.084Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-03-04T15:03:30.463Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2022-03-04T15:03:30.463Z] --- PASS: TestStopContainerWithTimeout/0 (1.13s) [2022-03-04T15:03:30.463Z] --- PASS: TestStopContainerWithTimeout/-1 (3.06s) [2022-03-04T15:03:30.463Z] --- PASS: TestStopContainerWithTimeout/3 (2.65s) [2022-03-04T15:03:30.463Z] --- PASS: TestStopContainerWithTimeout/1 (1.74s) [2022-03-04T15:03:30.463Z] === RUN TestDeleteDevicemapper [2022-03-04T15:03:30.463Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-04T15:03:30.463Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2022-03-04T15:03:30.463Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-04T15:03:30.463Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-03-04T15:03:31.036Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2022-03-04T15:03:32.416Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-03-04T15:03:32.416Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.27s) [2022-03-04T15:03:32.416Z] === RUN TestUpdateMemory [2022-03-04T15:03:32.416Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-03-04T15:03:32.416Z] --- SKIP: TestUpdateMemory (0.00s) [2022-03-04T15:03:32.416Z] === RUN TestUpdateCPUQuota [2022-03-04T15:03:33.035Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-03-04T15:03:33.035Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-03-04T15:03:33.035Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-03-04T15:03:33.035Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-03-04T15:03:33.035Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-03-04T15:03:33.035Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.01s) [2022-03-04T15:03:33.035Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-03-04T15:03:33.035Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.01s) [2022-03-04T15:03:33.035Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-03-04T15:03:33.035Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-03-04T15:03:33.035Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-03-04T15:03:33.035Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-03-04T15:03:33.035Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-03-04T15:03:33.035Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-03-04T15:03:33.035Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-03-04T15:03:33.035Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-03-04T15:03:33.035Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-03-04T15:03:33.035Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-03-04T15:03:33.035Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-03-04T15:03:33.035Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-03-04T15:03:33.035Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-03-04T15:03:33.035Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-03-04T15:03:33.035Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-03-04T15:03:33.035Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-03-04T15:03:33.035Z] === RUN TestConfigureDaemonLogs [2022-03-04T15:03:33.035Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-03-04T15:03:33.035Z] === RUN TestCommonOptionsInstallFlags [2022-03-04T15:03:33.035Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-03-04T15:03:33.035Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-03-04T15:03:33.035Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-03-04T15:03:33.035Z] PASS [2022-03-04T15:03:33.035Z] coverage: 18.7% of statements [2022-03-04T15:03:33.035Z] ok github.com/docker/docker/cmd/dockerd 0.197s coverage: 18.7% of statements [2022-03-04T15:03:33.035Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-03-04T15:03:33.035Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-04T15:03:34.021Z] === RUN TestContainerStopSignal [2022-03-04T15:03:34.021Z] --- PASS: TestContainerStopSignal (0.00s) [2022-03-04T15:03:34.021Z] === RUN TestContainerStopTimeout [2022-03-04T15:03:34.021Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-03-04T15:03:34.021Z] === RUN TestContainerSecretReferenceDestTarget [2022-03-04T15:03:34.021Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-03-04T15:03:34.021Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-03-04T15:03:34.021Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2022-03-04T15:03:34.021Z] === RUN TestContainerLogPathSetForRingLogger [2022-03-04T15:03:34.021Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-03-04T15:03:34.021Z] === RUN TestReplaceAndAppendEnvVars [2022-03-04T15:03:34.021Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-03-04T15:03:34.021Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-03-04T15:03:34.021Z] === RUN TestNewMemoryStore [2022-03-04T15:03:34.021Z] --- PASS: TestNewMemoryStore (0.00s) [2022-03-04T15:03:34.021Z] === RUN TestAddContainers [2022-03-04T15:03:34.021Z] --- PASS: TestAddContainers (0.00s) [2022-03-04T15:03:34.021Z] === RUN TestGetContainer [2022-03-04T15:03:34.021Z] --- PASS: TestGetContainer (0.00s) [2022-03-04T15:03:34.021Z] === RUN TestDeleteContainer [2022-03-04T15:03:34.021Z] --- PASS: TestDeleteContainer (0.00s) [2022-03-04T15:03:34.021Z] === RUN TestListContainers [2022-03-04T15:03:34.021Z] --- PASS: TestListContainers (0.00s) [2022-03-04T15:03:34.021Z] === RUN TestFirstContainer [2022-03-04T15:03:34.021Z] --- PASS: TestFirstContainer (0.00s) [2022-03-04T15:03:34.021Z] === RUN TestApplyAllContainer [2022-03-04T15:03:34.021Z] --- PASS: TestApplyAllContainer (0.00s) [2022-03-04T15:03:34.021Z] === RUN TestIsValidHealthString [2022-03-04T15:03:34.021Z] --- PASS: TestIsValidHealthString (0.00s) [2022-03-04T15:03:34.021Z] === RUN TestStateRunStop [2022-03-04T15:03:34.021Z] --- PASS: TestStateRunStop (0.00s) [2022-03-04T15:03:34.021Z] === RUN TestStateTimeoutWait [2022-03-04T15:03:34.322Z] --- PASS: TestUpdateCPUQuota (1.48s) [2022-03-04T15:03:34.322Z] === RUN TestUpdatePidsLimit [2022-03-04T15:03:34.322Z] === RUN TestUpdatePidsLimit/update_from_none [2022-03-04T15:03:34.322Z] === RUN TestUpdatePidsLimit/no_change [2022-03-04T15:03:34.489Z] state_test.go:141: Stop callback fired [2022-03-04T15:03:34.489Z] state_test.go:165: Stop callback fired [2022-03-04T15:03:34.489Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-03-04T15:03:34.489Z] === RUN TestIsValidStateString [2022-03-04T15:03:34.489Z] --- PASS: TestIsValidStateString (0.00s) [2022-03-04T15:03:34.489Z] === RUN TestViewSaveDelete [2022-03-04T15:03:34.489Z] --- PASS: TestViewSaveDelete (0.01s) [2022-03-04T15:03:34.489Z] === RUN TestViewAll [2022-03-04T15:03:34.489Z] --- PASS: TestViewAll (0.01s) [2022-03-04T15:03:34.489Z] === RUN TestViewGet [2022-03-04T15:03:34.489Z] --- PASS: TestViewGet (0.01s) [2022-03-04T15:03:34.489Z] === RUN TestNames [2022-03-04T15:03:34.489Z] --- PASS: TestNames (0.00s) [2022-03-04T15:03:34.489Z] === RUN TestViewWithHealthCheck [2022-03-04T15:03:34.489Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-03-04T15:03:34.489Z] PASS [2022-03-04T15:03:34.489Z] coverage: 41.7% of statements [2022-03-04T15:03:34.489Z] ok github.com/docker/docker/container 0.228s coverage: 41.7% of statements [2022-03-04T15:03:34.489Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-04T15:03:34.489Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-04T15:03:34.489Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-04T15:03:34.489Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-04T15:03:34.890Z] === RUN TestUpdatePidsLimit/update_lower [2022-03-04T15:03:35.149Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2022-03-04T15:03:35.408Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2022-03-04T15:03:35.474Z] === RUN TestPrepare [2022-03-04T15:03:35.474Z] --- PASS: TestPrepare (0.00s) [2022-03-04T15:03:35.474Z] === RUN TestStart [2022-03-04T15:03:35.474Z] --- PASS: TestStart (0.00s) [2022-03-04T15:03:35.474Z] === RUN TestWaitCancel [2022-03-04T15:03:35.474Z] --- PASS: TestWaitCancel (0.00s) [2022-03-04T15:03:35.474Z] === RUN TestWaitDisabled [2022-03-04T15:03:35.474Z] --- PASS: TestWaitDisabled (0.00s) [2022-03-04T15:03:35.474Z] === RUN TestWaitEnabled [2022-03-04T15:03:35.474Z] --- PASS: TestWaitEnabled (0.00s) [2022-03-04T15:03:35.474Z] === RUN TestRemove [2022-03-04T15:03:35.474Z] --- PASS: TestRemove (0.00s) [2022-03-04T15:03:35.474Z] PASS [2022-03-04T15:03:35.474Z] coverage: 65.3% of statements [2022-03-04T15:03:35.475Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.057s coverage: 65.3% of statements [2022-03-04T15:03:35.977Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2022-03-04T15:03:36.237Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2022-03-04T15:03:37.619Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2022-03-04T15:03:37.619Z] --- PASS: TestUpdatePidsLimit (3.77s) [2022-03-04T15:03:37.619Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.39s) [2022-03-04T15:03:37.619Z] --- PASS: TestUpdatePidsLimit/no_change (0.37s) [2022-03-04T15:03:37.619Z] --- PASS: TestUpdatePidsLimit/update_lower (0.41s) [2022-03-04T15:03:37.619Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.36s) [2022-03-04T15:03:37.619Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.44s) [2022-03-04T15:03:37.619Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.40s) [2022-03-04T15:03:37.619Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.36s) [2022-03-04T15:03:37.619Z] === RUN TestUpdateRestartPolicy [2022-03-04T15:03:37.692Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-03-04T15:03:37.692Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.15s) [2022-03-04T15:03:37.692Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-03-04T15:03:37.692Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-03-04T15:03:37.692Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-03-04T15:03:37.692Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-03-04T15:03:37.692Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-03-04T15:03:37.692Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-03-04T15:03:37.692Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-03-04T15:03:37.692Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-03-04T15:03:37.692Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-03-04T15:03:37.692Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-03-04T15:03:37.692Z] === RUN TestServiceConvertToGRPCIsolation [2022-03-04T15:03:37.692Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-03-04T15:03:37.692Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-03-04T15:03:37.692Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-03-04T15:03:37.692Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-03-04T15:03:37.692Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-03-04T15:03:37.692Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-03-04T15:03:37.692Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-03-04T15:03:37.692Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-03-04T15:03:37.692Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-03-04T15:03:37.692Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-03-04T15:03:37.692Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-03-04T15:03:37.692Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-03-04T15:03:37.692Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-03-04T15:03:37.692Z] === RUN TestServiceConvertFromGRPCIsolation [2022-03-04T15:03:37.692Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-03-04T15:03:37.692Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-03-04T15:03:37.692Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-03-04T15:03:37.692Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-03-04T15:03:37.692Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-03-04T15:03:37.692Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-03-04T15:03:37.692Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-03-04T15:03:37.692Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-03-04T15:03:37.692Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-03-04T15:03:37.692Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-03-04T15:03:37.692Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-03-04T15:03:37.692Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-03-04T15:03:37.692Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-03-04T15:03:37.692Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-03-04T15:03:37.692Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-03-04T15:03:37.692Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-03-04T15:03:37.692Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-03-04T15:03:37.692Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-04T15:03:37.692Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-03-04T15:03:37.692Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-03-04T15:03:37.692Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-03-04T15:03:37.692Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-03-04T15:03:37.692Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-04T15:03:37.692Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-04T15:03:37.692Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-04T15:03:37.692Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-03-04T15:03:37.692Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-03-04T15:03:37.692Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-03-04T15:03:37.692Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-03-04T15:03:37.692Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-03-04T15:03:37.692Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-03-04T15:03:37.692Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-04T15:03:37.692Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-04T15:03:37.692Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-04T15:03:37.692Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-04T15:03:37.692Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-03-04T15:03:37.692Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-03-04T15:03:37.692Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-03-04T15:03:37.692Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-03-04T15:03:37.692Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-03-04T15:03:37.692Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-03-04T15:03:37.692Z] === RUN TestServiceConvertFromGRPCConfigs [2022-03-04T15:03:37.692Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-03-04T15:03:37.692Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-03-04T15:03:37.692Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-03-04T15:03:37.692Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-03-04T15:03:37.692Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-03-04T15:03:37.692Z] === RUN TestServiceConvertToGRPCConfigs [2022-03-04T15:03:37.692Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-03-04T15:03:37.692Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-03-04T15:03:37.692Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-03-04T15:03:37.692Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-03-04T15:03:37.692Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-03-04T15:03:37.692Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-03-04T15:03:37.692Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-03-04T15:03:37.692Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-03-04T15:03:37.692Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-03-04T15:03:37.692Z] PASS [2022-03-04T15:03:37.692Z] coverage: 35.9% of statements [2022-03-04T15:03:37.692Z] ok github.com/docker/docker/daemon/cluster/convert 0.538s coverage: 35.9% of statements [2022-03-04T15:03:37.692Z] === RUN TestNewListSecretsFilters [2022-03-04T15:03:37.692Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-03-04T15:03:37.692Z] === RUN TestNewListConfigsFilters [2022-03-04T15:03:37.692Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-03-04T15:03:37.692Z] PASS [2022-03-04T15:03:37.692Z] coverage: 0.5% of statements [2022-03-04T15:03:37.692Z] ok github.com/docker/docker/daemon/cluster 0.904s coverage: 0.5% of statements [2022-03-04T15:03:37.879Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-03-04T15:03:39.787Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-03-04T15:03:40.355Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-03-04T15:03:40.355Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2022-03-04T15:03:40.613Z] === RUN TestDockerSuite/TestBuildCmd [2022-03-04T15:03:40.746Z] === RUN TestBuilderGC [2022-03-04T15:03:40.746Z] --- PASS: TestBuilderGC (0.00s) [2022-03-04T15:03:40.746Z] === RUN TestDaemonConfigurationNotFound [2022-03-04T15:03:40.746Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-03-04T15:03:40.746Z] === RUN TestDaemonBrokenConfiguration [2022-03-04T15:03:40.746Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-03-04T15:03:40.746Z] === RUN TestFindConfigurationConflicts [2022-03-04T15:03:40.746Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-03-04T15:03:40.746Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-03-04T15:03:40.746Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-03-04T15:03:40.746Z] === RUN TestDaemonConfigurationMergeConflicts [2022-03-04T15:03:40.746Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-03-04T15:03:40.746Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-03-04T15:03:40.746Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-03-04T15:03:40.746Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-03-04T15:03:40.746Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-03-04T15:03:40.746Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-03-04T15:03:40.746Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-03-04T15:03:40.746Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-03-04T15:03:40.746Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-03-04T15:03:40.746Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-03-04T15:03:40.746Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-03-04T15:03:40.746Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2022-03-04T15:03:40.746Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-03-04T15:03:40.746Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-03-04T15:03:40.746Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-03-04T15:03:40.746Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-03-04T15:03:40.746Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-03-04T15:03:40.746Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-03-04T15:03:40.746Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-03-04T15:03:40.746Z] === RUN TestValidateConfigurationErrors [2022-03-04T15:03:40.746Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-03-04T15:03:40.746Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-03-04T15:03:40.746Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-03-04T15:03:40.746Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-03-04T15:03:40.746Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-03-04T15:03:40.746Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-03-04T15:03:40.746Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-03-04T15:03:40.746Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-03-04T15:03:40.746Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-03-04T15:03:40.746Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-03-04T15:03:40.746Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-03-04T15:03:40.746Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-03-04T15:03:40.746Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-03-04T15:03:40.746Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-03-04T15:03:40.746Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-03-04T15:03:40.746Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-03-04T15:03:40.746Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-03-04T15:03:40.746Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-03-04T15:03:40.746Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-03-04T15:03:40.746Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-03-04T15:03:40.746Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-03-04T15:03:40.746Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-03-04T15:03:40.746Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-03-04T15:03:40.746Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-03-04T15:03:40.746Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-03-04T15:03:40.746Z] === RUN TestValidateConfiguration [2022-03-04T15:03:40.746Z] === RUN TestValidateConfiguration/with_label [2022-03-04T15:03:40.746Z] === RUN TestValidateConfiguration/with_dns [2022-03-04T15:03:40.746Z] === RUN TestValidateConfiguration/with_dns-search [2022-03-04T15:03:40.746Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-03-04T15:03:40.746Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-03-04T15:03:40.746Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-03-04T15:03:40.746Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-03-04T15:03:40.746Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-03-04T15:03:40.746Z] --- PASS: TestValidateConfiguration (0.00s) [2022-03-04T15:03:40.746Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-03-04T15:03:40.746Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-03-04T15:03:40.746Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-03-04T15:03:40.746Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-03-04T15:03:40.746Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-03-04T15:03:40.746Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-03-04T15:03:40.746Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-03-04T15:03:40.746Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-03-04T15:03:40.746Z] === RUN TestReloadSetConfigFileNotExist [2022-03-04T15:03:40.746Z] time="2022-03-04T15:03:40Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-03-04T15:03:40.746Z] --- PASS: TestReloadSetConfigFileNotExist (0.13s) [2022-03-04T15:03:40.746Z] === RUN TestReloadDefaultConfigNotExist [2022-03-04T15:03:40.746Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:03:40.746Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2022-03-04T15:03:40.746Z] === RUN TestReloadBadDefaultConfig [2022-03-04T15:03:40.746Z] time="2022-03-04T15:03:40Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-3830570928" [2022-03-04T15:03:40.746Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-03-04T15:03:40.746Z] === RUN TestReloadWithConflictingLabels [2022-03-04T15:03:40.746Z] time="2022-03-04T15:03:40Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-2372543285" [2022-03-04T15:03:40.746Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-03-04T15:03:40.746Z] === RUN TestReloadWithDuplicateLabels [2022-03-04T15:03:40.747Z] time="2022-03-04T15:03:40Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-2780786702" [2022-03-04T15:03:40.747Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-03-04T15:03:40.747Z] === RUN TestMaskURLCredentials [2022-03-04T15:03:40.747Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-03-04T15:03:40.747Z] === RUN TestDaemonConfigurationMerge [2022-03-04T15:03:40.747Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-03-04T15:03:40.747Z] PASS [2022-03-04T15:03:40.747Z] coverage: 79.2% of statements [2022-03-04T15:03:40.747Z] ok github.com/docker/docker/daemon/config 0.401s coverage: 79.2% of statements [2022-03-04T15:03:40.871Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-03-04T15:03:40.963Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-04T15:03:40.963Z] === RUN TestBoolValue [2022-03-04T15:03:40.963Z] --- PASS: TestBoolValue (0.00s) [2022-03-04T15:03:40.963Z] === RUN TestBoolValueOrDefault [2022-03-04T15:03:40.963Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-03-04T15:03:40.963Z] === RUN TestInt64ValueOrZero [2022-03-04T15:03:40.963Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-03-04T15:03:40.963Z] === RUN TestInt64ValueOrDefault [2022-03-04T15:03:40.963Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-03-04T15:03:40.963Z] === RUN TestInt64ValueOrDefaultWithError [2022-03-04T15:03:40.963Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-03-04T15:03:40.963Z] === RUN TestJsonContentType [2022-03-04T15:03:40.963Z] --- PASS: TestJsonContentType (0.00s) [2022-03-04T15:03:40.963Z] PASS [2022-03-04T15:03:40.963Z] coverage: 14.7% of statements [2022-03-04T15:03:40.963Z] ok github.com/docker/docker/api/server/httputils 0.131s coverage: 14.7% of statements [2022-03-04T15:03:40.963Z] === RUN TestMaskSecretKeys [2022-03-04T15:03:40.963Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-03-04T15:03:40.963Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-03-04T15:03:40.963Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-03-04T15:03:40.963Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-03-04T15:03:40.963Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-03-04T15:03:40.963Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-03-04T15:03:40.963Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-03-04T15:03:40.963Z] === RUN TestVersionMiddlewareVersion [2022-03-04T15:03:40.963Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-03-04T15:03:40.963Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-03-04T15:03:40.963Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-03-04T15:03:40.963Z] PASS [2022-03-04T15:03:40.963Z] coverage: 37.7% of statements [2022-03-04T15:03:40.964Z] ok github.com/docker/docker/api/server/middleware 0.120s coverage: 37.7% of statements [2022-03-04T15:03:40.964Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-04T15:03:40.964Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-04T15:03:40.964Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-04T15:03:40.964Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-04T15:03:40.964Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-04T15:03:40.964Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-04T15:03:40.964Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-04T15:03:40.964Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-04T15:03:40.964Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-04T15:03:40.964Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-04T15:03:40.964Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-04T15:03:40.964Z] === RUN TestStrSliceMarshalJSON [2022-03-04T15:03:40.964Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-03-04T15:03:40.964Z] === RUN TestStrSliceUnmarshalJSON [2022-03-04T15:03:40.964Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-03-04T15:03:40.964Z] === RUN TestStrSliceUnmarshalString [2022-03-04T15:03:40.964Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-03-04T15:03:40.964Z] === RUN TestStrSliceUnmarshalSlice [2022-03-04T15:03:40.964Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-03-04T15:03:40.964Z] PASS [2022-03-04T15:03:40.964Z] coverage: 90.0% of statements [2022-03-04T15:03:40.964Z] ok github.com/docker/docker/api/types/strslice 0.046s coverage: 90.0% of statements [2022-03-04T15:03:40.964Z] === RUN TestToJSON [2022-03-04T15:03:40.964Z] --- PASS: TestToJSON (0.00s) [2022-03-04T15:03:40.964Z] === RUN TestToParamWithVersion [2022-03-04T15:03:40.964Z] --- PASS: TestToParamWithVersion (0.00s) [2022-03-04T15:03:40.964Z] === RUN TestFromJSON [2022-03-04T15:03:40.964Z] --- PASS: TestFromJSON (0.00s) [2022-03-04T15:03:40.964Z] === RUN TestEmpty [2022-03-04T15:03:40.964Z] --- PASS: TestEmpty (0.00s) [2022-03-04T15:03:40.964Z] === RUN TestArgsMatchKVListEmptySources [2022-03-04T15:03:40.964Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-03-04T15:03:40.964Z] === RUN TestArgsMatchKVList [2022-03-04T15:03:40.964Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-03-04T15:03:40.964Z] === RUN TestArgsMatch [2022-03-04T15:03:40.964Z] --- PASS: TestArgsMatch (0.00s) [2022-03-04T15:03:40.964Z] === RUN TestAdd [2022-03-04T15:03:40.964Z] --- PASS: TestAdd (0.00s) [2022-03-04T15:03:40.964Z] === RUN TestDel [2022-03-04T15:03:40.964Z] --- PASS: TestDel (0.00s) [2022-03-04T15:03:40.964Z] === RUN TestLen [2022-03-04T15:03:40.964Z] --- PASS: TestLen (0.00s) [2022-03-04T15:03:40.964Z] === RUN TestExactMatch [2022-03-04T15:03:40.964Z] --- PASS: TestExactMatch (0.00s) [2022-03-04T15:03:40.964Z] === RUN TestOnlyOneExactMatch [2022-03-04T15:03:40.964Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-03-04T15:03:40.964Z] === RUN TestContains [2022-03-04T15:03:40.964Z] --- PASS: TestContains (0.00s) [2022-03-04T15:03:40.964Z] === RUN TestValidate [2022-03-04T15:03:40.964Z] --- PASS: TestValidate (0.00s) [2022-03-04T15:03:40.964Z] === RUN TestWalkValues [2022-03-04T15:03:40.964Z] --- PASS: TestWalkValues (0.00s) [2022-03-04T15:03:40.964Z] === RUN TestFuzzyMatch [2022-03-04T15:03:40.964Z] --- PASS: TestFuzzyMatch (0.00s) [2022-03-04T15:03:40.964Z] === RUN TestClone [2022-03-04T15:03:40.964Z] --- PASS: TestClone (0.00s) [2022-03-04T15:03:40.964Z] PASS [2022-03-04T15:03:40.964Z] coverage: 92.2% of statements [2022-03-04T15:03:40.964Z] ok github.com/docker/docker/api/types/filters 0.051s coverage: 92.2% of statements [2022-03-04T15:03:40.964Z] === RUN TestAdjustForAPIVersion [2022-03-04T15:03:40.964Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-03-04T15:03:40.964Z] PASS [2022-03-04T15:03:40.964Z] coverage: 5.7% of statements [2022-03-04T15:03:40.964Z] ok github.com/docker/docker/api/server/router/swarm 0.048s coverage: 5.7% of statements [2022-03-04T15:03:40.964Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-04T15:03:40.964Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-04T15:03:40.964Z] ? github.com/docker/docker/api/types [no test files] [2022-03-04T15:03:40.964Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-04T15:03:40.964Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-04T15:03:40.964Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-04T15:03:40.964Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-04T15:03:40.964Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-04T15:03:40.964Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-04T15:03:40.964Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-04T15:03:40.964Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-04T15:03:40.964Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-04T15:03:40.964Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-04T15:03:40.964Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-04T15:03:40.964Z] === RUN TestDurationToSecondsString [2022-03-04T15:03:40.964Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-03-04T15:03:40.964Z] === RUN TestGetTimestamp [2022-03-04T15:03:40.964Z] --- PASS: TestGetTimestamp (0.22s) [2022-03-04T15:03:40.964Z] === RUN TestParseTimestamps [2022-03-04T15:03:40.964Z] --- PASS: TestParseTimestamps (0.00s) [2022-03-04T15:03:40.964Z] PASS [2022-03-04T15:03:40.964Z] coverage: 100.0% of statements [2022-03-04T15:03:40.964Z] ok github.com/docker/docker/api/types/time 0.281s coverage: 100.0% of statements [2022-03-04T15:03:40.964Z] === RUN TestCompareVersion [2022-03-04T15:03:40.964Z] --- PASS: TestCompareVersion (0.00s) [2022-03-04T15:03:40.964Z] PASS [2022-03-04T15:03:40.964Z] coverage: 77.3% of statements [2022-03-04T15:03:40.964Z] ok github.com/docker/docker/api/types/versions 0.049s coverage: 77.3% of statements [2022-03-04T15:03:40.964Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-04T15:03:40.964Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-04T15:03:40.964Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-04T15:03:40.964Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-03-04T15:03:40.964Z] ? github.com/docker/docker/builder [no test files] [2022-03-04T15:03:40.964Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-04T15:03:40.964Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-04T15:03:40.964Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-04T15:03:40.964Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-04T15:03:40.964Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-04T15:03:40.964Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-04T15:03:40.964Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-04T15:03:40.964Z] === RUN TestParseRemoteURL [2022-03-04T15:03:40.964Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-03-04T15:03:40.964Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-03-04T15:03:40.964Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-03-04T15:03:40.964Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-03-04T15:03:40.964Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-03-04T15:03:40.964Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-03-04T15:03:40.964Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-03-04T15:03:40.964Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-03-04T15:03:40.964Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-03-04T15:03:40.964Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-03-04T15:03:40.964Z] --- PASS: TestParseRemoteURL (0.00s) [2022-03-04T15:03:40.964Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-03-04T15:03:40.964Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-03-04T15:03:40.964Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-03-04T15:03:40.964Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-03-04T15:03:40.964Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-03-04T15:03:40.964Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-03-04T15:03:40.964Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-03-04T15:03:40.964Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-03-04T15:03:40.964Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-03-04T15:03:40.964Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-03-04T15:03:40.964Z] === RUN TestCloneArgsSmartHttp [2022-03-04T15:03:40.964Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-03-04T15:03:40.964Z] === RUN TestCloneArgsDumbHttp [2022-03-04T15:03:40.964Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-03-04T15:03:40.964Z] === RUN TestCloneArgsGit [2022-03-04T15:03:40.964Z] --- PASS: TestCloneArgsGit (0.00s) [2022-03-04T15:03:40.964Z] === RUN TestCheckoutGit [2022-03-04T15:03:41.131Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-03-04T15:03:41.213Z] === RUN TestEventsLog [2022-03-04T15:03:41.213Z] --- PASS: TestEventsLog (0.00s) [2022-03-04T15:03:41.213Z] === RUN TestEventsLogTimeout [2022-03-04T15:03:41.213Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-03-04T15:03:41.213Z] === RUN TestLogEvents [2022-03-04T15:03:41.213Z] --- PASS: TestLogEvents (0.05s) [2022-03-04T15:03:41.213Z] === RUN TestLoadBufferedEvents [2022-03-04T15:03:41.213Z] === RUN TestWaitNodeAttachment [2022-03-04T15:03:41.213Z] --- PASS: TestLoadBufferedEvents (0.15s) [2022-03-04T15:03:41.213Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-03-04T15:03:41.213Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-03-04T15:03:41.213Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-03-04T15:03:41.213Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-03-04T15:03:41.213Z] PASS [2022-03-04T15:03:41.213Z] coverage: 50.0% of statements [2022-03-04T15:03:41.213Z] ok github.com/docker/docker/daemon/events 0.258s coverage: 50.0% of statements [2022-03-04T15:03:41.389Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-03-04T15:03:41.389Z] docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows [2022-03-04T15:03:41.389Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-03-04T15:03:41.681Z] --- PASS: TestWaitNodeAttachment (0.42s) [2022-03-04T15:03:41.682Z] === RUN TestIsolationConversion [2022-03-04T15:03:41.682Z] === RUN TestIsolationConversion/default [2022-03-04T15:03:41.682Z] === RUN TestIsolationConversion/process [2022-03-04T15:03:41.682Z] === RUN TestIsolationConversion/hyperv [2022-03-04T15:03:41.682Z] --- PASS: TestIsolationConversion (0.00s) [2022-03-04T15:03:41.682Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-03-04T15:03:41.682Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-03-04T15:03:41.682Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-03-04T15:03:41.682Z] === RUN TestContainerLabels [2022-03-04T15:03:41.682Z] --- PASS: TestContainerLabels (0.00s) [2022-03-04T15:03:41.682Z] === RUN TestCredentialSpecConversion [2022-03-04T15:03:41.682Z] === RUN TestCredentialSpecConversion/none [2022-03-04T15:03:41.682Z] === RUN TestCredentialSpecConversion/config [2022-03-04T15:03:41.682Z] === RUN TestCredentialSpecConversion/file [2022-03-04T15:03:41.682Z] === RUN TestCredentialSpecConversion/registry [2022-03-04T15:03:41.682Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-03-04T15:03:41.682Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-03-04T15:03:41.682Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-03-04T15:03:41.682Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-03-04T15:03:41.682Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-03-04T15:03:41.682Z] === RUN TestControllerValidateMountBind [2022-03-04T15:03:41.682Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-03-04T15:03:41.682Z] === RUN TestControllerValidateMountVolume [2022-03-04T15:03:41.682Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-03-04T15:03:41.682Z] === RUN TestControllerValidateMountTarget [2022-03-04T15:03:41.682Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-03-04T15:03:41.682Z] === RUN TestControllerValidateMountTmpfs [2022-03-04T15:03:41.682Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-03-04T15:03:41.682Z] === RUN TestControllerValidateMountInvalidType [2022-03-04T15:03:41.682Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-03-04T15:03:41.682Z] === RUN TestControllerValidateMountNamedPipe [2022-03-04T15:03:41.682Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-03-04T15:03:41.682Z] PASS [2022-03-04T15:03:41.682Z] coverage: 11.0% of statements [2022-03-04T15:03:41.682Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.591s coverage: 11.0% of statements [2022-03-04T15:03:41.958Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2022-03-04T15:03:42.219Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-03-04T15:03:42.532Z] === RUN TestEnable [2022-03-04T15:03:42.532Z] --- PASS: TestEnable (0.00s) [2022-03-04T15:03:42.532Z] === RUN TestDisable [2022-03-04T15:03:42.532Z] --- PASS: TestDisable (0.00s) [2022-03-04T15:03:42.532Z] === RUN TestEnabled [2022-03-04T15:03:42.532Z] --- PASS: TestEnabled (0.00s) [2022-03-04T15:03:42.532Z] PASS [2022-03-04T15:03:42.532Z] coverage: 100.0% of statements [2022-03-04T15:03:42.532Z] ok github.com/docker/docker/cli/debug 0.037s coverage: 100.0% of statements [2022-03-04T15:03:42.532Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-03-04T15:03:42.532Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2022-03-04T15:03:42.532Z] === RUN TestProcessNoDockerignore [2022-03-04T15:03:42.532Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-03-04T15:03:42.532Z] === RUN TestProcessShouldLeaveAllFiles [2022-03-04T15:03:42.532Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2022-03-04T15:03:42.532Z] === RUN TestDetectContentType [2022-03-04T15:03:42.532Z] --- PASS: TestDetectContentType (0.00s) [2022-03-04T15:03:42.532Z] === RUN TestSelectAcceptableMIME [2022-03-04T15:03:42.532Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-03-04T15:03:42.532Z] === RUN TestInspectEmptyResponse [2022-03-04T15:03:42.532Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-03-04T15:03:42.532Z] === RUN TestInspectResponseBinary [2022-03-04T15:03:42.532Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-03-04T15:03:42.532Z] === RUN TestResponseUnsupportedContentType [2022-03-04T15:03:42.532Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-03-04T15:03:42.532Z] === RUN TestInspectResponseTextSimple [2022-03-04T15:03:42.532Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-03-04T15:03:42.532Z] === RUN TestInspectResponseEmptyContentType [2022-03-04T15:03:42.532Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-03-04T15:03:42.532Z] === RUN TestUnknownContentLength [2022-03-04T15:03:42.532Z] --- PASS: TestUnknownContentLength (0.00s) [2022-03-04T15:03:42.532Z] === RUN TestDownloadRemote [2022-03-04T15:03:42.532Z] --- PASS: TestDownloadRemote (0.10s) [2022-03-04T15:03:42.532Z] === RUN TestGetWithStatusError [2022-03-04T15:03:42.532Z] --- PASS: TestGetWithStatusError (0.00s) [2022-03-04T15:03:42.532Z] === RUN TestCloseRootDirectory [2022-03-04T15:03:42.532Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:03:42.532Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-03-04T15:03:42.532Z] === RUN TestHashFile [2022-03-04T15:03:42.532Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:03:42.532Z] --- SKIP: TestHashFile (0.01s) [2022-03-04T15:03:42.532Z] === RUN TestHashSubdir [2022-03-04T15:03:42.532Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:03:42.532Z] --- SKIP: TestHashSubdir (0.01s) [2022-03-04T15:03:42.532Z] === RUN TestRemoveDirectory [2022-03-04T15:03:42.532Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:03:42.532Z] --- SKIP: TestRemoveDirectory (0.00s) [2022-03-04T15:03:42.532Z] PASS [2022-03-04T15:03:42.532Z] coverage: 9.3% of statements [2022-03-04T15:03:42.532Z] ok github.com/docker/docker/builder/remotecontext 0.267s coverage: 9.3% of statements [2022-03-04T15:03:42.674Z] === RUN TestIsEmptyDir [2022-03-04T15:03:42.674Z] --- PASS: TestIsEmptyDir (0.01s) [2022-03-04T15:03:42.674Z] PASS [2022-03-04T15:03:42.674Z] coverage: 2.3% of statements [2022-03-04T15:03:42.674Z] ok github.com/docker/docker/daemon/graphdriver 0.068s coverage: 2.3% of statements [2022-03-04T15:03:42.674Z] === RUN TestVerifyNetworkingConfig [2022-03-04T15:03:42.674Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-03-04T15:03:42.674Z] === RUN TestGetContainer [2022-03-04T15:03:42.674Z] --- PASS: TestGetContainer (0.00s) [2022-03-04T15:03:42.674Z] === RUN TestValidContainerNames [2022-03-04T15:03:42.674Z] --- PASS: TestValidContainerNames (0.00s) [2022-03-04T15:03:42.674Z] === RUN TestContainerInitDNS [2022-03-04T15:03:42.674Z] daemon_test.go:145: root required [2022-03-04T15:03:42.674Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-03-04T15:03:42.674Z] === RUN TestMerge [2022-03-04T15:03:42.674Z] --- PASS: TestMerge (0.00s) [2022-03-04T15:03:42.674Z] === RUN TestValidateContainerIsolation [2022-03-04T15:03:42.674Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-03-04T15:03:42.674Z] === RUN TestFindNetworkErrorType [2022-03-04T15:03:42.674Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-03-04T15:03:42.674Z] === RUN TestEnsureServicesExist [2022-03-04T15:03:42.674Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-03-04T15:03:42.674Z] === RUN TestEnsureServicesExistErrors [2022-03-04T15:03:42.674Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-03-04T15:03:42.674Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-03-04T15:03:42.674Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-03-04T15:03:42.674Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-03-04T15:03:42.674Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-03-04T15:03:42.674Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-03-04T15:03:42.674Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-03-04T15:03:42.674Z] === RUN TestContainerDelete [2022-03-04T15:03:42.674Z] --- PASS: TestContainerDelete (0.00s) [2022-03-04T15:03:42.674Z] === RUN TestContainerDoubleDelete [2022-03-04T15:03:42.674Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-03-04T15:03:42.674Z] === RUN TestLogContainerEventCopyLabels [2022-03-04T15:03:42.674Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-03-04T15:03:42.674Z] === RUN TestLogContainerEventWithAttributes [2022-03-04T15:03:42.674Z] --- PASS: TestLogContainerEventWithAttributes (0.01s) [2022-03-04T15:03:42.674Z] === RUN TestNoneHealthcheck [2022-03-04T15:03:42.674Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-03-04T15:03:42.674Z] === RUN TestHealthStates [2022-03-04T15:03:42.674Z] time="2022-03-04T15:03:42Z" 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-04T15:03:42.674Z] time="2022-03-04T15:03:42Z" 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-04T15:03:42.674Z] time="2022-03-04T15:03:42Z" 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-04T15:03:42.674Z] time="2022-03-04T15:03:42Z" 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-04T15:03:42.674Z] time="2022-03-04T15:03:42Z" 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-04T15:03:42.674Z] time="2022-03-04T15:03:42Z" 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-04T15:03:42.674Z] time="2022-03-04T15:03:42Z" 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-04T15:03:42.674Z] time="2022-03-04T15:03:42Z" 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-04T15:03:42.674Z] time="2022-03-04T15:03:42Z" 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-04T15:03:42.674Z] time="2022-03-04T15:03:42Z" 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-04T15:03:42.674Z] --- PASS: TestHealthStates (0.16s) [2022-03-04T15:03:42.674Z] === RUN TestGetInspectData [2022-03-04T15:03:42.674Z] --- PASS: TestGetInspectData (0.00s) [2022-03-04T15:03:42.674Z] === RUN TestFillLicense [2022-03-04T15:03:42.674Z] --- PASS: TestFillLicense (0.00s) [2022-03-04T15:03:42.674Z] === RUN TestListInvalidFilter [2022-03-04T15:03:42.674Z] --- PASS: TestListInvalidFilter (0.00s) [2022-03-04T15:03:42.674Z] === RUN TestNameFilter [2022-03-04T15:03:42.674Z] --- PASS: TestNameFilter (0.00s) [2022-03-04T15:03:42.674Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-03-04T15:03:42.674Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-03-04T15:03:42.674Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-03-04T15:03:42.674Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-03-04T15:03:42.674Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-03-04T15:03:42.674Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-03-04T15:03:42.674Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-03-04T15:03:42.674Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-03-04T15:03:42.674Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-03-04T15:03:42.674Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-03-04T15:03:42.674Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-03-04T15:03:42.674Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-03-04T15:03:42.674Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-03-04T15:03:42.674Z] === 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-04T15:03:42.674Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-03-04T15:03:42.674Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-03-04T15:03:42.674Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-03-04T15:03:42.674Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-03-04T15:03:42.674Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-03-04T15:03:42.674Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-03-04T15:03:42.674Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-03-04T15:03:42.674Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-03-04T15:03:42.674Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2022-03-04T15:03:42.674Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-03-04T15:03:42.674Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-03-04T15:03:42.674Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-03-04T15:03:42.674Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-03-04T15:03:42.674Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-04T15:03:42.674Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-03-04T15:03:42.674Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-03-04T15:03:42.674Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-04T15:03:42.674Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-03-04T15:03:42.674Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-03-04T15:03:42.674Z] --- 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-04T15:03:42.674Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-03-04T15:03:42.674Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-03-04T15:03:42.674Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-03-04T15:03:42.674Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-03-04T15:03:42.674Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-03-04T15:03:42.674Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-03-04T15:03:42.674Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-03-04T15:03:42.674Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-03-04T15:03:42.674Z] === RUN TestDaemonReloadLabels [2022-03-04T15:03:42.674Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-03-04T15:03:42.674Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-03-04T15:03:42.674Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-03-04T15:03:42.674Z] === RUN TestDaemonReloadMirrors [2022-03-04T15:03:42.674Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-03-04T15:03:42.674Z] === RUN TestDaemonReloadInsecureRegistries [2022-03-04T15:03:42.674Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-03-04T15:03:42.674Z] === RUN TestDaemonReloadNotAffectOthers [2022-03-04T15:03:42.674Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-03-04T15:03:42.674Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-03-04T15:03:42.674Z] reload_test.go:342: root required [2022-03-04T15:03:42.674Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-04T15:03:42.674Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-03-04T15:03:42.674Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.01s) [2022-03-04T15:03:42.674Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-03-04T15:03:42.674Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.01s) [2022-03-04T15:03:42.674Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-03-04T15:03:42.674Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2022-03-04T15:03:42.674Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-03-04T15:03:42.674Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.00s) [2022-03-04T15:03:42.674Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-03-04T15:03:42.674Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-03-04T15:03:42.674Z] === RUN TestParseVolumesFrom [2022-03-04T15:03:42.674Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-03-04T15:03:42.674Z] PASS [2022-03-04T15:03:42.674Z] coverage: 8.6% of statements [2022-03-04T15:03:42.675Z] ok github.com/docker/docker/daemon 0.373s coverage: 8.6% of statements [2022-03-04T15:03:42.675Z] === RUN TestLinkNaming [2022-03-04T15:03:42.675Z] --- PASS: TestLinkNaming (0.00s) [2022-03-04T15:03:42.675Z] === RUN TestLinkNew [2022-03-04T15:03:42.675Z] --- PASS: TestLinkNew (0.00s) [2022-03-04T15:03:42.675Z] === RUN TestLinkEnv [2022-03-04T15:03:42.675Z] --- PASS: TestLinkEnv (0.00s) [2022-03-04T15:03:42.675Z] === RUN TestLinkMultipleEnv [2022-03-04T15:03:42.675Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-03-04T15:03:42.675Z] === RUN TestLinkPortRangeEnv [2022-03-04T15:03:42.675Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-03-04T15:03:42.675Z] PASS [2022-03-04T15:03:42.675Z] coverage: 93.0% of statements [2022-03-04T15:03:42.675Z] ok github.com/docker/docker/daemon/links 0.037s coverage: 93.0% of statements [2022-03-04T15:03:42.675Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-04T15:03:42.675Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-04T15:03:42.675Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-04T15:03:42.675Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-04T15:03:42.675Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-03-04T15:03:42.675Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-03-04T15:03:42.675Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-03-04T15:03:42.675Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-04T15:03:42.675Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-03-04T15:03:42.675Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-03-04T15:03:42.675Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-04T15:03:42.675Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-03-04T15:03:42.675Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-03-04T15:03:42.675Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-03-04T15:03:43.004Z] === RUN TestGetAllAllowed [2022-03-04T15:03:43.004Z] --- PASS: TestGetAllAllowed (0.00s) [2022-03-04T15:03:43.004Z] === RUN TestGetAllMeta [2022-03-04T15:03:43.004Z] --- PASS: TestGetAllMeta (0.00s) [2022-03-04T15:03:43.004Z] === RUN TestWarnOnUnusedBuildArgs [2022-03-04T15:03:43.004Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-03-04T15:03:43.004Z] === RUN TestIsUnreferencedBuiltin [2022-03-04T15:03:43.004Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-03-04T15:03:43.004Z] === RUN TestIsExistingDirectory [2022-03-04T15:03:43.004Z] --- PASS: TestIsExistingDirectory (0.00s) [2022-03-04T15:03:43.004Z] === RUN TestGetFilenameForDownload [2022-03-04T15:03:43.004Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-03-04T15:03:43.004Z] === RUN TestEnv2Variables [2022-03-04T15:03:43.004Z] --- PASS: TestEnv2Variables (0.00s) [2022-03-04T15:03:43.005Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-03-04T15:03:43.005Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-03-04T15:03:43.005Z] === RUN TestMaintainer [2022-03-04T15:03:43.005Z] --- PASS: TestMaintainer (0.00s) [2022-03-04T15:03:43.005Z] === RUN TestLabel [2022-03-04T15:03:43.005Z] --- PASS: TestLabel (0.00s) [2022-03-04T15:03:43.005Z] === RUN TestFromScratch [2022-03-04T15:03:43.005Z] --- PASS: TestFromScratch (0.00s) [2022-03-04T15:03:43.005Z] === RUN TestFromWithArg [2022-03-04T15:03:43.005Z] --- PASS: TestFromWithArg (0.00s) [2022-03-04T15:03:43.005Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-03-04T15:03:43.005Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2022-03-04T15:03:43.005Z] === RUN TestFromWithUndefinedArg [2022-03-04T15:03:43.476Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-03-04T15:03:43.476Z] === RUN TestFromMultiStageWithNamedStage [2022-03-04T15:03:43.476Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-03-04T15:03:43.476Z] === RUN TestOnbuild [2022-03-04T15:03:43.476Z] --- PASS: TestOnbuild (0.00s) [2022-03-04T15:03:43.476Z] === RUN TestWorkdir [2022-03-04T15:03:43.476Z] --- PASS: TestWorkdir (0.00s) [2022-03-04T15:03:43.476Z] === RUN TestCmd [2022-03-04T15:03:43.476Z] --- PASS: TestCmd (0.00s) [2022-03-04T15:03:43.476Z] === RUN TestHealthcheckNone [2022-03-04T15:03:43.476Z] --- PASS: TestHealthcheckNone (0.00s) [2022-03-04T15:03:43.476Z] === RUN TestHealthcheckCmd [2022-03-04T15:03:43.476Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-03-04T15:03:43.476Z] === RUN TestEntrypoint [2022-03-04T15:03:43.476Z] --- PASS: TestEntrypoint (0.00s) [2022-03-04T15:03:43.476Z] === RUN TestExpose [2022-03-04T15:03:43.476Z] --- PASS: TestExpose (0.00s) [2022-03-04T15:03:43.476Z] === RUN TestUser [2022-03-04T15:03:43.476Z] --- PASS: TestUser (0.00s) [2022-03-04T15:03:43.476Z] === RUN TestVolume [2022-03-04T15:03:43.476Z] --- PASS: TestVolume (0.00s) [2022-03-04T15:03:43.476Z] === RUN TestStopSignal [2022-03-04T15:03:43.476Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-04T15:03:43.476Z] --- SKIP: TestStopSignal (0.00s) [2022-03-04T15:03:43.476Z] === RUN TestArg [2022-03-04T15:03:43.476Z] --- PASS: TestArg (0.00s) [2022-03-04T15:03:43.476Z] === RUN TestShell [2022-03-04T15:03:43.476Z] --- PASS: TestShell (0.00s) [2022-03-04T15:03:43.476Z] === RUN TestPrependEnvOnCmd [2022-03-04T15:03:43.476Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-03-04T15:03:43.476Z] === RUN TestRunWithBuildArgs [2022-03-04T15:03:43.476Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-03-04T15:03:43.476Z] === RUN TestRunIgnoresHealthcheck [2022-03-04T15:03:43.476Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-03-04T15:03:43.476Z] === RUN TestDispatchUnsupportedOptions [2022-03-04T15:03:43.476Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-03-04T15:03:43.476Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-03-04T15:03:43.476Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-03-04T15:03:43.476Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-03-04T15:03:43.476Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-03-04T15:03:43.476Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-03-04T15:03:43.476Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-03-04T15:03:43.476Z] === RUN TestNormalizeWorkdir [2022-03-04T15:03:43.476Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-03-04T15:03:43.476Z] === RUN TestDispatch [2022-03-04T15:03:43.476Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-03-04T15:03:43.476Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-03-04T15:03:43.476Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-03-04T15:03:43.476Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-03-04T15:03:43.476Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-03-04T15:03:43.476Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-03-04T15:03:43.476Z] === RUN TestDispatch/COPY_url [2022-03-04T15:03:43.476Z] --- PASS: TestDispatch (0.07s) [2022-03-04T15:03:43.476Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.01s) [2022-03-04T15:03:43.476Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.02s) [2022-03-04T15:03:43.476Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2022-03-04T15:03:43.476Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-03-04T15:03:43.476Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-03-04T15:03:43.476Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-03-04T15:03:43.476Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-03-04T15:03:43.476Z] === RUN TestAddScratchImageAddsToMounts [2022-03-04T15:03:43.476Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-03-04T15:03:43.476Z] === RUN TestAddFromScratchPopulatesPlatform [2022-03-04T15:03:43.476Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-03-04T15:03:43.476Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-03-04T15:03:43.476Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-03-04T15:03:43.476Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-03-04T15:03:43.476Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-03-04T15:03:43.476Z] === RUN TestImageSourceGetAddsToMounts [2022-03-04T15:03:43.476Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-03-04T15:03:43.476Z] === RUN TestEmptyDockerfile [2022-03-04T15:03:43.476Z] --- PASS: TestEmptyDockerfile (0.00s) [2022-03-04T15:03:43.476Z] === RUN TestSymlinkDockerfile [2022-03-04T15:03:43.476Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-03-04T15:03:43.476Z] === RUN TestDockerfileOutsideTheBuildContext [2022-03-04T15:03:43.476Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-03-04T15:03:43.476Z] === RUN TestNonExistingDockerfile [2022-03-04T15:03:43.476Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-03-04T15:03:43.476Z] === RUN TestCopyRunConfig [2022-03-04T15:03:43.476Z] --- PASS: TestCopyRunConfig (0.00s) [2022-03-04T15:03:43.476Z] === RUN TestDeepCopyRunConfig [2022-03-04T15:03:43.476Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-03-04T15:03:43.476Z] === RUN TestExportImage [2022-03-04T15:03:43.476Z] --- PASS: TestExportImage (0.00s) [2022-03-04T15:03:43.476Z] === RUN TestNormalizeDest [2022-03-04T15:03:43.476Z] --- PASS: TestNormalizeDest (0.00s) [2022-03-04T15:03:43.476Z] PASS [2022-03-04T15:03:43.476Z] coverage: 46.7% of statements [2022-03-04T15:03:43.476Z] ok github.com/docker/docker/builder/dockerfile 0.247s coverage: 46.7% of statements [2022-03-04T15:03:43.476Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2022-03-04T15:03:43.951Z] === RUN TestTCP4Proxy [2022-03-04T15:03:43.951Z] --- PASS: TestTCP4Proxy (0.01s) [2022-03-04T15:03:43.951Z] === RUN TestTCP4ProxyHalfClose [2022-03-04T15:03:43.951Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-03-04T15:03:43.951Z] === RUN TestTCP6Proxy [2022-03-04T15:03:43.951Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-04T15:03:43.951Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-03-04T15:03:43.951Z] === RUN TestTCPDualStackProxy [2022-03-04T15:03:43.951Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-04T15:03:43.951Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-03-04T15:03:43.951Z] === RUN TestUDP4Proxy [2022-03-04T15:03:43.951Z] --- PASS: TestUDP4Proxy (0.00s) [2022-03-04T15:03:43.951Z] === RUN TestUDP6Proxy [2022-03-04T15:03:43.951Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-04T15:03:43.951Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-03-04T15:03:43.951Z] === RUN TestUDPWriteError [2022-03-04T15:03:43.951Z] --- PASS: TestUDPWriteError (0.00s) [2022-03-04T15:03:43.951Z] === RUN TestSCTP4Proxy [2022-03-04T15:03:43.951Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-04T15:03:43.951Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-03-04T15:03:43.951Z] === RUN TestSCTP6Proxy [2022-03-04T15:03:43.951Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-04T15:03:43.951Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-03-04T15:03:43.951Z] PASS [2022-03-04T15:03:43.951Z] coverage: 49.4% of statements [2022-03-04T15:03:43.951Z] ok github.com/docker/docker/cmd/docker-proxy 0.077s coverage: 49.4% of statements [2022-03-04T15:03:44.130Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2022-03-04T15:03:44.890Z] === RUN TestValidateLogOptReconnectInterval [2022-03-04T15:03:44.890Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-03-04T15:03:44.890Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-03-04T15:03:44.890Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-03-04T15:03:44.890Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-03-04T15:03:44.890Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-03-04T15:03:44.890Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-03-04T15:03:44.890Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-03-04T15:03:44.890Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-03-04T15:03:44.890Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-03-04T15:03:44.890Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-03-04T15:03:44.890Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-03-04T15:03:44.890Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-03-04T15:03:44.890Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-03-04T15:03:44.890Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-03-04T15:03:44.890Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-03-04T15:03:44.890Z] PASS [2022-03-04T15:03:44.890Z] coverage: 33.6% of statements [2022-03-04T15:03:44.890Z] ok github.com/docker/docker/daemon/logger/fluentd 0.059s coverage: 33.6% of statements [2022-03-04T15:03:44.890Z] === RUN TestNewStreamConfig [2022-03-04T15:03:44.890Z] === RUN TestNewStreamConfig/defaults [2022-03-04T15:03:44.890Z] === RUN TestNewStreamConfig/invalid_create_group [2022-03-04T15:03:44.890Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-03-04T15:03:44.890Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-03-04T15:03:44.890Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-03-04T15:03:44.890Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-03-04T15:03:44.890Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-03-04T15:03:44.890Z] --- PASS: TestNewStreamConfig (0.00s) [2022-03-04T15:03:44.890Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-03-04T15:03:44.890Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-03-04T15:03:44.890Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-03-04T15:03:44.890Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-03-04T15:03:44.890Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-03-04T15:03:44.890Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-03-04T15:03:44.890Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-03-04T15:03:44.890Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-03-04T15:03:44.890Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-03-04T15:03:44.890Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-03-04T15:03:44.890Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-03-04T15:03:44.890Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-03-04T15:03:44.890Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-03-04T15:03:44.890Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-03-04T15:03:44.890Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-03-04T15:03:44.890Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-03-04T15:03:44.890Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-03-04T15:03:44.890Z] === RUN TestNewAWSLogsClientRegionDetect [2022-03-04T15:03:44.890Z] time="2022-03-04T15:03:44Z" level=info msg="Trying to get region from EC2 Metadata" [2022-03-04T15:03:44.890Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.14s) [2022-03-04T15:03:45.358Z] === RUN TestCreateSuccess [2022-03-04T15:03:45.358Z] --- PASS: TestCreateSuccess (0.00s) [2022-03-04T15:03:45.358Z] === RUN TestCreateStreamSkipped [2022-03-04T15:03:45.358Z] time="2022-03-04T15:03:44Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-03-04T15:03:45.358Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-03-04T15:03:45.358Z] === RUN TestCreateLogGroupSuccess [2022-03-04T15:03:45.358Z] time="2022-03-04T15:03:44Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-03-04T15:03:45.358Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-03-04T15:03:45.358Z] === RUN TestCreateError [2022-03-04T15:03:45.358Z] --- PASS: TestCreateError (0.00s) [2022-03-04T15:03:45.358Z] === RUN TestCreateAlreadyExists [2022-03-04T15:03:45.358Z] time="2022-03-04T15:03:44Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-03-04T15:03:45.358Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-03-04T15:03:45.358Z] === RUN TestLogClosed [2022-03-04T15:03:45.358Z] --- PASS: TestLogClosed (0.00s) [2022-03-04T15:03:45.358Z] === RUN TestLogBlocking [2022-03-04T15:03:45.358Z] --- PASS: TestLogBlocking (0.00s) [2022-03-04T15:03:45.358Z] === RUN TestLogNonBlockingBufferEmpty [2022-03-04T15:03:45.358Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-03-04T15:03:45.358Z] === RUN TestLogNonBlockingBufferFull [2022-03-04T15:03:45.358Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-03-04T15:03:45.358Z] === RUN TestPublishBatchSuccess [2022-03-04T15:03:45.358Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-03-04T15:03:45.358Z] === RUN TestPublishBatchError [2022-03-04T15:03:45.358Z] time="2022-03-04T15:03:44Z" level=error msg=error [2022-03-04T15:03:45.358Z] --- PASS: TestPublishBatchError (0.00s) [2022-03-04T15:03:45.358Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-03-04T15:03:45.358Z] time="2022-03-04T15:03:44Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-04T15:03:45.358Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-03-04T15:03:45.358Z] === RUN TestPublishBatchAlreadyAccepted [2022-03-04T15:03:45.358Z] time="2022-03-04T15:03:44Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-04T15:03:45.358Z] time="2022-03-04T15:03:44Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-03-04T15:03:45.358Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-03-04T15:03:45.358Z] === RUN TestCollectBatchSimple [2022-03-04T15:03:45.358Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-03-04T15:03:45.358Z] === RUN TestCollectBatchTicker [2022-03-04T15:03:45.358Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-03-04T15:03:45.358Z] === RUN TestCollectBatchMultilinePattern [2022-03-04T15:03:45.358Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-03-04T15:03:45.358Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-03-04T15:03:45.358Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-03-04T15:03:45.358Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-03-04T15:03:45.358Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-03-04T15:03:45.358Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-03-04T15:03:45.358Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.03s) [2022-03-04T15:03:45.358Z] === RUN TestCollectBatchClose [2022-03-04T15:03:45.358Z] --- PASS: TestCollectBatchClose (0.00s) [2022-03-04T15:03:45.358Z] === RUN TestEffectiveLen [2022-03-04T15:03:45.358Z] === RUN TestEffectiveLen/0/Hello [2022-03-04T15:03:45.358Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-03-04T15:03:45.358Z] === RUN TestEffectiveLen/2/🙃 [2022-03-04T15:03:45.358Z] === RUN TestEffectiveLen/3/���� [2022-03-04T15:03:45.358Z] === RUN TestEffectiveLen/4/He��o [2022-03-04T15:03:45.358Z] === RUN TestEffectiveLen/5/ [2022-03-04T15:03:45.358Z] --- PASS: TestEffectiveLen (0.00s) [2022-03-04T15:03:45.358Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-03-04T15:03:45.358Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-03-04T15:03:45.358Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-03-04T15:03:45.358Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-03-04T15:03:45.358Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-03-04T15:03:45.358Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-03-04T15:03:45.358Z] === RUN TestFindValidSplit [2022-03-04T15:03:45.358Z] === RUN TestFindValidSplit/0/ [2022-03-04T15:03:45.358Z] cloudwatchlogs_test.go:1076: [2022-03-04T15:03:45.358Z] cloudwatchlogs_test.go:1077: [2022-03-04T15:03:45.358Z] === RUN TestFindValidSplit/1/Hello [2022-03-04T15:03:45.358Z] cloudwatchlogs_test.go:1076: Hello [2022-03-04T15:03:45.358Z] cloudwatchlogs_test.go:1077: [2022-03-04T15:03:45.358Z] === RUN TestFindValidSplit/2/Hello [2022-03-04T15:03:45.358Z] cloudwatchlogs_test.go:1076: He [2022-03-04T15:03:45.358Z] cloudwatchlogs_test.go:1077: llo [2022-03-04T15:03:45.358Z] === RUN TestFindValidSplit/3/Hello [2022-03-04T15:03:45.358Z] cloudwatchlogs_test.go:1076: [2022-03-04T15:03:45.358Z] cloudwatchlogs_test.go:1077: Hello [2022-03-04T15:03:45.358Z] === RUN TestFindValidSplit/4/🙃 [2022-03-04T15:03:45.358Z] cloudwatchlogs_test.go:1076: [2022-03-04T15:03:45.358Z] cloudwatchlogs_test.go:1077: 🙃 [2022-03-04T15:03:45.358Z] === RUN TestFindValidSplit/5/🙃 [2022-03-04T15:03:45.358Z] cloudwatchlogs_test.go:1076: 🙃 [2022-03-04T15:03:45.358Z] cloudwatchlogs_test.go:1077: [2022-03-04T15:03:45.358Z] === RUN TestFindValidSplit/6/a� [2022-03-04T15:03:45.358Z] cloudwatchlogs_test.go:1076: a [2022-03-04T15:03:45.358Z] cloudwatchlogs_test.go:1077: � [2022-03-04T15:03:45.358Z] === RUN TestFindValidSplit/7/a� [2022-03-04T15:03:45.358Z] cloudwatchlogs_test.go:1076: a� [2022-03-04T15:03:45.358Z] cloudwatchlogs_test.go:1077: [2022-03-04T15:03:45.358Z] --- PASS: TestFindValidSplit (0.00s) [2022-03-04T15:03:45.358Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-03-04T15:03:45.358Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-03-04T15:03:45.358Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-03-04T15:03:45.358Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-03-04T15:03:45.358Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-03-04T15:03:45.358Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-03-04T15:03:45.358Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-03-04T15:03:45.358Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-03-04T15:03:45.358Z] === RUN TestProcessEventEmoji [2022-03-04T15:03:45.358Z] --- PASS: TestProcessEventEmoji (0.01s) [2022-03-04T15:03:45.358Z] === RUN TestCollectBatchLineSplit [2022-03-04T15:03:45.358Z] --- PASS: TestCollectBatchLineSplit (0.01s) [2022-03-04T15:03:45.358Z] === RUN TestCollectBatchLineSplitWithBinary [2022-03-04T15:03:45.358Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2022-03-04T15:03:45.358Z] === RUN TestCollectBatchMaxEvents [2022-03-04T15:03:45.358Z] --- PASS: TestCollectBatchMaxEvents (0.02s) [2022-03-04T15:03:45.358Z] === RUN TestCollectBatchMaxTotalBytes [2022-03-04T15:03:45.358Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2022-03-04T15:03:45.358Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-03-04T15:03:45.358Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.03s) [2022-03-04T15:03:45.358Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-03-04T15:03:45.358Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.05s) [2022-03-04T15:03:45.358Z] === RUN TestParseLogOptionsMultilinePattern [2022-03-04T15:03:45.358Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-03-04T15:03:45.358Z] === RUN TestParseLogOptionsDatetimeFormat [2022-03-04T15:03:45.358Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-03-04T15:03:45.358Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-03-04T15:03:45.358Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-03-04T15:03:45.358Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-03-04T15:03:45.358Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-03-04T15:03:45.358Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-03-04T15:03:45.358Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-03-04T15:03:45.358Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.05s) [2022-03-04T15:03:45.358Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-03-04T15:03:45.358Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-03-04T15:03:45.358Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-03-04T15:03:45.358Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.05s) [2022-03-04T15:03:45.358Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-03-04T15:03:45.358Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-03-04T15:03:45.358Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-03-04T15:03:45.358Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-03-04T15:03:45.358Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-03-04T15:03:45.358Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-03-04T15:03:45.358Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-03-04T15:03:45.358Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-03-04T15:03:45.358Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-03-04T15:03:45.358Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-03-04T15:03:45.358Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-03-04T15:03:45.358Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-03-04T15:03:45.358Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-03-04T15:03:45.358Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-03-04T15:03:45.358Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-03-04T15:03:45.358Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-03-04T15:03:45.358Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-03-04T15:03:45.358Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-03-04T15:03:45.358Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-03-04T15:03:45.359Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-03-04T15:03:45.359Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-03-04T15:03:45.359Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-03-04T15:03:45.359Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-03-04T15:03:45.359Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-03-04T15:03:45.359Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-03-04T15:03:45.359Z] === RUN TestValidateLogOptionsFormat [2022-03-04T15:03:45.359Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-03-04T15:03:45.359Z] === RUN TestValidateLogOptionsFormat/1/random [2022-03-04T15:03:45.359Z] === RUN TestValidateLogOptionsFormat/2/ [2022-03-04T15:03:45.359Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-03-04T15:03:45.359Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-03-04T15:03:45.359Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-03-04T15:03:45.359Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-03-04T15:03:45.359Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-03-04T15:03:45.359Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-03-04T15:03:45.359Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-03-04T15:03:45.359Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-03-04T15:03:45.359Z] === RUN TestCreateTagSuccess [2022-03-04T15:03:45.359Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-03-04T15:03:45.359Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-03-04T15:03:45.359Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.02s) [2022-03-04T15:03:45.359Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-03-04T15:03:45.359Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-03-04T15:03:45.359Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-03-04T15:03:45.359Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-03-04T15:03:45.359Z] PASS [2022-03-04T15:03:45.359Z] coverage: 80.2% of statements [2022-03-04T15:03:45.359Z] ok github.com/docker/docker/daemon/logger/awslogs 0.471s coverage: 80.2% of statements [2022-03-04T15:03:45.359Z] === RUN TestAdapterReadLogs [2022-03-04T15:03:45.359Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-03-04T15:03:45.359Z] === RUN TestCopier [2022-03-04T15:03:45.359Z] --- PASS: TestCopier (0.00s) [2022-03-04T15:03:45.359Z] === RUN TestCopierLongLines [2022-03-04T15:03:45.359Z] --- PASS: TestCopierLongLines (0.00s) [2022-03-04T15:03:45.359Z] === RUN TestCopierSlow [2022-03-04T15:03:45.359Z] --- PASS: TestCopierSlow (0.20s) [2022-03-04T15:03:45.359Z] === RUN TestCopierWithSized [2022-03-04T15:03:45.359Z] === RUN TestCopierWithSized/as_is [2022-03-04T15:03:45.826Z] === RUN TestCopierWithSized/With_RingLogger [2022-03-04T15:03:45.826Z] --- PASS: TestCopierWithSized (0.01s) [2022-03-04T15:03:45.826Z] --- PASS: TestCopierWithSized/as_is (0.01s) [2022-03-04T15:03:45.826Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2022-03-04T15:03:45.826Z] === RUN TestCopierWithPartial [2022-03-04T15:03:45.826Z] --- PASS: TestCopierWithPartial (0.01s) [2022-03-04T15:03:45.826Z] === RUN TestRingLogger [2022-03-04T15:03:45.826Z] --- PASS: TestRingLogger (0.00s) [2022-03-04T15:03:45.826Z] === RUN TestRingCap [2022-03-04T15:03:45.826Z] --- PASS: TestRingCap (0.00s) [2022-03-04T15:03:45.826Z] === RUN TestRingClose [2022-03-04T15:03:45.826Z] --- PASS: TestRingClose (0.00s) [2022-03-04T15:03:45.826Z] === RUN TestRingDrain [2022-03-04T15:03:45.826Z] --- PASS: TestRingDrain (0.00s) [2022-03-04T15:03:45.826Z] PASS [2022-03-04T15:03:45.826Z] coverage: 43.8% of statements [2022-03-04T15:03:45.826Z] ok github.com/docker/docker/daemon/logger 0.338s coverage: 43.8% of statements [2022-03-04T15:03:45.827Z] === RUN TestSearchRegistryForImagesErrors [2022-03-04T15:03:45.827Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-03-04T15:03:45.827Z] === RUN TestSearchRegistryForImages [2022-03-04T15:03:45.827Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-03-04T15:03:45.827Z] === RUN TestOnlyPlatformWithFallback [2022-03-04T15:03:45.827Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-03-04T15:03:45.827Z] === RUN TestImageDelete [2022-03-04T15:03:45.827Z] === RUN TestImageDelete/no_lease [2022-03-04T15:03:45.827Z] === RUN TestImageDelete/lease_exists [2022-03-04T15:03:45.827Z] --- PASS: TestImageDelete (0.04s) [2022-03-04T15:03:45.827Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-03-04T15:03:45.827Z] --- PASS: TestImageDelete/lease_exists (0.01s) [2022-03-04T15:03:45.827Z] === RUN TestContentStoreForPull [2022-03-04T15:03:45.827Z] --- PASS: TestContentStoreForPull (0.17s) [2022-03-04T15:03:45.827Z] PASS [2022-03-04T15:03:45.827Z] coverage: 6.8% of statements [2022-03-04T15:03:45.827Z] ok github.com/docker/docker/daemon/images 0.314s coverage: 6.8% of statements [2022-03-04T15:03:45.827Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-04T15:03:45.827Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-04T15:03:45.827Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-03-04T15:03:45.827Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-04T15:03:45.827Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-03-04T15:03:45.827Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-03-04T15:03:46.294Z] === RUN TestJSONLogsMarshalJSONBuf [2022-03-04T15:03:46.294Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-03-04T15:03:46.294Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-03-04T15:03:46.294Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.15s) [2022-03-04T15:03:46.294Z] === RUN TestFastTimeMarshalJSON [2022-03-04T15:03:46.294Z] --- PASS: TestFastTimeMarshalJSON (0.05s) [2022-03-04T15:03:46.294Z] PASS [2022-03-04T15:03:46.294Z] coverage: 87.2% of statements [2022-03-04T15:03:46.294Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.240s coverage: 87.2% of statements [2022-03-04T15:03:46.668Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2022-03-04T15:03:46.668Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-03-04T15:03:46.668Z] check_test.go:308: [d254385e87552] daemon is not started [2022-03-04T15:03:46.668Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2022-03-04T15:03:46.668Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-03-04T15:03:46.668Z] check_test.go:308: [dec8e60b02961] daemon is not started [2022-03-04T15:03:46.668Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2022-03-04T15:03:46.668Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-03-04T15:03:46.761Z] === RUN TestJSONFileLogger [2022-03-04T15:03:46.761Z] --- PASS: TestJSONFileLogger (0.00s) [2022-03-04T15:03:46.761Z] === RUN TestJSONFileLoggerWithTags [2022-03-04T15:03:46.761Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2022-03-04T15:03:46.761Z] === RUN TestJSONFileLoggerWithOpts [2022-03-04T15:03:46.761Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2022-03-04T15:03:46.761Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-03-04T15:03:46.761Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-03-04T15:03:46.761Z] === RUN TestEncodeDecode [2022-03-04T15:03:46.761Z] === PAUSE TestEncodeDecode [2022-03-04T15:03:46.761Z] === RUN TestUnexpectedEOF [2022-03-04T15:03:46.761Z] time="2022-03-04T15:03:46Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-04T15:03:46.761Z] time="2022-03-04T15:03:46Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-04T15:03:46.761Z] --- PASS: TestUnexpectedEOF (0.14s) [2022-03-04T15:03:46.761Z] === CONT TestEncodeDecode [2022-03-04T15:03:46.761Z] --- PASS: TestEncodeDecode (0.00s) [2022-03-04T15:03:46.761Z] PASS [2022-03-04T15:03:46.761Z] coverage: 69.9% of statements [2022-03-04T15:03:46.761Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.251s coverage: 69.9% of statements [2022-03-04T15:03:47.229Z] === RUN TestWriteLog [2022-03-04T15:03:47.229Z] === PAUSE TestWriteLog [2022-03-04T15:03:47.229Z] === RUN TestReadLog [2022-03-04T15:03:47.229Z] === PAUSE TestReadLog [2022-03-04T15:03:47.229Z] === RUN TestDecode [2022-03-04T15:03:47.229Z] --- PASS: TestDecode (0.02s) [2022-03-04T15:03:47.229Z] === CONT TestWriteLog [2022-03-04T15:03:47.229Z] --- PASS: TestWriteLog (0.00s) [2022-03-04T15:03:47.229Z] === CONT TestReadLog [2022-03-04T15:03:47.229Z] === RUN TestReadLog/tail_exact [2022-03-04T15:03:47.229Z] === RUN TestReadLog/tail_less_than_available [2022-03-04T15:03:47.236Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-03-04T15:03:47.696Z] === RUN TestReadLog/tail_more_than_available [2022-03-04T15:03:47.696Z] --- PASS: TestReadLog (0.20s) [2022-03-04T15:03:47.696Z] --- PASS: TestReadLog/tail_exact (0.16s) [2022-03-04T15:03:47.696Z] --- PASS: TestReadLog/tail_less_than_available (0.02s) [2022-03-04T15:03:47.696Z] --- PASS: TestReadLog/tail_more_than_available (0.01s) [2022-03-04T15:03:47.696Z] PASS [2022-03-04T15:03:47.696Z] coverage: 78.7% of statements [2022-03-04T15:03:47.696Z] ok github.com/docker/docker/daemon/logger/local 0.349s coverage: 78.7% of statements [2022-03-04T15:03:47.696Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-04T15:03:47.696Z] === RUN TestOpenFileDelete [2022-03-04T15:03:47.696Z] --- PASS: TestOpenFileDelete (0.00s) [2022-03-04T15:03:47.696Z] === RUN TestOpenFileRename [2022-03-04T15:03:47.696Z] --- PASS: TestOpenFileRename (0.00s) [2022-03-04T15:03:47.696Z] === RUN TestHandleDecoderErr [2022-03-04T15:03:47.696Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-03-04T15:03:47.696Z] === RUN TestParseLogTagDefaultTag [2022-03-04T15:03:47.696Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-03-04T15:03:47.696Z] === RUN TestParseLogTag [2022-03-04T15:03:47.696Z] --- PASS: TestParseLogTag (0.00s) [2022-03-04T15:03:47.696Z] === RUN TestParseLogTagEmptyTag [2022-03-04T15:03:47.696Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-03-04T15:03:47.697Z] === RUN TestTailFiles [2022-03-04T15:03:47.697Z] --- PASS: TestTailFiles (0.00s) [2022-03-04T15:03:47.697Z] === RUN TestFollowLogsConsumerGone [2022-03-04T15:03:47.697Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-03-04T15:03:47.697Z] === RUN TestFollowLogsProducerGone [2022-03-04T15:03:47.697Z] logfile_test.go:180: logDecode() closed after sending 2994 messages [2022-03-04T15:03:47.697Z] logfile_test.go:233: messages sent: 2994, received: 2994 [2022-03-04T15:03:47.697Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2022-03-04T15:03:47.697Z] === RUN TestCheckCapacityAndRotate [2022-03-04T15:03:47.697Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-03-04T15:03:47.697Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-03-04T15:03:48.164Z] --- PASS: TestCheckCapacityAndRotate (0.03s) [2022-03-04T15:03:48.164Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-03-04T15:03:48.164Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.02s) [2022-03-04T15:03:48.164Z] PASS [2022-03-04T15:03:48.164Z] coverage: 53.4% of statements [2022-03-04T15:03:48.164Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.105s coverage: 53.4% of statements [2022-03-04T15:03:48.164Z] === RUN TestLog [2022-03-04T15:03:48.164Z] --- PASS: TestLog (0.03s) [2022-03-04T15:03:48.164Z] PASS [2022-03-04T15:03:48.164Z] coverage: 31.5% of statements [2022-03-04T15:03:48.164Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.086s coverage: 31.5% of statements [2022-03-04T15:03:48.172Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-03-04T15:03:48.431Z] check_test.go:308: [d1964a4bb53cd] daemon is not started [2022-03-04T15:03:48.431Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2022-03-04T15:03:48.431Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-03-04T15:03:49.000Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-03-04T15:03:49.163Z] === RUN TestNewParse [2022-03-04T15:03:49.163Z] --- PASS: TestNewParse (0.00s) [2022-03-04T15:03:49.163Z] PASS [2022-03-04T15:03:49.163Z] coverage: 8.3% of statements [2022-03-04T15:03:49.163Z] ok github.com/docker/docker/daemon/logger/templates 0.045s coverage: 8.3% of statements [2022-03-04T15:03:49.163Z] === RUN TestValidateLogOpt [2022-03-04T15:03:49.163Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-04T15:03:49.163Z] === RUN TestNewMissedConfig [2022-03-04T15:03:49.163Z] --- PASS: TestNewMissedConfig (0.00s) [2022-03-04T15:03:49.163Z] === RUN TestNewMissedUrl [2022-03-04T15:03:49.163Z] --- PASS: TestNewMissedUrl (0.00s) [2022-03-04T15:03:49.163Z] === RUN TestNewMissedToken [2022-03-04T15:03:49.163Z] --- PASS: TestNewMissedToken (0.00s) [2022-03-04T15:03:49.163Z] === RUN TestNewWithProxy [2022-03-04T15:03:49.163Z] --- PASS: TestNewWithProxy (0.00s) [2022-03-04T15:03:49.163Z] === RUN TestDefault [2022-03-04T15:03:49.163Z] --- PASS: TestDefault (0.01s) [2022-03-04T15:03:49.163Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-03-04T15:03:49.163Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-03-04T15:03:49.163Z] === RUN TestJsonFormat [2022-03-04T15:03:49.163Z] --- PASS: TestJsonFormat (0.01s) [2022-03-04T15:03:49.163Z] === RUN TestRawFormat [2022-03-04T15:03:49.163Z] --- PASS: TestRawFormat (0.00s) [2022-03-04T15:03:49.163Z] === RUN TestRawFormatWithLabels [2022-03-04T15:03:49.163Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-03-04T15:03:49.163Z] === RUN TestRawFormatWithoutTag [2022-03-04T15:03:49.163Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-03-04T15:03:49.163Z] === RUN TestBatching [2022-03-04T15:03:49.163Z] === RUN TestParseLogFormat [2022-03-04T15:03:49.163Z] --- PASS: TestParseLogFormat (0.00s) [2022-03-04T15:03:49.163Z] === RUN TestValidateLogOptEmpty [2022-03-04T15:03:49.163Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-03-04T15:03:49.163Z] === RUN TestValidateSyslogAddress [2022-03-04T15:03:49.163Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-03-04T15:03:49.163Z] === RUN TestParseAddressDefaultPort [2022-03-04T15:03:49.163Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-03-04T15:03:49.163Z] === RUN TestValidateSyslogFacility [2022-03-04T15:03:49.163Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-03-04T15:03:49.163Z] === RUN TestValidateLogOptSyslogFormat [2022-03-04T15:03:49.163Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-03-04T15:03:49.163Z] === RUN TestValidateLogOpt [2022-03-04T15:03:49.163Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-04T15:03:49.163Z] PASS [2022-03-04T15:03:49.163Z] coverage: 46.8% of statements [2022-03-04T15:03:49.163Z] ok github.com/docker/docker/daemon/logger/syslog 0.052s coverage: 46.8% of statements [2022-03-04T15:03:49.163Z] --- PASS: TestBatching (0.22s) [2022-03-04T15:03:49.163Z] === RUN TestFrequency [2022-03-04T15:03:49.572Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-03-04T15:03:49.632Z] --- PASS: TestFrequency (0.27s) [2022-03-04T15:03:49.632Z] === RUN TestOneMessagePerRequest [2022-03-04T15:03:49.632Z] --- PASS: TestOneMessagePerRequest (0.00s) [2022-03-04T15:03:49.632Z] === RUN TestVerify [2022-03-04T15:03:49.632Z] --- PASS: TestVerify (0.00s) [2022-03-04T15:03:49.632Z] === RUN TestSkipVerify [2022-03-04T15:03:49.632Z] time="2022-03-04T15:03:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T15:03:49.632Z] time="2022-03-04T15:03:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T15:03:49.632Z] time="2022-03-04T15:03:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T15:03:49.831Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-03-04T15:03:50.091Z] --- PASS: TestUpdateRestartPolicy (12.48s) [2022-03-04T15:03:50.091Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-04T15:03:50.130Z] --- PASS: TestSkipVerify (0.60s) [2022-03-04T15:03:50.131Z] === RUN TestBufferMaximum [2022-03-04T15:03:50.131Z] time="2022-03-04T15:03:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T15:03:50.131Z] time="2022-03-04T15:03:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T15:03:50.131Z] time="2022-03-04T15:03:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T15:03:50.131Z] time="2022-03-04T15:03:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T15:03:50.131Z] time="2022-03-04T15:03:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T15:03:50.131Z] time="2022-03-04T15:03:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646406229.869100\",\"host\":\"ecc4b8885146\"}'" [2022-03-04T15:03:50.131Z] time="2022-03-04T15:03:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646406229.869100\",\"host\":\"ecc4b8885146\"}'" [2022-03-04T15:03:50.131Z] --- PASS: TestBufferMaximum (0.00s) [2022-03-04T15:03:50.131Z] === RUN TestServerAlwaysDown [2022-03-04T15:03:50.131Z] time="2022-03-04T15:03:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T15:03:50.131Z] time="2022-03-04T15:03:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T15:03:50.131Z] time="2022-03-04T15:03:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646406229.871118\",\"host\":\"ecc4b8885146\"}'" [2022-03-04T15:03:50.131Z] time="2022-03-04T15:03:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646406229.871118\",\"host\":\"ecc4b8885146\"}'" [2022-03-04T15:03:50.131Z] time="2022-03-04T15:03:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T15:03:50.131Z] time="2022-03-04T15:03:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646406229.871118\",\"host\":\"ecc4b8885146\"}'" [2022-03-04T15:03:50.131Z] time="2022-03-04T15:03:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646406229.872118\",\"host\":\"ecc4b8885146\"}'" [2022-03-04T15:03:50.131Z] time="2022-03-04T15:03:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646406229.872118\",\"host\":\"ecc4b8885146\"}'" [2022-03-04T15:03:50.131Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-03-04T15:03:50.131Z] === RUN TestCannotSendAfterClose [2022-03-04T15:03:50.131Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-03-04T15:03:50.131Z] === RUN TestDeadlockOnBlockedEndpoint [2022-03-04T15:03:51.031Z] --- PASS: TestUpdateRestartWithAutoRemove (0.78s) [2022-03-04T15:03:51.031Z] === RUN TestWaitNonBlocked [2022-03-04T15:03:51.031Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-04T15:03:51.031Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-04T15:03:51.031Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-04T15:03:51.031Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-04T15:03:51.031Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-04T15:03:51.031Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-04T15:03:51.118Z] === RUN TestV1IDService [2022-03-04T15:03:51.118Z] --- PASS: TestV1IDService (0.02s) [2022-03-04T15:03:51.118Z] === RUN TestV2MetadataService [2022-03-04T15:03:51.118Z] time="2022-03-04T15:03:50Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49206/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2022-03-04T15:03:51.118Z] time="2022-03-04T15:03:50Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"ecc4b8885146\"}'" [2022-03-04T15:03:51.118Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-03-04T15:03:51.118Z] PASS [2022-03-04T15:03:51.118Z] coverage: 82.5% of statements [2022-03-04T15:03:51.118Z] ok github.com/docker/docker/daemon/logger/splunk 2.187s coverage: 82.5% of statements [2022-03-04T15:03:51.118Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-04T15:03:51.118Z] ? github.com/docker/docker/daemon/network [no test files] [2022-03-04T15:03:51.118Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-04T15:03:51.118Z] === RUN TestSuccessfulDownload [2022-03-04T15:03:51.118Z] download_test.go:267: Needs fixing on Windows [2022-03-04T15:03:51.118Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-03-04T15:03:51.118Z] === RUN TestCancelledDownload [2022-03-04T15:03:51.118Z] --- PASS: TestCancelledDownload (0.00s) [2022-03-04T15:03:51.118Z] === RUN TestMaxDownloadAttempts [2022-03-04T15:03:51.118Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-04T15:03:51.118Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-04T15:03:51.118Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-04T15:03:51.118Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-04T15:03:51.118Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-04T15:03:51.118Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-04T15:03:51.118Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-04T15:03:51.118Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-04T15:03:51.118Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-04T15:03:51.118Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-04T15:03:51.118Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-04T15:03:51.118Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-04T15:03:51.587Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-03-04T15:03:51.587Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-03-04T15:03:51.587Z] === RUN TestContinueOnError_MirrorEndpoint [2022-03-04T15:03:51.587Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-03-04T15:03:51.587Z] === RUN TestContinueOnError_NeverContinue [2022-03-04T15:03:51.587Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-03-04T15:03:51.587Z] === RUN TestManifestStore [2022-03-04T15:03:51.587Z] === RUN TestManifestStore/no_remote_or_local [2022-03-04T15:03:51.587Z] time="2022-03-04T15:03:51Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local3719373201\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-03-04T15:03:51.587Z] === RUN TestManifestStore/no_local_cache [2022-03-04T15:03:51.587Z] === RUN TestManifestStore/with_local_cache [2022-03-04T15:03:51.587Z] time="2022-03-04T15:03:51Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-04T15:03:51.587Z] time="2022-03-04T15:03:51Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-04T15:03:51.587Z] time="2022-03-04T15:03:51Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-04T15:03:51.587Z] time="2022-03-04T15:03:51Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-04T15:03:51.587Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-03-04T15:03:51.587Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.43s) [2022-03-04T15:03:51.587Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.43s) [2022-03-04T15:03:51.587Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.43s) [2022-03-04T15:03:51.587Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.43s) [2022-03-04T15:03:51.587Z] === RUN TestTransfer [2022-03-04T15:03:51.587Z] === RUN TestManifestStore/unknown_media_type [2022-03-04T15:03:51.587Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-03-04T15:03:51.587Z] time="2022-03-04T15:03:51Z" level=warning msg="reference for unknown type: " [2022-03-04T15:03:51.587Z] --- PASS: TestV2MetadataService (0.68s) [2022-03-04T15:03:51.587Z] PASS [2022-03-04T15:03:51.587Z] coverage: 48.2% of statements [2022-03-04T15:03:51.587Z] time="2022-03-04T15:03:51Z" level=warning msg="reference for unknown type: " [2022-03-04T15:03:51.587Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-03-04T15:03:51.587Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-03-04T15:03:51.587Z] ok github.com/docker/docker/distribution/metadata 0.770s coverage: 48.2% of statements [2022-03-04T15:03:51.587Z] time="2022-03-04T15:03:51Z" level=warning msg="reference for unknown type: " [2022-03-04T15:03:51.587Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-03-04T15:03:51.587Z] time="2022-03-04T15:03:51Z" level=warning msg="reference for unknown type: " [2022-03-04T15:03:51.587Z] time="2022-03-04T15:03:51Z" level=warning msg="reference for unknown type: " [2022-03-04T15:03:51.587Z] === RUN TestManifestStore/error_persisting_manifest [2022-03-04T15:03:51.587Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-03-04T15:03:51.587Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-03-04T15:03:51.587Z] time="2022-03-04T15:03:51Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-03-04T15:03:51.587Z] --- PASS: TestManifestStore (0.28s) [2022-03-04T15:03:51.587Z] --- PASS: TestManifestStore/no_remote_or_local (0.19s) [2022-03-04T15:03:51.587Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2022-03-04T15:03:51.587Z] --- PASS: TestManifestStore/with_local_cache (0.01s) [2022-03-04T15:03:51.587Z] --- PASS: TestManifestStore/unknown_media_type (0.05s) [2022-03-04T15:03:51.587Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2022-03-04T15:03:51.587Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.03s) [2022-03-04T15:03:51.587Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.01s) [2022-03-04T15:03:51.587Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2022-03-04T15:03:51.587Z] --- PASS: TestManifestStore/error_persisting_manifest (0.01s) [2022-03-04T15:03:51.587Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-03-04T15:03:51.587Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2022-03-04T15:03:51.972Z] --- PASS: TestWaitNonBlocked (0.01s) [2022-03-04T15:03:51.972Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.04s) [2022-03-04T15:03:51.972Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.05s) [2022-03-04T15:03:51.972Z] === RUN TestWaitBlocked [2022-03-04T15:03:51.972Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-04T15:03:51.972Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-04T15:03:51.972Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2022-03-04T15:03:51.972Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2022-03-04T15:03:52.059Z] === RUN TestDetectManifestBlobMediaType [2022-03-04T15:03:52.059Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-03-04T15:03:52.059Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-03-04T15:03:52.059Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-03-04T15:03:52.059Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-03-04T15:03:52.059Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-03-04T15:03:52.059Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-03-04T15:03:52.059Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-03-04T15:03:52.059Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-03-04T15:03:52.059Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-03-04T15:03:52.059Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-03-04T15:03:52.059Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-03-04T15:03:52.059Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-03-04T15:03:52.059Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-03-04T15:03:52.059Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-03-04T15:03:52.059Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-03-04T15:03:52.059Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-03-04T15:03:52.059Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-03-04T15:03:52.059Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-03-04T15:03:52.059Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-03-04T15:03:52.059Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-03-04T15:03:52.059Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-03-04T15:03:52.059Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-03-04T15:03:52.059Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-03-04T15:03:52.059Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-03-04T15:03:52.059Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-03-04T15:03:52.059Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-03-04T15:03:52.059Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-03-04T15:03:52.059Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-03-04T15:03:52.059Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-03-04T15:03:52.059Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-03-04T15:03:52.059Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-03-04T15:03:52.059Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-03-04T15:03:52.059Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-03-04T15:03:52.059Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-03-04T15:03:52.059Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-03-04T15:03:52.059Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-03-04T15:03:52.059Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-03-04T15:03:52.059Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-03-04T15:03:52.059Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-03-04T15:03:52.059Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-03-04T15:03:52.059Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-03-04T15:03:52.059Z] === RUN TestFixManifestLayers [2022-03-04T15:03:52.059Z] --- PASS: TestFixManifestLayers (0.00s) [2022-03-04T15:03:52.059Z] === RUN TestFixManifestLayersBaseLayerParent [2022-03-04T15:03:52.059Z] pull_v2_test.go:73: Needs fixing on Windows [2022-03-04T15:03:52.059Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-04T15:03:52.059Z] === RUN TestFixManifestLayersBadParent [2022-03-04T15:03:52.059Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-03-04T15:03:52.059Z] === RUN TestValidateManifest [2022-03-04T15:03:52.059Z] pull_v2_test.go:118: Needs fixing on Windows [2022-03-04T15:03:52.059Z] --- SKIP: TestValidateManifest (0.00s) [2022-03-04T15:03:52.059Z] === RUN TestFormatPlatform [2022-03-04T15:03:52.059Z] --- PASS: TestFormatPlatform (0.00s) [2022-03-04T15:03:52.059Z] === RUN TestGetRepositoryMountCandidates [2022-03-04T15:03:52.059Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-03-04T15:03:52.059Z] === RUN TestLayerAlreadyExists [2022-03-04T15:03:52.059Z] 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-04T15:03:52.059Z] 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-04T15:03:52.059Z] 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-04T15:03:52.059Z] 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-04T15:03:52.059Z] 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-04T15:03:52.059Z] 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-04T15:03:52.059Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-03-04T15:03:52.059Z] === RUN TestWhenEmptyAuthConfig [2022-03-04T15:03:52.059Z] --- PASS: TestTransfer (0.12s) [2022-03-04T15:03:52.059Z] === RUN TestConcurrencyLimit [2022-03-04T15:03:52.059Z] --- PASS: TestConcurrencyLimit (0.42s) [2022-03-04T15:03:52.059Z] === RUN TestInactiveJobs [2022-03-04T15:03:52.059Z] === RUN TestNotFound [2022-03-04T15:03:52.233Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2022-03-04T15:03:52.233Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2022-03-04T15:03:52.527Z] --- PASS: TestNotFound (0.00s) [2022-03-04T15:03:52.527Z] === RUN TestConflict [2022-03-04T15:03:52.527Z] --- PASS: TestConflict (0.00s) [2022-03-04T15:03:52.527Z] === RUN TestForbidden [2022-03-04T15:03:52.527Z] --- PASS: TestForbidden (0.00s) [2022-03-04T15:03:52.527Z] === RUN TestInvalidParameter [2022-03-04T15:03:52.527Z] --- PASS: TestInvalidParameter (0.00s) [2022-03-04T15:03:52.527Z] === RUN TestNotImplemented [2022-03-04T15:03:52.527Z] --- PASS: TestNotImplemented (0.00s) [2022-03-04T15:03:52.527Z] === RUN TestNotModified [2022-03-04T15:03:52.527Z] --- PASS: TestNotModified (0.00s) [2022-03-04T15:03:52.527Z] === RUN TestUnauthorized [2022-03-04T15:03:52.527Z] --- PASS: TestUnauthorized (0.00s) [2022-03-04T15:03:52.527Z] === RUN TestUnknown [2022-03-04T15:03:52.527Z] --- PASS: TestUnknown (0.00s) [2022-03-04T15:03:52.527Z] === RUN TestCancelled [2022-03-04T15:03:52.527Z] --- PASS: TestCancelled (0.00s) [2022-03-04T15:03:52.527Z] === RUN TestDeadline [2022-03-04T15:03:52.527Z] --- PASS: TestDeadline (0.00s) [2022-03-04T15:03:52.527Z] === RUN TestDataLoss [2022-03-04T15:03:52.527Z] --- PASS: TestDataLoss (0.00s) [2022-03-04T15:03:52.527Z] === RUN TestUnavailable [2022-03-04T15:03:52.527Z] --- PASS: TestUnavailable (0.00s) [2022-03-04T15:03:52.527Z] === RUN TestSystem [2022-03-04T15:03:52.527Z] --- PASS: TestSystem (0.00s) [2022-03-04T15:03:52.527Z] === RUN TestFromStatusCode [2022-03-04T15:03:52.527Z] === RUN TestFromStatusCode/Not_Found [2022-03-04T15:03:52.527Z] === RUN TestFromStatusCode/Bad_Request [2022-03-04T15:03:52.527Z] === RUN TestFromStatusCode/Conflict [2022-03-04T15:03:52.527Z] === RUN TestFromStatusCode/Unauthorized [2022-03-04T15:03:52.527Z] === RUN TestFromStatusCode/Service_Unavailable [2022-03-04T15:03:52.527Z] === RUN TestFromStatusCode/Forbidden [2022-03-04T15:03:52.527Z] === RUN TestFromStatusCode/Not_Modified [2022-03-04T15:03:52.527Z] === RUN TestFromStatusCode/Not_Implemented [2022-03-04T15:03:52.527Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-03-04T15:03:52.527Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-03-04T15:03:52.527Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-03-04T15:03:52.527Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-03-04T15:03:52.527Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-03-04T15:03:52.527Z] --- PASS: TestFromStatusCode (0.00s) [2022-03-04T15:03:52.527Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-03-04T15:03:52.527Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-03-04T15:03:52.527Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-03-04T15:03:52.527Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-03-04T15:03:52.527Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-03-04T15:03:52.527Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-03-04T15:03:52.527Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-03-04T15:03:52.527Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-03-04T15:03:52.527Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-03-04T15:03:52.527Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-03-04T15:03:52.527Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-03-04T15:03:52.527Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-03-04T15:03:52.527Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-03-04T15:03:52.527Z] PASS [2022-03-04T15:03:52.527Z] coverage: 53.1% of statements [2022-03-04T15:03:52.527Z] ok github.com/docker/docker/errdefs 0.042s coverage: 53.1% of statements [2022-03-04T15:03:52.527Z] --- PASS: TestInactiveJobs (0.41s) [2022-03-04T15:03:52.527Z] === RUN TestWatchRelease [2022-03-04T15:03:52.527Z] --- PASS: TestWatchRelease (0.04s) [2022-03-04T15:03:52.527Z] === RUN TestWatchFinishedTransfer [2022-03-04T15:03:52.527Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-03-04T15:03:52.527Z] === RUN TestDuplicateTransfer [2022-03-04T15:03:52.803Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2022-03-04T15:03:52.995Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-03-04T15:03:52.995Z] === RUN TestSuccessfulUpload [2022-03-04T15:03:52.995Z] --- PASS: TestWhenEmptyAuthConfig (1.15s) [2022-03-04T15:03:52.995Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-03-04T15:03:52.995Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-03-04T15:03:52.995Z] === RUN TestTokenPassThru [2022-03-04T15:03:52.995Z] --- PASS: TestTokenPassThru (0.00s) [2022-03-04T15:03:52.995Z] === RUN TestTokenPassThruDifferentHost [2022-03-04T15:03:52.995Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-03-04T15:03:52.995Z] PASS [2022-03-04T15:03:52.995Z] coverage: 24.6% of statements [2022-03-04T15:03:52.995Z] ok github.com/docker/docker/distribution 1.540s coverage: 24.6% of statements [2022-03-04T15:03:52.995Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-04T15:03:52.995Z] time="2022-03-04T15:03:52Z" level=error msg="Upload failed, retrying: simulating retry" [2022-03-04T15:03:53.372Z] --- PASS: TestWaitBlocked (0.04s) [2022-03-04T15:03:53.373Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.12s) [2022-03-04T15:03:53.373Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.15s) [2022-03-04T15:03:53.373Z] === CONT TestContainerStartOnDaemonRestart [2022-03-04T15:03:53.373Z] === CONT TestRestartDaemonWithRestartingContainer [2022-03-04T15:03:53.462Z] --- PASS: TestSuccessfulUpload (0.49s) [2022-03-04T15:03:53.462Z] === RUN TestCancelledUpload [2022-03-04T15:03:53.462Z] --- PASS: TestCancelledUpload (0.00s) [2022-03-04T15:03:53.462Z] PASS [2022-03-04T15:03:53.462Z] coverage: 77.2% of statements [2022-03-04T15:03:53.462Z] ok github.com/docker/docker/distribution/xfer 2.065s coverage: 77.2% of statements [2022-03-04T15:03:53.462Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-04T15:03:53.462Z] === RUN TestCompare [2022-03-04T15:03:53.462Z] --- PASS: TestCompare (0.00s) [2022-03-04T15:03:53.462Z] PASS [2022-03-04T15:03:53.462Z] coverage: 19.2% of statements [2022-03-04T15:03:53.462Z] ok github.com/docker/docker/image/cache 0.077s coverage: 19.2% of statements [2022-03-04T15:03:53.462Z] === RUN TestFSGetInvalidData [2022-03-04T15:03:53.462Z] --- PASS: TestFSGetInvalidData (0.04s) [2022-03-04T15:03:53.462Z] === RUN TestFSInvalidSet [2022-03-04T15:03:53.462Z] --- PASS: TestFSInvalidSet (0.01s) [2022-03-04T15:03:53.462Z] === RUN TestFSInvalidRoot [2022-03-04T15:03:53.462Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-03-04T15:03:53.462Z] === RUN TestFSMetadataGetSet [2022-03-04T15:03:53.462Z] --- PASS: TestFSMetadataGetSet (0.03s) [2022-03-04T15:03:53.462Z] === RUN TestFSInvalidWalker [2022-03-04T15:03:53.462Z] --- PASS: TestFSInvalidWalker (0.01s) [2022-03-04T15:03:53.462Z] === RUN TestFSGetSet [2022-03-04T15:03:53.462Z] --- PASS: TestFSGetSet (0.04s) [2022-03-04T15:03:53.462Z] === RUN TestFSGetUnsetKey [2022-03-04T15:03:53.929Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-03-04T15:03:53.929Z] === RUN TestFSGetEmptyData [2022-03-04T15:03:53.929Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-03-04T15:03:53.929Z] === RUN TestFSDelete [2022-03-04T15:03:53.929Z] --- PASS: TestFSDelete (0.02s) [2022-03-04T15:03:53.929Z] === RUN TestFSWalker [2022-03-04T15:03:53.929Z] --- PASS: TestFSWalker (0.01s) [2022-03-04T15:03:53.929Z] === RUN TestFSWalkerStopOnError [2022-03-04T15:03:53.929Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2022-03-04T15:03:53.929Z] === RUN TestNewFromJSON [2022-03-04T15:03:53.929Z] --- PASS: TestNewFromJSON (0.00s) [2022-03-04T15:03:53.929Z] === RUN TestNewFromJSONWithInvalidJSON [2022-03-04T15:03:53.929Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-03-04T15:03:53.929Z] === RUN TestMarshalKeyOrder [2022-03-04T15:03:53.929Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-03-04T15:03:53.929Z] === RUN TestHistoryEqual [2022-03-04T15:03:53.929Z] --- PASS: TestHistoryEqual (0.16s) [2022-03-04T15:03:53.929Z] === RUN TestImage [2022-03-04T15:03:53.929Z] --- PASS: TestImage (0.00s) [2022-03-04T15:03:53.929Z] === RUN TestImageOSNotEmpty [2022-03-04T15:03:53.929Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-03-04T15:03:53.929Z] === RUN TestNewChildImageFromImageWithRootFS [2022-03-04T15:03:53.929Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-03-04T15:03:53.929Z] === RUN TestCreate [2022-03-04T15:03:53.929Z] --- PASS: TestCreate (0.01s) [2022-03-04T15:03:53.929Z] === RUN TestRestore [2022-03-04T15:03:53.929Z] time="2022-03-04T15:03:53Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-03-04T15:03:53.929Z] --- PASS: TestRestore (0.03s) [2022-03-04T15:03:53.929Z] === RUN TestAddDelete [2022-03-04T15:03:53.929Z] --- PASS: TestAddDelete (0.02s) [2022-03-04T15:03:53.929Z] === RUN TestSearchAfterDelete [2022-03-04T15:03:53.929Z] --- PASS: TestSearchAfterDelete (0.01s) [2022-03-04T15:03:53.929Z] === RUN TestParentReset [2022-03-04T15:03:53.929Z] --- PASS: TestParentReset (0.02s) [2022-03-04T15:03:53.929Z] === RUN TestGetAndSetLastUpdated [2022-03-04T15:03:53.929Z] --- PASS: TestGetAndSetLastUpdated (0.01s) [2022-03-04T15:03:53.929Z] === RUN TestStoreLen [2022-03-04T15:03:53.929Z] --- PASS: TestStoreLen (0.04s) [2022-03-04T15:03:53.929Z] PASS [2022-03-04T15:03:53.929Z] coverage: 86.9% of statements [2022-03-04T15:03:53.929Z] ok github.com/docker/docker/image 0.593s coverage: 86.9% of statements [2022-03-04T15:03:54.386Z] === RUN TestCheckpointCreateError [2022-03-04T15:03:54.387Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-03-04T15:03:54.387Z] === RUN TestCheckpointCreate [2022-03-04T15:03:54.387Z] --- PASS: TestCheckpointCreate (0.00s) [2022-03-04T15:03:54.387Z] === RUN TestCheckpointDeleteError [2022-03-04T15:03:54.387Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-03-04T15:03:54.387Z] === RUN TestCheckpointDelete [2022-03-04T15:03:54.387Z] --- PASS: TestCheckpointDelete (0.00s) [2022-03-04T15:03:54.387Z] === RUN TestCheckpointListError [2022-03-04T15:03:54.387Z] --- PASS: TestCheckpointListError (0.00s) [2022-03-04T15:03:54.401Z] === RUN TestMakeV1ConfigFromConfig [2022-03-04T15:03:54.401Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-03-04T15:03:54.401Z] PASS [2022-03-04T15:03:54.401Z] coverage: 25.0% of statements [2022-03-04T15:03:54.401Z] ok github.com/docker/docker/image/v1 0.191s coverage: 25.0% of statements [2022-03-04T15:03:54.401Z] === RUN TestValidateManifest [2022-03-04T15:03:54.401Z] === RUN TestValidateManifest/non-nil [2022-03-04T15:03:54.401Z] === RUN TestValidateManifest/nil [2022-03-04T15:03:54.401Z] --- PASS: TestValidateManifest (0.00s) [2022-03-04T15:03:54.401Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-03-04T15:03:54.401Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-03-04T15:03:54.401Z] PASS [2022-03-04T15:03:54.401Z] coverage: 0.7% of statements [2022-03-04T15:03:54.401Z] ok github.com/docker/docker/image/tarexport 0.118s coverage: 0.7% of statements [2022-03-04T15:03:54.401Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-04T15:03:54.855Z] === RUN TestCheckpointList [2022-03-04T15:03:54.855Z] --- PASS: TestCheckpointList (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestCheckpointListContainerNotFound [2022-03-04T15:03:54.855Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestNewClientWithOpsFromEnv [2022-03-04T15:03:54.855Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-04T15:03:54.855Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestGetAPIPath [2022-03-04T15:03:54.855Z] --- PASS: TestGetAPIPath (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestParseHostURL [2022-03-04T15:03:54.855Z] --- PASS: TestParseHostURL (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-03-04T15:03:54.855Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestNegotiateAPIVersionEmpty [2022-03-04T15:03:54.855Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestNegotiateAPIVersion [2022-03-04T15:03:54.855Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestNegotiateAPVersionOverride [2022-03-04T15:03:54.855Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestNegotiateAPIVersionAutomatic [2022-03-04T15:03:54.855Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-03-04T15:03:54.855Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-03-04T15:03:54.855Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestClientRedirect [2022-03-04T15:03:54.855Z] --- PASS: TestClientRedirect (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestConfigCreateUnsupported [2022-03-04T15:03:54.855Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestConfigCreateError [2022-03-04T15:03:54.855Z] --- PASS: TestConfigCreateError (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestConfigCreate [2022-03-04T15:03:54.855Z] --- PASS: TestConfigCreate (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestConfigInspectNotFound [2022-03-04T15:03:54.855Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestConfigInspectWithEmptyID [2022-03-04T15:03:54.855Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestConfigInspectUnsupported [2022-03-04T15:03:54.855Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestConfigInspectError [2022-03-04T15:03:54.855Z] --- PASS: TestConfigInspectError (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestConfigInspectConfigNotFound [2022-03-04T15:03:54.855Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestConfigInspect [2022-03-04T15:03:54.855Z] --- PASS: TestConfigInspect (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestConfigListUnsupported [2022-03-04T15:03:54.855Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestConfigListError [2022-03-04T15:03:54.855Z] --- PASS: TestConfigListError (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestConfigList [2022-03-04T15:03:54.855Z] --- PASS: TestConfigList (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestConfigRemoveUnsupported [2022-03-04T15:03:54.855Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestConfigRemoveError [2022-03-04T15:03:54.855Z] --- PASS: TestConfigRemoveError (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestConfigRemove [2022-03-04T15:03:54.855Z] --- PASS: TestConfigRemove (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestConfigUpdateUnsupported [2022-03-04T15:03:54.855Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestConfigUpdateError [2022-03-04T15:03:54.855Z] --- PASS: TestConfigUpdateError (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestConfigUpdate [2022-03-04T15:03:54.855Z] --- PASS: TestConfigUpdate (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerCommitError [2022-03-04T15:03:54.855Z] --- PASS: TestContainerCommitError (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerCommit [2022-03-04T15:03:54.855Z] --- PASS: TestContainerCommit (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerStatPathError [2022-03-04T15:03:54.855Z] --- PASS: TestContainerStatPathError (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerStatPathNotFoundError [2022-03-04T15:03:54.855Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerStatPathNoHeaderError [2022-03-04T15:03:54.855Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerStatPath [2022-03-04T15:03:54.855Z] --- PASS: TestContainerStatPath (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestCopyToContainerError [2022-03-04T15:03:54.855Z] --- PASS: TestCopyToContainerError (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestCopyToContainerNotFoundError [2022-03-04T15:03:54.855Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestCopyToContainerNotStatusOKError [2022-03-04T15:03:54.855Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestCopyToContainer [2022-03-04T15:03:54.855Z] --- PASS: TestCopyToContainer (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestCopyFromContainerError [2022-03-04T15:03:54.855Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestCopyFromContainerNotFoundError [2022-03-04T15:03:54.855Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestCopyFromContainerNotStatusOKError [2022-03-04T15:03:54.855Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestCopyFromContainerNoHeaderError [2022-03-04T15:03:54.855Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestCopyFromContainer [2022-03-04T15:03:54.855Z] --- PASS: TestCopyFromContainer (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerCreateError [2022-03-04T15:03:54.855Z] --- PASS: TestContainerCreateError (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerCreateImageNotFound [2022-03-04T15:03:54.855Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerCreateWithName [2022-03-04T15:03:54.855Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerCreateAutoRemove [2022-03-04T15:03:54.855Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerDiffError [2022-03-04T15:03:54.855Z] --- PASS: TestContainerDiffError (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerDiff [2022-03-04T15:03:54.855Z] --- PASS: TestContainerDiff (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerExecCreateError [2022-03-04T15:03:54.855Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerExecCreate [2022-03-04T15:03:54.855Z] --- PASS: TestContainerExecCreate (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerExecStartError [2022-03-04T15:03:54.855Z] --- PASS: TestContainerExecStartError (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerExecStart [2022-03-04T15:03:54.855Z] --- PASS: TestContainerExecStart (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerExecInspectError [2022-03-04T15:03:54.855Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerExecInspect [2022-03-04T15:03:54.855Z] --- PASS: TestContainerExecInspect (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerExportError [2022-03-04T15:03:54.855Z] --- PASS: TestContainerExportError (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerExport [2022-03-04T15:03:54.855Z] --- PASS: TestContainerExport (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerInspectError [2022-03-04T15:03:54.855Z] --- PASS: TestContainerInspectError (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerInspectContainerNotFound [2022-03-04T15:03:54.855Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerInspectWithEmptyID [2022-03-04T15:03:54.855Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerInspect [2022-03-04T15:03:54.855Z] --- PASS: TestContainerInspect (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerInspectNode [2022-03-04T15:03:54.855Z] --- PASS: TestContainerInspectNode (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerKillError [2022-03-04T15:03:54.855Z] --- PASS: TestContainerKillError (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerKill [2022-03-04T15:03:54.855Z] --- PASS: TestContainerKill (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerListError [2022-03-04T15:03:54.855Z] --- PASS: TestContainerListError (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerList [2022-03-04T15:03:54.855Z] --- PASS: TestContainerList (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerLogsNotFoundError [2022-03-04T15:03:54.855Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerLogsError [2022-03-04T15:03:54.855Z] --- PASS: TestContainerLogsError (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerLogs [2022-03-04T15:03:54.855Z] --- PASS: TestContainerLogs (0.22s) [2022-03-04T15:03:54.855Z] === RUN TestContainerPauseError [2022-03-04T15:03:54.855Z] --- PASS: TestContainerPauseError (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerPause [2022-03-04T15:03:54.855Z] --- PASS: TestContainerPause (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainersPruneError [2022-03-04T15:03:54.855Z] --- PASS: TestContainersPruneError (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainersPrune [2022-03-04T15:03:54.855Z] --- PASS: TestContainersPrune (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerRemoveError [2022-03-04T15:03:54.855Z] --- PASS: TestContainerRemoveError (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerRemoveNotFoundError [2022-03-04T15:03:54.855Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerRemove [2022-03-04T15:03:54.855Z] --- PASS: TestContainerRemove (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerRenameError [2022-03-04T15:03:54.855Z] --- PASS: TestContainerRenameError (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerRename [2022-03-04T15:03:54.855Z] --- PASS: TestContainerRename (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerResizeError [2022-03-04T15:03:54.855Z] --- PASS: TestContainerResizeError (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerExecResizeError [2022-03-04T15:03:54.855Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerResize [2022-03-04T15:03:54.855Z] --- PASS: TestContainerResize (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerExecResize [2022-03-04T15:03:54.855Z] --- PASS: TestContainerExecResize (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerRestartError [2022-03-04T15:03:54.855Z] --- PASS: TestContainerRestartError (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerRestart [2022-03-04T15:03:54.855Z] --- PASS: TestContainerRestart (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerStartError [2022-03-04T15:03:54.855Z] --- PASS: TestContainerStartError (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerStart [2022-03-04T15:03:54.855Z] --- PASS: TestContainerStart (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerStatsError [2022-03-04T15:03:54.855Z] --- PASS: TestContainerStatsError (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerStats [2022-03-04T15:03:54.855Z] --- PASS: TestContainerStats (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerStopError [2022-03-04T15:03:54.855Z] --- PASS: TestContainerStopError (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerStop [2022-03-04T15:03:54.855Z] --- PASS: TestContainerStop (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerTopError [2022-03-04T15:03:54.855Z] --- PASS: TestContainerTopError (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerTop [2022-03-04T15:03:54.855Z] --- PASS: TestContainerTop (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerUnpauseError [2022-03-04T15:03:54.855Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerUnpause [2022-03-04T15:03:54.855Z] --- PASS: TestContainerUnpause (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerUpdateError [2022-03-04T15:03:54.855Z] --- PASS: TestContainerUpdateError (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerUpdate [2022-03-04T15:03:54.855Z] --- PASS: TestContainerUpdate (0.01s) [2022-03-04T15:03:54.855Z] === RUN TestContainerWaitError [2022-03-04T15:03:54.855Z] --- PASS: TestContainerWaitError (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestContainerWait [2022-03-04T15:03:54.855Z] --- PASS: TestContainerWait (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestDiskUsageError [2022-03-04T15:03:54.855Z] --- PASS: TestDiskUsageError (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestDiskUsage [2022-03-04T15:03:54.855Z] --- PASS: TestDiskUsage (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestDistributionInspectUnsupported [2022-03-04T15:03:54.855Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestDistributionInspectWithEmptyID [2022-03-04T15:03:54.855Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestEventsErrorInOptions [2022-03-04T15:03:54.855Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestEventsErrorFromServer [2022-03-04T15:03:54.855Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestEvents [2022-03-04T15:03:54.855Z] --- PASS: TestEvents (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestTLSCloseWriter [2022-03-04T15:03:54.855Z] === PAUSE TestTLSCloseWriter [2022-03-04T15:03:54.855Z] === RUN TestImageBuildError [2022-03-04T15:03:54.855Z] --- PASS: TestImageBuildError (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestImageBuild [2022-03-04T15:03:54.855Z] --- PASS: TestImageBuild (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestGetDockerOS [2022-03-04T15:03:54.855Z] --- PASS: TestGetDockerOS (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestImageCreateError [2022-03-04T15:03:54.855Z] --- PASS: TestImageCreateError (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestImageCreate [2022-03-04T15:03:54.855Z] --- PASS: TestImageCreate (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestImageHistoryError [2022-03-04T15:03:54.855Z] --- PASS: TestImageHistoryError (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestImageHistory [2022-03-04T15:03:54.855Z] --- PASS: TestImageHistory (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestImageImportError [2022-03-04T15:03:54.855Z] --- PASS: TestImageImportError (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestImageImport [2022-03-04T15:03:54.855Z] --- PASS: TestImageImport (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestImageInspectError [2022-03-04T15:03:54.855Z] --- PASS: TestImageInspectError (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestImageInspectImageNotFound [2022-03-04T15:03:54.855Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestImageInspectWithEmptyID [2022-03-04T15:03:54.855Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestImageInspect [2022-03-04T15:03:54.855Z] --- PASS: TestImageInspect (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestImageListError [2022-03-04T15:03:54.855Z] --- PASS: TestImageListError (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestImageList [2022-03-04T15:03:54.855Z] --- PASS: TestImageList (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestImageListApiBefore125 [2022-03-04T15:03:54.855Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestImageLoadError [2022-03-04T15:03:54.855Z] --- PASS: TestImageLoadError (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestImageLoad [2022-03-04T15:03:54.855Z] --- PASS: TestImageLoad (0.00s) [2022-03-04T15:03:54.855Z] === RUN TestImagesPruneError [2022-03-04T15:03:54.855Z] --- PASS: TestImagesPruneError (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestImagesPrune [2022-03-04T15:03:54.856Z] --- PASS: TestImagesPrune (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestImagePullReferenceParseError [2022-03-04T15:03:54.856Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestImagePullAnyError [2022-03-04T15:03:54.856Z] --- PASS: TestImagePullAnyError (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestImagePullStatusUnauthorizedError [2022-03-04T15:03:54.856Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-04T15:03:54.856Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-04T15:03:54.856Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-03-04T15:03:54.856Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestImagePullWithoutErrors [2022-03-04T15:03:54.856Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestImagePushReferenceError [2022-03-04T15:03:54.856Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestImagePushAnyError [2022-03-04T15:03:54.856Z] --- PASS: TestImagePushAnyError (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestImagePushStatusUnauthorizedError [2022-03-04T15:03:54.856Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-04T15:03:54.856Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-04T15:03:54.856Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-03-04T15:03:54.856Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestImagePushWithoutErrors [2022-03-04T15:03:54.856Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-03-04T15:03:54.856Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-03-04T15:03:54.856Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-03-04T15:03:54.856Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-03-04T15:03:54.856Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-03-04T15:03:54.856Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-03-04T15:03:54.856Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-03-04T15:03:54.856Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-03-04T15:03:54.856Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestImageRemoveError [2022-03-04T15:03:54.856Z] --- PASS: TestImageRemoveError (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestImageRemoveImageNotFound [2022-03-04T15:03:54.856Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestImageRemove [2022-03-04T15:03:54.856Z] --- PASS: TestImageRemove (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestImageSaveError [2022-03-04T15:03:54.856Z] --- PASS: TestImageSaveError (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestImageSave [2022-03-04T15:03:54.856Z] --- PASS: TestImageSave (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestImageSearchAnyError [2022-03-04T15:03:54.856Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestImageSearchStatusUnauthorizedError [2022-03-04T15:03:54.856Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-04T15:03:54.856Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-04T15:03:54.856Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-03-04T15:03:54.856Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestImageSearchWithoutErrors [2022-03-04T15:03:54.856Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestImageTagError [2022-03-04T15:03:54.856Z] --- PASS: TestImageTagError (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestImageTagInvalidReference [2022-03-04T15:03:54.856Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestImageTagInvalidSourceImageName [2022-03-04T15:03:54.856Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestImageTagHexSource [2022-03-04T15:03:54.856Z] --- PASS: TestImageTagHexSource (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestImageTag [2022-03-04T15:03:54.856Z] --- PASS: TestImageTag (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestInfoServerError [2022-03-04T15:03:54.856Z] --- PASS: TestInfoServerError (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestInfoInvalidResponseJSONError [2022-03-04T15:03:54.856Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestInfo [2022-03-04T15:03:54.856Z] --- PASS: TestInfo (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestNetworkConnectError [2022-03-04T15:03:54.856Z] --- PASS: TestNetworkConnectError (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-03-04T15:03:54.856Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestNetworkConnect [2022-03-04T15:03:54.856Z] --- PASS: TestNetworkConnect (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestNetworkCreateError [2022-03-04T15:03:54.856Z] --- PASS: TestNetworkCreateError (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestNetworkCreate [2022-03-04T15:03:54.856Z] --- PASS: TestNetworkCreate (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestNetworkDisconnectError [2022-03-04T15:03:54.856Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestNetworkDisconnect [2022-03-04T15:03:54.856Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestNetworkInspect [2022-03-04T15:03:54.856Z] === RUN TestNetworkInspect/empty_ID [2022-03-04T15:03:54.856Z] === RUN TestNetworkInspect/no_options [2022-03-04T15:03:54.856Z] === RUN TestNetworkInspect/verbose [2022-03-04T15:03:54.856Z] === RUN TestNetworkInspect/global_scope [2022-03-04T15:03:54.856Z] === RUN TestNetworkInspect/unknown_network [2022-03-04T15:03:54.856Z] === RUN TestNetworkInspect/server_error [2022-03-04T15:03:54.856Z] --- PASS: TestNetworkInspect (0.00s) [2022-03-04T15:03:54.856Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-03-04T15:03:54.856Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-03-04T15:03:54.856Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-03-04T15:03:54.856Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-03-04T15:03:54.856Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-03-04T15:03:54.856Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestNetworkListError [2022-03-04T15:03:54.856Z] --- PASS: TestNetworkListError (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestNetworkList [2022-03-04T15:03:54.856Z] --- PASS: TestNetworkList (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestNetworksPruneError [2022-03-04T15:03:54.856Z] --- PASS: TestNetworksPruneError (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestNetworksPrune [2022-03-04T15:03:54.856Z] --- PASS: TestNetworksPrune (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestNetworkRemoveError [2022-03-04T15:03:54.856Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestNetworkRemove [2022-03-04T15:03:54.856Z] --- PASS: TestNetworkRemove (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestNodeInspectError [2022-03-04T15:03:54.856Z] --- PASS: TestNodeInspectError (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestNodeInspectNodeNotFound [2022-03-04T15:03:54.856Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestNodeInspectWithEmptyID [2022-03-04T15:03:54.856Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestNodeInspect [2022-03-04T15:03:54.856Z] --- PASS: TestNodeInspect (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestNodeListError [2022-03-04T15:03:54.856Z] --- PASS: TestNodeListError (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestNodeList [2022-03-04T15:03:54.856Z] --- PASS: TestNodeList (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestNodeRemoveError [2022-03-04T15:03:54.856Z] --- PASS: TestNodeRemoveError (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestNodeRemove [2022-03-04T15:03:54.856Z] --- PASS: TestNodeRemove (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestNodeUpdateError [2022-03-04T15:03:54.856Z] --- PASS: TestNodeUpdateError (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestNodeUpdate [2022-03-04T15:03:54.856Z] --- PASS: TestNodeUpdate (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestOptionWithHostFromEnv [2022-03-04T15:03:54.856Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestOptionWithTimeout [2022-03-04T15:03:54.856Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestOptionWithVersionFromEnv [2022-03-04T15:03:54.856Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestPingFail [2022-03-04T15:03:54.856Z] --- PASS: TestPingFail (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestPingWithError [2022-03-04T15:03:54.856Z] 2022/03/04 15:03:54 RoundTripper returned a response & error; ignoring response [2022-03-04T15:03:54.856Z] 2022/03/04 15:03:54 RoundTripper returned a response & error; ignoring response [2022-03-04T15:03:54.856Z] --- PASS: TestPingWithError (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestPingSuccess [2022-03-04T15:03:54.856Z] --- PASS: TestPingSuccess (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestPingHeadFallback [2022-03-04T15:03:54.856Z] === RUN TestPingHeadFallback/OK [2022-03-04T15:03:54.856Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-03-04T15:03:54.856Z] === RUN TestPingHeadFallback/Not_Found [2022-03-04T15:03:54.856Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-03-04T15:03:54.856Z] --- PASS: TestPingHeadFallback (0.00s) [2022-03-04T15:03:54.856Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-03-04T15:03:54.856Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-03-04T15:03:54.856Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-03-04T15:03:54.856Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestPluginDisableError [2022-03-04T15:03:54.856Z] --- PASS: TestPluginDisableError (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestPluginDisable [2022-03-04T15:03:54.856Z] --- PASS: TestPluginDisable (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestPluginEnableError [2022-03-04T15:03:54.856Z] --- PASS: TestPluginEnableError (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestPluginEnable [2022-03-04T15:03:54.856Z] --- PASS: TestPluginEnable (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestPluginInspectError [2022-03-04T15:03:54.856Z] --- PASS: TestPluginInspectError (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestPluginInspectWithEmptyID [2022-03-04T15:03:54.856Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestPluginInspect [2022-03-04T15:03:54.856Z] --- PASS: TestPluginInspect (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestPluginListError [2022-03-04T15:03:54.856Z] --- PASS: TestPluginListError (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestPluginList [2022-03-04T15:03:54.856Z] --- PASS: TestPluginList (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestPluginPushError [2022-03-04T15:03:54.856Z] --- PASS: TestPluginPushError (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestPluginPush [2022-03-04T15:03:54.856Z] --- PASS: TestPluginPush (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestPluginRemoveError [2022-03-04T15:03:54.856Z] --- PASS: TestPluginRemoveError (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestPluginRemove [2022-03-04T15:03:54.856Z] --- PASS: TestPluginRemove (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestPluginSetError [2022-03-04T15:03:54.856Z] --- PASS: TestPluginSetError (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestPluginSet [2022-03-04T15:03:54.856Z] --- PASS: TestPluginSet (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestSetHostHeader [2022-03-04T15:03:54.856Z] --- PASS: TestSetHostHeader (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestPlainTextError [2022-03-04T15:03:54.856Z] --- PASS: TestPlainTextError (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestInfiniteError [2022-03-04T15:03:54.856Z] --- PASS: TestInfiniteError (0.08s) [2022-03-04T15:03:54.856Z] === RUN TestCanceledContext [2022-03-04T15:03:54.856Z] 2022/03/04 15:03:54 RoundTripper returned a response & error; ignoring response [2022-03-04T15:03:54.856Z] --- PASS: TestCanceledContext (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestDeadlineExceededContext [2022-03-04T15:03:54.856Z] 2022/03/04 15:03:54 RoundTripper returned a response & error; ignoring response [2022-03-04T15:03:54.856Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestSecretCreateUnsupported [2022-03-04T15:03:54.856Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestSecretCreateError [2022-03-04T15:03:54.856Z] --- PASS: TestSecretCreateError (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestSecretCreate [2022-03-04T15:03:54.856Z] --- PASS: TestSecretCreate (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestSecretInspectUnsupported [2022-03-04T15:03:54.856Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestSecretInspectError [2022-03-04T15:03:54.856Z] --- PASS: TestSecretInspectError (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestSecretInspectSecretNotFound [2022-03-04T15:03:54.856Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestSecretInspectWithEmptyID [2022-03-04T15:03:54.856Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestSecretInspect [2022-03-04T15:03:54.856Z] --- PASS: TestSecretInspect (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestSecretListUnsupported [2022-03-04T15:03:54.856Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestSecretListError [2022-03-04T15:03:54.856Z] --- PASS: TestSecretListError (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestSecretList [2022-03-04T15:03:54.856Z] --- PASS: TestSecretList (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestSecretRemoveUnsupported [2022-03-04T15:03:54.856Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestSecretRemoveError [2022-03-04T15:03:54.856Z] --- PASS: TestSecretRemoveError (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestSecretRemove [2022-03-04T15:03:54.856Z] --- PASS: TestSecretRemove (0.00s) [2022-03-04T15:03:54.856Z] === RUN TestSecretUpdateUnsupported [2022-03-04T15:03:55.328Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-03-04T15:03:55.328Z] === RUN TestSecretUpdateError [2022-03-04T15:03:55.328Z] --- PASS: TestSecretUpdateError (0.00s) [2022-03-04T15:03:55.328Z] === RUN TestSecretUpdate [2022-03-04T15:03:55.328Z] --- PASS: TestSecretUpdate (0.00s) [2022-03-04T15:03:55.328Z] === RUN TestServiceCreateError [2022-03-04T15:03:55.328Z] --- PASS: TestServiceCreateError (0.00s) [2022-03-04T15:03:55.328Z] === RUN TestServiceCreate [2022-03-04T15:03:55.328Z] --- PASS: TestServiceCreate (0.00s) [2022-03-04T15:03:55.328Z] === RUN TestServiceCreateCompatiblePlatforms [2022-03-04T15:03:55.328Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-03-04T15:03:55.328Z] === RUN TestServiceCreateDigestPinning [2022-03-04T15:03:55.328Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-03-04T15:03:55.328Z] === RUN TestServiceInspectError [2022-03-04T15:03:55.328Z] --- PASS: TestServiceInspectError (0.00s) [2022-03-04T15:03:55.328Z] === RUN TestServiceInspectServiceNotFound [2022-03-04T15:03:55.328Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-03-04T15:03:55.328Z] === RUN TestServiceInspectWithEmptyID [2022-03-04T15:03:55.328Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-03-04T15:03:55.328Z] === RUN TestServiceInspect [2022-03-04T15:03:55.328Z] --- PASS: TestServiceInspect (0.00s) [2022-03-04T15:03:55.328Z] === RUN TestServiceListError [2022-03-04T15:03:55.328Z] --- PASS: TestServiceListError (0.00s) [2022-03-04T15:03:55.328Z] === RUN TestServiceList [2022-03-04T15:03:55.328Z] --- PASS: TestServiceList (0.00s) [2022-03-04T15:03:55.328Z] === RUN TestServiceLogsError [2022-03-04T15:03:55.328Z] --- PASS: TestServiceLogsError (0.00s) [2022-03-04T15:03:55.328Z] === RUN TestServiceLogs [2022-03-04T15:03:55.328Z] --- PASS: TestServiceLogs (0.00s) [2022-03-04T15:03:55.328Z] === RUN TestServiceRemoveError [2022-03-04T15:03:55.328Z] --- PASS: TestServiceRemoveError (0.00s) [2022-03-04T15:03:55.328Z] === RUN TestServiceRemoveNotFoundError [2022-03-04T15:03:55.328Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-03-04T15:03:55.328Z] === RUN TestServiceRemove [2022-03-04T15:03:55.328Z] --- PASS: TestServiceRemove (0.00s) [2022-03-04T15:03:55.328Z] === RUN TestServiceUpdateError [2022-03-04T15:03:55.328Z] --- PASS: TestServiceUpdateError (0.00s) [2022-03-04T15:03:55.328Z] === RUN TestServiceUpdate [2022-03-04T15:03:55.328Z] --- PASS: TestServiceUpdate (0.00s) [2022-03-04T15:03:55.328Z] === RUN TestSwarmGetUnlockKeyError [2022-03-04T15:03:55.328Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-03-04T15:03:55.328Z] === RUN TestSwarmGetUnlockKey [2022-03-04T15:03:55.328Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-03-04T15:03:55.328Z] === RUN TestSwarmInitError [2022-03-04T15:03:55.328Z] --- PASS: TestSwarmInitError (0.00s) [2022-03-04T15:03:55.328Z] === RUN TestSwarmInit [2022-03-04T15:03:55.328Z] --- PASS: TestSwarmInit (0.00s) [2022-03-04T15:03:55.328Z] === RUN TestSwarmInspectError [2022-03-04T15:03:55.328Z] --- PASS: TestSwarmInspectError (0.00s) [2022-03-04T15:03:55.328Z] === RUN TestSwarmInspect [2022-03-04T15:03:55.328Z] --- PASS: TestSwarmInspect (0.00s) [2022-03-04T15:03:55.328Z] === RUN TestSwarmJoinError [2022-03-04T15:03:55.328Z] --- PASS: TestSwarmJoinError (0.00s) [2022-03-04T15:03:55.328Z] === RUN TestSwarmJoin [2022-03-04T15:03:55.328Z] --- PASS: TestSwarmJoin (0.00s) [2022-03-04T15:03:55.328Z] === RUN TestSwarmLeaveError [2022-03-04T15:03:55.328Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-03-04T15:03:55.328Z] === RUN TestSwarmLeave [2022-03-04T15:03:55.328Z] --- PASS: TestSwarmLeave (0.00s) [2022-03-04T15:03:55.328Z] === RUN TestSwarmUnlockError [2022-03-04T15:03:55.328Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-03-04T15:03:55.328Z] === RUN TestSwarmUnlock [2022-03-04T15:03:55.328Z] --- PASS: TestSwarmUnlock (0.00s) [2022-03-04T15:03:55.328Z] === RUN TestSwarmUpdateError [2022-03-04T15:03:55.328Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-03-04T15:03:55.328Z] === RUN TestSwarmUpdate [2022-03-04T15:03:55.328Z] --- PASS: TestSwarmUpdate (0.00s) [2022-03-04T15:03:55.328Z] === RUN TestTaskInspectError [2022-03-04T15:03:55.328Z] --- PASS: TestTaskInspectError (0.00s) [2022-03-04T15:03:55.328Z] === RUN TestTaskInspectWithEmptyID [2022-03-04T15:03:55.328Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-03-04T15:03:55.328Z] === RUN TestTaskInspect [2022-03-04T15:03:55.328Z] --- PASS: TestTaskInspect (0.00s) [2022-03-04T15:03:55.328Z] === RUN TestTaskListError [2022-03-04T15:03:55.328Z] --- PASS: TestTaskListError (0.00s) [2022-03-04T15:03:55.328Z] === RUN TestTaskList [2022-03-04T15:03:55.328Z] --- PASS: TestTaskList (0.00s) [2022-03-04T15:03:55.328Z] === RUN TestVolumeCreateError [2022-03-04T15:03:55.328Z] --- PASS: TestVolumeCreateError (0.00s) [2022-03-04T15:03:55.328Z] === RUN TestVolumeCreate [2022-03-04T15:03:55.328Z] --- PASS: TestVolumeCreate (0.00s) [2022-03-04T15:03:55.328Z] === RUN TestVolumeInspectError [2022-03-04T15:03:55.328Z] --- PASS: TestVolumeInspectError (0.03s) [2022-03-04T15:03:55.328Z] === RUN TestVolumeInspectNotFound [2022-03-04T15:03:55.328Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-03-04T15:03:55.328Z] === RUN TestVolumeInspectWithEmptyID [2022-03-04T15:03:55.328Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-03-04T15:03:55.328Z] === RUN TestVolumeInspect [2022-03-04T15:03:55.328Z] --- PASS: TestVolumeInspect (0.00s) [2022-03-04T15:03:55.328Z] === RUN TestVolumeListError [2022-03-04T15:03:55.328Z] --- PASS: TestVolumeListError (0.00s) [2022-03-04T15:03:55.328Z] === RUN TestVolumeList [2022-03-04T15:03:55.328Z] --- PASS: TestVolumeList (0.00s) [2022-03-04T15:03:55.328Z] === RUN TestVolumeRemoveError [2022-03-04T15:03:55.328Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-03-04T15:03:55.328Z] === RUN TestVolumeRemove [2022-03-04T15:03:55.328Z] --- PASS: TestVolumeRemove (0.00s) [2022-03-04T15:03:55.328Z] === CONT TestTLSCloseWriter [2022-03-04T15:03:55.328Z] --- PASS: TestTLSCloseWriter (0.01s) [2022-03-04T15:03:55.328Z] PASS [2022-03-04T15:03:55.328Z] coverage: 75.2% of statements [2022-03-04T15:03:55.328Z] ok github.com/docker/docker/client 0.574s coverage: 75.2% of statements [2022-03-04T15:03:55.914Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2022-03-04T15:03:55.963Z] === RUN TestSerialization [2022-03-04T15:03:55.963Z] --- PASS: TestSerialization (0.02s) [2022-03-04T15:03:55.963Z] PASS [2022-03-04T15:03:55.963Z] coverage: 100.0% of statements [2022-03-04T15:03:55.963Z] ok github.com/docker/docker/libcontainerd/queue 0.062s coverage: 100.0% of statements [2022-03-04T15:03:55.963Z] === RUN TestEmptyLayer [2022-03-04T15:03:55.963Z] --- PASS: TestEmptyLayer (0.00s) [2022-03-04T15:03:55.963Z] === RUN TestCommitFailure [2022-03-04T15:03:55.963Z] --- PASS: TestCommitFailure (0.01s) [2022-03-04T15:03:55.963Z] === RUN TestStartTransactionFailure [2022-03-04T15:03:55.963Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-03-04T15:03:55.963Z] === RUN TestGetOrphan [2022-03-04T15:03:55.963Z] --- PASS: TestGetOrphan (0.01s) [2022-03-04T15:03:55.963Z] === RUN TestMountAndRegister [2022-03-04T15:03:55.963Z] layer_test.go:258: Layer size: 14 [2022-03-04T15:03:55.963Z] --- PASS: TestMountAndRegister (0.04s) [2022-03-04T15:03:55.963Z] === RUN TestLayerRelease [2022-03-04T15:03:55.963Z] layer_test.go:291: Failing on Windows [2022-03-04T15:03:55.963Z] --- SKIP: TestLayerRelease (0.00s) [2022-03-04T15:03:55.963Z] === RUN TestStoreRestore [2022-03-04T15:03:55.963Z] layer_test.go:340: Failing on Windows [2022-03-04T15:03:55.963Z] --- SKIP: TestStoreRestore (0.00s) [2022-03-04T15:03:55.963Z] === RUN TestTarStreamStability [2022-03-04T15:03:55.963Z] layer_test.go:455: Failing on Windows [2022-03-04T15:03:55.963Z] --- SKIP: TestTarStreamStability (0.00s) [2022-03-04T15:03:55.963Z] === RUN TestRegisterExistingLayer [2022-03-04T15:03:55.963Z] --- PASS: TestRegisterExistingLayer (0.08s) [2022-03-04T15:03:55.963Z] === RUN TestTarStreamVerification [2022-03-04T15:03:55.963Z] layer_test.go:684: Failing on Windows [2022-03-04T15:03:55.963Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-03-04T15:03:55.963Z] === RUN TestLayerMigration [2022-03-04T15:03:55.963Z] migration_test.go:45: Failing on Windows [2022-03-04T15:03:55.963Z] --- SKIP: TestLayerMigration (0.00s) [2022-03-04T15:03:55.963Z] === RUN TestLayerMigrationNoTarsplit [2022-03-04T15:03:55.963Z] migration_test.go:181: Failing on Windows [2022-03-04T15:03:55.963Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-03-04T15:03:55.963Z] === RUN TestMountInit [2022-03-04T15:03:55.963Z] mount_test.go:17: Failing on Windows [2022-03-04T15:03:55.963Z] --- SKIP: TestMountInit (0.00s) [2022-03-04T15:03:55.963Z] === RUN TestMountSize [2022-03-04T15:03:55.963Z] mount_test.go:76: Failing on Windows [2022-03-04T15:03:55.963Z] --- SKIP: TestMountSize (0.00s) [2022-03-04T15:03:55.963Z] === RUN TestMountChanges [2022-03-04T15:03:55.963Z] mount_test.go:125: Failing on Windows [2022-03-04T15:03:55.963Z] --- SKIP: TestMountChanges (0.00s) [2022-03-04T15:03:55.963Z] === RUN TestMountApply [2022-03-04T15:03:55.963Z] mount_test.go:212: Failing on Windows [2022-03-04T15:03:55.963Z] --- SKIP: TestMountApply (0.00s) [2022-03-04T15:03:55.963Z] PASS [2022-03-04T15:03:55.963Z] coverage: 30.2% of statements [2022-03-04T15:03:55.963Z] ok github.com/docker/docker/layer 0.211s coverage: 30.2% of statements [2022-03-04T15:03:55.963Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-04T15:03:56.430Z] === RUN TestEnvironmentParsing [2022-03-04T15:03:56.430Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-03-04T15:03:56.430Z] PASS [2022-03-04T15:03:56.430Z] coverage: 1.2% of statements [2022-03-04T15:03:56.430Z] ok github.com/docker/docker/libcontainerd/local 0.059s coverage: 1.2% of statements [2022-03-04T15:03:56.430Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-04T15:03:56.430Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-04T15:03:56.430Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-04T15:03:57.294Z] --- PASS: TestContainerStartOnDaemonRestart (4.02s) [2022-03-04T15:03:57.294Z] === CONT TestDaemonHostGatewayIP [2022-03-04T15:03:57.420Z] === RUN TestSequenceGetAvailableBit [2022-03-04T15:03:57.420Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-03-04T15:03:57.420Z] === RUN TestSequenceEqual [2022-03-04T15:03:57.420Z] --- PASS: TestSequenceEqual (0.00s) [2022-03-04T15:03:57.420Z] === RUN TestSequenceCopy [2022-03-04T15:03:57.420Z] --- PASS: TestSequenceCopy (0.00s) [2022-03-04T15:03:57.420Z] === RUN TestGetFirstAvailable [2022-03-04T15:03:57.420Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-03-04T15:03:57.420Z] === RUN TestFindSequence [2022-03-04T15:03:57.420Z] --- PASS: TestFindSequence (0.00s) [2022-03-04T15:03:57.420Z] === RUN TestCheckIfAvailable [2022-03-04T15:03:57.420Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-03-04T15:03:57.420Z] === RUN TestMergeSequences [2022-03-04T15:03:57.420Z] --- PASS: TestMergeSequences (0.00s) [2022-03-04T15:03:57.420Z] === RUN TestPushReservation [2022-03-04T15:03:57.420Z] --- PASS: TestPushReservation (0.00s) [2022-03-04T15:03:57.420Z] === RUN TestSerializeDeserialize [2022-03-04T15:03:57.420Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-03-04T15:03:57.420Z] === RUN TestSet [2022-03-04T15:03:57.420Z] --- PASS: TestSet (0.00s) [2022-03-04T15:03:57.420Z] === RUN TestSetUnset [2022-03-04T15:03:57.420Z] --- PASS: TestSetUnset (0.00s) [2022-03-04T15:03:57.420Z] === RUN TestOffsetSetUnset [2022-03-04T15:03:57.420Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-03-04T15:03:57.420Z] === RUN TestSetInRange [2022-03-04T15:03:57.420Z] --- PASS: TestSetInRange (0.00s) [2022-03-04T15:03:57.420Z] === RUN TestSetAnyInRange [2022-03-04T15:03:57.420Z] --- PASS: TestSetAnyInRange (0.00s) [2022-03-04T15:03:57.420Z] === RUN TestMethods [2022-03-04T15:03:57.420Z] --- PASS: TestMethods (0.00s) [2022-03-04T15:03:57.420Z] === RUN TestRandomAllocateDeallocate [2022-03-04T15:03:58.233Z] === CONT TestDaemonRestartIpcMode [2022-03-04T15:03:58.233Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.96s) [2022-03-04T15:03:58.987Z] === RUN TestInvalidConfig [2022-03-04T15:03:58.987Z] --- PASS: TestInvalidConfig (0.00s) [2022-03-04T15:03:58.987Z] === RUN TestConfig [2022-03-04T15:03:58.987Z] --- PASS: TestConfig (0.00s) [2022-03-04T15:03:58.987Z] === RUN TestOptionsLabels [2022-03-04T15:03:58.987Z] --- PASS: TestOptionsLabels (0.00s) [2022-03-04T15:03:58.987Z] === RUN TestValidName [2022-03-04T15:03:58.987Z] --- PASS: TestValidName (0.00s) [2022-03-04T15:03:58.987Z] PASS [2022-03-04T15:03:58.987Z] coverage: 19.7% of statements [2022-03-04T15:03:58.987Z] ok github.com/docker/docker/libnetwork/config 0.068s coverage: 19.7% of statements [2022-03-04T15:03:59.172Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2022-03-04T15:03:59.455Z] === RUN TestKey [2022-03-04T15:03:59.455Z] --- PASS: TestKey (0.00s) [2022-03-04T15:03:59.455Z] === RUN TestParseKey [2022-03-04T15:03:59.455Z] --- PASS: TestParseKey (0.00s) [2022-03-04T15:03:59.455Z] === RUN TestInvalidDataStore [2022-03-04T15:03:59.455Z] --- PASS: TestInvalidDataStore (0.00s) [2022-03-04T15:03:59.455Z] === RUN TestKVObjectFlatKey [2022-03-04T15:03:59.455Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-03-04T15:03:59.455Z] === RUN TestAtomicKVObjectFlatKey [2022-03-04T15:03:59.455Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-03-04T15:03:59.455Z] PASS [2022-03-04T15:03:59.455Z] coverage: 21.9% of statements [2022-03-04T15:03:59.455Z] ok github.com/docker/docker/libnetwork/datastore 0.046s coverage: 21.9% of statements [2022-03-04T15:03:59.455Z] === RUN TestErrorInterfaces [2022-03-04T15:03:59.455Z] --- PASS: TestErrorInterfaces (0.00s) [2022-03-04T15:03:59.455Z] === RUN TestNetworkMarshalling [2022-03-04T15:03:59.455Z] --- PASS: TestNetworkMarshalling (0.16s) [2022-03-04T15:03:59.455Z] === RUN TestEndpointMarshalling [2022-03-04T15:03:59.455Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-03-04T15:03:59.455Z] === RUN TestAuxAddresses [2022-03-04T15:03:59.455Z] time="2022-03-04T15:03:59Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-04T15:03:59.455Z] --- PASS: TestAuxAddresses (0.01s) [2022-03-04T15:03:59.455Z] === RUN TestSRVServiceQuery [2022-03-04T15:03:59.455Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:03:59.455Z] --- SKIP: TestSRVServiceQuery (0.00s) [2022-03-04T15:03:59.455Z] === RUN TestServiceVIPReuse [2022-03-04T15:03:59.455Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:03:59.455Z] --- SKIP: TestServiceVIPReuse (0.00s) [2022-03-04T15:03:59.455Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-03-04T15:03:59.455Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:03:59.455Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2022-03-04T15:03:59.455Z] === RUN TestDNSIPQuery [2022-03-04T15:03:59.455Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:03:59.455Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-03-04T15:03:59.455Z] === RUN TestDNSProxyServFail [2022-03-04T15:03:59.455Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:03:59.455Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-03-04T15:03:59.455Z] === RUN TestSandboxAddEmpty [2022-03-04T15:03:59.455Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:03:59.455Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-03-04T15:03:59.455Z] === RUN TestSandboxAddMultiPrio [2022-03-04T15:03:59.455Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:03:59.455Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-03-04T15:03:59.455Z] === RUN TestSandboxAddSamePrio [2022-03-04T15:03:59.455Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:03:59.455Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-03-04T15:03:59.455Z] === RUN TestCleanupServiceDiscovery [2022-03-04T15:03:59.455Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:03:59.455Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-03-04T15:03:59.455Z] === RUN TestDNSOptions [2022-03-04T15:03:59.455Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:03:59.455Z] --- SKIP: TestDNSOptions (0.00s) [2022-03-04T15:03:59.455Z] === RUN TestMultipleControllersWithSameStore [2022-03-04T15:03:59.926Z] time="2022-03-04T15:03:59Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-04T15:03:59.926Z] time="2022-03-04T15:03:59Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-04T15:03:59.926Z] --- PASS: TestMultipleControllersWithSameStore (0.02s) [2022-03-04T15:03:59.926Z] PASS [2022-03-04T15:03:59.926Z] coverage: 8.5% of statements [2022-03-04T15:03:59.926Z] ok github.com/docker/docker/libnetwork 0.303s coverage: 8.5% of statements [2022-03-04T15:03:59.926Z] === RUN TestIPDataMarshalling [2022-03-04T15:03:59.926Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-03-04T15:03:59.926Z] === RUN TestValidateAndIsV6 [2022-03-04T15:03:59.926Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-03-04T15:03:59.926Z] PASS [2022-03-04T15:03:59.926Z] coverage: 68.9% of statements [2022-03-04T15:03:59.926Z] ok github.com/docker/docker/libnetwork/driverapi 0.041s coverage: 68.9% of statements [2022-03-04T15:04:00.399Z] === RUN TestDriver [2022-03-04T15:04:00.399Z] --- PASS: TestDriver (0.00s) [2022-03-04T15:04:00.399Z] PASS [2022-03-04T15:04:00.399Z] coverage: 34.8% of statements [2022-03-04T15:04:00.399Z] ok github.com/docker/docker/libnetwork/drivers/host 0.042s coverage: 34.8% of statements [2022-03-04T15:04:00.867Z] === RUN TestDriver [2022-03-04T15:04:00.867Z] --- PASS: TestDriver (0.00s) [2022-03-04T15:04:00.867Z] PASS [2022-03-04T15:04:00.867Z] coverage: 34.8% of statements [2022-03-04T15:04:00.867Z] ok github.com/docker/docker/libnetwork/drivers/null 0.043s coverage: 34.8% of statements [2022-03-04T15:04:00.867Z] === RUN TestNetworkAllocateFree [2022-03-04T15:04:00.867Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-03-04T15:04:00.867Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-03-04T15:04:00.867Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-03-04T15:04:00.867Z] PASS [2022-03-04T15:04:00.867Z] coverage: 63.6% of statements [2022-03-04T15:04:00.867Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.046s coverage: 63.6% of statements [2022-03-04T15:04:01.335Z] --- PASS: TestRandomAllocateDeallocate (4.19s) [2022-03-04T15:04:01.335Z] === RUN TestAllocateRandomDeallocate [2022-03-04T15:04:01.335Z] === RUN TestGetEmptyCapabilities [2022-03-04T15:04:01.335Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-03-04T15:04:01.335Z] === RUN TestGetExtraCapabilities [2022-03-04T15:04:01.335Z] --- PASS: TestGetExtraCapabilities (0.00s) [2022-03-04T15:04:01.335Z] === RUN TestGetInvalidCapabilities [2022-03-04T15:04:01.335Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2022-03-04T15:04:01.335Z] === RUN TestRemoteDriver [2022-03-04T15:04:01.335Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-04T15:04:01.335Z] === RUN TestDriverError [2022-03-04T15:04:01.335Z] --- PASS: TestDriverError (0.00s) [2022-03-04T15:04:01.335Z] === RUN TestMissingValues [2022-03-04T15:04:01.335Z] --- PASS: TestMissingValues (0.00s) [2022-03-04T15:04:01.335Z] === RUN TestRollback [2022-03-04T15:04:01.335Z] --- PASS: TestRollback (0.00s) [2022-03-04T15:04:01.335Z] PASS [2022-03-04T15:04:01.335Z] coverage: 57.4% of statements [2022-03-04T15:04:01.335Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.082s coverage: 57.4% of statements [2022-03-04T15:04:01.711Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-03-04T15:04:01.971Z] --- PASS: TestDaemonHostGatewayIP (4.77s) [2022-03-04T15:04:01.971Z] === CONT TestIpcModeOlderClient [2022-03-04T15:04:02.230Z] --- PASS: TestIpcModeOlderClient (0.11s) [2022-03-04T15:04:02.230Z] === CONT TestContainerKillOnDaemonStart [2022-03-04T15:04:02.230Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2022-03-04T15:04:02.320Z] === RUN TestNAT [2022-03-04T15:04:02.320Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-04T15:04:02.320Z] --- SKIP: TestNAT (0.00s) [2022-03-04T15:04:02.320Z] === RUN TestTransparent [2022-03-04T15:04:02.320Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-04T15:04:02.320Z] --- SKIP: TestTransparent (0.00s) [2022-03-04T15:04:02.320Z] PASS [2022-03-04T15:04:02.320Z] coverage: 0.0% of statements [2022-03-04T15:04:02.320Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.045s coverage: 0.0% of statements [2022-03-04T15:04:02.320Z] --- PASS: TestAllocateRandomDeallocate (0.86s) [2022-03-04T15:04:02.320Z] === RUN TestAllocateRandomDeallocateSerialize [2022-03-04T15:04:02.320Z] === RUN TestBuildDefault [2022-03-04T15:04:02.320Z] --- PASS: TestBuildDefault (0.00s) [2022-03-04T15:04:02.320Z] === RUN TestBuildHostnameDomainname [2022-03-04T15:04:02.320Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-03-04T15:04:02.320Z] === RUN TestBuildHostname [2022-03-04T15:04:02.320Z] --- PASS: TestBuildHostname (0.00s) [2022-03-04T15:04:02.320Z] === RUN TestBuildHostnameFQDN [2022-03-04T15:04:02.320Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-03-04T15:04:02.320Z] === RUN TestBuildNoIP [2022-03-04T15:04:02.320Z] --- PASS: TestBuildNoIP (0.00s) [2022-03-04T15:04:02.320Z] === RUN TestUpdate [2022-03-04T15:04:02.320Z] --- PASS: TestUpdate (0.00s) [2022-03-04T15:04:02.320Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-03-04T15:04:02.320Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-03-04T15:04:02.320Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-03-04T15:04:02.320Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-03-04T15:04:02.320Z] === RUN TestAddEmpty [2022-03-04T15:04:02.320Z] --- PASS: TestAddEmpty (0.00s) [2022-03-04T15:04:02.320Z] === RUN TestAdd [2022-03-04T15:04:02.320Z] --- PASS: TestAdd (0.00s) [2022-03-04T15:04:02.320Z] === RUN TestDeleteEmpty [2022-03-04T15:04:02.320Z] --- PASS: TestDeleteEmpty (0.00s) [2022-03-04T15:04:02.320Z] === RUN TestDeleteNewline [2022-03-04T15:04:02.320Z] --- PASS: TestDeleteNewline (0.00s) [2022-03-04T15:04:02.320Z] === RUN TestDelete [2022-03-04T15:04:02.320Z] --- PASS: TestDelete (0.00s) [2022-03-04T15:04:02.320Z] === RUN TestConcurrentWrites [2022-03-04T15:04:02.320Z] === RUN TestNew [2022-03-04T15:04:02.320Z] --- PASS: TestNew (0.00s) [2022-03-04T15:04:02.320Z] === RUN TestAddDriver [2022-03-04T15:04:02.320Z] --- PASS: TestAddDriver (0.00s) [2022-03-04T15:04:02.320Z] === RUN TestAddDuplicateDriver [2022-03-04T15:04:02.320Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-03-04T15:04:02.320Z] === RUN TestIPAMDefaultAddressSpaces [2022-03-04T15:04:02.320Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-03-04T15:04:02.320Z] === RUN TestDriver [2022-03-04T15:04:02.320Z] --- PASS: TestDriver (0.00s) [2022-03-04T15:04:02.320Z] === RUN TestIPAM [2022-03-04T15:04:02.320Z] --- PASS: TestIPAM (0.00s) [2022-03-04T15:04:02.320Z] === RUN TestWalkIPAMs [2022-03-04T15:04:02.320Z] --- PASS: TestWalkIPAMs (0.00s) [2022-03-04T15:04:02.320Z] === RUN TestWalkDrivers [2022-03-04T15:04:02.320Z] --- PASS: TestWalkDrivers (0.00s) [2022-03-04T15:04:02.320Z] PASS [2022-03-04T15:04:02.320Z] coverage: 82.4% of statements [2022-03-04T15:04:02.320Z] ok github.com/docker/docker/libnetwork/drvregistry 0.068s coverage: 82.4% of statements [2022-03-04T15:04:02.320Z] --- PASS: TestConcurrentWrites (0.18s) [2022-03-04T15:04:02.320Z] PASS [2022-03-04T15:04:02.320Z] coverage: 81.2% of statements [2022-03-04T15:04:02.320Z] ok github.com/docker/docker/libnetwork/etchosts 0.243s coverage: 81.2% of statements [2022-03-04T15:04:02.489Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-03-04T15:04:02.489Z] --- PASS: TestDaemonRestartIpcMode (4.17s) [2022-03-04T15:04:02.788Z] === RUN TestNew [2022-03-04T15:04:02.788Z] --- PASS: TestNew (0.00s) [2022-03-04T15:04:02.788Z] === RUN TestAllocate [2022-03-04T15:04:02.788Z] --- PASS: TestAllocate (0.00s) [2022-03-04T15:04:02.788Z] === RUN TestUninitialized [2022-03-04T15:04:02.788Z] --- PASS: TestUninitialized (0.00s) [2022-03-04T15:04:02.788Z] === RUN TestAllocateInRange [2022-03-04T15:04:02.788Z] --- PASS: TestAllocateInRange (0.00s) [2022-03-04T15:04:02.788Z] === RUN TestAllocateSerial [2022-03-04T15:04:02.788Z] --- PASS: TestAllocateSerial (0.00s) [2022-03-04T15:04:02.788Z] PASS [2022-03-04T15:04:02.788Z] coverage: 87.5% of statements [2022-03-04T15:04:02.788Z] ok github.com/docker/docker/libnetwork/idm 0.040s coverage: 87.5% of statements [2022-03-04T15:04:02.788Z] === RUN TestCaller [2022-03-04T15:04:02.788Z] --- PASS: TestCaller (0.00s) [2022-03-04T15:04:02.788Z] PASS [2022-03-04T15:04:02.788Z] coverage: 100.0% of statements [2022-03-04T15:04:02.788Z] ok github.com/docker/docker/libnetwork/internal/caller 0.039s coverage: 100.0% of statements [2022-03-04T15:04:03.057Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-03-04T15:04:03.255Z] --- PASS: TestAllocateRandomDeallocateSerialize (0.97s) [2022-03-04T15:04:03.255Z] === RUN TestRetrieveFromStore [2022-03-04T15:04:03.723Z] === RUN TestSetSerialInsertDelete [2022-03-04T15:04:03.723Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-03-04T15:04:03.723Z] === RUN TestSetParallelInsertDelete [2022-03-04T15:04:03.723Z] --- PASS: TestRetrieveFromStore (0.60s) [2022-03-04T15:04:03.723Z] === RUN TestIsCorrupted [2022-03-04T15:04:03.723Z] --- PASS: TestIsCorrupted (0.02s) [2022-03-04T15:04:03.723Z] === RUN TestSetRollover [2022-03-04T15:04:04.190Z] === RUN TestInt2IP2IntConversion [2022-03-04T15:04:04.658Z] === RUN TestPoolRequest [2022-03-04T15:04:04.658Z] --- PASS: TestPoolRequest (0.00s) [2022-03-04T15:04:04.658Z] === RUN TestOtherRequests [2022-03-04T15:04:04.658Z] --- PASS: TestOtherRequests (0.00s) [2022-03-04T15:04:04.658Z] PASS [2022-03-04T15:04:04.658Z] coverage: 57.1% of statements [2022-03-04T15:04:04.658Z] ok github.com/docker/docker/libnetwork/ipams/null 0.038s coverage: 57.1% of statements [2022-03-04T15:04:04.658Z] --- PASS: TestInt2IP2IntConversion (0.49s) [2022-03-04T15:04:04.658Z] === RUN TestGetAddressVersion [2022-03-04T15:04:04.658Z] --- PASS: TestGetAddressVersion (0.00s) [2022-03-04T15:04:04.658Z] === RUN TestKeyString [2022-03-04T15:04:04.658Z] --- PASS: TestKeyString (0.00s) [2022-03-04T15:04:04.658Z] === RUN TestPoolDataMarshal [2022-03-04T15:04:04.658Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-03-04T15:04:04.658Z] === RUN TestSubnetsMarshal [2022-03-04T15:04:04.658Z] --- PASS: TestSubnetsMarshal (0.03s) [2022-03-04T15:04:04.658Z] === RUN TestAddSubnets [2022-03-04T15:04:04.970Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-03-04T15:04:05.125Z] --- PASS: TestAddSubnets (0.04s) [2022-03-04T15:04:05.125Z] === RUN TestDoublePoolRelease [2022-03-04T15:04:05.125Z] --- PASS: TestDoublePoolRelease (0.02s) [2022-03-04T15:04:05.125Z] === RUN TestAddReleasePoolID [2022-03-04T15:04:05.125Z] --- PASS: TestAddReleasePoolID (0.05s) [2022-03-04T15:04:05.125Z] === RUN TestPredefinedPool [2022-03-04T15:04:05.125Z] --- PASS: TestSetRollover (1.11s) [2022-03-04T15:04:05.125Z] === RUN TestSetRolloverSerial [2022-03-04T15:04:05.125Z] --- PASS: TestPredefinedPool (0.02s) [2022-03-04T15:04:05.125Z] === RUN TestRemoveSubnet [2022-03-04T15:04:05.125Z] --- PASS: TestRemoveSubnet (0.12s) [2022-03-04T15:04:05.125Z] === RUN TestGetSameAddress [2022-03-04T15:04:05.125Z] --- PASS: TestGetSameAddress (0.02s) [2022-03-04T15:04:05.125Z] === RUN TestPoolAllocationReuse [2022-03-04T15:04:05.594Z] === RUN TestGetCapabilities [2022-03-04T15:04:05.594Z] --- PASS: TestGetCapabilities (0.01s) [2022-03-04T15:04:05.594Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-03-04T15:04:05.594Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2022-03-04T15:04:05.594Z] === RUN TestGetDefaultAddressSpaces [2022-03-04T15:04:05.594Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2022-03-04T15:04:05.594Z] === RUN TestRemoteDriver [2022-03-04T15:04:05.594Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-04T15:04:05.594Z] PASS [2022-03-04T15:04:05.594Z] coverage: 47.4% of statements [2022-03-04T15:04:05.594Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.069s coverage: 47.4% of statements [2022-03-04T15:04:05.907Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2022-03-04T15:04:06.062Z] --- PASS: TestSetRolloverSerial (1.04s) [2022-03-04T15:04:06.062Z] === RUN TestGetFirstAvailableFromCurrent [2022-03-04T15:04:06.062Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-03-04T15:04:06.062Z] PASS [2022-03-04T15:04:06.062Z] coverage: 84.4% of statements [2022-03-04T15:04:06.062Z] ok github.com/docker/docker/libnetwork/bitseq 8.910s coverage: 84.4% of statements [2022-03-04T15:04:06.529Z] --- PASS: TestPoolAllocationReuse (1.18s) [2022-03-04T15:04:06.529Z] === RUN TestGetAddressSubPoolEqualPool [2022-03-04T15:04:06.529Z] === RUN TestWindowsIPAM [2022-03-04T15:04:06.529Z] --- PASS: TestWindowsIPAM (0.00s) [2022-03-04T15:04:06.529Z] PASS [2022-03-04T15:04:06.529Z] coverage: 71.4% of statements [2022-03-04T15:04:06.529Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.040s coverage: 71.4% of statements [2022-03-04T15:04:06.529Z] --- PASS: TestGetAddressSubPoolEqualPool (0.02s) [2022-03-04T15:04:06.529Z] === RUN TestRequestReleaseAddressFromSubPool [2022-03-04T15:04:06.996Z] === RUN TestDefaultNetwork [2022-03-04T15:04:07.463Z] --- PASS: TestDefaultNetwork (0.25s) [2022-03-04T15:04:07.463Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-03-04T15:04:07.463Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.26s) [2022-03-04T15:04:07.463Z] === RUN TestInitAddressPools [2022-03-04T15:04:07.463Z] --- PASS: TestInitAddressPools (0.00s) [2022-03-04T15:04:07.463Z] PASS [2022-03-04T15:04:07.463Z] coverage: 74.0% of statements [2022-03-04T15:04:07.463Z] ok github.com/docker/docker/libnetwork/ipamutils 0.581s coverage: 74.0% of statements [2022-03-04T15:04:07.812Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-03-04T15:04:07.930Z] --- PASS: TestRequestReleaseAddressFromSubPool (1.76s) [2022-03-04T15:04:07.930Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-03-04T15:04:07.968Z] 1bd78008c728: Pull complete [2022-03-04T15:04:07.968Z] Digest: sha256:d8c2b69511a49e9eb6fd2a17f2727ae011b0382cd11562fa5cb4c70bb460cf12 [2022-03-04T15:04:07.968Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-04T15:04:07.968Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2022-03-04T15:04:07.968Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2022-03-04T15:04:07.968Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.2565' [2022-03-04T15:04:07.968Z] WARN: Skipping validation tests [2022-03-04T15:04:07.968Z] INFO: Running unit tests at 03/04/2022 15:04:04... [2022-03-04T15:04:08.397Z] === RUN TestKeyValue [2022-03-04T15:04:08.397Z] --- PASS: TestKeyValue (0.00s) [2022-03-04T15:04:08.397Z] PASS [2022-03-04T15:04:08.397Z] coverage: 60.0% of statements [2022-03-04T15:04:08.397Z] ok github.com/docker/docker/libnetwork/netlabel 0.047s coverage: 60.0% of statements [2022-03-04T15:04:08.750Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2022-03-04T15:04:08.750Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-03-04T15:04:08.750Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-03-04T15:04:08.750Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-03-04T15:04:08.750Z] docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows [2022-03-04T15:04:08.750Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-03-04T15:04:08.750Z] docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows [2022-03-04T15:04:08.750Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-03-04T15:04:08.750Z] docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows [2022-03-04T15:04:08.750Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-03-04T15:04:09.057Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-04T15:04:09.057Z] ok github.com/docker/docker/api/server/httputils 0.004s coverage: 14.7% of statements [2022-03-04T15:04:09.057Z] ok github.com/docker/docker/api/server/middleware 0.005s coverage: 37.7% of statements [2022-03-04T15:04:09.057Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-04T15:04:09.057Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-04T15:04:09.057Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-04T15:04:09.057Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-04T15:04:09.057Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-04T15:04:09.057Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-04T15:04:09.057Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-04T15:04:09.057Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-04T15:04:09.057Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-04T15:04:09.057Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-04T15:04:09.057Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-04T15:04:09.057Z] ok github.com/docker/docker/api/server/router/swarm 0.003s coverage: 5.7% of statements [2022-03-04T15:04:09.057Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-04T15:04:09.057Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-04T15:04:09.057Z] ? github.com/docker/docker/api/types [no test files] [2022-03-04T15:04:09.057Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-04T15:04:09.057Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-04T15:04:09.057Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-04T15:04:09.057Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-04T15:04:09.057Z] ok github.com/docker/docker/api/types/strslice 0.012s coverage: 90.0% of statements [2022-03-04T15:04:09.057Z] ok github.com/docker/docker/api/types/filters 0.009s coverage: 92.2% of statements [2022-03-04T15:04:09.057Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-04T15:04:09.057Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-04T15:04:09.057Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-04T15:04:09.057Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-04T15:04:09.057Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-04T15:04:09.057Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-04T15:04:09.057Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-04T15:04:09.057Z] ok github.com/docker/docker/api/types/time 0.005s coverage: 100.0% of statements [2022-03-04T15:04:09.057Z] ok github.com/docker/docker/api/types/versions 0.006s coverage: 77.3% of statements [2022-03-04T15:04:09.057Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-04T15:04:09.057Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-04T15:04:09.057Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-04T15:04:09.057Z] ? github.com/docker/docker/builder [no test files] [2022-03-04T15:04:09.057Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-04T15:04:09.057Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-04T15:04:09.057Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-04T15:04:09.057Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-04T15:04:09.057Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-04T15:04:09.057Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-04T15:04:09.057Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-04T15:04:09.057Z] ok github.com/docker/docker/builder/remotecontext 0.101s coverage: 13.7% of statements [2022-03-04T15:04:09.057Z] ok github.com/docker/docker/builder/dockerfile 0.220s coverage: 49.3% of statements [2022-03-04T15:04:09.057Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2022-03-04T15:04:09.057Z] ok github.com/docker/docker/cli/debug 0.003s coverage: 100.0% of statements [2022-03-04T15:04:09.057Z] ok github.com/docker/docker/builder/remotecontext/git 1.207s coverage: 86.3% of statements [2022-03-04T15:04:09.057Z] ? github.com/docker/docker/cli [no test files] [2022-03-04T15:04:09.057Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-04T15:04:09.316Z] ok github.com/docker/docker/cmd/docker-proxy 0.053s coverage: 67.6% of statements [2022-03-04T15:04:09.381Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-04T15:04:09.381Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-04T15:04:09.381Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-04T15:04:09.381Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-04T15:04:09.381Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-04T15:04:09.381Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-04T15:04:09.381Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-04T15:04:09.381Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-04T15:04:09.381Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-04T15:04:09.381Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-03-04T15:04:09.381Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-04T15:04:09.381Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-04T15:04:09.381Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-04T15:04:09.381Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-03-04T15:04:09.381Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-04T15:04:09.381Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-04T15:04:09.381Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-04T15:04:10.370Z] === RUN TestGenerate [2022-03-04T15:04:10.370Z] --- PASS: TestGenerate (0.00s) [2022-03-04T15:04:10.370Z] === RUN TestGeneratePtr [2022-03-04T15:04:10.370Z] --- PASS: TestGeneratePtr (0.00s) [2022-03-04T15:04:10.370Z] === RUN TestGenerateMissingField [2022-03-04T15:04:10.370Z] --- PASS: TestGenerateMissingField (0.00s) [2022-03-04T15:04:10.370Z] === RUN TestFieldCannotBeSet [2022-03-04T15:04:10.370Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-03-04T15:04:10.370Z] === RUN TestTypeMismatchError [2022-03-04T15:04:10.370Z] --- PASS: TestTypeMismatchError (0.00s) [2022-03-04T15:04:10.370Z] PASS [2022-03-04T15:04:10.370Z] coverage: 100.0% of statements [2022-03-04T15:04:10.370Z] ok github.com/docker/docker/libnetwork/options 0.036s coverage: 100.0% of statements [2022-03-04T15:04:10.370Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.33s) [2022-03-04T15:04:10.370Z] === RUN TestGetAddress [2022-03-04T15:04:10.370Z] === RUN TestNetworkDBSimple [2022-03-04T15:04:10.951Z] INFO: make.ps1 starting at 03/04/2022 15:04:10 [2022-03-04T15:04:10.951Z] INFO: Git commit (384532a8d2) assumed from DOCKER_GITCOMMIT environment variable [2022-03-04T15:04:10.951Z] INFO: Invoking autogen... [2022-03-04T15:04:11.354Z] testing: warning: no tests to run [2022-03-04T15:04:11.354Z] PASS [2022-03-04T15:04:11.354Z] coverage: 0.0% of statements [2022-03-04T15:04:11.354Z] ok github.com/docker/docker/libnetwork/osl 0.043s coverage: 0.0% of statements [no tests to run] [2022-03-04T15:04:11.421Z] INFO: Running unit tests... [2022-03-04T15:04:11.821Z] 2022/03/04 15:04:11 Closing DB instances... [2022-03-04T15:04:11.821Z] === RUN TestRequestNewPort [2022-03-04T15:04:11.821Z] --- PASS: TestRequestNewPort (0.00s) [2022-03-04T15:04:11.821Z] === RUN TestRequestSpecificPort [2022-03-04T15:04:11.821Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-03-04T15:04:11.821Z] === RUN TestReleasePort [2022-03-04T15:04:11.821Z] --- PASS: TestReleasePort (0.00s) [2022-03-04T15:04:11.821Z] === RUN TestReuseReleasedPort [2022-03-04T15:04:11.821Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-03-04T15:04:11.821Z] === RUN TestReleaseUnreadledPort [2022-03-04T15:04:11.821Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-03-04T15:04:11.821Z] === RUN TestUnknowProtocol [2022-03-04T15:04:11.821Z] --- PASS: TestUnknowProtocol (0.00s) [2022-03-04T15:04:11.821Z] === RUN TestAllocateAllPorts [2022-03-04T15:04:11.821Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-03-04T15:04:11.821Z] === RUN TestPortAllocation [2022-03-04T15:04:11.821Z] --- PASS: TestPortAllocation (0.00s) [2022-03-04T15:04:11.821Z] === RUN TestPortAllocationWithCustomRange [2022-03-04T15:04:11.821Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-03-04T15:04:11.821Z] === RUN TestNoDuplicateBPR [2022-03-04T15:04:11.821Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-03-04T15:04:11.821Z] === RUN TestChangePortRange [2022-03-04T15:04:11.821Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-03-04T15:04:11.821Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-03-04T15:04:11.821Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-03-04T15:04:11.821Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-03-04T15:04:11.821Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-03-04T15:04:11.821Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-03-04T15:04:11.821Z] --- PASS: TestChangePortRange (0.00s) [2022-03-04T15:04:11.821Z] PASS [2022-03-04T15:04:11.821Z] coverage: 88.6% of statements [2022-03-04T15:04:11.821Z] ok github.com/docker/docker/libnetwork/portallocator 0.042s coverage: 88.6% of statements [2022-03-04T15:04:11.845Z] ok github.com/docker/docker/client 0.128s coverage: 75.7% of statements [2022-03-04T15:04:12.077Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-03-04T15:04:12.077Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2022-03-04T15:04:12.805Z] testing: warning: no tests to run [2022-03-04T15:04:12.805Z] PASS [2022-03-04T15:04:12.805Z] coverage: 0.0% of statements [2022-03-04T15:04:12.805Z] ok github.com/docker/docker/libnetwork/portmapper 0.039s coverage: 0.0% of statements [no tests to run] [2022-03-04T15:04:12.805Z] time="2022-03-04T15:04:12Z" level=error msg="node1(1075cdbd7524) Could not close DB: timeout waiting for leave broadcast" [2022-03-04T15:04:12.805Z] --- PASS: TestNetworkDBSimple (2.27s) [2022-03-04T15:04:12.805Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-03-04T15:04:13.272Z] === RUN TestHashData [2022-03-04T15:04:13.272Z] --- PASS: TestHashData (0.00s) [2022-03-04T15:04:13.272Z] PASS [2022-03-04T15:04:13.272Z] coverage: 2.8% of statements [2022-03-04T15:04:13.272Z] ok github.com/docker/docker/libnetwork/resolvconf 0.041s coverage: 2.8% of statements [2022-03-04T15:04:13.739Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-03-04T15:04:13.739Z] PASS [2022-03-04T15:04:13.739Z] coverage: 100.0% of statements [2022-03-04T15:04:13.739Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.038s coverage: 100.0% of statements [2022-03-04T15:04:14.025Z] check_test.go:308: [d7991ab2dd041] daemon is not started [2022-03-04T15:04:14.025Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2022-03-04T15:04:14.025Z] --- PASS: TestContainerKillOnDaemonStart (11.97s) [2022-03-04T15:04:14.025Z] PASS [2022-03-04T15:04:14.025Z] [2022-03-04T15:04:14.025Z] === Skipped [2022-03-04T15:04:14.025Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2022-03-04T15:04:14.025Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-04T15:04:14.025Z] [2022-03-04T15:04:14.025Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2022-03-04T15:04:14.025Z] kill_test.go:159: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-04T15:04:14.025Z] [2022-03-04T15:04:14.025Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2022-03-04T15:04:14.025Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-04T15:04:14.025Z] [2022-03-04T15:04:14.026Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2022-03-04T15:04:14.026Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2022-03-04T15:04:14.026Z] [2022-03-04T15:04:14.026Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2022-03-04T15:04:14.026Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2022-03-04T15:04:14.026Z] [2022-03-04T15:04:14.026Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2022-03-04T15:04:14.026Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2022-03-04T15:04:14.026Z] [2022-03-04T15:04:14.026Z] DONE 200 tests, 6 skipped in 162.314s [2022-03-04T15:04:14.026Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2022-03-04T15:04:14.026Z] ++ 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-04T15:04:14.026Z] ++ set -e [2022-03-04T15:04:14.026Z] ++ '[' -n 0 ']' [2022-03-04T15:04:14.026Z] ++ set -x [2022-03-04T15:04:14.026Z] ++ 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-04T15:04:14.206Z] === RUN TestErrorConstructors [2022-03-04T15:04:14.206Z] --- PASS: TestErrorConstructors (0.00s) [2022-03-04T15:04:14.206Z] === RUN TestCompareIPMask [2022-03-04T15:04:14.206Z] --- PASS: TestCompareIPMask (0.00s) [2022-03-04T15:04:14.206Z] === RUN TestUtilGetHostPartIP [2022-03-04T15:04:14.206Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-03-04T15:04:14.206Z] === RUN TestUtilGetBroadcastIP [2022-03-04T15:04:14.206Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-03-04T15:04:14.206Z] === RUN TestParseCIDR [2022-03-04T15:04:14.206Z] --- PASS: TestParseCIDR (0.00s) [2022-03-04T15:04:14.206Z] PASS [2022-03-04T15:04:14.206Z] coverage: 37.3% of statements [2022-03-04T15:04:14.206Z] ok github.com/docker/docker/libnetwork/types 0.036s coverage: 37.3% of statements [2022-03-04T15:04:14.206Z] 2022/03/04 15:04:13 Closing DB instances... [2022-03-04T15:04:14.284Z] === RUN TestConfigDaemonLibtrustID [2022-03-04T15:04:14.673Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-03-04T15:04:14.673Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-03-04T15:04:14.673Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-03-04T15:04:14.673Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-03-04T15:04:14.673Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-03-04T15:04:14.673Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-03-04T15:04:14.673Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-03-04T15:04:14.673Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-03-04T15:04:14.673Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-03-04T15:04:14.673Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-03-04T15:04:14.673Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-03-04T15:04:14.673Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-03-04T15:04:14.673Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-03-04T15:04:14.673Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-03-04T15:04:14.673Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-03-04T15:04:14.673Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-03-04T15:04:14.673Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-03-04T15:04:14.673Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-03-04T15:04:14.673Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-03-04T15:04:14.673Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-03-04T15:04:14.673Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-03-04T15:04:14.673Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-03-04T15:04:14.673Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-03-04T15:04:14.673Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-03-04T15:04:14.673Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-03-04T15:04:14.673Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-03-04T15:04:14.673Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-03-04T15:04:14.673Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-03-04T15:04:14.673Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-03-04T15:04:14.673Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-03-04T15:04:14.673Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-03-04T15:04:14.673Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-03-04T15:04:14.673Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-03-04T15:04:14.673Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-03-04T15:04:14.673Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-03-04T15:04:14.673Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-03-04T15:04:14.673Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-03-04T15:04:14.673Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-03-04T15:04:14.673Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-03-04T15:04:14.673Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-03-04T15:04:14.673Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-03-04T15:04:14.673Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-03-04T15:04:14.673Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-03-04T15:04:14.673Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-03-04T15:04:14.673Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-03-04T15:04:14.673Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-03-04T15:04:14.673Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-03-04T15:04:14.673Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-03-04T15:04:14.673Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-03-04T15:04:14.673Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-03-04T15:04:14.673Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-03-04T15:04:14.673Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-03-04T15:04:14.673Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-03-04T15:04:14.673Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-03-04T15:04:14.673Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-03-04T15:04:14.673Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-03-04T15:04:14.673Z] PASS [2022-03-04T15:04:14.673Z] coverage: 50.0% of statements [2022-03-04T15:04:14.673Z] ok github.com/docker/docker/oci 0.047s coverage: 50.0% of statements [2022-03-04T15:04:14.853Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2022-03-04T15:04:14.853Z] === RUN TestDaemonConfigValidation [2022-03-04T15:04:14.853Z] === RUN TestDaemonConfigValidation/config_with_no_content [2022-03-04T15:04:14.853Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2022-03-04T15:04:14.853Z] === RUN TestDaemonConfigValidation/config_with_{} [2022-03-04T15:04:14.853Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2022-03-04T15:04:14.853Z] === RUN TestDaemonConfigValidation/invalid_config [2022-03-04T15:04:14.853Z] === PAUSE TestDaemonConfigValidation/invalid_config [2022-03-04T15:04:14.853Z] === RUN TestDaemonConfigValidation/malformed_config [2022-03-04T15:04:14.853Z] === PAUSE TestDaemonConfigValidation/malformed_config [2022-03-04T15:04:14.853Z] === RUN TestDaemonConfigValidation/valid_config [2022-03-04T15:04:14.853Z] === PAUSE TestDaemonConfigValidation/valid_config [2022-03-04T15:04:14.853Z] === CONT TestDaemonConfigValidation/config_with_no_content [2022-03-04T15:04:14.853Z] === CONT TestDaemonConfigValidation/malformed_config [2022-03-04T15:04:15.114Z] === CONT TestDaemonConfigValidation/valid_config [2022-03-04T15:04:15.114Z] === CONT TestDaemonConfigValidation/invalid_config [2022-03-04T15:04:15.114Z] === CONT TestDaemonConfigValidation/config_with_{} [2022-03-04T15:04:15.114Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-03-04T15:04:15.373Z] --- PASS: TestDaemonConfigValidation (0.00s) [2022-03-04T15:04:15.373Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.18s) [2022-03-04T15:04:15.373Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.19s) [2022-03-04T15:04:15.373Z] --- PASS: TestDaemonConfigValidation/valid_config (0.22s) [2022-03-04T15:04:15.373Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.24s) [2022-03-04T15:04:15.373Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.10s) [2022-03-04T15:04:15.373Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-04T15:04:15.373Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2022-03-04T15:04:15.658Z] === RUN TestAddressPoolOpt [2022-03-04T15:04:15.658Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-03-04T15:04:15.658Z] === RUN TestValidateEnv [2022-03-04T15:04:15.658Z] === RUN TestValidateEnv/a [2022-03-04T15:04:15.658Z] === RUN TestValidateEnv/something [2022-03-04T15:04:15.658Z] === RUN TestValidateEnv/_=a [2022-03-04T15:04:15.658Z] === RUN TestValidateEnv/env1=value1 [2022-03-04T15:04:15.658Z] === RUN TestValidateEnv/_env1=value1 [2022-03-04T15:04:15.658Z] === RUN TestValidateEnv/env2=value2=value3 [2022-03-04T15:04:15.658Z] === RUN TestValidateEnv/env3=abc!qwe [2022-03-04T15:04:15.658Z] === RUN TestValidateEnv/env_4=value_4 [2022-03-04T15:04:15.658Z] === RUN TestValidateEnv/PATH [2022-03-04T15:04:15.658Z] === RUN TestValidateEnv/=a [2022-03-04T15:04:15.658Z] === RUN TestValidateEnv/PATH= [2022-03-04T15:04:15.658Z] === RUN TestValidateEnv/PATH=something [2022-03-04T15:04:15.658Z] === RUN TestValidateEnv/asd!qwe [2022-03-04T15:04:15.658Z] === RUN TestValidateEnv/1asd [2022-03-04T15:04:15.658Z] === RUN TestValidateEnv/123 [2022-03-04T15:04:15.658Z] === RUN TestValidateEnv/some_space [2022-03-04T15:04:15.658Z] === RUN TestValidateEnv/__some_space_before [2022-03-04T15:04:15.658Z] === RUN TestValidateEnv/some_space_after__ [2022-03-04T15:04:15.658Z] === RUN TestValidateEnv/= [2022-03-04T15:04:15.658Z] === RUN TestValidateEnv/PaTh [2022-03-04T15:04:15.658Z] --- PASS: TestValidateEnv (0.00s) [2022-03-04T15:04:15.658Z] --- PASS: TestValidateEnv/a (0.00s) [2022-03-04T15:04:15.658Z] --- PASS: TestValidateEnv/something (0.00s) [2022-03-04T15:04:15.658Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-03-04T15:04:15.658Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-03-04T15:04:15.658Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-03-04T15:04:15.658Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-03-04T15:04:15.658Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-03-04T15:04:15.658Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-03-04T15:04:15.658Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-03-04T15:04:15.658Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-03-04T15:04:15.658Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-03-04T15:04:15.658Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-03-04T15:04:15.658Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-03-04T15:04:15.658Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-03-04T15:04:15.658Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-03-04T15:04:15.658Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-03-04T15:04:15.658Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-03-04T15:04:15.658Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-03-04T15:04:15.658Z] --- PASS: TestValidateEnv/= (0.00s) [2022-03-04T15:04:15.658Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-03-04T15:04:15.658Z] === RUN TestParseHost [2022-03-04T15:04:15.658Z] --- PASS: TestParseHost (0.00s) [2022-03-04T15:04:15.658Z] === RUN TestParseDockerDaemonHost [2022-03-04T15:04:15.658Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-03-04T15:04:15.658Z] === RUN TestParseTCP [2022-03-04T15:04:15.658Z] --- PASS: TestParseTCP (0.00s) [2022-03-04T15:04:15.658Z] === RUN TestParseInvalidUnixAddrInvalid [2022-03-04T15:04:15.658Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-03-04T15:04:15.658Z] === RUN TestValidateExtraHosts [2022-03-04T15:04:15.658Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-03-04T15:04:15.658Z] === RUN TestIpOptString [2022-03-04T15:04:15.658Z] --- PASS: TestIpOptString (0.00s) [2022-03-04T15:04:15.658Z] === RUN TestNewIpOptInvalidDefaultVal [2022-03-04T15:04:15.658Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-03-04T15:04:15.658Z] === RUN TestNewIpOptValidDefaultVal [2022-03-04T15:04:15.658Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-03-04T15:04:15.658Z] === RUN TestIpOptSetInvalidVal [2022-03-04T15:04:15.658Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-03-04T15:04:15.658Z] === RUN TestValidateIPAddress [2022-03-04T15:04:15.658Z] --- PASS: TestValidateIPAddress (0.00s) [2022-03-04T15:04:15.658Z] === RUN TestMapOpts [2022-03-04T15:04:15.658Z] --- PASS: TestMapOpts (0.00s) [2022-03-04T15:04:15.658Z] === RUN TestListOptsWithoutValidator [2022-03-04T15:04:15.658Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-03-04T15:04:15.658Z] === RUN TestListOptsWithValidator [2022-03-04T15:04:15.658Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-03-04T15:04:15.658Z] === RUN TestValidateDNSSearch [2022-03-04T15:04:15.658Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-03-04T15:04:15.658Z] === RUN TestValidateLabel [2022-03-04T15:04:15.658Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-03-04T15:04:15.658Z] === RUN TestValidateLabel/label_with_general_format [2022-03-04T15:04:15.658Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-03-04T15:04:15.658Z] === RUN TestValidateLabel/label_with_one_more [2022-03-04T15:04:15.658Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-03-04T15:04:15.658Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-03-04T15:04:15.658Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-03-04T15:04:15.658Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-03-04T15:04:15.658Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-03-04T15:04:15.658Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-03-04T15:04:15.658Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-03-04T15:04:15.658Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-03-04T15:04:15.658Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-03-04T15:04:15.658Z] --- PASS: TestValidateLabel (0.00s) [2022-03-04T15:04:15.658Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-03-04T15:04:15.658Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-03-04T15:04:15.658Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-03-04T15:04:15.658Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-03-04T15:04:15.658Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-03-04T15:04:15.658Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-03-04T15:04:15.658Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-03-04T15:04:15.658Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-03-04T15:04:15.658Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-03-04T15:04:15.658Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-03-04T15:04:15.658Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-03-04T15:04:15.658Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-03-04T15:04:15.658Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-03-04T15:04:15.658Z] === RUN TestNamedListOpts [2022-03-04T15:04:15.658Z] --- PASS: TestNamedListOpts (0.00s) [2022-03-04T15:04:15.658Z] === RUN TestNamedMapOpts [2022-03-04T15:04:15.658Z] --- PASS: TestNamedMapOpts (0.00s) [2022-03-04T15:04:15.658Z] === RUN TestParseLink [2022-03-04T15:04:15.658Z] --- PASS: TestParseLink (0.00s) [2022-03-04T15:04:15.658Z] === RUN TestQuotedStringSetWithQuotes [2022-03-04T15:04:15.658Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2022-03-04T15:04:15.658Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2022-03-04T15:04:15.658Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2022-03-04T15:04:15.658Z] === RUN TestQuotedStringSetWithNoQuotes [2022-03-04T15:04:15.658Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2022-03-04T15:04:15.658Z] === RUN TestQuotedStringEmptyOrSingleCharString [2022-03-04T15:04:15.658Z] --- PASS: TestQuotedStringEmptyOrSingleCharString (0.00s) [2022-03-04T15:04:15.658Z] === RUN TestUlimitOpt [2022-03-04T15:04:15.658Z] --- PASS: TestUlimitOpt (0.00s) [2022-03-04T15:04:15.658Z] PASS [2022-03-04T15:04:15.658Z] coverage: 67.4% of statements [2022-03-04T15:04:15.658Z] ok github.com/docker/docker/opts 0.096s coverage: 67.4% of statements [2022-03-04T15:04:15.658Z] === RUN TestParseVersion [2022-03-04T15:04:15.658Z] --- PASS: TestParseVersion (0.00s) [2022-03-04T15:04:15.658Z] PASS [2022-03-04T15:04:15.658Z] coverage: 52.9% of statements [2022-03-04T15:04:15.658Z] ok github.com/docker/docker/pkg/aaparser 0.066s coverage: 52.9% of statements [2022-03-04T15:04:15.658Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.84s) [2022-03-04T15:04:15.658Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-03-04T15:04:16.315Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2022-03-04T15:04:16.583Z] --- PASS: TestCheckoutGit (34.70s) [2022-03-04T15:04:16.583Z] === RUN TestValidGitTransport [2022-03-04T15:04:16.583Z] --- PASS: TestValidGitTransport (0.00s) [2022-03-04T15:04:16.583Z] === RUN TestGitInvalidRef [2022-03-04T15:04:16.583Z] --- PASS: TestGitInvalidRef (0.20s) [2022-03-04T15:04:16.583Z] PASS [2022-03-04T15:04:16.583Z] coverage: 86.3% of statements [2022-03-04T15:04:16.583Z] ok github.com/docker/docker/builder/remotecontext/git 34.959s coverage: 86.3% of statements [2022-03-04T15:04:16.583Z] ? github.com/docker/docker/cli [no test files] [2022-03-04T15:04:16.583Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-04T15:04:16.642Z] 2022/03/04 15:04:16 Closing DB instances... [2022-03-04T15:04:17.110Z] === RUN TestPeerCertificateMarshalJSON [2022-03-04T15:04:17.250Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2022-03-04T15:04:17.509Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2022-03-04T15:04:17.576Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-03-04T15:04:17.576Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-03-04T15:04:17.576Z] --- PASS: TestPeerCertificateMarshalJSON (0.44s) [2022-03-04T15:04:17.576Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-03-04T15:04:17.576Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-03-04T15:04:17.576Z] === RUN TestMiddleware [2022-03-04T15:04:17.576Z] --- PASS: TestMiddleware (0.00s) [2022-03-04T15:04:17.576Z] === RUN TestNewResponseModifier [2022-03-04T15:04:17.576Z] --- PASS: TestNewResponseModifier (0.00s) [2022-03-04T15:04:17.576Z] PASS [2022-03-04T15:04:17.576Z] coverage: 26.8% of statements [2022-03-04T15:04:17.576Z] ok github.com/docker/docker/pkg/authorization 0.515s coverage: 26.8% of statements [2022-03-04T15:04:17.576Z] === RUN TestIsArchivePathDir [2022-03-04T15:04:17.576Z] --- PASS: TestIsArchivePathDir (0.06s) [2022-03-04T15:04:17.576Z] === RUN TestIsArchivePathInvalidFile [2022-03-04T15:04:17.767Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-03-04T15:04:18.026Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-03-04T15:04:18.043Z] --- PASS: TestIsArchivePathInvalidFile (0.13s) [2022-03-04T15:04:18.043Z] === RUN TestIsArchivePathTar [2022-03-04T15:04:18.043Z] --- PASS: TestIsArchivePathTar (0.16s) [2022-03-04T15:04:18.043Z] === RUN TestDecompressStreamGzip [2022-03-04T15:04:18.043Z] === RUN TestUnbuffered [2022-03-04T15:04:18.043Z] --- PASS: TestUnbuffered (0.00s) [2022-03-04T15:04:18.043Z] === RUN TestRaceUnbuffered [2022-03-04T15:04:18.043Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-03-04T15:04:18.043Z] PASS [2022-03-04T15:04:18.043Z] coverage: 100.0% of statements [2022-03-04T15:04:18.043Z] ok github.com/docker/docker/pkg/broadcaster 0.039s coverage: 100.0% of statements [2022-03-04T15:04:18.043Z] --- PASS: TestDecompressStreamGzip (0.12s) [2022-03-04T15:04:18.043Z] === RUN TestDecompressStreamBzip2 [2022-03-04T15:04:18.514Z] --- PASS: TestDecompressStreamBzip2 (0.11s) [2022-03-04T15:04:18.514Z] === RUN TestDecompressStreamXz [2022-03-04T15:04:18.514Z] archive_test.go:133: Xz not present in msys2 [2022-03-04T15:04:18.514Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-03-04T15:04:18.514Z] === RUN TestDecompressStreamZstd [2022-03-04T15:04:18.514Z] archive_test.go:140: zstd not installed [2022-03-04T15:04:18.514Z] --- SKIP: TestDecompressStreamZstd (0.02s) [2022-03-04T15:04:18.514Z] === RUN TestCompressStreamXzUnsupported [2022-03-04T15:04:18.514Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-03-04T15:04:18.514Z] === RUN TestCompressStreamBzip2Unsupported [2022-03-04T15:04:18.514Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-03-04T15:04:18.514Z] === RUN TestCompressStreamInvalid [2022-03-04T15:04:18.514Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-03-04T15:04:18.514Z] === RUN TestExtensionInvalid [2022-03-04T15:04:18.514Z] --- PASS: TestExtensionInvalid (0.00s) [2022-03-04T15:04:18.514Z] === RUN TestExtensionUncompressed [2022-03-04T15:04:18.514Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-03-04T15:04:18.514Z] === RUN TestExtensionBzip2 [2022-03-04T15:04:18.514Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-03-04T15:04:18.514Z] === RUN TestExtensionGzip [2022-03-04T15:04:18.514Z] --- PASS: TestExtensionGzip (0.00s) [2022-03-04T15:04:18.514Z] === RUN TestExtensionXz [2022-03-04T15:04:18.514Z] --- PASS: TestExtensionXz (0.00s) [2022-03-04T15:04:18.514Z] === RUN TestExtensionZstd [2022-03-04T15:04:18.514Z] --- PASS: TestExtensionZstd (0.00s) [2022-03-04T15:04:18.514Z] === RUN TestCmdStreamLargeStderr [2022-03-04T15:04:18.514Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.64s) [2022-03-04T15:04:18.514Z] === RUN TestNetworkDBCRUDTableEntry [2022-03-04T15:04:18.514Z] --- PASS: TestCmdStreamLargeStderr (0.08s) [2022-03-04T15:04:18.514Z] === RUN TestCmdStreamBad [2022-03-04T15:04:18.514Z] archive_test.go:252: Failing on Windows CI machines [2022-03-04T15:04:18.514Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-03-04T15:04:18.514Z] === RUN TestCmdStreamGood [2022-03-04T15:04:18.514Z] --- PASS: TestCmdStreamGood (0.04s) [2022-03-04T15:04:18.514Z] === RUN TestUntarPathWithInvalidDest [2022-03-04T15:04:18.514Z] --- PASS: TestUntarPathWithInvalidDest (0.06s) [2022-03-04T15:04:18.514Z] === RUN TestUntarPathWithInvalidSrc [2022-03-04T15:04:18.514Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-03-04T15:04:18.514Z] === RUN TestUntarPath [2022-03-04T15:04:18.514Z] --- PASS: TestUntarPath (0.06s) [2022-03-04T15:04:18.514Z] === RUN TestUntarPathWithDestinationFile [2022-03-04T15:04:18.514Z] --- PASS: TestUntarPathWithDestinationFile (0.06s) [2022-03-04T15:04:18.514Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-03-04T15:04:18.514Z] === RUN TestMatch [2022-03-04T15:04:18.514Z] === RUN TestMatch/[[]] [2022-03-04T15:04:18.514Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.06s) [2022-03-04T15:04:18.514Z] === RUN TestCopyWithTarInvalidSrc [2022-03-04T15:04:18.514Z] === RUN TestMatch/[[foo]] [2022-03-04T15:04:18.514Z] === RUN TestMatch/[[bar]_[foo]] [2022-03-04T15:04:18.514Z] === RUN TestMatch/[[foo_bar]] [2022-03-04T15:04:18.514Z] === RUN TestMatch/[[qux]_[foo]] [2022-03-04T15:04:18.514Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-03-04T15:04:18.514Z] === RUN TestMatch/[] [2022-03-04T15:04:18.514Z] === RUN TestMatch/[]#01 [2022-03-04T15:04:18.514Z] === RUN TestMatch/[[qux]] [2022-03-04T15:04:18.514Z] === RUN TestMatch/[[foo_bar_qux]] [2022-03-04T15:04:18.514Z] === RUN TestMatch/[[qux]_[baz]] [2022-03-04T15:04:18.514Z] === RUN TestMatch/[[foo_baz]] [2022-03-04T15:04:18.515Z] --- PASS: TestMatch (0.00s) [2022-03-04T15:04:18.515Z] --- PASS: TestMatch/[[]] (0.00s) [2022-03-04T15:04:18.515Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-03-04T15:04:18.515Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-03-04T15:04:18.515Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-03-04T15:04:18.515Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-03-04T15:04:18.515Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-03-04T15:04:18.515Z] --- PASS: TestMatch/[] (0.00s) [2022-03-04T15:04:18.515Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-03-04T15:04:18.515Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-03-04T15:04:18.515Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-03-04T15:04:18.515Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-03-04T15:04:18.515Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-03-04T15:04:18.515Z] PASS [2022-03-04T15:04:18.515Z] coverage: 87.5% of statements [2022-03-04T15:04:18.515Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-03-04T15:04:18.515Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-03-04T15:04:18.515Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-03-04T15:04:18.515Z] === RUN TestCopyWithTarSrcFile [2022-03-04T15:04:18.515Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-03-04T15:04:18.515Z] === RUN TestCopyWithTarSrcFolder [2022-03-04T15:04:18.515Z] ok github.com/docker/docker/pkg/capabilities 0.038s coverage: 87.5% of statements [2022-03-04T15:04:18.515Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-03-04T15:04:18.515Z] === RUN TestCopyFileWithTarInvalidSrc [2022-03-04T15:04:18.515Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-03-04T15:04:18.515Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-03-04T15:04:18.515Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-03-04T15:04:18.515Z] === RUN TestCopyFileWithTarSrcFolder [2022-03-04T15:04:18.515Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-03-04T15:04:18.515Z] === RUN TestCopyFileWithTarSrcFile [2022-03-04T15:04:18.515Z] --- PASS: TestCopyFileWithTarSrcFile (0.00s) [2022-03-04T15:04:18.515Z] === RUN TestTarFiles [2022-03-04T15:04:18.594Z] === CONT TestConfigDaemonSeccompProfiles [2022-03-04T15:04:18.594Z] daemon_test.go:156: [d745b264cfcaa] daemon is not started [2022-03-04T15:04:18.594Z] --- PASS: TestConfigDaemonSeccompProfiles (3.20s) [2022-03-04T15:04:18.594Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.08s) [2022-03-04T15:04:18.594Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.05s) [2022-03-04T15:04:18.594Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.06s) [2022-03-04T15:04:18.594Z] === RUN TestDaemonProxy [2022-03-04T15:04:18.594Z] === RUN TestDaemonProxy/environment_variables [2022-03-04T15:04:20.076Z] === RUN TestChrootTarUntar [2022-03-04T15:04:20.076Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:04:20.076Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-03-04T15:04:20.076Z] === RUN TestChrootUntarWithHugeExcludesList [2022-03-04T15:04:20.076Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:04:20.076Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-04T15:04:20.076Z] === RUN TestChrootUntarEmptyArchive [2022-03-04T15:04:20.076Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-03-04T15:04:20.076Z] === RUN TestChrootTarUntarWithSymlink [2022-03-04T15:04:20.076Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-04T15:04:20.076Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-03-04T15:04:20.076Z] === RUN TestChrootCopyWithTar [2022-03-04T15:04:20.076Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-04T15:04:20.076Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-03-04T15:04:20.076Z] === RUN TestChrootCopyFileWithTar [2022-03-04T15:04:20.076Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:04:20.076Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-03-04T15:04:20.076Z] === RUN TestChrootUntarPath [2022-03-04T15:04:20.076Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-04T15:04:20.076Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-03-04T15:04:20.076Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-03-04T15:04:20.076Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:04:20.076Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-04T15:04:20.076Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-03-04T15:04:20.076Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:04:20.076Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-04T15:04:20.076Z] === RUN TestChrootApplyDotDotFile [2022-03-04T15:04:20.076Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:04:20.076Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-03-04T15:04:20.076Z] PASS [2022-03-04T15:04:20.076Z] coverage: 15.1% of statements [2022-03-04T15:04:20.076Z] ok github.com/docker/docker/pkg/chrootarchive 0.094s coverage: 15.1% of statements [2022-03-04T15:04:20.104Z] 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-04T15:04:20.498Z] === RUN TestDaemonProxy/command-line_options [2022-03-04T15:04:20.543Z] 2022/03/04 15:04:20 Closing DB instances... [2022-03-04T15:04:20.543Z] === RUN TestEnsureRemoveAllNotExist [2022-03-04T15:04:20.543Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-03-04T15:04:20.543Z] === RUN TestEnsureRemoveAllWithDir [2022-03-04T15:04:20.543Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-03-04T15:04:20.543Z] === RUN TestEnsureRemoveAllWithFile [2022-03-04T15:04:20.543Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-03-04T15:04:20.543Z] PASS [2022-03-04T15:04:20.543Z] coverage: 0.0% of statements [2022-03-04T15:04:20.543Z] ok github.com/docker/docker/pkg/containerfs 0.041s coverage: 0.0% of statements [2022-03-04T15:04:20.757Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2022-03-04T15:04:21.528Z] === RUN TestSizeEmpty [2022-03-04T15:04:21.528Z] --- PASS: TestSizeEmpty (0.00s) [2022-03-04T15:04:21.528Z] === RUN TestSizeEmptyFile [2022-03-04T15:04:21.528Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-03-04T15:04:21.528Z] === RUN TestSizeNonemptyFile [2022-03-04T15:04:21.528Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-03-04T15:04:21.528Z] === RUN TestSizeNestedDirectoryEmpty [2022-03-04T15:04:21.528Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-03-04T15:04:21.528Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-03-04T15:04:21.528Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-03-04T15:04:21.528Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-03-04T15:04:21.528Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-03-04T15:04:21.528Z] === RUN TestMoveToSubdir [2022-03-04T15:04:21.528Z] --- PASS: TestMoveToSubdir (0.00s) [2022-03-04T15:04:21.528Z] === RUN TestSizeNonExistingDirectory [2022-03-04T15:04:21.528Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-03-04T15:04:21.528Z] PASS [2022-03-04T15:04:21.528Z] coverage: 80.0% of statements [2022-03-04T15:04:21.528Z] ok github.com/docker/docker/pkg/directory 0.047s coverage: 80.0% of statements [2022-03-04T15:04:21.996Z] === RUN TestPollerAddRemove [2022-03-04T15:04:21.996Z] --- PASS: TestPollerAddRemove (0.00s) [2022-03-04T15:04:21.996Z] === RUN TestPollerEvent [2022-03-04T15:04:21.996Z] poller_test.go:40: No chmod on Windows [2022-03-04T15:04:21.996Z] --- SKIP: TestPollerEvent (0.00s) [2022-03-04T15:04:21.996Z] === RUN TestPollerClose [2022-03-04T15:04:21.996Z] --- PASS: TestPollerClose (0.00s) [2022-03-04T15:04:21.996Z] PASS [2022-03-04T15:04:21.996Z] coverage: 45.7% of statements [2022-03-04T15:04:21.996Z] ok github.com/docker/docker/pkg/filenotify 0.038s coverage: 45.7% of statements [2022-03-04T15:04:22.138Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-03-04T15:04:22.138Z] === RUN TestDaemonProxy/configuration_file [2022-03-04T15:04:22.138Z] check_test.go:308: [d1be9271006ea] daemon is not started [2022-03-04T15:04:22.138Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2022-03-04T15:04:22.464Z] --- PASS: TestNetworkDBCRUDTableEntry (4.09s) [2022-03-04T15:04:22.464Z] === RUN TestNetworkDBCRUDTableEntries [2022-03-04T15:04:22.468Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-03-04T15:04:22.468Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-03-04T15:04:22.468Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-03-04T15:04:22.468Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-03-04T15:04:22.468Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-03-04T15:04:22.468Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-03-04T15:04:22.468Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-03-04T15:04:22.468Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-03-04T15:04:22.468Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-03-04T15:04:22.468Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-03-04T15:04:22.468Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-03-04T15:04:22.468Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-03-04T15:04:22.468Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-03-04T15:04:22.468Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-03-04T15:04:22.468Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-03-04T15:04:22.468Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-03-04T15:04:22.468Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-03-04T15:04:22.468Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-03-04T15:04:22.468Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-03-04T15:04:22.468Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-03-04T15:04:22.468Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-03-04T15:04:22.468Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-03-04T15:04:22.468Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-03-04T15:04:22.468Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-03-04T15:04:22.468Z] === RUN TestConfigureDaemonLogs [2022-03-04T15:04:22.468Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-03-04T15:04:22.468Z] === RUN TestCommonOptionsInstallFlags [2022-03-04T15:04:22.468Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-03-04T15:04:22.468Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-03-04T15:04:22.468Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-03-04T15:04:22.468Z] PASS [2022-03-04T15:04:22.468Z] coverage: 18.7% of statements [2022-03-04T15:04:22.468Z] ok github.com/docker/docker/cmd/dockerd 0.418s coverage: 18.7% of statements [2022-03-04T15:04:22.468Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-03-04T15:04:22.468Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-04T15:04:22.932Z] --- PASS: TestTarFiles (4.06s) [2022-03-04T15:04:22.932Z] === RUN TestDetectCompressionZstd [2022-03-04T15:04:22.932Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-03-04T15:04:22.932Z] === RUN TestTarUntar [2022-03-04T15:04:22.932Z] --- PASS: TestTarUntar (0.03s) [2022-03-04T15:04:22.932Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-03-04T15:04:22.932Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2022-03-04T15:04:22.932Z] === RUN TestTarWithOptions [2022-03-04T15:04:22.932Z] --- PASS: TestTarWithOptions (0.02s) [2022-03-04T15:04:22.932Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-03-04T15:04:22.932Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-03-04T15:04:22.932Z] === RUN TestUntarUstarGnuConflict [2022-03-04T15:04:22.932Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2022-03-04T15:04:22.932Z] === RUN TestUntarInvalidFilenames [2022-03-04T15:04:22.932Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames2759748440\\dest" [2022-03-04T15:04:22.932Z] --- PASS: TestUntarInvalidFilenames (0.15s) [2022-03-04T15:04:22.932Z] === RUN TestUntarHardlinkToSymlink [2022-03-04T15:04:22.932Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-03-04T15:04:22.932Z] === RUN TestUntarInvalidHardlink [2022-03-04T15:04:22.932Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink152090435\\victim\\hello" -> "../victim/hello" [2022-03-04T15:04:22.932Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1402282611\\victim\\hello" -> "/../victim/hello" [2022-03-04T15:04:22.932Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1022243452\\victim" -> "../victim" [2022-03-04T15:04:22.932Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2885639665\\victim" -> "../victim" [2022-03-04T15:04:22.932Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2902379850\\victim" -> "../victim" [2022-03-04T15:04:22.932Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2014265418\\victim" -> "../victim" [2022-03-04T15:04:22.932Z] --- PASS: TestUntarInvalidHardlink (0.03s) [2022-03-04T15:04:22.932Z] === RUN TestUntarInvalidSymlink [2022-03-04T15:04:22.932Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink896570674\\dest\\dotdot" -> "../victim/hello" [2022-03-04T15:04:22.932Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1129518722\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-04T15:04:22.932Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1558873899\\dest\\loophole-victim" -> "../victim" [2022-03-04T15:04:22.932Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3168125630\\dest\\loophole-victim" -> "../victim" [2022-03-04T15:04:22.932Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1285913963\\dest\\loophole-victim" -> "../victim" [2022-03-04T15:04:22.932Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1073117605\\dest\\loophole-victim" -> "../victim" [2022-03-04T15:04:22.932Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1396512475\\dest\\dir\\loophole" -> "../../victim" [2022-03-04T15:04:22.932Z] --- PASS: TestUntarInvalidSymlink (0.04s) [2022-03-04T15:04:22.932Z] === RUN TestTempArchiveCloseMultipleTimes [2022-03-04T15:04:22.932Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-03-04T15:04:22.932Z] === RUN TestXGlobalNoParent [2022-03-04T15:04:22.932Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-03-04T15:04:22.932Z] === RUN TestReplaceFileTarWrapper [2022-03-04T15:04:22.932Z] === RUN TestCopyFileWithInvalidSrc [2022-03-04T15:04:22.932Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-03-04T15:04:22.932Z] === RUN TestCopyFileWithInvalidDest [2022-03-04T15:04:22.932Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-03-04T15:04:22.932Z] === RUN TestCopyFileWithSameSrcAndDest [2022-03-04T15:04:22.932Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-03-04T15:04:22.932Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-03-04T15:04:22.932Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-03-04T15:04:22.932Z] === RUN TestCopyFile [2022-03-04T15:04:22.932Z] --- PASS: TestCopyFile (0.00s) [2022-03-04T15:04:22.932Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-03-04T15:04:22.932Z] fileutils_test.go:133: Needs porting to Windows [2022-03-04T15:04:22.932Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-04T15:04:22.932Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-03-04T15:04:22.932Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-03-04T15:04:22.932Z] === RUN TestReadSymlinkedDirectoryToFile [2022-03-04T15:04:22.932Z] fileutils_test.go:179: Needs porting to Windows [2022-03-04T15:04:22.932Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-04T15:04:22.932Z] === RUN TestWildcardMatches [2022-03-04T15:04:22.932Z] --- PASS: TestWildcardMatches (0.00s) [2022-03-04T15:04:22.932Z] === RUN TestPatternMatches [2022-03-04T15:04:22.932Z] --- PASS: TestPatternMatches (0.00s) [2022-03-04T15:04:22.932Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-03-04T15:04:22.932Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-03-04T15:04:22.932Z] === RUN TestPatternMatchesFolderExclusions [2022-03-04T15:04:22.932Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-03-04T15:04:22.932Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-03-04T15:04:22.932Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-03-04T15:04:22.932Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-03-04T15:04:22.932Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-03-04T15:04:22.932Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-03-04T15:04:22.932Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-03-04T15:04:22.932Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-03-04T15:04:22.932Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-03-04T15:04:22.932Z] === RUN TestSingleExclamationError [2022-03-04T15:04:22.932Z] --- PASS: TestSingleExclamationError (0.00s) [2022-03-04T15:04:22.932Z] === RUN TestMatchesWithNoPatterns [2022-03-04T15:04:22.932Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-03-04T15:04:22.932Z] === RUN TestMatchesWithMalformedPatterns [2022-03-04T15:04:22.932Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-03-04T15:04:22.932Z] === RUN TestMatches [2022-03-04T15:04:22.932Z] === RUN TestMatches/MatchesOrParentMatches [2022-03-04T15:04:22.932Z] === RUN TestMatches/MatchesUsingParentResult [2022-03-04T15:04:22.932Z] === RUN TestMatches/MatchesUsingParentResults [2022-03-04T15:04:22.932Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-03-04T15:04:22.932Z] --- PASS: TestMatches (0.01s) [2022-03-04T15:04:22.932Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-03-04T15:04:22.932Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-03-04T15:04:22.932Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-03-04T15:04:22.933Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-03-04T15:04:22.933Z] === RUN TestCleanPatterns [2022-03-04T15:04:22.933Z] --- PASS: TestCleanPatterns (0.00s) [2022-03-04T15:04:22.933Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-03-04T15:04:22.933Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-03-04T15:04:22.933Z] === RUN TestCleanPatternsExceptionFlag [2022-03-04T15:04:22.933Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-03-04T15:04:22.933Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-03-04T15:04:22.933Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-03-04T15:04:22.933Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-03-04T15:04:22.933Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-03-04T15:04:22.933Z] === RUN TestCleanPatternsErrorSingleException [2022-03-04T15:04:22.933Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-03-04T15:04:22.933Z] === RUN TestCreateIfNotExistsDir [2022-03-04T15:04:22.933Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2022-03-04T15:04:22.933Z] === RUN TestCreateIfNotExistsFile [2022-03-04T15:04:22.933Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2022-03-04T15:04:22.933Z] === RUN TestMatch [2022-03-04T15:04:22.933Z] --- PASS: TestMatch (0.00s) [2022-03-04T15:04:22.933Z] === RUN TestCompile [2022-03-04T15:04:22.933Z] === RUN TestCompile/slash [2022-03-04T15:04:22.933Z] === RUN TestCompile/backslash [2022-03-04T15:04:22.933Z] --- PASS: TestCompile (0.00s) [2022-03-04T15:04:22.933Z] --- PASS: TestCompile/slash (0.00s) [2022-03-04T15:04:22.933Z] --- PASS: TestCompile/backslash (0.00s) [2022-03-04T15:04:22.933Z] PASS [2022-03-04T15:04:22.933Z] coverage: 84.7% of statements [2022-03-04T15:04:22.933Z] ok github.com/docker/docker/pkg/fileutils 0.072s coverage: 84.7% of statements [2022-03-04T15:04:23.401Z] --- PASS: TestReplaceFileTarWrapper (0.15s) [2022-03-04T15:04:23.401Z] === RUN TestPrefixHeaderReadable [2022-03-04T15:04:23.401Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2022-03-04T15:04:23.402Z] === RUN TestDisablePigz [2022-03-04T15:04:23.402Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-03-04T15:04:23.402Z] --- PASS: TestDisablePigz (0.12s) [2022-03-04T15:04:23.402Z] === RUN TestPigz [2022-03-04T15:04:23.402Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-03-04T15:04:23.402Z] --- PASS: TestPigz (0.14s) [2022-03-04T15:04:23.402Z] === RUN TestNosysFileInfo [2022-03-04T15:04:23.402Z] --- PASS: TestNosysFileInfo (0.00s) [2022-03-04T15:04:23.402Z] === RUN TestCopyFileWithInvalidDest [2022-03-04T15:04:23.402Z] archive_windows_test.go:16: Currently fails [2022-03-04T15:04:23.402Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-03-04T15:04:23.402Z] === RUN TestCanonicalTarNameForPath [2022-03-04T15:04:23.402Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-03-04T15:04:23.402Z] === RUN TestCanonicalTarName [2022-03-04T15:04:23.402Z] --- PASS: TestCanonicalTarName (0.00s) [2022-03-04T15:04:23.402Z] === RUN TestChmodTarEntry [2022-03-04T15:04:23.402Z] --- PASS: TestChmodTarEntry (0.00s) [2022-03-04T15:04:23.402Z] === RUN TestHardLinkOrder [2022-03-04T15:04:23.402Z] --- PASS: TestHardLinkOrder (0.08s) [2022-03-04T15:04:23.402Z] === RUN TestChangeString [2022-03-04T15:04:23.402Z] --- PASS: TestChangeString (0.00s) [2022-03-04T15:04:23.402Z] === RUN TestChangesWithNoChanges [2022-03-04T15:04:23.402Z] --- PASS: TestChangesWithNoChanges (0.02s) [2022-03-04T15:04:23.402Z] === RUN TestChangesWithChanges [2022-03-04T15:04:23.402Z] --- PASS: TestChangesWithChanges (0.03s) [2022-03-04T15:04:23.402Z] === RUN TestChangesWithChangesGH13590 [2022-03-04T15:04:23.402Z] changes_test.go:195: needs more investigation [2022-03-04T15:04:23.402Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-03-04T15:04:23.402Z] === RUN TestChangesDirsEmpty [2022-03-04T15:04:23.402Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-04T15:04:23.402Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2022-03-04T15:04:23.402Z] === RUN TestChangesDirsMutated [2022-03-04T15:04:23.402Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-04T15:04:23.402Z] --- SKIP: TestChangesDirsMutated (0.00s) [2022-03-04T15:04:23.402Z] === RUN TestApplyLayer [2022-03-04T15:04:23.402Z] changes_test.go:432: needs further investigation [2022-03-04T15:04:23.402Z] --- SKIP: TestApplyLayer (0.00s) [2022-03-04T15:04:23.402Z] === RUN TestChangesSizeWithHardlinks [2022-03-04T15:04:23.402Z] changes_test.go:468: needs further investigation [2022-03-04T15:04:23.402Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-03-04T15:04:23.402Z] === RUN TestChangesSizeWithNoChanges [2022-03-04T15:04:23.402Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-03-04T15:04:23.402Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-03-04T15:04:23.457Z] === RUN TestContainerStopSignal [2022-03-04T15:04:23.457Z] --- PASS: TestContainerStopSignal (0.00s) [2022-03-04T15:04:23.457Z] === RUN TestContainerStopTimeout [2022-03-04T15:04:23.457Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-03-04T15:04:23.457Z] === RUN TestContainerSecretReferenceDestTarget [2022-03-04T15:04:23.457Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-03-04T15:04:23.457Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-03-04T15:04:23.457Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2022-03-04T15:04:23.457Z] === RUN TestContainerLogPathSetForRingLogger [2022-03-04T15:04:23.457Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-03-04T15:04:23.457Z] === RUN TestReplaceAndAppendEnvVars [2022-03-04T15:04:23.457Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-03-04T15:04:23.457Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-03-04T15:04:23.457Z] === RUN TestNewMemoryStore [2022-03-04T15:04:23.457Z] --- PASS: TestNewMemoryStore (0.00s) [2022-03-04T15:04:23.457Z] === RUN TestAddContainers [2022-03-04T15:04:23.457Z] --- PASS: TestAddContainers (0.00s) [2022-03-04T15:04:23.457Z] === RUN TestGetContainer [2022-03-04T15:04:23.457Z] --- PASS: TestGetContainer (0.00s) [2022-03-04T15:04:23.457Z] === RUN TestDeleteContainer [2022-03-04T15:04:23.457Z] --- PASS: TestDeleteContainer (0.00s) [2022-03-04T15:04:23.457Z] === RUN TestListContainers [2022-03-04T15:04:23.457Z] --- PASS: TestListContainers (0.00s) [2022-03-04T15:04:23.457Z] === RUN TestFirstContainer [2022-03-04T15:04:23.457Z] --- PASS: TestFirstContainer (0.00s) [2022-03-04T15:04:23.457Z] === RUN TestApplyAllContainer [2022-03-04T15:04:23.457Z] --- PASS: TestApplyAllContainer (0.00s) [2022-03-04T15:04:23.457Z] === RUN TestIsValidHealthString [2022-03-04T15:04:23.457Z] --- PASS: TestIsValidHealthString (0.00s) [2022-03-04T15:04:23.457Z] === RUN TestStateRunStop [2022-03-04T15:04:23.457Z] --- PASS: TestStateRunStop (0.00s) [2022-03-04T15:04:23.457Z] === RUN TestStateTimeoutWait [2022-03-04T15:04:23.457Z] state_test.go:141: Stop callback fired [2022-03-04T15:04:23.457Z] state_test.go:165: Stop callback fired [2022-03-04T15:04:23.457Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-03-04T15:04:23.457Z] === RUN TestIsValidStateString [2022-03-04T15:04:23.457Z] --- PASS: TestIsValidStateString (0.00s) [2022-03-04T15:04:23.457Z] === RUN TestViewSaveDelete [2022-03-04T15:04:23.457Z] --- PASS: TestViewSaveDelete (0.02s) [2022-03-04T15:04:23.457Z] === RUN TestViewAll [2022-03-04T15:04:23.457Z] --- PASS: TestViewAll (0.01s) [2022-03-04T15:04:23.457Z] === RUN TestViewGet [2022-03-04T15:04:23.457Z] --- PASS: TestViewGet (0.01s) [2022-03-04T15:04:23.457Z] === RUN TestNames [2022-03-04T15:04:23.457Z] --- PASS: TestNames (0.00s) [2022-03-04T15:04:23.457Z] === RUN TestViewWithHealthCheck [2022-03-04T15:04:23.457Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-03-04T15:04:23.457Z] PASS [2022-03-04T15:04:23.457Z] coverage: 41.7% of statements [2022-03-04T15:04:23.457Z] ok github.com/docker/docker/container 0.266s coverage: 41.7% of statements [2022-03-04T15:04:23.457Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-04T15:04:23.457Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-04T15:04:23.457Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-04T15:04:23.457Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-04T15:04:23.869Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-03-04T15:04:23.869Z] === RUN TestChangesSize [2022-03-04T15:04:23.869Z] --- PASS: TestChangesSize (0.00s) [2022-03-04T15:04:23.869Z] === RUN TestApplyLayerInvalidFilenames [2022-03-04T15:04:23.869Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames94732759\\dest" [2022-03-04T15:04:23.869Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2022-03-04T15:04:23.869Z] === RUN TestApplyLayerInvalidHardlink [2022-03-04T15:04:23.869Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1594494075\\victim\\hello" -> "../victim/hello" [2022-03-04T15:04:23.869Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2063062490\\victim\\hello" -> "/../victim/hello" [2022-03-04T15:04:23.869Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink4231586645\\victim" -> "../victim" [2022-03-04T15:04:23.869Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2145706012\\victim" -> "../victim" [2022-03-04T15:04:23.869Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2123453851\\victim" -> "../victim" [2022-03-04T15:04:23.869Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink328111491\\victim" -> "../victim" [2022-03-04T15:04:23.869Z] --- PASS: TestApplyLayerInvalidHardlink (0.03s) [2022-03-04T15:04:23.869Z] === RUN TestApplyLayerInvalidSymlink [2022-03-04T15:04:23.869Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3843055701\\dest\\dotdot" -> "../victim/hello" [2022-03-04T15:04:23.869Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3592693761\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-04T15:04:23.869Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink205245327\\dest\\loophole-victim" -> "../victim" [2022-03-04T15:04:23.869Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3878265602\\dest\\loophole-victim" -> "../victim" [2022-03-04T15:04:23.869Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink699537454\\dest\\loophole-victim" -> "../victim" [2022-03-04T15:04:23.869Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1959008593\\dest\\loophole-victim" -> "../victim" [2022-03-04T15:04:23.869Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s) [2022-03-04T15:04:23.869Z] === RUN TestApplyLayerWhiteouts [2022-03-04T15:04:23.869Z] === RUN TestGet [2022-03-04T15:04:23.869Z] --- PASS: TestGet (0.00s) [2022-03-04T15:04:23.869Z] === RUN TestGetShortcutString [2022-03-04T15:04:23.869Z] --- PASS: TestGetShortcutString (0.00s) [2022-03-04T15:04:23.869Z] PASS [2022-03-04T15:04:23.869Z] coverage: 42.9% of statements [2022-03-04T15:04:23.869Z] --- PASS: TestApplyLayerWhiteouts (0.05s) [2022-03-04T15:04:23.869Z] === RUN TestGenerateEmptyFile [2022-03-04T15:04:23.869Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-03-04T15:04:23.869Z] === RUN TestGenerateWithContent [2022-03-04T15:04:23.869Z] --- PASS: TestGenerateWithContent (0.00s) [2022-03-04T15:04:23.869Z] PASS [2022-03-04T15:04:23.869Z] coverage: 62.0% of statements [2022-03-04T15:04:23.869Z] ok github.com/docker/docker/pkg/homedir 0.038s coverage: 42.9% of statements [2022-03-04T15:04:23.869Z] ok github.com/docker/docker/pkg/archive 6.078s coverage: 62.0% of statements [2022-03-04T15:04:24.041Z] === RUN TestDaemonProxy/conflicting_options [2022-03-04T15:04:24.299Z] === RUN TestDaemonProxy/reload_sanitized [2022-03-04T15:04:24.336Z] 2022/03/04 15:04:24 Closing DB instances... [2022-03-04T15:04:24.803Z] === RUN TestCreateIDMapOrder [2022-03-04T15:04:24.803Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-03-04T15:04:24.803Z] PASS [2022-03-04T15:04:24.803Z] coverage: 7.2% of statements [2022-03-04T15:04:24.803Z] ok github.com/docker/docker/pkg/idtools 0.041s coverage: 7.2% of statements [2022-03-04T15:04:24.868Z] daemon_test.go:333: Skipping test, because we did not find 'Reloaded configuration' in the logs [2022-03-04T15:04:24.868Z] --- PASS: TestDaemonProxy (6.30s) [2022-03-04T15:04:24.868Z] --- PASS: TestDaemonProxy/environment_variables (1.75s) [2022-03-04T15:04:24.868Z] --- PASS: TestDaemonProxy/command-line_options (1.77s) [2022-03-04T15:04:24.868Z] --- PASS: TestDaemonProxy/configuration_file (1.73s) [2022-03-04T15:04:24.868Z] --- PASS: TestDaemonProxy/conflicting_options (0.50s) [2022-03-04T15:04:24.868Z] --- SKIP: TestDaemonProxy/reload_sanitized (0.54s) [2022-03-04T15:04:24.868Z] PASS [2022-03-04T15:04:24.868Z] [2022-03-04T15:04:24.868Z] === Skipped [2022-03-04T15:04:24.868Z] === SKIP: amd64.integration.daemon TestDaemonProxy/reload_sanitized (0.54s) [2022-03-04T15:04:24.868Z] daemon_test.go:333: Skipping test, because we did not find 'Reloaded configuration' in the logs [2022-03-04T15:04:24.868Z] --- SKIP: TestDaemonProxy/reload_sanitized (0.54s) [2022-03-04T15:04:24.868Z] [2022-03-04T15:04:24.868Z] DONE 17 tests, 1 skipped in 10.689s [2022-03-04T15:04:24.868Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2022-03-04T15:04:24.868Z] ++ 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-04T15:04:24.868Z] ++ set -e [2022-03-04T15:04:24.868Z] ++ '[' -n 0 ']' [2022-03-04T15:04:24.868Z] ++ set -x [2022-03-04T15:04:24.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-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-04T15:04:25.024Z] === RUN TestPrepare [2022-03-04T15:04:25.024Z] --- PASS: TestPrepare (0.00s) [2022-03-04T15:04:25.024Z] === RUN TestStart [2022-03-04T15:04:25.024Z] --- PASS: TestStart (0.00s) [2022-03-04T15:04:25.024Z] === RUN TestWaitCancel [2022-03-04T15:04:25.024Z] --- PASS: TestWaitCancel (0.00s) [2022-03-04T15:04:25.024Z] === RUN TestWaitDisabled [2022-03-04T15:04:25.024Z] --- PASS: TestWaitDisabled (0.00s) [2022-03-04T15:04:25.024Z] === RUN TestWaitEnabled [2022-03-04T15:04:25.024Z] --- PASS: TestWaitEnabled (0.00s) [2022-03-04T15:04:25.024Z] === RUN TestRemove [2022-03-04T15:04:25.024Z] --- PASS: TestRemove (0.00s) [2022-03-04T15:04:25.024Z] PASS [2022-03-04T15:04:25.024Z] coverage: 65.3% of statements [2022-03-04T15:04:25.024Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.066s coverage: 65.3% of statements [2022-03-04T15:04:25.127Z] INFO: Testing against a local daemon [2022-03-04T15:04:25.127Z] === RUN TestCommitInheritsEnv [2022-03-04T15:04:25.386Z] --- PASS: TestCommitInheritsEnv (0.31s) [2022-03-04T15:04:25.386Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-04T15:04:25.386Z] === PAUSE TestImportExtremelyLargeImageWorks [2022-03-04T15:04:25.386Z] === RUN TestImportWithCustomPlatform [2022-03-04T15:04:25.386Z] === RUN TestImportWithCustomPlatform/#00 [2022-03-04T15:04:25.386Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-03-04T15:04:25.386Z] === RUN TestImportWithCustomPlatform/_______ [2022-03-04T15:04:25.386Z] === RUN TestImportWithCustomPlatform// [2022-03-04T15:04:25.386Z] === RUN TestImportWithCustomPlatform/linux [2022-03-04T15:04:25.647Z] === RUN TestImportWithCustomPlatform/LINUX [2022-03-04T15:04:25.647Z] === RUN TestImportWithCustomPlatform/linux/sparc64 [2022-03-04T15:04:25.647Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2022-03-04T15:04:25.788Z] === RUN TestFixedBufferCap [2022-03-04T15:04:25.789Z] --- PASS: TestFixedBufferCap (0.00s) [2022-03-04T15:04:25.789Z] === RUN TestFixedBufferLen [2022-03-04T15:04:25.789Z] --- PASS: TestFixedBufferLen (0.00s) [2022-03-04T15:04:25.789Z] === RUN TestFixedBufferString [2022-03-04T15:04:25.789Z] --- PASS: TestFixedBufferString (0.00s) [2022-03-04T15:04:25.789Z] === RUN TestFixedBufferWrite [2022-03-04T15:04:25.789Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-03-04T15:04:25.789Z] === RUN TestFixedBufferRead [2022-03-04T15:04:25.789Z] --- PASS: TestFixedBufferRead (0.00s) [2022-03-04T15:04:25.789Z] === RUN TestBytesPipeRead [2022-03-04T15:04:25.789Z] --- PASS: TestBytesPipeRead (0.00s) [2022-03-04T15:04:25.789Z] === RUN TestBytesPipeWrite [2022-03-04T15:04:25.789Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-03-04T15:04:25.789Z] === RUN TestBytesPipeWriteRandomChunks [2022-03-04T15:04:25.789Z] --- PASS: TestNetworkDBCRUDTableEntries (3.45s) [2022-03-04T15:04:25.789Z] === RUN TestNetworkDBNodeLeave [2022-03-04T15:04:25.906Z] === RUN TestImportWithCustomPlatform/macos [2022-03-04T15:04:25.906Z] === RUN TestImportWithCustomPlatform/macos/arm64 [2022-03-04T15:04:25.906Z] === RUN TestImportWithCustomPlatform/nintendo64 [2022-03-04T15:04:25.906Z] --- PASS: TestImportWithCustomPlatform (0.50s) [2022-03-04T15:04:25.906Z] --- PASS: TestImportWithCustomPlatform/#00 (0.12s) [2022-03-04T15:04:25.906Z] --- PASS: TestImportWithCustomPlatform/_______ (0.00s) [2022-03-04T15:04:25.906Z] --- PASS: TestImportWithCustomPlatform// (0.00s) [2022-03-04T15:04:25.906Z] --- PASS: TestImportWithCustomPlatform/linux (0.10s) [2022-03-04T15:04:25.906Z] --- PASS: TestImportWithCustomPlatform/LINUX (0.12s) [2022-03-04T15:04:25.906Z] --- PASS: TestImportWithCustomPlatform/linux/sparc64 (0.12s) [2022-03-04T15:04:25.906Z] --- PASS: TestImportWithCustomPlatform/macos (0.00s) [2022-03-04T15:04:25.906Z] --- PASS: TestImportWithCustomPlatform/macos/arm64 (0.00s) [2022-03-04T15:04:25.906Z] --- PASS: TestImportWithCustomPlatform/nintendo64 (0.00s) [2022-03-04T15:04:25.906Z] === RUN TestImagesFilterMultiReference [2022-03-04T15:04:25.906Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2022-03-04T15:04:25.906Z] === RUN TestImagePullPlatformInvalid [2022-03-04T15:04:25.906Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2022-03-04T15:04:25.906Z] === RUN TestRemoveImageOrphaning [2022-03-04T15:04:25.906Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-03-04T15:04:26.012Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-03-04T15:04:26.012Z] === RUN TestNewListSecretsFilters [2022-03-04T15:04:26.012Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-03-04T15:04:26.012Z] === RUN TestNewListConfigsFilters [2022-03-04T15:04:26.012Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-03-04T15:04:26.012Z] PASS [2022-03-04T15:04:26.012Z] coverage: 0.5% of statements [2022-03-04T15:04:26.012Z] ok github.com/docker/docker/daemon/cluster 0.161s coverage: 0.5% of statements [2022-03-04T15:04:26.012Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.21s) [2022-03-04T15:04:26.012Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-03-04T15:04:26.012Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-03-04T15:04:26.012Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-03-04T15:04:26.012Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-03-04T15:04:26.012Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-03-04T15:04:26.012Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-03-04T15:04:26.012Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-03-04T15:04:26.012Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-03-04T15:04:26.012Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-03-04T15:04:26.012Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-03-04T15:04:26.012Z] === RUN TestServiceConvertToGRPCIsolation [2022-03-04T15:04:26.012Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-03-04T15:04:26.012Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-03-04T15:04:26.012Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-03-04T15:04:26.012Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-03-04T15:04:26.012Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-03-04T15:04:26.012Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-03-04T15:04:26.012Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-03-04T15:04:26.012Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-03-04T15:04:26.012Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-03-04T15:04:26.012Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-03-04T15:04:26.012Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-03-04T15:04:26.012Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-03-04T15:04:26.012Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-03-04T15:04:26.012Z] === RUN TestServiceConvertFromGRPCIsolation [2022-03-04T15:04:26.012Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-03-04T15:04:26.012Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-03-04T15:04:26.012Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-03-04T15:04:26.012Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-03-04T15:04:26.012Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-03-04T15:04:26.012Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-03-04T15:04:26.012Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-03-04T15:04:26.012Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-03-04T15:04:26.012Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-03-04T15:04:26.012Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-03-04T15:04:26.012Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-03-04T15:04:26.012Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-03-04T15:04:26.012Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-03-04T15:04:26.012Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-03-04T15:04:26.012Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-03-04T15:04:26.012Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-03-04T15:04:26.012Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-03-04T15:04:26.012Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-04T15:04:26.012Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-03-04T15:04:26.012Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-03-04T15:04:26.012Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-03-04T15:04:26.012Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-03-04T15:04:26.012Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-04T15:04:26.012Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-04T15:04:26.012Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-04T15:04:26.012Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-03-04T15:04:26.012Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-03-04T15:04:26.012Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-03-04T15:04:26.012Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-03-04T15:04:26.012Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-03-04T15:04:26.012Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-03-04T15:04:26.012Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-04T15:04:26.013Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-04T15:04:26.013Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-04T15:04:26.013Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-04T15:04:26.013Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-03-04T15:04:26.013Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-03-04T15:04:26.013Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-03-04T15:04:26.013Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-03-04T15:04:26.013Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-03-04T15:04:26.013Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-03-04T15:04:26.013Z] === RUN TestServiceConvertFromGRPCConfigs [2022-03-04T15:04:26.013Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-03-04T15:04:26.013Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-03-04T15:04:26.013Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-03-04T15:04:26.013Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-03-04T15:04:26.013Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-03-04T15:04:26.013Z] === RUN TestServiceConvertToGRPCConfigs [2022-03-04T15:04:26.256Z] --- PASS: TestBytesPipeWriteRandomChunks (0.43s) [2022-03-04T15:04:26.257Z] === RUN TestAtomicWriteToFile [2022-03-04T15:04:26.257Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-03-04T15:04:26.257Z] === RUN TestAtomicWriteSetCommit [2022-03-04T15:04:26.257Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-03-04T15:04:26.257Z] === RUN TestAtomicWriteSetCancel [2022-03-04T15:04:26.257Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-03-04T15:04:26.257Z] === RUN TestReadCloserWrapperClose [2022-03-04T15:04:26.257Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-03-04T15:04:26.257Z] === RUN TestReaderErrWrapperReadOnError [2022-03-04T15:04:26.257Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-03-04T15:04:26.257Z] === RUN TestReaderErrWrapperRead [2022-03-04T15:04:26.257Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-03-04T15:04:26.257Z] === RUN TestCancelReadCloser [2022-03-04T15:04:26.257Z] --- PASS: TestCancelReadCloser (0.11s) [2022-03-04T15:04:26.257Z] === RUN TestWriteCloserWrapperClose [2022-03-04T15:04:26.257Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-03-04T15:04:26.257Z] === RUN TestNopWriteCloser [2022-03-04T15:04:26.257Z] --- PASS: TestNopWriteCloser (0.00s) [2022-03-04T15:04:26.257Z] === RUN TestNopWriter [2022-03-04T15:04:26.257Z] --- PASS: TestNopWriter (0.00s) [2022-03-04T15:04:26.257Z] === RUN TestWriteCounter [2022-03-04T15:04:26.257Z] --- PASS: TestWriteCounter (0.00s) [2022-03-04T15:04:26.257Z] PASS [2022-03-04T15:04:26.257Z] coverage: 70.1% of statements [2022-03-04T15:04:26.257Z] ok github.com/docker/docker/pkg/ioutils 0.610s coverage: 70.1% of statements [2022-03-04T15:04:26.475Z] --- PASS: TestRemoveImageOrphaning (0.38s) [2022-03-04T15:04:26.475Z] === RUN TestRemoveImageGarbageCollector [2022-03-04T15:04:26.482Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-03-04T15:04:26.482Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-03-04T15:04:26.482Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-03-04T15:04:26.482Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-03-04T15:04:26.482Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-03-04T15:04:26.482Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-03-04T15:04:26.482Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-03-04T15:04:26.482Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-03-04T15:04:26.482Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-03-04T15:04:26.482Z] PASS [2022-03-04T15:04:26.482Z] coverage: 35.9% of statements [2022-03-04T15:04:26.482Z] ok github.com/docker/docker/daemon/cluster/convert 0.293s coverage: 35.9% of statements [2022-03-04T15:04:27.049Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-03-04T15:04:27.241Z] === RUN TestError [2022-03-04T15:04:27.241Z] --- PASS: TestError (0.00s) [2022-03-04T15:04:27.241Z] === RUN TestProgressString [2022-03-04T15:04:27.241Z] === RUN TestProgressString/no_progress [2022-03-04T15:04:27.241Z] === RUN TestProgressString/progress_1 [2022-03-04T15:04:27.241Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-03-04T15:04:27.241Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-03-04T15:04:27.241Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-03-04T15:04:27.241Z] === RUN TestProgressString/with_units [2022-03-04T15:04:27.241Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-03-04T15:04:27.241Z] === RUN TestProgressString/hide_counts [2022-03-04T15:04:27.241Z] --- PASS: TestProgressString (0.00s) [2022-03-04T15:04:27.241Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-03-04T15:04:27.241Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-03-04T15:04:27.241Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-03-04T15:04:27.241Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-03-04T15:04:27.241Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-03-04T15:04:27.241Z] --- PASS: TestProgressString/with_units (0.00s) [2022-03-04T15:04:27.241Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-03-04T15:04:27.241Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-03-04T15:04:27.241Z] === RUN TestJSONMessageDisplay [2022-03-04T15:04:27.241Z] --- PASS: TestJSONMessageDisplay (0.14s) [2022-03-04T15:04:27.241Z] === RUN TestJSONMessageDisplayWithJSONError [2022-03-04T15:04:27.241Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-03-04T15:04:27.241Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-03-04T15:04:27.241Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-03-04T15:04:27.241Z] === RUN TestDisplayJSONMessagesStream [2022-03-04T15:04:27.241Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-03-04T15:04:27.241Z] PASS [2022-03-04T15:04:27.241Z] coverage: 91.7% of statements [2022-03-04T15:04:27.241Z] ok github.com/docker/docker/pkg/jsonmessage 0.184s coverage: 91.7% of statements [2022-03-04T15:04:28.226Z] === RUN TestStandardLongPath [2022-03-04T15:04:28.226Z] --- PASS: TestStandardLongPath (0.00s) [2022-03-04T15:04:28.226Z] === RUN TestUNCLongPath [2022-03-04T15:04:28.226Z] --- PASS: TestUNCLongPath (0.00s) [2022-03-04T15:04:28.226Z] PASS [2022-03-04T15:04:28.226Z] coverage: 100.0% of statements [2022-03-04T15:04:28.226Z] ok github.com/docker/docker/pkg/longpath 0.036s coverage: 100.0% of statements [2022-03-04T15:04:28.695Z] === RUN TestNameFormat [2022-03-04T15:04:28.695Z] --- PASS: TestNameFormat (0.00s) [2022-03-04T15:04:28.695Z] === RUN TestNameRetries [2022-03-04T15:04:28.695Z] --- PASS: TestNameRetries (0.00s) [2022-03-04T15:04:28.695Z] PASS [2022-03-04T15:04:28.695Z] coverage: 85.7% of statements [2022-03-04T15:04:28.695Z] ok github.com/docker/docker/pkg/namesgenerator 0.037s coverage: 85.7% of statements [2022-03-04T15:04:28.695Z] --- PASS: TestNetworkDBNodeLeave (3.03s) [2022-03-04T15:04:28.695Z] === RUN TestNetworkDBWatch [2022-03-04T15:04:28.954Z] --- PASS: TestRemoveImageGarbageCollector (2.35s) [2022-03-04T15:04:28.954Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-04T15:04:28.954Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2022-03-04T15:04:28.954Z] === RUN TestTagInvalidReference [2022-03-04T15:04:28.954Z] --- PASS: TestTagInvalidReference (0.02s) [2022-03-04T15:04:28.954Z] === RUN TestTagValidPrefixedRepo [2022-03-04T15:04:28.954Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2022-03-04T15:04:28.954Z] === RUN TestTagExistedNameWithoutForce [2022-03-04T15:04:28.954Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2022-03-04T15:04:28.954Z] === RUN TestTagOfficialNames [2022-03-04T15:04:28.954Z] --- PASS: TestTagOfficialNames (0.09s) [2022-03-04T15:04:28.954Z] === RUN TestTagMatchesDigest [2022-03-04T15:04:28.954Z] --- PASS: TestTagMatchesDigest (0.01s) [2022-03-04T15:04:28.954Z] === CONT TestImportExtremelyLargeImageWorks [2022-03-04T15:04:29.163Z] === RUN TestParseKeyValueOpt [2022-03-04T15:04:29.163Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-03-04T15:04:29.163Z] === RUN TestParseUintList [2022-03-04T15:04:29.163Z] --- PASS: TestParseUintList (0.00s) [2022-03-04T15:04:29.163Z] === RUN TestParseUintListMaximumLimits [2022-03-04T15:04:29.163Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-03-04T15:04:29.163Z] PASS [2022-03-04T15:04:29.163Z] coverage: 97.0% of statements [2022-03-04T15:04:29.163Z] ok github.com/docker/docker/pkg/parsers 0.039s coverage: 97.0% of statements [2022-03-04T15:04:29.894Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-03-04T15:04:30.146Z] === RUN TestNewAndRemove [2022-03-04T15:04:30.146Z] --- PASS: TestNewAndRemove (0.00s) [2022-03-04T15:04:30.146Z] === RUN TestRemoveInvalidPath [2022-03-04T15:04:30.146Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-03-04T15:04:30.146Z] PASS [2022-03-04T15:04:30.146Z] coverage: 82.6% of statements [2022-03-04T15:04:30.147Z] ok github.com/docker/docker/pkg/pidfile 0.039s coverage: 82.6% of statements [2022-03-04T15:04:30.279Z] === RUN TestBuilderGC [2022-03-04T15:04:30.279Z] --- PASS: TestBuilderGC (0.00s) [2022-03-04T15:04:30.279Z] === RUN TestDaemonConfigurationNotFound [2022-03-04T15:04:30.279Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-03-04T15:04:30.279Z] === RUN TestDaemonBrokenConfiguration [2022-03-04T15:04:30.279Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-03-04T15:04:30.279Z] === RUN TestFindConfigurationConflicts [2022-03-04T15:04:30.279Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-03-04T15:04:30.279Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-03-04T15:04:30.279Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-03-04T15:04:30.279Z] === RUN TestDaemonConfigurationMergeConflicts [2022-03-04T15:04:30.279Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-03-04T15:04:30.279Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-03-04T15:04:30.279Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-03-04T15:04:30.279Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-03-04T15:04:30.279Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-03-04T15:04:30.279Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-03-04T15:04:30.279Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-03-04T15:04:30.279Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-03-04T15:04:30.279Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-03-04T15:04:30.279Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-03-04T15:04:30.279Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-03-04T15:04:30.279Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.03s) [2022-03-04T15:04:30.279Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-03-04T15:04:30.279Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-03-04T15:04:30.279Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-03-04T15:04:30.279Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-03-04T15:04:30.279Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-03-04T15:04:30.279Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-03-04T15:04:30.279Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-03-04T15:04:30.279Z] === RUN TestValidateConfigurationErrors [2022-03-04T15:04:30.279Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-03-04T15:04:30.279Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-03-04T15:04:30.279Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-03-04T15:04:30.279Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-03-04T15:04:30.279Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-03-04T15:04:30.279Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-03-04T15:04:30.279Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-03-04T15:04:30.279Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-03-04T15:04:30.279Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-03-04T15:04:30.279Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-03-04T15:04:30.279Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-03-04T15:04:30.279Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-03-04T15:04:30.279Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-03-04T15:04:30.279Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-03-04T15:04:30.279Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-03-04T15:04:30.279Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-03-04T15:04:30.279Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-03-04T15:04:30.279Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-03-04T15:04:30.279Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-03-04T15:04:30.279Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-03-04T15:04:30.279Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-03-04T15:04:30.279Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-03-04T15:04:30.279Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-03-04T15:04:30.279Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-03-04T15:04:30.279Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-03-04T15:04:30.279Z] === RUN TestValidateConfiguration [2022-03-04T15:04:30.279Z] === RUN TestValidateConfiguration/with_label [2022-03-04T15:04:30.279Z] === RUN TestValidateConfiguration/with_dns [2022-03-04T15:04:30.279Z] === RUN TestValidateConfiguration/with_dns-search [2022-03-04T15:04:30.279Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-03-04T15:04:30.279Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-03-04T15:04:30.279Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-03-04T15:04:30.279Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-03-04T15:04:30.279Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-03-04T15:04:30.279Z] --- PASS: TestValidateConfiguration (0.00s) [2022-03-04T15:04:30.279Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-03-04T15:04:30.279Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-03-04T15:04:30.279Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-03-04T15:04:30.279Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-03-04T15:04:30.279Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-03-04T15:04:30.279Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-03-04T15:04:30.279Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-03-04T15:04:30.279Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-03-04T15:04:30.279Z] === RUN TestReloadSetConfigFileNotExist [2022-03-04T15:04:30.279Z] time="2022-03-04T15:04:29Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-03-04T15:04:30.279Z] --- PASS: TestReloadSetConfigFileNotExist (0.19s) [2022-03-04T15:04:30.279Z] === RUN TestReloadDefaultConfigNotExist [2022-03-04T15:04:30.279Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:04:30.279Z] --- SKIP: TestReloadDefaultConfigNotExist (0.01s) [2022-03-04T15:04:30.463Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-03-04T15:04:30.463Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-03-04T15:04:30.547Z] ? github.com/docker/docker/api [no test files] [2022-03-04T15:04:30.613Z] 2022/03/04 15:04:30 Closing DB instances... [2022-03-04T15:04:30.748Z] === RUN TestReloadBadDefaultConfig [2022-03-04T15:04:30.748Z] time="2022-03-04T15:04:29Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-3624678298" [2022-03-04T15:04:30.748Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-03-04T15:04:30.748Z] === RUN TestReloadWithConflictingLabels [2022-03-04T15:04:30.748Z] time="2022-03-04T15:04:29Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-290576026" [2022-03-04T15:04:30.748Z] --- PASS: TestReloadWithConflictingLabels (0.03s) [2022-03-04T15:04:30.748Z] === RUN TestReloadWithDuplicateLabels [2022-03-04T15:04:30.748Z] time="2022-03-04T15:04:29Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-340567501" [2022-03-04T15:04:30.748Z] --- PASS: TestReloadWithDuplicateLabels (0.01s) [2022-03-04T15:04:30.748Z] === RUN TestMaskURLCredentials [2022-03-04T15:04:30.748Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-03-04T15:04:30.748Z] === RUN TestDaemonConfigurationMerge [2022-03-04T15:04:30.748Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-03-04T15:04:30.748Z] PASS [2022-03-04T15:04:30.748Z] coverage: 79.2% of statements [2022-03-04T15:04:30.748Z] ok github.com/docker/docker/daemon/config 0.392s coverage: 79.2% of statements [2022-03-04T15:04:30.748Z] === RUN TestEventsLog [2022-03-04T15:04:30.748Z] --- PASS: TestEventsLog (0.00s) [2022-03-04T15:04:30.748Z] === RUN TestEventsLogTimeout [2022-03-04T15:04:30.748Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-03-04T15:04:30.748Z] === RUN TestLogEvents [2022-03-04T15:04:30.748Z] --- PASS: TestLogEvents (0.05s) [2022-03-04T15:04:30.748Z] === RUN TestLoadBufferedEvents [2022-03-04T15:04:30.748Z] --- PASS: TestLoadBufferedEvents (0.18s) [2022-03-04T15:04:30.748Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-03-04T15:04:30.748Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-03-04T15:04:30.748Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-03-04T15:04:30.748Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-03-04T15:04:30.748Z] PASS [2022-03-04T15:04:30.748Z] coverage: 50.0% of statements [2022-03-04T15:04:30.748Z] ok github.com/docker/docker/daemon/events 0.287s coverage: 50.0% of statements [2022-03-04T15:04:31.217Z] === RUN TestWaitNodeAttachment [2022-03-04T15:04:31.399Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2022-03-04T15:04:31.598Z] --- PASS: TestGetAddress (21.15s) [2022-03-04T15:04:31.598Z] === RUN TestRequestSyntaxCheck [2022-03-04T15:04:31.598Z] --- PASS: TestRequestSyntaxCheck (0.02s) [2022-03-04T15:04:31.598Z] === RUN TestRequest [2022-03-04T15:04:31.598Z] === RUN TestFailedConnection [2022-03-04T15:04:31.658Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-03-04T15:04:31.686Z] --- PASS: TestWaitNodeAttachment (0.40s) [2022-03-04T15:04:31.686Z] === RUN TestIsolationConversion [2022-03-04T15:04:31.686Z] === RUN TestIsolationConversion/default [2022-03-04T15:04:31.686Z] === RUN TestIsolationConversion/process [2022-03-04T15:04:31.686Z] === RUN TestIsolationConversion/hyperv [2022-03-04T15:04:31.686Z] --- PASS: TestIsolationConversion (0.00s) [2022-03-04T15:04:31.686Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-03-04T15:04:31.686Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-03-04T15:04:31.686Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-03-04T15:04:31.686Z] === RUN TestContainerLabels [2022-03-04T15:04:31.686Z] --- PASS: TestContainerLabels (0.00s) [2022-03-04T15:04:31.686Z] === RUN TestCredentialSpecConversion [2022-03-04T15:04:31.686Z] === RUN TestCredentialSpecConversion/none [2022-03-04T15:04:31.686Z] === RUN TestCredentialSpecConversion/config [2022-03-04T15:04:31.686Z] === RUN TestCredentialSpecConversion/file [2022-03-04T15:04:31.686Z] === RUN TestCredentialSpecConversion/registry [2022-03-04T15:04:31.686Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-03-04T15:04:31.686Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-03-04T15:04:31.686Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-03-04T15:04:31.686Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-03-04T15:04:31.686Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-03-04T15:04:31.686Z] === RUN TestControllerValidateMountBind [2022-03-04T15:04:31.686Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-03-04T15:04:31.686Z] === RUN TestControllerValidateMountVolume [2022-03-04T15:04:31.686Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-03-04T15:04:31.686Z] === RUN TestControllerValidateMountTarget [2022-03-04T15:04:31.686Z] --- PASS: TestControllerValidateMountTarget (0.01s) [2022-03-04T15:04:31.686Z] === RUN TestControllerValidateMountTmpfs [2022-03-04T15:04:31.686Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-03-04T15:04:31.686Z] === RUN TestControllerValidateMountInvalidType [2022-03-04T15:04:31.686Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-03-04T15:04:31.686Z] === RUN TestControllerValidateMountNamedPipe [2022-03-04T15:04:31.686Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-03-04T15:04:31.686Z] PASS [2022-03-04T15:04:31.686Z] coverage: 11.0% of statements [2022-03-04T15:04:31.686Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.647s coverage: 11.0% of statements [2022-03-04T15:04:32.065Z] --- PASS: TestNetworkDBWatch (3.05s) [2022-03-04T15:04:32.065Z] === RUN TestNetworkDBBulkSync [2022-03-04T15:04:32.154Z] === RUN TestIsEmptyDir [2022-03-04T15:04:32.154Z] --- PASS: TestIsEmptyDir (0.01s) [2022-03-04T15:04:32.154Z] PASS [2022-03-04T15:04:32.154Z] coverage: 2.3% of statements [2022-03-04T15:04:32.154Z] ok github.com/docker/docker/daemon/graphdriver 0.098s coverage: 2.3% of statements [2022-03-04T15:04:32.226Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2022-03-04T15:04:32.623Z] === RUN TestLinkNaming [2022-03-04T15:04:32.623Z] --- PASS: TestLinkNaming (0.00s) [2022-03-04T15:04:32.623Z] === RUN TestLinkNew [2022-03-04T15:04:32.623Z] --- PASS: TestLinkNew (0.00s) [2022-03-04T15:04:32.623Z] === RUN TestLinkEnv [2022-03-04T15:04:32.623Z] --- PASS: TestLinkEnv (0.00s) [2022-03-04T15:04:32.623Z] === RUN TestLinkMultipleEnv [2022-03-04T15:04:32.623Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-03-04T15:04:32.623Z] === RUN TestLinkPortRangeEnv [2022-03-04T15:04:32.623Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-03-04T15:04:32.623Z] PASS [2022-03-04T15:04:32.623Z] coverage: 93.0% of statements [2022-03-04T15:04:32.623Z] ok github.com/docker/docker/daemon/links 0.041s coverage: 93.0% of statements [2022-03-04T15:04:32.623Z] === RUN TestVerifyNetworkingConfig [2022-03-04T15:04:32.623Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-03-04T15:04:32.623Z] === RUN TestGetContainer [2022-03-04T15:04:32.623Z] --- PASS: TestGetContainer (0.00s) [2022-03-04T15:04:32.623Z] === RUN TestValidContainerNames [2022-03-04T15:04:32.623Z] --- PASS: TestValidContainerNames (0.00s) [2022-03-04T15:04:32.623Z] === RUN TestContainerInitDNS [2022-03-04T15:04:32.623Z] daemon_test.go:145: root required [2022-03-04T15:04:32.623Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-03-04T15:04:32.623Z] === RUN TestMerge [2022-03-04T15:04:32.623Z] --- PASS: TestMerge (0.00s) [2022-03-04T15:04:32.623Z] === RUN TestValidateContainerIsolation [2022-03-04T15:04:32.623Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-03-04T15:04:32.623Z] === RUN TestFindNetworkErrorType [2022-03-04T15:04:32.623Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-03-04T15:04:32.623Z] === RUN TestEnsureServicesExist [2022-03-04T15:04:32.623Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-03-04T15:04:32.623Z] === RUN TestEnsureServicesExistErrors [2022-03-04T15:04:32.623Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-03-04T15:04:32.623Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-03-04T15:04:32.623Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-03-04T15:04:32.623Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-03-04T15:04:32.794Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-03-04T15:04:32.794Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2022-03-04T15:04:33.051Z] 2022/03/04 15:04:32 Closing DB instances... [2022-03-04T15:04:33.093Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-03-04T15:04:33.093Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-03-04T15:04:33.093Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-03-04T15:04:33.093Z] === RUN TestContainerDelete [2022-03-04T15:04:33.093Z] --- PASS: TestContainerDelete (0.00s) [2022-03-04T15:04:33.093Z] === RUN TestContainerDoubleDelete [2022-03-04T15:04:33.093Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-03-04T15:04:33.093Z] === RUN TestLogContainerEventCopyLabels [2022-03-04T15:04:33.093Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-03-04T15:04:33.093Z] === RUN TestLogContainerEventWithAttributes [2022-03-04T15:04:33.093Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-03-04T15:04:33.093Z] === RUN TestNoneHealthcheck [2022-03-04T15:04:33.093Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-03-04T15:04:33.093Z] === RUN TestHealthStates [2022-03-04T15:04:33.093Z] time="2022-03-04T15:04:32Z" 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-04T15:04:33.093Z] time="2022-03-04T15:04:32Z" 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-04T15:04:33.093Z] time="2022-03-04T15:04:32Z" 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-04T15:04:33.093Z] time="2022-03-04T15:04:32Z" 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-04T15:04:33.093Z] time="2022-03-04T15:04:32Z" 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-04T15:04:33.093Z] time="2022-03-04T15:04:32Z" 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-04T15:04:33.093Z] time="2022-03-04T15:04:32Z" 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-04T15:04:33.093Z] time="2022-03-04T15:04:32Z" 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-04T15:04:33.093Z] time="2022-03-04T15:04:32Z" 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-04T15:04:33.093Z] time="2022-03-04T15:04:32Z" 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-04T15:04:33.093Z] --- PASS: TestHealthStates (0.21s) [2022-03-04T15:04:33.093Z] === RUN TestGetInspectData [2022-03-04T15:04:33.093Z] --- PASS: TestGetInspectData (0.00s) [2022-03-04T15:04:33.093Z] === RUN TestFillLicense [2022-03-04T15:04:33.093Z] --- PASS: TestFillLicense (0.00s) [2022-03-04T15:04:33.364Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2022-03-04T15:04:33.364Z] docker_cli_daemon_test.go:2859: Checking IpcMode private set from config [2022-03-04T15:04:33.518Z] --- PASS: TestFailedConnection (2.05s) [2022-03-04T15:04:33.518Z] === RUN TestFailOnce [2022-03-04T15:04:33.566Z] === RUN TestListInvalidFilter [2022-03-04T15:04:33.566Z] --- PASS: TestListInvalidFilter (0.00s) [2022-03-04T15:04:33.566Z] === RUN TestNameFilter [2022-03-04T15:04:33.566Z] --- PASS: TestNameFilter (0.00s) [2022-03-04T15:04:33.566Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-03-04T15:04:33.566Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-03-04T15:04:33.566Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-03-04T15:04:33.566Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-03-04T15:04:33.566Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-03-04T15:04:33.566Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-03-04T15:04:33.566Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-03-04T15:04:33.566Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-03-04T15:04:33.566Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-03-04T15:04:33.566Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-03-04T15:04:33.566Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-03-04T15:04:33.566Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-03-04T15:04:33.566Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-03-04T15:04:33.566Z] === 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-04T15:04:33.566Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-03-04T15:04:33.566Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-03-04T15:04:33.566Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-03-04T15:04:33.566Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-03-04T15:04:33.566Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-03-04T15:04:33.566Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-03-04T15:04:33.566Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-03-04T15:04:33.566Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-03-04T15:04:33.567Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.00s) [2022-03-04T15:04:33.567Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-03-04T15:04:33.567Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-03-04T15:04:33.567Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-03-04T15:04:33.567Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-03-04T15:04:33.567Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-04T15:04:33.567Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-03-04T15:04:33.567Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-03-04T15:04:33.567Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-04T15:04:33.567Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-03-04T15:04:33.567Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-03-04T15:04:33.567Z] --- 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-04T15:04:33.567Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-03-04T15:04:33.567Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-03-04T15:04:33.567Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-03-04T15:04:33.567Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-03-04T15:04:33.567Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-03-04T15:04:33.567Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-03-04T15:04:33.567Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-03-04T15:04:33.567Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-03-04T15:04:33.567Z] === RUN TestDaemonReloadLabels [2022-03-04T15:04:33.567Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-03-04T15:04:33.567Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-03-04T15:04:33.567Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-03-04T15:04:33.567Z] === RUN TestDaemonReloadMirrors [2022-03-04T15:04:33.567Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-03-04T15:04:33.567Z] === RUN TestDaemonReloadInsecureRegistries [2022-03-04T15:04:33.567Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-03-04T15:04:33.567Z] === RUN TestDaemonReloadNotAffectOthers [2022-03-04T15:04:33.567Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-03-04T15:04:33.567Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-03-04T15:04:33.567Z] reload_test.go:342: root required [2022-03-04T15:04:33.567Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-04T15:04:33.567Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-03-04T15:04:33.567Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.02s) [2022-03-04T15:04:33.567Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-03-04T15:04:33.567Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.04s) [2022-03-04T15:04:33.567Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-03-04T15:04:33.567Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.11s) [2022-03-04T15:04:33.567Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-03-04T15:04:33.567Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.04s) [2022-03-04T15:04:33.567Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-03-04T15:04:33.567Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-03-04T15:04:33.567Z] === RUN TestParseVolumesFrom [2022-03-04T15:04:33.567Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-03-04T15:04:33.567Z] PASS [2022-03-04T15:04:33.567Z] coverage: 8.6% of statements [2022-03-04T15:04:33.567Z] ok github.com/docker/docker/daemon 0.740s coverage: 8.6% of statements [2022-03-04T15:04:33.567Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-04T15:04:33.567Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-04T15:04:33.567Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-04T15:04:33.567Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-04T15:04:33.567Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-03-04T15:04:33.567Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-03-04T15:04:33.567Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-03-04T15:04:33.567Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-04T15:04:33.567Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-03-04T15:04:33.567Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-03-04T15:04:33.567Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-04T15:04:33.567Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-03-04T15:04:33.567Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-03-04T15:04:33.567Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-03-04T15:04:33.933Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-03-04T15:04:33.933Z] docker_cli_daemon_test.go:2859: Checking IpcMode shareable set from config [2022-03-04T15:04:33.985Z] 2022/03/04 15:04:33 http: panic serving 127.0.0.1:49286: Plugin not ready [2022-03-04T15:04:33.985Z] goroutine 3 [running]: [2022-03-04T15:04:33.985Z] net/http.(*conn).serve.func1() [2022-03-04T15:04:33.985Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-03-04T15:04:33.985Z] panic({0x85b9a0, 0x96f710}) [2022-03-04T15:04:33.985Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-03-04T15:04:33.985Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0xaae9064c756a5771}, 0xc00003fa98) [2022-03-04T15:04:33.985Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-03-04T15:04:33.985Z] net/http.HandlerFunc.ServeHTTP(0x0, {0x97c620, 0xc000224000}, 0x791206) [2022-03-04T15:04:33.985Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-03-04T15:04:33.985Z] net/http.(*ServeMux).ServeHTTP(0x0, {0x97c620, 0xc000224000}, 0xc000212000) [2022-03-04T15:04:33.985Z] c:/go/src/net/http/server.go:2425 +0x149 [2022-03-04T15:04:33.985Z] net/http.serverHandler.ServeHTTP({0x97ad10}, {0x97c620, 0xc000224000}, 0xc000212000) [2022-03-04T15:04:33.985Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-03-04T15:04:33.985Z] net/http.(*conn).serve(0xc000052000, {0x97e620, 0xc0000260f0}) [2022-03-04T15:04:33.985Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-03-04T15:04:33.985Z] created by net/http.(*Server).Serve [2022-03-04T15:04:33.985Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-03-04T15:04:33.985Z] time="2022-03-04T15:04:33Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49285/Test.FailOnce: Post \"http://127.0.0.1:49285/Test.FailOnce\": EOF, retrying in 1s" [2022-03-04T15:04:34.502Z] docker_cli_daemon_test.go:2859: Checking IpcMode host set from config [2022-03-04T15:04:34.970Z] --- PASS: TestNetworkDBBulkSync (2.82s) [2022-03-04T15:04:34.970Z] === RUN TestNetworkDBCRUDMediumCluster [2022-03-04T15:04:34.970Z] --- PASS: TestFailOnce (1.16s) [2022-03-04T15:04:34.970Z] === RUN TestEchoInputOutput [2022-03-04T15:04:34.970Z] --- PASS: TestEchoInputOutput (0.00s) [2022-03-04T15:04:34.970Z] === RUN TestBackoff [2022-03-04T15:04:34.970Z] --- PASS: TestBackoff (0.00s) [2022-03-04T15:04:34.970Z] === RUN TestAbortRetry [2022-03-04T15:04:34.970Z] --- PASS: TestAbortRetry (0.00s) [2022-03-04T15:04:34.970Z] === RUN TestClientScheme [2022-03-04T15:04:34.970Z] --- PASS: TestClientScheme (0.00s) [2022-03-04T15:04:34.970Z] === RUN TestNewClientWithTimeout [2022-03-04T15:04:35.070Z] docker_cli_daemon_test.go:2859: Checking IpcMode container:123 set from config [2022-03-04T15:04:35.136Z] === RUN TestAdapterReadLogs [2022-03-04T15:04:35.136Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-03-04T15:04:35.136Z] === RUN TestCopier [2022-03-04T15:04:35.136Z] --- PASS: TestCopier (0.00s) [2022-03-04T15:04:35.136Z] === RUN TestCopierLongLines [2022-03-04T15:04:35.136Z] --- PASS: TestCopierLongLines (0.00s) [2022-03-04T15:04:35.136Z] === RUN TestCopierSlow [2022-03-04T15:04:35.136Z] === RUN TestNewStreamConfig [2022-03-04T15:04:35.136Z] === RUN TestNewStreamConfig/defaults [2022-03-04T15:04:35.136Z] === RUN TestNewStreamConfig/invalid_create_group [2022-03-04T15:04:35.136Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-03-04T15:04:35.136Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-03-04T15:04:35.136Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-03-04T15:04:35.136Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-03-04T15:04:35.136Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-03-04T15:04:35.136Z] --- PASS: TestNewStreamConfig (0.00s) [2022-03-04T15:04:35.136Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-03-04T15:04:35.136Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-03-04T15:04:35.136Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-03-04T15:04:35.136Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-03-04T15:04:35.136Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-03-04T15:04:35.136Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-03-04T15:04:35.136Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-03-04T15:04:35.136Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-03-04T15:04:35.136Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-03-04T15:04:35.136Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-03-04T15:04:35.136Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-03-04T15:04:35.136Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-03-04T15:04:35.136Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-03-04T15:04:35.136Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-03-04T15:04:35.136Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-03-04T15:04:35.136Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-03-04T15:04:35.136Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-03-04T15:04:35.136Z] === RUN TestNewAWSLogsClientRegionDetect [2022-03-04T15:04:35.136Z] --- PASS: TestCopierSlow (0.20s) [2022-03-04T15:04:35.136Z] === RUN TestCopierWithSized [2022-03-04T15:04:35.136Z] === RUN TestCopierWithSized/as_is [2022-03-04T15:04:35.136Z] === RUN TestCopierWithSized/With_RingLogger [2022-03-04T15:04:35.136Z] --- PASS: TestCopierWithSized (0.01s) [2022-03-04T15:04:35.136Z] --- PASS: TestCopierWithSized/as_is (0.01s) [2022-03-04T15:04:35.136Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2022-03-04T15:04:35.136Z] === RUN TestCopierWithPartial [2022-03-04T15:04:35.136Z] --- PASS: TestCopierWithPartial (0.00s) [2022-03-04T15:04:35.438Z] time="2022-03-04T15:04:35Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49292/Test.Echo: Post \"http://127.0.0.1:49292/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-03-04T15:04:35.606Z] === RUN TestRingLogger [2022-03-04T15:04:35.606Z] --- PASS: TestRingLogger (0.00s) [2022-03-04T15:04:35.606Z] === RUN TestRingCap [2022-03-04T15:04:35.606Z] --- PASS: TestRingCap (0.00s) [2022-03-04T15:04:35.606Z] === RUN TestRingClose [2022-03-04T15:04:35.606Z] --- PASS: TestRingClose (0.00s) [2022-03-04T15:04:35.606Z] === RUN TestRingDrain [2022-03-04T15:04:35.606Z] --- PASS: TestRingDrain (0.00s) [2022-03-04T15:04:35.606Z] PASS [2022-03-04T15:04:35.606Z] coverage: 43.8% of statements [2022-03-04T15:04:35.606Z] ok github.com/docker/docker/daemon/logger 0.283s coverage: 43.8% of statements [2022-03-04T15:04:35.606Z] time="2022-03-04T15:04:34Z" level=info msg="Trying to get region from EC2 Metadata" [2022-03-04T15:04:35.606Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.21s) [2022-03-04T15:04:35.606Z] === RUN TestCreateSuccess [2022-03-04T15:04:35.606Z] --- PASS: TestCreateSuccess (0.00s) [2022-03-04T15:04:35.606Z] === RUN TestCreateStreamSkipped [2022-03-04T15:04:35.606Z] time="2022-03-04T15:04:35Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-03-04T15:04:35.606Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-03-04T15:04:35.606Z] === RUN TestCreateLogGroupSuccess [2022-03-04T15:04:35.606Z] time="2022-03-04T15:04:35Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-03-04T15:04:35.606Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-03-04T15:04:35.606Z] === RUN TestCreateError [2022-03-04T15:04:35.606Z] --- PASS: TestCreateError (0.00s) [2022-03-04T15:04:35.606Z] === RUN TestCreateAlreadyExists [2022-03-04T15:04:35.606Z] time="2022-03-04T15:04:35Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-03-04T15:04:35.606Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-03-04T15:04:35.606Z] === RUN TestLogClosed [2022-03-04T15:04:35.606Z] --- PASS: TestLogClosed (0.00s) [2022-03-04T15:04:35.606Z] === RUN TestLogBlocking [2022-03-04T15:04:35.606Z] --- PASS: TestLogBlocking (0.00s) [2022-03-04T15:04:35.606Z] === RUN TestLogNonBlockingBufferEmpty [2022-03-04T15:04:35.606Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-03-04T15:04:35.606Z] === RUN TestLogNonBlockingBufferFull [2022-03-04T15:04:35.606Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-03-04T15:04:35.606Z] === RUN TestPublishBatchSuccess [2022-03-04T15:04:35.606Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-03-04T15:04:35.606Z] === RUN TestPublishBatchError [2022-03-04T15:04:35.606Z] time="2022-03-04T15:04:35Z" level=error msg=error [2022-03-04T15:04:35.606Z] --- PASS: TestPublishBatchError (0.00s) [2022-03-04T15:04:35.606Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-03-04T15:04:35.606Z] time="2022-03-04T15:04:35Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-04T15:04:35.606Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-03-04T15:04:35.606Z] === RUN TestPublishBatchAlreadyAccepted [2022-03-04T15:04:35.606Z] time="2022-03-04T15:04:35Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-04T15:04:35.606Z] time="2022-03-04T15:04:35Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-03-04T15:04:35.606Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-03-04T15:04:35.606Z] === RUN TestCollectBatchSimple [2022-03-04T15:04:35.606Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-03-04T15:04:35.606Z] === RUN TestCollectBatchTicker [2022-03-04T15:04:35.606Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-03-04T15:04:35.606Z] === RUN TestCollectBatchMultilinePattern [2022-03-04T15:04:35.606Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-03-04T15:04:35.606Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-03-04T15:04:35.606Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-03-04T15:04:35.606Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-03-04T15:04:35.606Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-03-04T15:04:35.606Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-03-04T15:04:35.606Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.02s) [2022-03-04T15:04:35.606Z] === RUN TestCollectBatchClose [2022-03-04T15:04:35.606Z] --- PASS: TestCollectBatchClose (0.00s) [2022-03-04T15:04:35.606Z] === RUN TestEffectiveLen [2022-03-04T15:04:35.606Z] === RUN TestEffectiveLen/0/Hello [2022-03-04T15:04:35.606Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-03-04T15:04:35.606Z] === RUN TestEffectiveLen/2/🙃 [2022-03-04T15:04:35.606Z] === RUN TestEffectiveLen/3/���� [2022-03-04T15:04:35.606Z] === RUN TestEffectiveLen/4/He��o [2022-03-04T15:04:35.606Z] === RUN TestEffectiveLen/5/ [2022-03-04T15:04:35.606Z] --- PASS: TestEffectiveLen (0.00s) [2022-03-04T15:04:35.606Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-03-04T15:04:35.606Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-03-04T15:04:35.606Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-03-04T15:04:35.606Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-03-04T15:04:35.606Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-03-04T15:04:35.606Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-03-04T15:04:35.606Z] === RUN TestFindValidSplit [2022-03-04T15:04:35.606Z] === RUN TestFindValidSplit/0/ [2022-03-04T15:04:35.606Z] cloudwatchlogs_test.go:1076: [2022-03-04T15:04:35.606Z] cloudwatchlogs_test.go:1077: [2022-03-04T15:04:35.606Z] === RUN TestFindValidSplit/1/Hello [2022-03-04T15:04:35.606Z] cloudwatchlogs_test.go:1076: Hello [2022-03-04T15:04:35.606Z] cloudwatchlogs_test.go:1077: [2022-03-04T15:04:35.606Z] === RUN TestFindValidSplit/2/Hello [2022-03-04T15:04:35.606Z] cloudwatchlogs_test.go:1076: He [2022-03-04T15:04:35.606Z] cloudwatchlogs_test.go:1077: llo [2022-03-04T15:04:35.606Z] === RUN TestFindValidSplit/3/Hello [2022-03-04T15:04:35.606Z] cloudwatchlogs_test.go:1076: [2022-03-04T15:04:35.606Z] cloudwatchlogs_test.go:1077: Hello [2022-03-04T15:04:35.606Z] === RUN TestFindValidSplit/4/🙃 [2022-03-04T15:04:35.606Z] cloudwatchlogs_test.go:1076: [2022-03-04T15:04:35.606Z] cloudwatchlogs_test.go:1077: 🙃 [2022-03-04T15:04:35.606Z] === RUN TestFindValidSplit/5/🙃 [2022-03-04T15:04:35.606Z] cloudwatchlogs_test.go:1076: 🙃 [2022-03-04T15:04:35.606Z] cloudwatchlogs_test.go:1077: [2022-03-04T15:04:35.606Z] === RUN TestFindValidSplit/6/a� [2022-03-04T15:04:35.606Z] cloudwatchlogs_test.go:1076: a [2022-03-04T15:04:35.606Z] cloudwatchlogs_test.go:1077: � [2022-03-04T15:04:35.606Z] === RUN TestFindValidSplit/7/a� [2022-03-04T15:04:35.606Z] cloudwatchlogs_test.go:1076: a� [2022-03-04T15:04:35.606Z] cloudwatchlogs_test.go:1077: [2022-03-04T15:04:35.606Z] --- PASS: TestFindValidSplit (0.00s) [2022-03-04T15:04:35.606Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-03-04T15:04:35.606Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-03-04T15:04:35.606Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-03-04T15:04:35.606Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-03-04T15:04:35.606Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-03-04T15:04:35.606Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-03-04T15:04:35.606Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-03-04T15:04:35.606Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-03-04T15:04:35.606Z] === RUN TestProcessEventEmoji [2022-03-04T15:04:35.606Z] --- PASS: TestProcessEventEmoji (0.01s) [2022-03-04T15:04:35.606Z] === RUN TestCollectBatchLineSplit [2022-03-04T15:04:35.606Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2022-03-04T15:04:35.606Z] === RUN TestCollectBatchLineSplitWithBinary [2022-03-04T15:04:35.606Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2022-03-04T15:04:35.606Z] === RUN TestCollectBatchMaxEvents [2022-03-04T15:04:35.606Z] --- PASS: TestCollectBatchMaxEvents (0.08s) [2022-03-04T15:04:35.606Z] === RUN TestCollectBatchMaxTotalBytes [2022-03-04T15:04:35.606Z] --- PASS: TestCollectBatchMaxTotalBytes (0.10s) [2022-03-04T15:04:35.606Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-03-04T15:04:35.606Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2022-03-04T15:04:35.606Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-03-04T15:04:35.606Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.05s) [2022-03-04T15:04:35.606Z] === RUN TestParseLogOptionsMultilinePattern [2022-03-04T15:04:35.606Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-03-04T15:04:35.606Z] === RUN TestParseLogOptionsDatetimeFormat [2022-03-04T15:04:35.606Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-03-04T15:04:35.606Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-03-04T15:04:35.606Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-03-04T15:04:35.606Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-03-04T15:04:35.606Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-03-04T15:04:35.606Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-03-04T15:04:35.606Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-03-04T15:04:35.606Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.01s) [2022-03-04T15:04:35.606Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-03-04T15:04:35.606Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-03-04T15:04:35.606Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-03-04T15:04:35.606Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-03-04T15:04:35.606Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-03-04T15:04:35.606Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-03-04T15:04:35.606Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-03-04T15:04:35.606Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-03-04T15:04:35.606Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-03-04T15:04:35.606Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-03-04T15:04:35.606Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-03-04T15:04:35.606Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-03-04T15:04:35.606Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-03-04T15:04:35.606Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-03-04T15:04:35.606Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-03-04T15:04:35.606Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-03-04T15:04:35.606Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-03-04T15:04:35.606Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-03-04T15:04:35.606Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-03-04T15:04:35.606Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-03-04T15:04:35.606Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-03-04T15:04:35.606Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-03-04T15:04:35.606Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-03-04T15:04:35.606Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-03-04T15:04:35.606Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-03-04T15:04:35.606Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-03-04T15:04:35.606Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-03-04T15:04:35.606Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-03-04T15:04:35.606Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-03-04T15:04:35.606Z] === RUN TestValidateLogOptionsFormat [2022-03-04T15:04:35.606Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-03-04T15:04:35.606Z] === RUN TestValidateLogOptionsFormat/1/random [2022-03-04T15:04:35.606Z] === RUN TestValidateLogOptionsFormat/2/ [2022-03-04T15:04:35.606Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-03-04T15:04:35.606Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-03-04T15:04:35.606Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-03-04T15:04:35.606Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-03-04T15:04:35.606Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-03-04T15:04:35.606Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-03-04T15:04:35.606Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-03-04T15:04:35.606Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-03-04T15:04:35.606Z] === RUN TestCreateTagSuccess [2022-03-04T15:04:35.606Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-03-04T15:04:35.606Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-03-04T15:04:35.606Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2022-03-04T15:04:35.606Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-03-04T15:04:35.606Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-03-04T15:04:35.606Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-03-04T15:04:35.606Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-03-04T15:04:35.606Z] PASS [2022-03-04T15:04:35.606Z] coverage: 80.2% of statements [2022-03-04T15:04:35.606Z] ok github.com/docker/docker/daemon/logger/awslogs 0.580s coverage: 80.2% of statements [2022-03-04T15:04:35.641Z] docker_cli_daemon_test.go:2859: Checking IpcMode nosuchmode set from config [2022-03-04T15:04:35.902Z] docker_cli_daemon_test.go:2859: Checking IpcMode private set from cli [2022-03-04T15:04:36.075Z] === RUN TestSearchRegistryForImagesErrors [2022-03-04T15:04:36.075Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-03-04T15:04:36.075Z] === RUN TestSearchRegistryForImages [2022-03-04T15:04:36.075Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-03-04T15:04:36.075Z] === RUN TestOnlyPlatformWithFallback [2022-03-04T15:04:36.075Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-03-04T15:04:36.075Z] === RUN TestImageDelete [2022-03-04T15:04:36.075Z] === RUN TestImageDelete/no_lease [2022-03-04T15:04:36.075Z] === RUN TestImageDelete/lease_exists [2022-03-04T15:04:36.075Z] --- PASS: TestImageDelete (0.05s) [2022-03-04T15:04:36.075Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-03-04T15:04:36.075Z] --- PASS: TestImageDelete/lease_exists (0.02s) [2022-03-04T15:04:36.075Z] === RUN TestContentStoreForPull [2022-03-04T15:04:36.075Z] === RUN TestValidateLogOptReconnectInterval [2022-03-04T15:04:36.075Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-03-04T15:04:36.075Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-03-04T15:04:36.075Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-03-04T15:04:36.075Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-03-04T15:04:36.075Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-03-04T15:04:36.075Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-03-04T15:04:36.075Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-03-04T15:04:36.075Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-03-04T15:04:36.075Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-03-04T15:04:36.075Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-03-04T15:04:36.075Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-03-04T15:04:36.075Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-03-04T15:04:36.075Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-03-04T15:04:36.075Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-03-04T15:04:36.075Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-03-04T15:04:36.075Z] PASS [2022-03-04T15:04:36.075Z] coverage: 33.6% of statements [2022-03-04T15:04:36.075Z] ok github.com/docker/docker/daemon/logger/fluentd 0.054s coverage: 33.6% of statements [2022-03-04T15:04:36.471Z] docker_cli_daemon_test.go:2859: Checking IpcMode shareable set from cli [2022-03-04T15:04:36.544Z] --- PASS: TestContentStoreForPull (0.23s) [2022-03-04T15:04:36.544Z] PASS [2022-03-04T15:04:36.544Z] coverage: 6.8% of statements [2022-03-04T15:04:36.544Z] ok github.com/docker/docker/daemon/images 0.413s coverage: 6.8% of statements [2022-03-04T15:04:36.544Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-04T15:04:36.544Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-04T15:04:36.544Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-03-04T15:04:36.544Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-04T15:04:36.544Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-03-04T15:04:36.544Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-03-04T15:04:37.003Z] time="2022-03-04T15:04:36Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49292/Test.Echo: Post \"http://127.0.0.1:49292/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-03-04T15:04:37.014Z] === RUN TestJSONLogsMarshalJSONBuf [2022-03-04T15:04:37.014Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-03-04T15:04:37.014Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-03-04T15:04:37.014Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.20s) [2022-03-04T15:04:37.014Z] === RUN TestFastTimeMarshalJSON [2022-03-04T15:04:37.014Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2022-03-04T15:04:37.014Z] PASS [2022-03-04T15:04:37.014Z] coverage: 87.2% of statements [2022-03-04T15:04:37.014Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.331s coverage: 87.2% of statements [2022-03-04T15:04:37.038Z] docker_cli_daemon_test.go:2859: Checking IpcMode host set from cli [2022-03-04T15:04:37.471Z] --- PASS: TestRequest (5.69s) [2022-03-04T15:04:37.471Z] === RUN TestOverlappingRequests [2022-03-04T15:04:37.471Z] --- PASS: TestOverlappingRequests (0.30s) [2022-03-04T15:04:37.471Z] === RUN TestRelease [2022-03-04T15:04:37.482Z] === RUN TestJSONFileLogger [2022-03-04T15:04:37.482Z] --- PASS: TestJSONFileLogger (0.00s) [2022-03-04T15:04:37.482Z] === RUN TestJSONFileLoggerWithTags [2022-03-04T15:04:37.482Z] --- PASS: TestJSONFileLoggerWithTags (0.01s) [2022-03-04T15:04:37.482Z] === RUN TestJSONFileLoggerWithOpts [2022-03-04T15:04:37.482Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2022-03-04T15:04:37.482Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-03-04T15:04:37.482Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.01s) [2022-03-04T15:04:37.482Z] === RUN TestEncodeDecode [2022-03-04T15:04:37.482Z] === PAUSE TestEncodeDecode [2022-03-04T15:04:37.482Z] === RUN TestUnexpectedEOF [2022-03-04T15:04:37.482Z] time="2022-03-04T15:04:37Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-04T15:04:37.482Z] time="2022-03-04T15:04:37Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-04T15:04:37.482Z] --- PASS: TestUnexpectedEOF (0.19s) [2022-03-04T15:04:37.482Z] === CONT TestEncodeDecode [2022-03-04T15:04:37.482Z] --- PASS: TestEncodeDecode (0.00s) [2022-03-04T15:04:37.482Z] PASS [2022-03-04T15:04:37.482Z] coverage: 69.9% of statements [2022-03-04T15:04:37.483Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.298s coverage: 69.9% of statements [2022-03-04T15:04:37.605Z] docker_cli_daemon_test.go:2859: Checking IpcMode container:123 set from cli [2022-03-04T15:04:37.938Z] 2022/03/04 15:04:37 Closing DB instances... [2022-03-04T15:04:38.175Z] docker_cli_daemon_test.go:2859: Checking IpcMode nosuchmode set from cli [2022-03-04T15:04:38.470Z] === RUN TestWriteLog [2022-03-04T15:04:38.470Z] === PAUSE TestWriteLog [2022-03-04T15:04:38.470Z] === RUN TestReadLog [2022-03-04T15:04:38.470Z] === PAUSE TestReadLog [2022-03-04T15:04:38.470Z] === RUN TestDecode [2022-03-04T15:04:38.470Z] === RUN TestOpenFileDelete [2022-03-04T15:04:38.470Z] --- PASS: TestOpenFileDelete (0.00s) [2022-03-04T15:04:38.470Z] === RUN TestOpenFileRename [2022-03-04T15:04:38.470Z] --- PASS: TestDecode (0.03s) [2022-03-04T15:04:38.470Z] === CONT TestWriteLog [2022-03-04T15:04:38.470Z] === CONT TestReadLog [2022-03-04T15:04:38.470Z] === RUN TestReadLog/tail_exact [2022-03-04T15:04:38.470Z] --- PASS: TestWriteLog (0.01s) [2022-03-04T15:04:38.470Z] --- PASS: TestOpenFileRename (0.01s) [2022-03-04T15:04:38.470Z] === RUN TestHandleDecoderErr [2022-03-04T15:04:38.470Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-03-04T15:04:38.470Z] === RUN TestParseLogTagDefaultTag [2022-03-04T15:04:38.470Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-03-04T15:04:38.470Z] === RUN TestParseLogTag [2022-03-04T15:04:38.470Z] --- PASS: TestParseLogTag (0.00s) [2022-03-04T15:04:38.470Z] === RUN TestParseLogTagEmptyTag [2022-03-04T15:04:38.470Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-03-04T15:04:38.470Z] === RUN TestTailFiles [2022-03-04T15:04:38.470Z] --- PASS: TestTailFiles (0.00s) [2022-03-04T15:04:38.470Z] === RUN TestFollowLogsConsumerGone [2022-03-04T15:04:38.470Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-03-04T15:04:38.470Z] === RUN TestFollowLogsProducerGone [2022-03-04T15:04:38.470Z] logfile_test.go:180: logDecode() closed after sending 2109 messages [2022-03-04T15:04:38.470Z] logfile_test.go:233: messages sent: 2109, received: 2109 [2022-03-04T15:04:38.470Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2022-03-04T15:04:38.470Z] === RUN TestCheckCapacityAndRotate [2022-03-04T15:04:38.470Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-03-04T15:04:38.470Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-03-04T15:04:38.470Z] --- PASS: TestCheckCapacityAndRotate (0.05s) [2022-03-04T15:04:38.471Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-03-04T15:04:38.471Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.03s) [2022-03-04T15:04:38.471Z] PASS [2022-03-04T15:04:38.471Z] coverage: 53.4% of statements [2022-03-04T15:04:38.471Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.131s coverage: 53.4% of statements [2022-03-04T15:04:38.471Z] === RUN TestReadLog/tail_less_than_available [2022-03-04T15:04:38.471Z] === RUN TestReadLog/tail_more_than_available [2022-03-04T15:04:38.743Z] check_test.go:308: [d30c378325ddd] daemon is not started [2022-03-04T15:04:38.743Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2022-03-04T15:04:38.922Z] --- PASS: TestRelease (1.14s) [2022-03-04T15:04:38.922Z] === RUN TestAllocateRandomDeallocate [2022-03-04T15:04:38.940Z] --- PASS: TestReadLog (0.27s) [2022-03-04T15:04:38.940Z] --- PASS: TestReadLog/tail_exact (0.21s) [2022-03-04T15:04:38.940Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2022-03-04T15:04:38.940Z] --- PASS: TestReadLog/tail_more_than_available (0.03s) [2022-03-04T15:04:38.940Z] PASS [2022-03-04T15:04:38.940Z] coverage: 78.7% of statements [2022-03-04T15:04:38.940Z] ok github.com/docker/docker/daemon/logger/local 0.370s coverage: 78.7% of statements [2022-03-04T15:04:38.940Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-04T15:04:39.389Z] time="2022-03-04T15:04:39Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49292/Test.Echo: Post \"http://127.0.0.1:49292/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-03-04T15:04:39.408Z] === RUN TestLog [2022-03-04T15:04:39.408Z] --- PASS: TestLog (0.03s) [2022-03-04T15:04:39.408Z] PASS [2022-03-04T15:04:39.408Z] coverage: 31.5% of statements [2022-03-04T15:04:39.408Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.165s coverage: 31.5% of statements [2022-03-04T15:04:39.408Z] === RUN TestValidateLogOpt [2022-03-04T15:04:39.408Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-04T15:04:39.408Z] === RUN TestNewMissedConfig [2022-03-04T15:04:39.408Z] --- PASS: TestNewMissedConfig (0.00s) [2022-03-04T15:04:39.408Z] === RUN TestNewMissedUrl [2022-03-04T15:04:39.408Z] --- PASS: TestNewMissedUrl (0.00s) [2022-03-04T15:04:39.408Z] === RUN TestNewMissedToken [2022-03-04T15:04:39.408Z] --- PASS: TestNewMissedToken (0.00s) [2022-03-04T15:04:39.408Z] === RUN TestNewWithProxy [2022-03-04T15:04:39.408Z] --- PASS: TestNewWithProxy (0.00s) [2022-03-04T15:04:39.408Z] === RUN TestDefault [2022-03-04T15:04:39.408Z] --- PASS: TestDefault (0.01s) [2022-03-04T15:04:39.408Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-03-04T15:04:39.408Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-03-04T15:04:39.408Z] === RUN TestJsonFormat [2022-03-04T15:04:39.408Z] --- PASS: TestJsonFormat (0.02s) [2022-03-04T15:04:39.408Z] === RUN TestRawFormat [2022-03-04T15:04:39.408Z] --- PASS: TestRawFormat (0.00s) [2022-03-04T15:04:39.681Z] check_test.go:308: [d2db8b1f71b8f] daemon is not started [2022-03-04T15:04:39.681Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2022-03-04T15:04:39.878Z] === RUN TestRawFormatWithLabels [2022-03-04T15:04:39.879Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-03-04T15:04:39.879Z] === RUN TestRawFormatWithoutTag [2022-03-04T15:04:39.879Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-03-04T15:04:39.879Z] === RUN TestBatching [2022-03-04T15:04:39.879Z] === RUN TestNewParse [2022-03-04T15:04:39.879Z] --- PASS: TestNewParse (0.00s) [2022-03-04T15:04:39.879Z] PASS [2022-03-04T15:04:39.879Z] coverage: 8.3% of statements [2022-03-04T15:04:39.879Z] ok github.com/docker/docker/daemon/logger/templates 0.074s coverage: 8.3% of statements [2022-03-04T15:04:39.879Z] --- PASS: TestBatching (0.33s) [2022-03-04T15:04:39.879Z] === RUN TestFrequency [2022-03-04T15:04:39.879Z] === RUN TestParseLogFormat [2022-03-04T15:04:39.879Z] --- PASS: TestParseLogFormat (0.00s) [2022-03-04T15:04:39.879Z] === RUN TestValidateLogOptEmpty [2022-03-04T15:04:39.879Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-03-04T15:04:39.879Z] === RUN TestValidateSyslogAddress [2022-03-04T15:04:39.879Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-03-04T15:04:39.879Z] === RUN TestParseAddressDefaultPort [2022-03-04T15:04:39.879Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-03-04T15:04:39.879Z] === RUN TestValidateSyslogFacility [2022-03-04T15:04:39.879Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-03-04T15:04:39.879Z] === RUN TestValidateLogOptSyslogFormat [2022-03-04T15:04:39.879Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-03-04T15:04:39.879Z] === RUN TestValidateLogOpt [2022-03-04T15:04:39.879Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-04T15:04:39.879Z] PASS [2022-03-04T15:04:39.879Z] coverage: 46.8% of statements [2022-03-04T15:04:39.879Z] ok github.com/docker/docker/daemon/logger/syslog 0.051s coverage: 46.8% of statements [2022-03-04T15:04:39.879Z] --- PASS: TestFrequency (0.16s) [2022-03-04T15:04:39.879Z] === RUN TestOneMessagePerRequest [2022-03-04T15:04:39.879Z] --- PASS: TestOneMessagePerRequest (0.01s) [2022-03-04T15:04:39.879Z] === RUN TestVerify [2022-03-04T15:04:39.879Z] --- PASS: TestVerify (0.00s) [2022-03-04T15:04:39.879Z] === RUN TestSkipVerify [2022-03-04T15:04:40.251Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2022-03-04T15:04:40.347Z] time="2022-03-04T15:04:39Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T15:04:40.347Z] time="2022-03-04T15:04:40Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T15:04:40.347Z] time="2022-03-04T15:04:40Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T15:04:40.374Z] === RUN TestParseEmptyInterface [2022-03-04T15:04:40.374Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-03-04T15:04:40.374Z] === RUN TestParseNonInterfaceType [2022-03-04T15:04:40.374Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-03-04T15:04:40.374Z] === RUN TestParseWithOneFunction [2022-03-04T15:04:40.374Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-03-04T15:04:40.374Z] === RUN TestParseWithMultipleFuncs [2022-03-04T15:04:40.374Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-03-04T15:04:40.374Z] === RUN TestParseWithUnnamedReturn [2022-03-04T15:04:40.374Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-03-04T15:04:40.374Z] === RUN TestEmbeddedInterface [2022-03-04T15:04:40.374Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-03-04T15:04:40.374Z] === RUN TestParsedImports [2022-03-04T15:04:40.374Z] --- PASS: TestParsedImports (0.00s) [2022-03-04T15:04:40.374Z] === RUN TestAliasedImports [2022-03-04T15:04:40.374Z] --- PASS: TestAliasedImports (0.00s) [2022-03-04T15:04:40.374Z] PASS [2022-03-04T15:04:40.374Z] coverage: 56.8% of statements [2022-03-04T15:04:40.374Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.044s coverage: 56.8% of statements [2022-03-04T15:04:40.821Z] --- PASS: TestSkipVerify (0.76s) [2022-03-04T15:04:40.821Z] === RUN TestBufferMaximum [2022-03-04T15:04:40.821Z] time="2022-03-04T15:04:40Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T15:04:40.821Z] time="2022-03-04T15:04:40Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T15:04:40.821Z] time="2022-03-04T15:04:40Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T15:04:40.821Z] time="2022-03-04T15:04:40Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T15:04:40.821Z] time="2022-03-04T15:04:40Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T15:04:40.821Z] time="2022-03-04T15:04:40Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646406280.588715\",\"host\":\"7234bca90775\"}'" [2022-03-04T15:04:40.821Z] time="2022-03-04T15:04:40Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646406280.588715\",\"host\":\"7234bca90775\"}'" [2022-03-04T15:04:40.821Z] --- PASS: TestBufferMaximum (0.00s) [2022-03-04T15:04:40.821Z] === RUN TestServerAlwaysDown [2022-03-04T15:04:40.821Z] time="2022-03-04T15:04:40Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T15:04:40.821Z] time="2022-03-04T15:04:40Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T15:04:40.821Z] time="2022-03-04T15:04:40Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646406280.592714\",\"host\":\"7234bca90775\"}'" [2022-03-04T15:04:40.821Z] time="2022-03-04T15:04:40Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646406280.592714\",\"host\":\"7234bca90775\"}'" [2022-03-04T15:04:40.821Z] time="2022-03-04T15:04:40Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T15:04:40.821Z] time="2022-03-04T15:04:40Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646406280.592714\",\"host\":\"7234bca90775\"}'" [2022-03-04T15:04:40.821Z] time="2022-03-04T15:04:40Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646406280.593714\",\"host\":\"7234bca90775\"}'" [2022-03-04T15:04:40.821Z] time="2022-03-04T15:04:40Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646406280.593714\",\"host\":\"7234bca90775\"}'" [2022-03-04T15:04:40.821Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-03-04T15:04:40.821Z] === RUN TestCannotSendAfterClose [2022-03-04T15:04:40.821Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-03-04T15:04:40.821Z] === RUN TestDeadlockOnBlockedEndpoint [2022-03-04T15:04:40.842Z] --- PASS: TestNetworkDBCRUDMediumCluster (6.08s) [2022-03-04T15:04:40.842Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-03-04T15:04:41.309Z] === RUN TestHTTPTransport [2022-03-04T15:04:41.309Z] --- PASS: TestHTTPTransport (0.00s) [2022-03-04T15:04:41.309Z] PASS [2022-03-04T15:04:41.309Z] coverage: 85.7% of statements [2022-03-04T15:04:41.309Z] ok github.com/docker/docker/pkg/plugins/transport 0.040s coverage: 85.7% of statements [2022-03-04T15:04:41.632Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2022-03-04T15:04:41.776Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-03-04T15:04:41.776Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-04T15:04:41.776Z] === RUN TestBufioReaderPoolPutAndGet [2022-03-04T15:04:41.776Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-03-04T15:04:41.776Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-03-04T15:04:41.776Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-03-04T15:04:41.776Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-03-04T15:04:41.776Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-04T15:04:41.776Z] === RUN TestBufioWriterPoolPutAndGet [2022-03-04T15:04:41.776Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-03-04T15:04:41.776Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-03-04T15:04:41.776Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-03-04T15:04:41.776Z] === RUN TestBufferPoolPutAndGet [2022-03-04T15:04:41.776Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-03-04T15:04:41.776Z] PASS [2022-03-04T15:04:41.776Z] coverage: 88.2% of statements [2022-03-04T15:04:41.776Z] ok github.com/docker/docker/pkg/pools 0.039s coverage: 88.2% of statements [2022-03-04T15:04:41.808Z] === RUN TestV1IDService [2022-03-04T15:04:41.808Z] --- PASS: TestV1IDService (0.03s) [2022-03-04T15:04:41.808Z] === RUN TestV2MetadataService [2022-03-04T15:04:41.808Z] time="2022-03-04T15:04:41Z" 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-04T15:04:41.808Z] time="2022-03-04T15:04:41Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"7234bca90775\"}'" [2022-03-04T15:04:41.808Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2022-03-04T15:04:41.808Z] PASS [2022-03-04T15:04:41.808Z] coverage: 82.5% of statements [2022-03-04T15:04:41.809Z] ok github.com/docker/docker/daemon/logger/splunk 2.384s coverage: 82.5% of statements [2022-03-04T15:04:41.809Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-04T15:04:41.809Z] ? github.com/docker/docker/daemon/network [no test files] [2022-03-04T15:04:41.809Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-04T15:04:42.244Z] --- PASS: TestAllocateRandomDeallocate (3.34s) [2022-03-04T15:04:42.244Z] === RUN TestRetrieveFromStore [2022-03-04T15:04:42.244Z] === RUN TestOutputOnPrematureClose [2022-03-04T15:04:42.244Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-03-04T15:04:42.244Z] === RUN TestCompleteSilently [2022-03-04T15:04:42.244Z] --- PASS: TestCompleteSilently (0.00s) [2022-03-04T15:04:42.244Z] PASS [2022-03-04T15:04:42.244Z] coverage: 75.9% of statements [2022-03-04T15:04:42.244Z] ok github.com/docker/docker/pkg/progress 0.032s coverage: 75.9% of statements [2022-03-04T15:04:42.279Z] === RUN TestSuccessfulDownload [2022-03-04T15:04:42.279Z] download_test.go:267: Needs fixing on Windows [2022-03-04T15:04:42.279Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-03-04T15:04:42.279Z] === RUN TestCancelledDownload [2022-03-04T15:04:42.279Z] --- PASS: TestCancelledDownload (0.00s) [2022-03-04T15:04:42.279Z] === RUN TestMaxDownloadAttempts [2022-03-04T15:04:42.279Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-04T15:04:42.279Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-04T15:04:42.279Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-04T15:04:42.279Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-04T15:04:42.279Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-04T15:04:42.279Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-04T15:04:42.279Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-04T15:04:42.279Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-04T15:04:42.279Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-04T15:04:42.279Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-04T15:04:42.279Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-04T15:04:42.279Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-04T15:04:42.570Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-03-04T15:04:42.711Z] === RUN TestSendToOneSub [2022-03-04T15:04:42.711Z] --- PASS: TestSendToOneSub (0.00s) [2022-03-04T15:04:42.711Z] === RUN TestSendToMultipleSubs [2022-03-04T15:04:42.711Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-03-04T15:04:42.711Z] === RUN TestEvictOneSub [2022-03-04T15:04:42.711Z] --- PASS: TestEvictOneSub (0.00s) [2022-03-04T15:04:42.711Z] === RUN TestClosePublisher [2022-03-04T15:04:42.711Z] --- PASS: TestClosePublisher (0.00s) [2022-03-04T15:04:42.711Z] === RUN TestPubSubRace [2022-03-04T15:04:42.752Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-03-04T15:04:42.752Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-03-04T15:04:42.752Z] === RUN TestContinueOnError_MirrorEndpoint [2022-03-04T15:04:42.752Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-03-04T15:04:42.752Z] === RUN TestContinueOnError_NeverContinue [2022-03-04T15:04:42.752Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-03-04T15:04:42.752Z] === RUN TestManifestStore [2022-03-04T15:04:42.752Z] === RUN TestManifestStore/no_remote_or_local [2022-03-04T15:04:42.752Z] time="2022-03-04T15:04:42Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-04T15:04:42.752Z] time="2022-03-04T15:04:42Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-04T15:04:42.752Z] time="2022-03-04T15:04:42Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-04T15:04:42.752Z] time="2022-03-04T15:04:42Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-04T15:04:42.752Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-03-04T15:04:42.752Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.52s) [2022-03-04T15:04:42.752Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.52s) [2022-03-04T15:04:42.752Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.52s) [2022-03-04T15:04:42.752Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.52s) [2022-03-04T15:04:42.752Z] === RUN TestTransfer [2022-03-04T15:04:42.752Z] --- PASS: TestV2MetadataService (1.01s) [2022-03-04T15:04:42.752Z] PASS [2022-03-04T15:04:42.752Z] coverage: 48.2% of statements [2022-03-04T15:04:42.752Z] ok github.com/docker/docker/distribution/metadata 1.113s coverage: 48.2% of statements [2022-03-04T15:04:42.752Z] --- PASS: TestTransfer (0.15s) [2022-03-04T15:04:42.752Z] === RUN TestConcurrencyLimit [2022-03-04T15:04:42.752Z] time="2022-03-04T15:04:42Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local3847175524\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-03-04T15:04:42.752Z] === RUN TestManifestStore/no_local_cache [2022-03-04T15:04:42.752Z] === RUN TestManifestStore/with_local_cache [2022-03-04T15:04:42.752Z] === RUN TestManifestStore/unknown_media_type [2022-03-04T15:04:42.752Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-03-04T15:04:42.752Z] time="2022-03-04T15:04:42Z" level=warning msg="reference for unknown type: " [2022-03-04T15:04:42.752Z] time="2022-03-04T15:04:42Z" level=warning msg="reference for unknown type: " [2022-03-04T15:04:42.752Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-03-04T15:04:42.752Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-03-04T15:04:42.752Z] time="2022-03-04T15:04:42Z" level=warning msg="reference for unknown type: " [2022-03-04T15:04:42.752Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-03-04T15:04:42.752Z] time="2022-03-04T15:04:42Z" level=warning msg="reference for unknown type: " [2022-03-04T15:04:42.752Z] time="2022-03-04T15:04:42Z" level=warning msg="reference for unknown type: " [2022-03-04T15:04:42.752Z] === RUN TestManifestStore/error_persisting_manifest [2022-03-04T15:04:42.752Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-03-04T15:04:42.752Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-03-04T15:04:43.178Z] --- PASS: TestRetrieveFromStore (1.03s) [2022-03-04T15:04:43.178Z] === RUN TestRequestReleaseAddressDuplicate [2022-03-04T15:04:43.178Z] --- PASS: TestRequestReleaseAddressDuplicate (0.02s) [2022-03-04T15:04:43.178Z] === RUN TestParallelPredefinedRequest1 [2022-03-04T15:04:43.178Z] === PAUSE TestParallelPredefinedRequest1 [2022-03-04T15:04:43.178Z] === RUN TestParallelPredefinedRequest2 [2022-03-04T15:04:43.178Z] === PAUSE TestParallelPredefinedRequest2 [2022-03-04T15:04:43.178Z] === RUN TestParallelPredefinedRequest3 [2022-03-04T15:04:43.178Z] === PAUSE TestParallelPredefinedRequest3 [2022-03-04T15:04:43.178Z] === RUN TestParallelPredefinedRequest4 [2022-03-04T15:04:43.178Z] === PAUSE TestParallelPredefinedRequest4 [2022-03-04T15:04:43.178Z] === RUN TestParallelPredefinedRequest5 [2022-03-04T15:04:43.178Z] === PAUSE TestParallelPredefinedRequest5 [2022-03-04T15:04:43.178Z] === RUN TestDebug [2022-03-04T15:04:43.178Z] --- PASS: TestDebug (0.00s) [2022-03-04T15:04:43.178Z] === RUN TestRequestPoolParallel [2022-03-04T15:04:43.221Z] time="2022-03-04T15:04:42Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-03-04T15:04:43.221Z] --- PASS: TestManifestStore (0.34s) [2022-03-04T15:04:43.221Z] --- PASS: TestManifestStore/no_remote_or_local (0.22s) [2022-03-04T15:04:43.221Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2022-03-04T15:04:43.221Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2022-03-04T15:04:43.221Z] --- PASS: TestManifestStore/unknown_media_type (0.07s) [2022-03-04T15:04:43.221Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2022-03-04T15:04:43.221Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.04s) [2022-03-04T15:04:43.221Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2022-03-04T15:04:43.221Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2022-03-04T15:04:43.221Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2022-03-04T15:04:43.221Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-03-04T15:04:43.221Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2022-03-04T15:04:43.221Z] === RUN TestDetectManifestBlobMediaType [2022-03-04T15:04:43.221Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-03-04T15:04:43.221Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-03-04T15:04:43.221Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-03-04T15:04:43.221Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-03-04T15:04:43.221Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-03-04T15:04:43.221Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-03-04T15:04:43.221Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-03-04T15:04:43.221Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-03-04T15:04:43.221Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-03-04T15:04:43.221Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-03-04T15:04:43.221Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-03-04T15:04:43.221Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-03-04T15:04:43.221Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-03-04T15:04:43.221Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-03-04T15:04:43.221Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-03-04T15:04:43.221Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-03-04T15:04:43.221Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-03-04T15:04:43.221Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-03-04T15:04:43.221Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-03-04T15:04:43.221Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-03-04T15:04:43.221Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-03-04T15:04:43.221Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-03-04T15:04:43.221Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-03-04T15:04:43.221Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-03-04T15:04:43.221Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-03-04T15:04:43.221Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-03-04T15:04:43.221Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-03-04T15:04:43.221Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-03-04T15:04:43.221Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-03-04T15:04:43.221Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-03-04T15:04:43.221Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-03-04T15:04:43.221Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-03-04T15:04:43.221Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-03-04T15:04:43.221Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-03-04T15:04:43.221Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-03-04T15:04:43.221Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-03-04T15:04:43.221Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-03-04T15:04:43.221Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-03-04T15:04:43.221Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-03-04T15:04:43.221Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-03-04T15:04:43.221Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-03-04T15:04:43.221Z] === RUN TestFixManifestLayers [2022-03-04T15:04:43.221Z] --- PASS: TestFixManifestLayers (0.00s) [2022-03-04T15:04:43.221Z] === RUN TestFixManifestLayersBaseLayerParent [2022-03-04T15:04:43.221Z] pull_v2_test.go:73: Needs fixing on Windows [2022-03-04T15:04:43.221Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-04T15:04:43.221Z] === RUN TestFixManifestLayersBadParent [2022-03-04T15:04:43.221Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-03-04T15:04:43.221Z] === RUN TestValidateManifest [2022-03-04T15:04:43.221Z] pull_v2_test.go:118: Needs fixing on Windows [2022-03-04T15:04:43.221Z] --- SKIP: TestValidateManifest (0.00s) [2022-03-04T15:04:43.221Z] === RUN TestFormatPlatform [2022-03-04T15:04:43.221Z] --- PASS: TestFormatPlatform (0.00s) [2022-03-04T15:04:43.221Z] === RUN TestGetRepositoryMountCandidates [2022-03-04T15:04:43.221Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-03-04T15:04:43.221Z] === RUN TestLayerAlreadyExists [2022-03-04T15:04:43.221Z] 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-04T15:04:43.221Z] 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-04T15:04:43.221Z] 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-04T15:04:43.221Z] 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-04T15:04:43.221Z] 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-04T15:04:43.221Z] 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-04T15:04:43.221Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-03-04T15:04:43.221Z] === RUN TestWhenEmptyAuthConfig [2022-03-04T15:04:43.221Z] --- PASS: TestConcurrencyLimit (0.46s) [2022-03-04T15:04:43.221Z] === RUN TestInactiveJobs [2022-03-04T15:04:43.221Z] === RUN TestNotFound [2022-03-04T15:04:43.221Z] --- PASS: TestNotFound (0.00s) [2022-03-04T15:04:43.221Z] === RUN TestConflict [2022-03-04T15:04:43.221Z] --- PASS: TestConflict (0.00s) [2022-03-04T15:04:43.221Z] === RUN TestForbidden [2022-03-04T15:04:43.221Z] --- PASS: TestForbidden (0.00s) [2022-03-04T15:04:43.221Z] === RUN TestInvalidParameter [2022-03-04T15:04:43.221Z] --- PASS: TestInvalidParameter (0.00s) [2022-03-04T15:04:43.221Z] === RUN TestNotImplemented [2022-03-04T15:04:43.221Z] --- PASS: TestNotImplemented (0.00s) [2022-03-04T15:04:43.221Z] === RUN TestNotModified [2022-03-04T15:04:43.221Z] --- PASS: TestNotModified (0.00s) [2022-03-04T15:04:43.221Z] === RUN TestUnauthorized [2022-03-04T15:04:43.221Z] --- PASS: TestUnauthorized (0.00s) [2022-03-04T15:04:43.221Z] === RUN TestUnknown [2022-03-04T15:04:43.221Z] --- PASS: TestUnknown (0.00s) [2022-03-04T15:04:43.221Z] === RUN TestCancelled [2022-03-04T15:04:43.221Z] --- PASS: TestCancelled (0.00s) [2022-03-04T15:04:43.221Z] === RUN TestDeadline [2022-03-04T15:04:43.221Z] --- PASS: TestDeadline (0.00s) [2022-03-04T15:04:43.221Z] === RUN TestDataLoss [2022-03-04T15:04:43.221Z] --- PASS: TestDataLoss (0.00s) [2022-03-04T15:04:43.221Z] === RUN TestUnavailable [2022-03-04T15:04:43.221Z] --- PASS: TestUnavailable (0.00s) [2022-03-04T15:04:43.221Z] === RUN TestSystem [2022-03-04T15:04:43.221Z] --- PASS: TestSystem (0.00s) [2022-03-04T15:04:43.221Z] === RUN TestFromStatusCode [2022-03-04T15:04:43.221Z] === RUN TestFromStatusCode/Not_Found [2022-03-04T15:04:43.221Z] === RUN TestFromStatusCode/Bad_Request [2022-03-04T15:04:43.221Z] === RUN TestFromStatusCode/Conflict [2022-03-04T15:04:43.221Z] === RUN TestFromStatusCode/Unauthorized [2022-03-04T15:04:43.221Z] === RUN TestFromStatusCode/Service_Unavailable [2022-03-04T15:04:43.221Z] === RUN TestFromStatusCode/Forbidden [2022-03-04T15:04:43.221Z] === RUN TestFromStatusCode/Not_Modified [2022-03-04T15:04:43.221Z] === RUN TestFromStatusCode/Not_Implemented [2022-03-04T15:04:43.221Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-03-04T15:04:43.221Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-03-04T15:04:43.221Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-03-04T15:04:43.221Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-03-04T15:04:43.221Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-03-04T15:04:43.221Z] --- PASS: TestFromStatusCode (0.00s) [2022-03-04T15:04:43.221Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-03-04T15:04:43.221Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-03-04T15:04:43.221Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-03-04T15:04:43.221Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-03-04T15:04:43.221Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-03-04T15:04:43.645Z] --- PASS: TestRequestPoolParallel (0.35s) [2022-03-04T15:04:43.645Z] === RUN TestFullAllocateRelease [2022-03-04T15:04:43.645Z] --- PASS: TestPubSubRace (1.05s) [2022-03-04T15:04:43.645Z] PASS [2022-03-04T15:04:43.645Z] coverage: 75.0% of statements [2022-03-04T15:04:43.645Z] ok github.com/docker/docker/pkg/pubsub 1.091s coverage: 75.0% of statements [2022-03-04T15:04:43.645Z] time="2022-03-04T15:04:43Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49292/Test.Echo: Post \"http://127.0.0.1:49292/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-03-04T15:04:43.645Z] --- PASS: TestFullAllocateRelease (0.39s) [2022-03-04T15:04:43.645Z] === RUN TestOddAllocateRelease [2022-03-04T15:04:43.690Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-03-04T15:04:43.690Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-03-04T15:04:43.690Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-03-04T15:04:43.690Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-03-04T15:04:43.690Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-03-04T15:04:43.690Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-03-04T15:04:43.690Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-03-04T15:04:43.690Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-03-04T15:04:43.690Z] PASS [2022-03-04T15:04:43.690Z] coverage: 53.1% of statements [2022-03-04T15:04:43.690Z] ok github.com/docker/docker/errdefs 0.054s coverage: 53.1% of statements [2022-03-04T15:04:43.690Z] --- PASS: TestInactiveJobs (0.44s) [2022-03-04T15:04:43.690Z] === RUN TestWatchRelease [2022-03-04T15:04:43.690Z] --- PASS: TestWatchRelease (0.06s) [2022-03-04T15:04:43.690Z] === RUN TestWatchFinishedTransfer [2022-03-04T15:04:43.690Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-03-04T15:04:43.690Z] === RUN TestDuplicateTransfer [2022-03-04T15:04:43.690Z] --- PASS: TestDuplicateTransfer (0.05s) [2022-03-04T15:04:43.690Z] === RUN TestSuccessfulUpload [2022-03-04T15:04:43.950Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-03-04T15:04:44.112Z] --- PASS: TestOddAllocateRelease (0.23s) [2022-03-04T15:04:44.112Z] === RUN TestFullAllocateSerialReleaseParallel [2022-03-04T15:04:44.112Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.07s) [2022-03-04T15:04:44.112Z] === RUN TestOddAllocateSerialReleaseParallel [2022-03-04T15:04:44.112Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.04s) [2022-03-04T15:04:44.112Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-03-04T15:04:44.112Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.04s) [2022-03-04T15:04:44.112Z] === CONT TestParallelPredefinedRequest1 [2022-03-04T15:04:44.112Z] === CONT TestParallelPredefinedRequest4 [2022-03-04T15:04:44.112Z] === CONT TestParallelPredefinedRequest1 [2022-03-04T15:04:44.112Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T15:04:44.112Z] === CONT TestParallelPredefinedRequest5 [2022-03-04T15:04:44.112Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T15:04:44.112Z] === CONT TestParallelPredefinedRequest4 [2022-03-04T15:04:44.112Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T15:04:44.112Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-03-04T15:04:44.112Z] === CONT TestParallelPredefinedRequest3 [2022-03-04T15:04:44.112Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-03-04T15:04:44.112Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-03-04T15:04:44.112Z] === CONT TestParallelPredefinedRequest2 [2022-03-04T15:04:44.112Z] === CONT TestParallelPredefinedRequest3 [2022-03-04T15:04:44.112Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T15:04:44.112Z] === CONT TestParallelPredefinedRequest2 [2022-03-04T15:04:44.112Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T15:04:44.112Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-03-04T15:04:44.112Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-03-04T15:04:44.112Z] PASS [2022-03-04T15:04:44.112Z] coverage: 85.3% of statements [2022-03-04T15:04:44.112Z] ok github.com/docker/docker/libnetwork/ipam 39.944s coverage: 85.3% of statements [2022-03-04T15:04:44.159Z] time="2022-03-04T15:04:43Z" level=error msg="Upload failed, retrying: simulating retry" [2022-03-04T15:04:44.159Z] --- PASS: TestSuccessfulUpload (0.44s) [2022-03-04T15:04:44.159Z] === RUN TestCancelledUpload [2022-03-04T15:04:44.159Z] --- PASS: TestCancelledUpload (0.00s) [2022-03-04T15:04:44.159Z] PASS [2022-03-04T15:04:44.159Z] coverage: 77.2% of statements [2022-03-04T15:04:44.159Z] --- PASS: TestWhenEmptyAuthConfig (1.27s) [2022-03-04T15:04:44.159Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-03-04T15:04:44.159Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-03-04T15:04:44.159Z] === RUN TestTokenPassThru [2022-03-04T15:04:44.159Z] ok github.com/docker/docker/distribution/xfer 2.192s coverage: 77.2% of statements [2022-03-04T15:04:44.159Z] --- PASS: TestTokenPassThru (0.01s) [2022-03-04T15:04:44.159Z] === RUN TestTokenPassThruDifferentHost [2022-03-04T15:04:44.159Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-03-04T15:04:44.159Z] PASS [2022-03-04T15:04:44.159Z] coverage: 24.6% of statements [2022-03-04T15:04:44.159Z] ok github.com/docker/docker/distribution 1.722s coverage: 24.6% of statements [2022-03-04T15:04:44.580Z] === RUN TestRegister [2022-03-04T15:04:44.580Z] --- PASS: TestRegister (0.00s) [2022-03-04T15:04:44.580Z] === RUN TestCommand [2022-03-04T15:04:44.580Z] --- PASS: TestCommand (0.02s) [2022-03-04T15:04:44.580Z] === RUN TestNaiveSelf [2022-03-04T15:04:44.580Z] --- PASS: TestNaiveSelf (0.03s) [2022-03-04T15:04:44.580Z] PASS [2022-03-04T15:04:44.580Z] coverage: 82.4% of statements [2022-03-04T15:04:44.580Z] ok github.com/docker/docker/pkg/reexec 0.090s coverage: 82.4% of statements [2022-03-04T15:04:44.629Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-04T15:04:44.629Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-04T15:04:44.629Z] === RUN TestFSGetInvalidData [2022-03-04T15:04:44.629Z] --- PASS: TestFSGetInvalidData (0.02s) [2022-03-04T15:04:44.629Z] === RUN TestFSInvalidSet [2022-03-04T15:04:44.629Z] --- PASS: TestFSInvalidSet (0.01s) [2022-03-04T15:04:44.629Z] === RUN TestFSInvalidRoot [2022-03-04T15:04:44.629Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-03-04T15:04:44.629Z] === RUN TestFSMetadataGetSet [2022-03-04T15:04:44.888Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2022-03-04T15:04:45.047Z] === RUN TestDump [2022-03-04T15:04:45.047Z] goroutine 6 [running]: [2022-03-04T15:04:45.047Z] github.com/docker/docker/pkg/stack.dump(0x12b6b7) [2022-03-04T15:04:45.047Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-04T15:04:45.047Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-03-04T15:04:45.047Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-03-04T15:04:45.047Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2022-03-04T15:04:45.047Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-03-04T15:04:45.047Z] testing.tRunner(0xc000156340, 0x298f38) [2022-03-04T15:04:45.047Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-04T15:04:45.047Z] created by testing.(*T).Run [2022-03-04T15:04:45.047Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-04T15:04:45.047Z] [2022-03-04T15:04:45.047Z] goroutine 1 [chan receive]: [2022-03-04T15:04:45.047Z] testing.(*T).Run(0xc0001561a0, {0x28a571, 0x10a413}, 0x298f38) [2022-03-04T15:04:45.047Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-04T15:04:45.047Z] testing.runTests.func1(0xc000068840) [2022-03-04T15:04:45.047Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-04T15:04:45.047Z] testing.tRunner(0xc0001561a0, 0xc000071ce0) [2022-03-04T15:04:45.047Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-04T15:04:45.047Z] testing.runTests(0xc000076080, {0x3fcc20, 0x3, 0x3}, {0x12a90d, 0x28c26b, 0x4016e0}) [2022-03-04T15:04:45.047Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-04T15:04:45.047Z] testing.(*M).Run(0xc000076080) [2022-03-04T15:04:45.047Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-04T15:04:45.047Z] main.main() [2022-03-04T15:04:45.047Z] _testmain.go:95 +0x1f5 [2022-03-04T15:04:45.047Z] --- PASS: TestDump (0.00s) [2022-03-04T15:04:45.047Z] === RUN TestDumpToFile [2022-03-04T15:04:45.047Z] --- PASS: TestDumpToFile (0.12s) [2022-03-04T15:04:45.047Z] === RUN TestDumpToFileWithEmptyInput [2022-03-04T15:04:45.047Z] goroutine 8 [running]: [2022-03-04T15:04:45.047Z] github.com/docker/docker/pkg/stack.dump(0x198894) [2022-03-04T15:04:45.047Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-04T15:04:45.047Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0x198c40}) [2022-03-04T15:04:45.047Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2022-03-04T15:04:45.047Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc000156340) [2022-03-04T15:04:45.047Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-03-04T15:04:45.047Z] testing.tRunner(0xc000156820, 0x298f28) [2022-03-04T15:04:45.047Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-04T15:04:45.047Z] created by testing.(*T).Run [2022-03-04T15:04:45.047Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-04T15:04:45.047Z] [2022-03-04T15:04:45.047Z] goroutine 1 [chan receive]: [2022-03-04T15:04:45.047Z] testing.(*T).Run(0xc0001561a0, {0x291356, 0x10a413}, 0x298f28) [2022-03-04T15:04:45.047Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-04T15:04:45.047Z] testing.runTests.func1(0xc000068840) [2022-03-04T15:04:45.047Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-04T15:04:45.047Z] testing.tRunner(0xc0001561a0, 0xc000071ce0) [2022-03-04T15:04:45.047Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-04T15:04:45.047Z] testing.runTests(0xc000076080, {0x3fcc20, 0x3, 0x3}, {0x12a90d, 0x28c26b, 0x4016e0}) [2022-03-04T15:04:45.047Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-04T15:04:45.047Z] testing.(*M).Run(0xc000076080) [2022-03-04T15:04:45.047Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-04T15:04:45.047Z] main.main() [2022-03-04T15:04:45.047Z] _testmain.go:95 +0x1f5 [2022-03-04T15:04:45.047Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-03-04T15:04:45.047Z] PASS [2022-03-04T15:04:45.047Z] coverage: 90.9% of statements [2022-03-04T15:04:45.047Z] ok github.com/docker/docker/pkg/stack 0.167s coverage: 90.9% of statements [2022-03-04T15:04:45.098Z] --- PASS: TestFSMetadataGetSet (0.04s) [2022-03-04T15:04:45.098Z] === RUN TestFSInvalidWalker [2022-03-04T15:04:45.098Z] === RUN TestCompare [2022-03-04T15:04:45.098Z] --- PASS: TestCompare (0.00s) [2022-03-04T15:04:45.098Z] PASS [2022-03-04T15:04:45.098Z] coverage: 19.2% of statements [2022-03-04T15:04:45.098Z] ok github.com/docker/docker/image/cache 0.076s coverage: 19.2% of statements [2022-03-04T15:04:45.098Z] --- PASS: TestFSInvalidWalker (0.02s) [2022-03-04T15:04:45.098Z] === RUN TestFSGetSet [2022-03-04T15:04:45.098Z] --- PASS: TestFSGetSet (0.04s) [2022-03-04T15:04:45.098Z] === RUN TestFSGetUnsetKey [2022-03-04T15:04:45.098Z] --- PASS: TestFSGetUnsetKey (0.01s) [2022-03-04T15:04:45.098Z] === RUN TestFSGetEmptyData [2022-03-04T15:04:45.098Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-03-04T15:04:45.098Z] === RUN TestFSDelete [2022-03-04T15:04:45.098Z] --- PASS: TestFSDelete (0.02s) [2022-03-04T15:04:45.098Z] === RUN TestFSWalker [2022-03-04T15:04:45.098Z] --- PASS: TestFSWalker (0.02s) [2022-03-04T15:04:45.098Z] === RUN TestFSWalkerStopOnError [2022-03-04T15:04:45.098Z] --- PASS: TestFSWalkerStopOnError (0.02s) [2022-03-04T15:04:45.098Z] === RUN TestNewFromJSON [2022-03-04T15:04:45.098Z] --- PASS: TestNewFromJSON (0.00s) [2022-03-04T15:04:45.098Z] === RUN TestNewFromJSONWithInvalidJSON [2022-03-04T15:04:45.098Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-03-04T15:04:45.098Z] === RUN TestMarshalKeyOrder [2022-03-04T15:04:45.098Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-03-04T15:04:45.098Z] === RUN TestHistoryEqual [2022-03-04T15:04:45.098Z] --- PASS: TestHistoryEqual (0.19s) [2022-03-04T15:04:45.098Z] === RUN TestImage [2022-03-04T15:04:45.098Z] --- PASS: TestImage (0.00s) [2022-03-04T15:04:45.098Z] === RUN TestImageOSNotEmpty [2022-03-04T15:04:45.098Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-03-04T15:04:45.098Z] === RUN TestNewChildImageFromImageWithRootFS [2022-03-04T15:04:45.098Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-03-04T15:04:45.098Z] === RUN TestCreate [2022-03-04T15:04:45.098Z] --- PASS: TestCreate (0.01s) [2022-03-04T15:04:45.098Z] === RUN TestRestore [2022-03-04T15:04:45.098Z] time="2022-03-04T15:04:44Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-03-04T15:04:45.098Z] --- PASS: TestRestore (0.03s) [2022-03-04T15:04:45.098Z] === RUN TestAddDelete [2022-03-04T15:04:45.098Z] --- PASS: TestAddDelete (0.02s) [2022-03-04T15:04:45.098Z] === RUN TestSearchAfterDelete [2022-03-04T15:04:45.098Z] --- PASS: TestSearchAfterDelete (0.02s) [2022-03-04T15:04:45.098Z] === RUN TestParentReset [2022-03-04T15:04:45.098Z] --- PASS: TestParentReset (0.03s) [2022-03-04T15:04:45.098Z] === RUN TestGetAndSetLastUpdated [2022-03-04T15:04:45.098Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2022-03-04T15:04:45.098Z] === RUN TestStoreLen [2022-03-04T15:04:45.457Z] check_test.go:308: [d14f429a2c67f] daemon is not started [2022-03-04T15:04:45.457Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2022-03-04T15:04:45.514Z] === RUN TestNewStdWriter [2022-03-04T15:04:45.514Z] --- PASS: TestNewStdWriter (0.00s) [2022-03-04T15:04:45.514Z] === RUN TestWriteWithUninitializedStdWriter [2022-03-04T15:04:45.514Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-03-04T15:04:45.514Z] === RUN TestWriteWithNilBytes [2022-03-04T15:04:45.514Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-03-04T15:04:45.514Z] === RUN TestWrite [2022-03-04T15:04:45.514Z] --- PASS: TestWrite (0.00s) [2022-03-04T15:04:45.514Z] === RUN TestWriteWithWriterError [2022-03-04T15:04:45.514Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-03-04T15:04:45.514Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-03-04T15:04:45.514Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-03-04T15:04:45.514Z] === RUN TestStdCopyWriteAndRead [2022-03-04T15:04:45.514Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-03-04T15:04:45.514Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-03-04T15:04:45.514Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-03-04T15:04:45.514Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-03-04T15:04:45.514Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-03-04T15:04:45.514Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-03-04T15:04:45.514Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-03-04T15:04:45.514Z] === RUN TestStdCopyWithInvalidInputHeader [2022-03-04T15:04:45.514Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-03-04T15:04:45.514Z] === RUN TestStdCopyWithCorruptedPrefix [2022-03-04T15:04:45.514Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-03-04T15:04:45.514Z] === RUN TestStdCopyReturnsWriteErrors [2022-03-04T15:04:45.514Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-03-04T15:04:45.514Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-03-04T15:04:45.514Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-03-04T15:04:45.514Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-03-04T15:04:45.514Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-03-04T15:04:45.514Z] PASS [2022-03-04T15:04:45.514Z] coverage: 100.0% of statements [2022-03-04T15:04:45.514Z] ok github.com/docker/docker/pkg/stdcopy 0.039s coverage: 100.0% of statements [2022-03-04T15:04:45.566Z] --- PASS: TestStoreLen (0.09s) [2022-03-04T15:04:45.566Z] PASS [2022-03-04T15:04:45.566Z] coverage: 86.9% of statements [2022-03-04T15:04:45.566Z] ok github.com/docker/docker/image 0.703s coverage: 86.9% of statements [2022-03-04T15:04:45.566Z] === RUN TestMakeV1ConfigFromConfig [2022-03-04T15:04:45.566Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-03-04T15:04:45.566Z] PASS [2022-03-04T15:04:45.566Z] coverage: 25.0% of statements [2022-03-04T15:04:45.566Z] ok github.com/docker/docker/image/v1 0.118s coverage: 25.0% of statements [2022-03-04T15:04:45.566Z] === RUN TestValidateManifest [2022-03-04T15:04:45.566Z] === RUN TestValidateManifest/nil [2022-03-04T15:04:45.566Z] === RUN TestValidateManifest/non-nil [2022-03-04T15:04:45.566Z] --- PASS: TestValidateManifest (0.00s) [2022-03-04T15:04:45.566Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-03-04T15:04:45.566Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-03-04T15:04:46.035Z] PASS [2022-03-04T15:04:46.035Z] coverage: 0.7% of statements [2022-03-04T15:04:46.035Z] ok github.com/docker/docker/image/tarexport 0.072s coverage: 0.7% of statements [2022-03-04T15:04:46.035Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-04T15:04:46.498Z] === RUN TestRawProgressFormatterFormatStatus [2022-03-04T15:04:46.498Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-03-04T15:04:46.498Z] === RUN TestRawProgressFormatterFormatProgress [2022-03-04T15:04:46.498Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-03-04T15:04:46.498Z] === RUN TestFormatStatus [2022-03-04T15:04:46.498Z] --- PASS: TestFormatStatus (0.00s) [2022-03-04T15:04:46.498Z] === RUN TestFormatError [2022-03-04T15:04:46.498Z] --- PASS: TestFormatError (0.00s) [2022-03-04T15:04:46.498Z] === RUN TestFormatJSONError [2022-03-04T15:04:46.498Z] --- PASS: TestFormatJSONError (0.00s) [2022-03-04T15:04:46.498Z] === RUN TestJsonProgressFormatterFormatProgress [2022-03-04T15:04:46.499Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-03-04T15:04:46.499Z] === RUN TestJsonProgressFormatterFormatStatus [2022-03-04T15:04:46.499Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-03-04T15:04:46.499Z] === RUN TestNewJSONProgressOutput [2022-03-04T15:04:46.499Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-03-04T15:04:46.499Z] === RUN TestAuxFormatterEmit [2022-03-04T15:04:46.499Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-03-04T15:04:46.499Z] === RUN TestStreamWriterStdout [2022-03-04T15:04:46.499Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-03-04T15:04:46.499Z] === RUN TestStreamWriterStderr [2022-03-04T15:04:46.499Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-03-04T15:04:46.499Z] PASS [2022-03-04T15:04:46.499Z] coverage: 66.2% of statements [2022-03-04T15:04:46.499Z] ok github.com/docker/docker/pkg/streamformatter 0.037s coverage: 66.2% of statements [2022-03-04T15:04:46.837Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-03-04T15:04:46.966Z] === RUN TestGenerateRandomID [2022-03-04T15:04:46.966Z] --- PASS: TestGenerateRandomID (0.00s) [2022-03-04T15:04:46.966Z] === RUN TestShortenId [2022-03-04T15:04:46.966Z] --- PASS: TestShortenId (0.00s) [2022-03-04T15:04:46.966Z] === RUN TestShortenSha256Id [2022-03-04T15:04:46.966Z] --- PASS: TestShortenSha256Id (0.00s) [2022-03-04T15:04:46.966Z] === RUN TestShortenIdEmpty [2022-03-04T15:04:46.966Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-03-04T15:04:46.966Z] === RUN TestShortenIdInvalid [2022-03-04T15:04:46.966Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-03-04T15:04:46.966Z] === RUN TestIsShortIDNonHex [2022-03-04T15:04:46.966Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-03-04T15:04:46.966Z] === RUN TestIsShortIDNotCorrectSize [2022-03-04T15:04:46.966Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-03-04T15:04:46.966Z] PASS [2022-03-04T15:04:46.966Z] coverage: 70.6% of statements [2022-03-04T15:04:46.966Z] ok github.com/docker/docker/pkg/stringid 0.035s coverage: 70.6% of statements [2022-03-04T15:04:47.025Z] === RUN TestSerialization [2022-03-04T15:04:47.025Z] --- PASS: TestSerialization (0.02s) [2022-03-04T15:04:47.025Z] PASS [2022-03-04T15:04:47.025Z] coverage: 100.0% of statements [2022-03-04T15:04:47.025Z] ok github.com/docker/docker/libcontainerd/queue 0.064s coverage: 100.0% of statements [2022-03-04T15:04:47.434Z] === RUN TestIsCpusetListAvailable [2022-03-04T15:04:47.434Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-03-04T15:04:47.434Z] PASS [2022-03-04T15:04:47.434Z] coverage: 39.4% of statements [2022-03-04T15:04:47.434Z] ok github.com/docker/docker/pkg/sysinfo 0.032s coverage: 39.4% of statements [2022-03-04T15:04:48.016Z] === RUN TestEmptyLayer [2022-03-04T15:04:48.016Z] --- PASS: TestEmptyLayer (0.00s) [2022-03-04T15:04:48.016Z] === RUN TestCommitFailure [2022-03-04T15:04:48.016Z] --- PASS: TestCommitFailure (0.03s) [2022-03-04T15:04:48.016Z] === RUN TestStartTransactionFailure [2022-03-04T15:04:48.016Z] === RUN TestEnvironmentParsing [2022-03-04T15:04:48.016Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-03-04T15:04:48.016Z] PASS [2022-03-04T15:04:48.016Z] coverage: 1.2% of statements [2022-03-04T15:04:48.016Z] --- PASS: TestStartTransactionFailure (0.03s) [2022-03-04T15:04:48.016Z] === RUN TestGetOrphan [2022-03-04T15:04:48.016Z] --- PASS: TestGetOrphan (0.01s) [2022-03-04T15:04:48.016Z] === RUN TestMountAndRegister [2022-03-04T15:04:48.016Z] ok github.com/docker/docker/libcontainerd/local 0.089s coverage: 1.2% of statements [2022-03-04T15:04:48.016Z] layer_test.go:258: Layer size: 14 [2022-03-04T15:04:48.016Z] --- PASS: TestMountAndRegister (0.16s) [2022-03-04T15:04:48.016Z] === RUN TestLayerRelease [2022-03-04T15:04:48.016Z] layer_test.go:291: Failing on Windows [2022-03-04T15:04:48.016Z] --- SKIP: TestLayerRelease (0.00s) [2022-03-04T15:04:48.016Z] === RUN TestStoreRestore [2022-03-04T15:04:48.016Z] layer_test.go:340: Failing on Windows [2022-03-04T15:04:48.016Z] --- SKIP: TestStoreRestore (0.00s) [2022-03-04T15:04:48.016Z] === RUN TestTarStreamStability [2022-03-04T15:04:48.016Z] layer_test.go:455: Failing on Windows [2022-03-04T15:04:48.016Z] --- SKIP: TestTarStreamStability (0.00s) [2022-03-04T15:04:48.016Z] === RUN TestRegisterExistingLayer [2022-03-04T15:04:48.016Z] --- PASS: TestRegisterExistingLayer (0.15s) [2022-03-04T15:04:48.016Z] === RUN TestTarStreamVerification [2022-03-04T15:04:48.016Z] layer_test.go:684: Failing on Windows [2022-03-04T15:04:48.016Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-03-04T15:04:48.016Z] === RUN TestLayerMigration [2022-03-04T15:04:48.016Z] migration_test.go:45: Failing on Windows [2022-03-04T15:04:48.016Z] --- SKIP: TestLayerMigration (0.00s) [2022-03-04T15:04:48.016Z] === RUN TestLayerMigrationNoTarsplit [2022-03-04T15:04:48.016Z] migration_test.go:181: Failing on Windows [2022-03-04T15:04:48.016Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-03-04T15:04:48.016Z] === RUN TestMountInit [2022-03-04T15:04:48.016Z] mount_test.go:17: Failing on Windows [2022-03-04T15:04:48.016Z] --- SKIP: TestMountInit (0.00s) [2022-03-04T15:04:48.016Z] === RUN TestMountSize [2022-03-04T15:04:48.016Z] mount_test.go:76: Failing on Windows [2022-03-04T15:04:48.016Z] --- SKIP: TestMountSize (0.00s) [2022-03-04T15:04:48.016Z] === RUN TestMountChanges [2022-03-04T15:04:48.016Z] mount_test.go:125: Failing on Windows [2022-03-04T15:04:48.016Z] --- SKIP: TestMountChanges (0.00s) [2022-03-04T15:04:48.016Z] === RUN TestMountApply [2022-03-04T15:04:48.016Z] mount_test.go:212: Failing on Windows [2022-03-04T15:04:48.016Z] --- SKIP: TestMountApply (0.00s) [2022-03-04T15:04:48.016Z] PASS [2022-03-04T15:04:48.016Z] coverage: 30.2% of statements [2022-03-04T15:04:48.016Z] ok github.com/docker/docker/layer 0.478s coverage: 30.2% of statements [2022-03-04T15:04:48.220Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2022-03-04T15:04:48.393Z] === RUN TestMiddlewares [2022-03-04T15:04:48.393Z] --- PASS: TestMiddlewares (0.00s) [2022-03-04T15:04:48.393Z] PASS [2022-03-04T15:04:48.393Z] coverage: 9.0% of statements [2022-03-04T15:04:48.393Z] ok github.com/docker/docker/api/server 0.075s coverage: 9.0% of statements [2022-03-04T15:04:48.485Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-04T15:04:48.486Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-04T15:04:48.486Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-04T15:04:48.486Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-04T15:04:48.955Z] === RUN TestSequenceGetAvailableBit [2022-03-04T15:04:48.955Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-03-04T15:04:48.955Z] === RUN TestSequenceEqual [2022-03-04T15:04:48.955Z] --- PASS: TestSequenceEqual (0.00s) [2022-03-04T15:04:48.955Z] === RUN TestSequenceCopy [2022-03-04T15:04:48.955Z] --- PASS: TestSequenceCopy (0.00s) [2022-03-04T15:04:48.955Z] === RUN TestGetFirstAvailable [2022-03-04T15:04:48.955Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-03-04T15:04:48.955Z] === RUN TestFindSequence [2022-03-04T15:04:48.955Z] --- PASS: TestFindSequence (0.00s) [2022-03-04T15:04:48.955Z] === RUN TestCheckIfAvailable [2022-03-04T15:04:48.955Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-03-04T15:04:48.955Z] === RUN TestMergeSequences [2022-03-04T15:04:48.955Z] --- PASS: TestMergeSequences (0.00s) [2022-03-04T15:04:48.955Z] === RUN TestPushReservation [2022-03-04T15:04:48.955Z] --- PASS: TestPushReservation (0.00s) [2022-03-04T15:04:48.955Z] === RUN TestSerializeDeserialize [2022-03-04T15:04:48.955Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-03-04T15:04:48.955Z] === RUN TestSet [2022-03-04T15:04:48.955Z] --- PASS: TestSet (0.00s) [2022-03-04T15:04:48.955Z] === RUN TestSetUnset [2022-03-04T15:04:48.955Z] --- PASS: TestSetUnset (0.00s) [2022-03-04T15:04:48.955Z] === RUN TestOffsetSetUnset [2022-03-04T15:04:48.955Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-03-04T15:04:49.000Z] === RUN TestChtimes [2022-03-04T15:04:49.000Z] --- PASS: TestChtimes (0.00s) [2022-03-04T15:04:49.000Z] === RUN TestChtimesWindows [2022-03-04T15:04:49.000Z] --- PASS: TestChtimesWindows (0.00s) [2022-03-04T15:04:49.000Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-03-04T15:04:49.000Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-03-04T15:04:49.000Z] PASS [2022-03-04T15:04:49.000Z] coverage: 12.9% of statements [2022-03-04T15:04:49.000Z] ok github.com/docker/docker/pkg/system 0.036s coverage: 12.9% of statements [2022-03-04T15:04:49.423Z] === RUN TestSetInRange [2022-03-04T15:04:49.423Z] --- PASS: TestSetInRange (0.00s) [2022-03-04T15:04:49.423Z] === RUN TestSetAnyInRange [2022-03-04T15:04:49.423Z] --- PASS: TestSetAnyInRange (0.00s) [2022-03-04T15:04:49.423Z] === RUN TestMethods [2022-03-04T15:04:49.423Z] --- PASS: TestMethods (0.00s) [2022-03-04T15:04:49.423Z] === RUN TestRandomAllocateDeallocate [2022-03-04T15:04:49.467Z] === RUN TestTailFile [2022-03-04T15:04:49.467Z] --- PASS: TestTailFile (0.00s) [2022-03-04T15:04:49.467Z] === RUN TestTailFileManyLines [2022-03-04T15:04:49.467Z] --- PASS: TestTailFileManyLines (0.00s) [2022-03-04T15:04:49.467Z] === RUN TestTailEmptyFile [2022-03-04T15:04:49.467Z] --- PASS: TestTailEmptyFile (0.00s) [2022-03-04T15:04:49.467Z] === RUN TestTailNegativeN [2022-03-04T15:04:49.467Z] --- PASS: TestTailNegativeN (0.00s) [2022-03-04T15:04:49.467Z] === RUN TestNewTailReader [2022-03-04T15:04:49.467Z] === PAUSE TestNewTailReader [2022-03-04T15:04:49.467Z] === CONT TestNewTailReader [2022-03-04T15:04:49.467Z] === RUN TestNewTailReader/no_delimiter [2022-03-04T15:04:49.467Z] === PAUSE TestNewTailReader/no_delimiter [2022-03-04T15:04:49.467Z] === RUN TestNewTailReader/single_byte_delimiter [2022-03-04T15:04:49.467Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-03-04T15:04:49.467Z] === RUN TestNewTailReader/2_byte_delimiter [2022-03-04T15:04:49.467Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-03-04T15:04:49.467Z] === RUN TestNewTailReader/4_byte_delimiter [2022-03-04T15:04:49.467Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-03-04T15:04:49.467Z] === RUN TestNewTailReader/8_byte_delimiter [2022-03-04T15:04:49.467Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-03-04T15:04:49.467Z] === RUN TestNewTailReader/12_byte_delimiter [2022-03-04T15:04:49.467Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-03-04T15:04:49.467Z] === RUN TestNewTailReader/truncated_last_line [2022-03-04T15:04:49.467Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-03-04T15:04:49.467Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-03-04T15:04:49.467Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-03-04T15:04:49.467Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-03-04T15:04:49.467Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-03-04T15:04:49.467Z] === CONT TestNewTailReader/no_delimiter [2022-03-04T15:04:49.467Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-03-04T15:04:49.467Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-03-04T15:04:49.467Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-03-04T15:04:49.467Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-03-04T15:04:49.467Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-03-04T15:04:49.467Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-03-04T15:04:49.467Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T15:04:49.467Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T15:04:49.467Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T15:04:49.467Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T15:04:49.467Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-04T15:04:49.467Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-04T15:04:49.467Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-04T15:04:49.467Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-04T15:04:49.467Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-03-04T15:04:49.467Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-03-04T15:04:49.467Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-04T15:04:49.467Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-04T15:04:49.467Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-03-04T15:04:49.467Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-03-04T15:04:49.467Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-03-04T15:04:49.467Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-03-04T15:04:49.467Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-04T15:04:49.467Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-04T15:04:49.467Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-03-04T15:04:49.467Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-04T15:04:49.467Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-04T15:04:49.467Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T15:04:49.467Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T15:04:49.467Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-04T15:04:49.467Z] === CONT TestNewTailReader/12_byte_delimiter [2022-03-04T15:04:49.467Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-04T15:04:49.467Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-04T15:04:49.467Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-04T15:04:49.467Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-04T15:04:49.467Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-04T15:04:49.467Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-04T15:04:49.467Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-04T15:04:49.467Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-04T15:04:49.467Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-04T15:04:49.467Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T15:04:49.467Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T15:04:49.467Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T15:04:49.467Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T15:04:49.467Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T15:04:49.467Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T15:04:49.467Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-04T15:04:49.467Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-04T15:04:49.467Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-04T15:04:49.467Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-04T15:04:49.467Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-04T15:04:49.467Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-04T15:04:49.467Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-04T15:04:49.467Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-04T15:04:49.467Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-04T15:04:49.467Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-04T15:04:49.467Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-03-04T15:04:49.467Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-04T15:04:49.468Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T15:04:49.468Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T15:04:49.468Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T15:04:49.468Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T15:04:49.468Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T15:04:49.468Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T15:04:49.468Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T15:04:49.468Z] === CONT TestNewTailReader/single_byte_delimiter [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-04T15:04:49.468Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-04T15:04:49.468Z] === CONT TestNewTailReader/2_byte_delimiter [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-04T15:04:49.468Z] === CONT TestNewTailReader/8_byte_delimiter [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-04T15:04:49.468Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-04T15:04:49.468Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-04T15:04:49.468Z] === CONT TestNewTailReader/4_byte_delimiter [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-04T15:04:49.468Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-04T15:04:49.468Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T15:04:49.468Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T15:04:49.468Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T15:04:49.468Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T15:04:49.468Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-04T15:04:49.468Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T15:04:49.468Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T15:04:49.468Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T15:04:49.468Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-03-04T15:04:49.468Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T15:04:49.469Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T15:04:49.469Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-04T15:04:49.469Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-04T15:04:49.469Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-04T15:04:49.469Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-04T15:04:49.469Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-04T15:04:49.469Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-04T15:04:49.469Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-04T15:04:49.469Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-04T15:04:49.469Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-04T15:04:49.469Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-04T15:04:49.469Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-04T15:04:49.469Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-04T15:04:49.469Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-04T15:04:49.469Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-04T15:04:49.469Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-04T15:04:49.469Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-04T15:04:49.469Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-04T15:04:49.469Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-04T15:04:49.469Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-04T15:04:49.469Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T15:04:49.936Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T15:04:49.936Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T15:04:49.936Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T15:04:49.936Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T15:04:49.936Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T15:04:49.936Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T15:04:49.936Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T15:04:49.936Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T15:04:49.937Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T15:04:49.937Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T15:04:49.937Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T15:04:49.938Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T15:04:49.938Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T15:04:49.938Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T15:04:49.938Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T15:04:49.938Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T15:04:49.938Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T15:04:49.938Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T15:04:49.938Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T15:04:49.938Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-04T15:04:49.938Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T15:04:49.938Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T15:04:49.938Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T15:04:49.938Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T15:04:49.938Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-04T15:04:49.938Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-03-04T15:04:49.938Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T15:04:49.938Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-04T15:04:49.938Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T15:04:49.938Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-04T15:04:49.938Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-04T15:04:49.938Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T15:04:49.939Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T15:04:49.939Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T15:04:49.939Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T15:04:49.939Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T15:04:49.939Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-04T15:04:49.939Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-04T15:04:49.939Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T15:04:49.939Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-04T15:04:49.939Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T15:04:49.939Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T15:04:49.939Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T15:04:49.939Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T15:04:49.939Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T15:04:49.939Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T15:04:49.939Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T15:04:49.939Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T15:04:49.939Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T15:04:49.939Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T15:04:49.939Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T15:04:49.939Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T15:04:49.939Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-04T15:04:49.939Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-04T15:04:49.939Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-04T15:04:49.939Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-04T15:04:49.939Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-04T15:04:49.939Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-04T15:04:49.939Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-04T15:04:49.939Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-04T15:04:49.939Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-04T15:04:49.939Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-04T15:04:49.939Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T15:04:49.939Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T15:04:49.939Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-04T15:04:49.939Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T15:04:49.939Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T15:04:49.939Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T15:04:49.939Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T15:04:49.939Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T15:04:49.939Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T15:04:49.939Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T15:04:49.939Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T15:04:49.939Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-04T15:04:49.939Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T15:04:49.940Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-04T15:04:49.941Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T15:04:49.941Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T15:04:49.941Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T15:04:49.941Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-04T15:04:49.941Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-04T15:04:49.941Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-04T15:04:49.941Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-04T15:04:49.941Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-04T15:04:49.941Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-04T15:04:49.941Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-04T15:04:49.941Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-04T15:04:49.941Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T15:04:49.941Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-04T15:04:49.941Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T15:04:49.941Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T15:04:49.941Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T15:04:49.941Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T15:04:49.941Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T15:04:49.941Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T15:04:49.941Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T15:04:49.941Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T15:04:49.941Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-04T15:04:49.941Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T15:04:49.941Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T15:04:49.941Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T15:04:49.941Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T15:04:49.941Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T15:04:49.941Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T15:04:49.941Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T15:04:49.941Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T15:04:49.941Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-04T15:04:49.941Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-04T15:04:49.941Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T15:04:49.941Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T15:04:49.941Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T15:04:49.941Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T15:04:49.941Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T15:04:49.941Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-04T15:04:49.941Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-04T15:04:49.941Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-04T15:04:49.941Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-04T15:04:49.941Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-04T15:04:49.941Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-04T15:04:49.941Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-04T15:04:49.941Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T15:04:49.941Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-04T15:04:49.941Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-04T15:04:49.941Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.01s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-04T15:04:49.941Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-04T15:04:49.942Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-04T15:04:50.129Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.01s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-04T15:04:50.409Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.01s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.01s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-04T15:04:50.410Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-04T15:04:50.410Z] PASS [2022-03-04T15:04:50.410Z] coverage: 88.6% of statements [2022-03-04T15:04:50.410Z] ok github.com/docker/docker/pkg/tailfile 0.167s coverage: 88.6% of statements [2022-03-04T15:04:50.578Z] ok github.com/docker/docker/cmd/dockerd 0.043s coverage: 29.1% of statements [2022-03-04T15:04:50.578Z] ok github.com/docker/docker/container 0.115s coverage: 34.8% of statements [2022-03-04T15:04:50.878Z] === RUN TestTarSumRemoveNonExistent [2022-03-04T15:04:50.878Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2022-03-04T15:04:50.878Z] === RUN TestTarSumRemove [2022-03-04T15:04:50.878Z] --- PASS: TestTarSumRemove (0.00s) [2022-03-04T15:04:50.878Z] === RUN TestSortFileInfoSums [2022-03-04T15:04:50.878Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-03-04T15:04:50.878Z] === RUN TestNewTarSumForLabelInvalid [2022-03-04T15:04:50.878Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-03-04T15:04:50.878Z] === RUN TestNewTarSumForLabel [2022-03-04T15:04:50.878Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-03-04T15:04:50.878Z] === RUN TestEmptyTar [2022-03-04T15:04:50.878Z] --- PASS: TestEmptyTar (0.00s) [2022-03-04T15:04:50.878Z] === RUN TestTarSumsReadSize [2022-03-04T15:04:50.878Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-03-04T15:04:50.878Z] === RUN TestTarSums [2022-03-04T15:04:50.878Z] --- PASS: TestTarSums (0.06s) [2022-03-04T15:04:50.878Z] === RUN TestIteration [2022-03-04T15:04:50.878Z] --- PASS: TestIteration (0.00s) [2022-03-04T15:04:50.878Z] === RUN TestVersionLabelForChecksum [2022-03-04T15:04:50.878Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-03-04T15:04:50.878Z] === RUN TestVersion [2022-03-04T15:04:50.878Z] --- PASS: TestVersion (0.00s) [2022-03-04T15:04:50.878Z] === RUN TestGetVersion [2022-03-04T15:04:50.878Z] --- PASS: TestGetVersion (0.00s) [2022-03-04T15:04:50.878Z] === RUN TestGetVersions [2022-03-04T15:04:50.878Z] --- PASS: TestGetVersions (0.00s) [2022-03-04T15:04:50.878Z] PASS [2022-03-04T15:04:50.878Z] coverage: 89.3% of statements [2022-03-04T15:04:50.878Z] ok github.com/docker/docker/pkg/tarsum 0.116s coverage: 89.3% of statements [2022-03-04T15:04:50.989Z] === RUN TestInvalidConfig [2022-03-04T15:04:50.989Z] --- PASS: TestInvalidConfig (0.00s) [2022-03-04T15:04:50.989Z] === RUN TestConfig [2022-03-04T15:04:50.989Z] --- PASS: TestConfig (0.00s) [2022-03-04T15:04:50.989Z] === RUN TestOptionsLabels [2022-03-04T15:04:50.989Z] --- PASS: TestOptionsLabels (0.00s) [2022-03-04T15:04:50.989Z] === RUN TestValidName [2022-03-04T15:04:50.989Z] --- PASS: TestValidName (0.00s) [2022-03-04T15:04:50.989Z] PASS [2022-03-04T15:04:50.989Z] coverage: 19.7% of statements [2022-03-04T15:04:50.989Z] ok github.com/docker/docker/libnetwork/config 0.137s coverage: 19.7% of statements [2022-03-04T15:04:51.145Z] ok github.com/docker/docker/cmd/dockerd/trap 2.449s coverage: 0.0% of statements [2022-03-04T15:04:51.145Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-04T15:04:51.145Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-04T15:04:51.145Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-04T15:04:51.145Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-04T15:04:51.145Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-04T15:04:51.345Z] testing: warning: no tests to run [2022-03-04T15:04:51.345Z] PASS [2022-03-04T15:04:51.345Z] coverage: [no statements] [2022-03-04T15:04:51.345Z] ok github.com/docker/docker/pkg/term/windows 0.033s coverage: [no statements] [no tests to run] [2022-03-04T15:04:51.458Z] === RUN TestKey [2022-03-04T15:04:51.458Z] --- PASS: TestKey (0.00s) [2022-03-04T15:04:51.458Z] === RUN TestParseKey [2022-03-04T15:04:51.458Z] --- PASS: TestParseKey (0.00s) [2022-03-04T15:04:51.458Z] === RUN TestInvalidDataStore [2022-03-04T15:04:51.458Z] --- PASS: TestInvalidDataStore (0.00s) [2022-03-04T15:04:51.458Z] === RUN TestKVObjectFlatKey [2022-03-04T15:04:51.458Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-03-04T15:04:51.458Z] === RUN TestAtomicKVObjectFlatKey [2022-03-04T15:04:51.458Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-03-04T15:04:51.458Z] PASS [2022-03-04T15:04:51.458Z] coverage: 21.9% of statements [2022-03-04T15:04:51.458Z] ok github.com/docker/docker/libnetwork/datastore 0.048s coverage: 21.9% of statements [2022-03-04T15:04:51.458Z] === RUN TestErrorInterfaces [2022-03-04T15:04:51.458Z] --- PASS: TestErrorInterfaces (0.00s) [2022-03-04T15:04:51.458Z] === RUN TestNetworkMarshalling [2022-03-04T15:04:51.813Z] === RUN TestTruncIndex [2022-03-04T15:04:51.928Z] --- PASS: TestNetworkMarshalling (0.24s) [2022-03-04T15:04:51.928Z] === RUN TestEndpointMarshalling [2022-03-04T15:04:51.928Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-03-04T15:04:51.928Z] === RUN TestAuxAddresses [2022-03-04T15:04:51.928Z] time="2022-03-04T15:04:51Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-04T15:04:51.928Z] --- PASS: TestAuxAddresses (0.02s) [2022-03-04T15:04:51.928Z] === RUN TestSRVServiceQuery [2022-03-04T15:04:51.928Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:04:51.928Z] --- SKIP: TestSRVServiceQuery (0.01s) [2022-03-04T15:04:51.928Z] === RUN TestServiceVIPReuse [2022-03-04T15:04:51.928Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:04:51.928Z] --- SKIP: TestServiceVIPReuse (0.00s) [2022-03-04T15:04:51.928Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-03-04T15:04:51.928Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:04:51.928Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.01s) [2022-03-04T15:04:51.928Z] === RUN TestDNSIPQuery [2022-03-04T15:04:51.928Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:04:51.928Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-03-04T15:04:51.928Z] === RUN TestDNSProxyServFail [2022-03-04T15:04:51.928Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:04:51.928Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-03-04T15:04:51.928Z] === RUN TestSandboxAddEmpty [2022-03-04T15:04:51.928Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:04:51.928Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-03-04T15:04:51.928Z] === RUN TestSandboxAddMultiPrio [2022-03-04T15:04:51.928Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:04:51.928Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-03-04T15:04:51.928Z] === RUN TestSandboxAddSamePrio [2022-03-04T15:04:51.928Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:04:51.928Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-03-04T15:04:51.928Z] === RUN TestCleanupServiceDiscovery [2022-03-04T15:04:51.928Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:04:51.928Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-03-04T15:04:51.928Z] === RUN TestDNSOptions [2022-03-04T15:04:51.928Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:04:51.928Z] --- SKIP: TestDNSOptions (0.00s) [2022-03-04T15:04:51.928Z] === RUN TestMultipleControllersWithSameStore [2022-03-04T15:04:51.928Z] time="2022-03-04T15:04:51Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-04T15:04:51.928Z] time="2022-03-04T15:04:51Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-04T15:04:51.928Z] --- PASS: TestMultipleControllersWithSameStore (0.03s) [2022-03-04T15:04:51.928Z] PASS [2022-03-04T15:04:51.928Z] coverage: 8.5% of statements [2022-03-04T15:04:51.928Z] ok github.com/docker/docker/libnetwork 0.419s coverage: 8.5% of statements [2022-03-04T15:04:52.280Z] --- PASS: TestTruncIndex (0.10s) [2022-03-04T15:04:52.280Z] PASS [2022-03-04T15:04:52.280Z] coverage: 91.5% of statements [2022-03-04T15:04:52.280Z] ok github.com/docker/docker/pkg/truncindex 0.156s coverage: 91.5% of statements [2022-03-04T15:04:52.280Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-03-04T15:04:52.280Z] === RUN TestClientStream [2022-03-04T15:04:52.280Z] --- PASS: TestClientStream (0.00s) [2022-03-04T15:04:52.280Z] === RUN TestClientSendFile [2022-03-04T15:04:52.280Z] --- PASS: TestClientSendFile (0.00s) [2022-03-04T15:04:52.280Z] === RUN TestClientWithRequestTimeout [2022-03-04T15:04:52.280Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2022-03-04T15:04:52.280Z] === RUN TestFileSpecPlugin [2022-03-04T15:04:52.280Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-03-04T15:04:52.280Z] === RUN TestFileJSONSpecPlugin [2022-03-04T15:04:52.280Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2022-03-04T15:04:52.280Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-03-04T15:04:52.280Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-03-04T15:04:52.280Z] === RUN TestPluginAddHandler [2022-03-04T15:04:52.280Z] --- PASS: TestPluginAddHandler (0.00s) [2022-03-04T15:04:52.280Z] === RUN TestPluginWaitBadPlugin [2022-03-04T15:04:52.280Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-03-04T15:04:52.280Z] === RUN TestGet [2022-03-04T15:04:52.280Z] time="2022-03-04T15:04:52Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-03-04T15:04:52.397Z] === RUN TestIPDataMarshalling [2022-03-04T15:04:52.397Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-03-04T15:04:52.397Z] === RUN TestValidateAndIsV6 [2022-03-04T15:04:52.397Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-03-04T15:04:52.397Z] PASS [2022-03-04T15:04:52.397Z] coverage: 68.9% of statements [2022-03-04T15:04:52.397Z] ok github.com/docker/docker/libnetwork/driverapi 0.047s coverage: 68.9% of statements [2022-03-04T15:04:52.747Z] === RUN TestIsGIT [2022-03-04T15:04:52.747Z] --- PASS: TestIsGIT (0.00s) [2022-03-04T15:04:52.747Z] === RUN TestIsTransport [2022-03-04T15:04:52.747Z] --- PASS: TestIsTransport (0.00s) [2022-03-04T15:04:52.747Z] PASS [2022-03-04T15:04:52.747Z] coverage: 100.0% of statements [2022-03-04T15:04:52.747Z] ok github.com/docker/docker/pkg/urlutil 0.033s coverage: 100.0% of statements [2022-03-04T15:04:52.747Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-04T15:04:52.747Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-04T15:04:52.747Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-04T15:04:52.747Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-03-04T15:04:52.866Z] === RUN TestDriver [2022-03-04T15:04:52.866Z] --- PASS: TestDriver (0.00s) [2022-03-04T15:04:52.866Z] PASS [2022-03-04T15:04:52.866Z] coverage: 34.8% of statements [2022-03-04T15:04:52.866Z] ok github.com/docker/docker/libnetwork/drivers/host 0.051s coverage: 34.8% of statements [2022-03-04T15:04:53.214Z] === RUN TestVersionInfo [2022-03-04T15:04:53.214Z] --- PASS: TestVersionInfo (0.00s) [2022-03-04T15:04:53.214Z] === RUN TestAppendVersions [2022-03-04T15:04:53.214Z] --- PASS: TestAppendVersions (0.00s) [2022-03-04T15:04:53.214Z] PASS [2022-03-04T15:04:53.214Z] coverage: 88.9% of statements [2022-03-04T15:04:53.214Z] ok github.com/docker/docker/pkg/useragent 0.050s coverage: 88.9% of statements [2022-03-04T15:04:53.336Z] === RUN TestDriver [2022-03-04T15:04:53.336Z] --- PASS: TestDriver (0.00s) [2022-03-04T15:04:53.336Z] PASS [2022-03-04T15:04:53.336Z] coverage: 34.8% of statements [2022-03-04T15:04:53.336Z] ok github.com/docker/docker/libnetwork/drivers/null 0.045s coverage: 34.8% of statements [2022-03-04T15:04:53.336Z] === RUN TestNetworkAllocateFree [2022-03-04T15:04:53.336Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-03-04T15:04:53.336Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-03-04T15:04:53.336Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-03-04T15:04:53.336Z] PASS [2022-03-04T15:04:53.336Z] coverage: 63.6% of statements [2022-03-04T15:04:53.336Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.049s coverage: 63.6% of statements [2022-03-04T15:04:53.681Z] time="2022-03-04T15:04:53Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-03-04T15:04:53.806Z] === RUN TestGetEmptyCapabilities [2022-03-04T15:04:53.806Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-03-04T15:04:53.806Z] === RUN TestGetExtraCapabilities [2022-03-04T15:04:53.806Z] --- PASS: TestGetExtraCapabilities (0.01s) [2022-03-04T15:04:53.806Z] === RUN TestGetInvalidCapabilities [2022-03-04T15:04:53.806Z] --- PASS: TestGetInvalidCapabilities (0.01s) [2022-03-04T15:04:53.806Z] === RUN TestRemoteDriver [2022-03-04T15:04:54.148Z] === RUN TestValidatePrivileges [2022-03-04T15:04:54.148Z] --- PASS: TestValidatePrivileges (0.00s) [2022-03-04T15:04:54.148Z] === RUN TestFilterByCapNeg [2022-03-04T15:04:54.148Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-03-04T15:04:54.148Z] === RUN TestFilterByCapPos [2022-03-04T15:04:54.148Z] --- PASS: TestFilterByCapPos (0.00s) [2022-03-04T15:04:54.148Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-03-04T15:04:54.148Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-03-04T15:04:54.148Z] PASS [2022-03-04T15:04:54.148Z] coverage: 12.0% of statements [2022-03-04T15:04:54.148Z] ok github.com/docker/docker/plugin 0.048s coverage: 12.0% of statements [2022-03-04T15:04:54.148Z] === RUN TestNewSettable [2022-03-04T15:04:54.148Z] --- PASS: TestNewSettable (0.00s) [2022-03-04T15:04:54.148Z] === RUN TestIsSettable [2022-03-04T15:04:54.148Z] --- PASS: TestIsSettable (0.00s) [2022-03-04T15:04:54.148Z] === RUN TestUpdateSettingsEnv [2022-03-04T15:04:54.148Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-03-04T15:04:54.148Z] PASS [2022-03-04T15:04:54.148Z] coverage: 20.0% of statements [2022-03-04T15:04:54.148Z] ok github.com/docker/docker/plugin/v2 0.042s coverage: 20.0% of statements [2022-03-04T15:04:54.275Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-04T15:04:54.275Z] === RUN TestDriverError [2022-03-04T15:04:54.275Z] --- PASS: TestDriverError (0.01s) [2022-03-04T15:04:54.275Z] === RUN TestMissingValues [2022-03-04T15:04:54.275Z] --- PASS: TestMissingValues (0.00s) [2022-03-04T15:04:54.275Z] === RUN TestRollback [2022-03-04T15:04:54.275Z] --- PASS: TestRollback (0.01s) [2022-03-04T15:04:54.275Z] PASS [2022-03-04T15:04:54.275Z] coverage: 57.4% of statements [2022-03-04T15:04:54.275Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.108s coverage: 57.4% of statements [2022-03-04T15:04:54.324Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2022-03-04T15:04:54.583Z] check_test.go:308: [d5a8de8bebbed] daemon is not started [2022-03-04T15:04:54.583Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2022-03-04T15:04:54.744Z] === RUN TestNew [2022-03-04T15:04:54.744Z] --- PASS: TestNew (0.00s) [2022-03-04T15:04:54.744Z] === RUN TestAddDriver [2022-03-04T15:04:54.744Z] --- PASS: TestAddDriver (0.00s) [2022-03-04T15:04:54.744Z] === RUN TestAddDuplicateDriver [2022-03-04T15:04:54.744Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-03-04T15:04:54.744Z] === RUN TestIPAMDefaultAddressSpaces [2022-03-04T15:04:54.744Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-03-04T15:04:54.744Z] === RUN TestDriver [2022-03-04T15:04:54.744Z] --- PASS: TestDriver (0.00s) [2022-03-04T15:04:54.744Z] === RUN TestIPAM [2022-03-04T15:04:54.744Z] --- PASS: TestIPAM (0.00s) [2022-03-04T15:04:54.744Z] === RUN TestWalkIPAMs [2022-03-04T15:04:54.744Z] --- PASS: TestWalkIPAMs (0.00s) [2022-03-04T15:04:54.744Z] === RUN TestWalkDrivers [2022-03-04T15:04:54.744Z] --- PASS: TestWalkDrivers (0.00s) [2022-03-04T15:04:54.744Z] PASS [2022-03-04T15:04:54.744Z] coverage: 82.4% of statements [2022-03-04T15:04:54.744Z] ok github.com/docker/docker/libnetwork/drvregistry 0.073s coverage: 82.4% of statements [2022-03-04T15:04:54.744Z] === RUN TestNAT [2022-03-04T15:04:54.744Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-04T15:04:54.744Z] --- SKIP: TestNAT (0.00s) [2022-03-04T15:04:54.744Z] === RUN TestTransparent [2022-03-04T15:04:54.744Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-04T15:04:54.744Z] --- SKIP: TestTransparent (0.00s) [2022-03-04T15:04:54.744Z] PASS [2022-03-04T15:04:54.744Z] coverage: 0.0% of statements [2022-03-04T15:04:54.744Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.053s coverage: 0.0% of statements [2022-03-04T15:04:54.744Z] --- PASS: TestRandomAllocateDeallocate (6.01s) [2022-03-04T15:04:54.744Z] === RUN TestAllocateRandomDeallocate [2022-03-04T15:04:55.133Z] === RUN TestLoad [2022-03-04T15:04:55.133Z] --- PASS: TestLoad (0.00s) [2022-03-04T15:04:55.133Z] === RUN TestSave [2022-03-04T15:04:55.133Z] --- PASS: TestSave (0.02s) [2022-03-04T15:04:55.133Z] === RUN TestAddDeleteGet [2022-03-04T15:04:55.133Z] --- PASS: TestAddDeleteGet (0.03s) [2022-03-04T15:04:55.133Z] === RUN TestInvalidTags [2022-03-04T15:04:55.133Z] --- PASS: TestInvalidTags (0.00s) [2022-03-04T15:04:55.133Z] PASS [2022-03-04T15:04:55.133Z] coverage: 84.4% of statements [2022-03-04T15:04:55.133Z] ok github.com/docker/docker/reference 0.098s coverage: 84.4% of statements [2022-03-04T15:04:55.212Z] === RUN TestBuildDefault [2022-03-04T15:04:55.212Z] --- PASS: TestBuildDefault (0.00s) [2022-03-04T15:04:55.212Z] === RUN TestBuildHostnameDomainname [2022-03-04T15:04:55.212Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-03-04T15:04:55.212Z] === RUN TestBuildHostname [2022-03-04T15:04:55.212Z] --- PASS: TestBuildHostname (0.00s) [2022-03-04T15:04:55.212Z] === RUN TestBuildHostnameFQDN [2022-03-04T15:04:55.212Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-03-04T15:04:55.212Z] === RUN TestBuildNoIP [2022-03-04T15:04:55.213Z] --- PASS: TestBuildNoIP (0.00s) [2022-03-04T15:04:55.213Z] === RUN TestUpdate [2022-03-04T15:04:55.213Z] --- PASS: TestUpdate (0.00s) [2022-03-04T15:04:55.213Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-03-04T15:04:55.213Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-03-04T15:04:55.213Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-03-04T15:04:55.213Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-03-04T15:04:55.213Z] === RUN TestAddEmpty [2022-03-04T15:04:55.213Z] --- PASS: TestAddEmpty (0.00s) [2022-03-04T15:04:55.213Z] === RUN TestAdd [2022-03-04T15:04:55.213Z] --- PASS: TestAdd (0.00s) [2022-03-04T15:04:55.213Z] === RUN TestDeleteEmpty [2022-03-04T15:04:55.213Z] --- PASS: TestDeleteEmpty (0.00s) [2022-03-04T15:04:55.213Z] === RUN TestDeleteNewline [2022-03-04T15:04:55.213Z] --- PASS: TestDeleteNewline (0.00s) [2022-03-04T15:04:55.213Z] === RUN TestDelete [2022-03-04T15:04:55.213Z] --- PASS: TestDelete (0.00s) [2022-03-04T15:04:55.213Z] === RUN TestConcurrentWrites [2022-03-04T15:04:55.213Z] --- PASS: TestConcurrentWrites (0.27s) [2022-03-04T15:04:55.213Z] PASS [2022-03-04T15:04:55.213Z] coverage: 81.2% of statements [2022-03-04T15:04:55.213Z] ok github.com/docker/docker/libnetwork/etchosts 0.341s coverage: 81.2% of statements [2022-03-04T15:04:55.601Z] time="2022-03-04T15:04:55Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-03-04T15:04:55.601Z] === RUN TestResolveAuthConfigIndexServer [2022-03-04T15:04:55.601Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-03-04T15:04:55.601Z] === RUN TestResolveAuthConfigFullURL [2022-03-04T15:04:55.601Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-03-04T15:04:55.601Z] === RUN TestLoadAllowNondistributableArtifacts [2022-03-04T15:04:55.686Z] === RUN TestNew [2022-03-04T15:04:55.686Z] --- PASS: TestNew (0.00s) [2022-03-04T15:04:55.686Z] === RUN TestAllocate [2022-03-04T15:04:55.686Z] --- PASS: TestAllocate (0.00s) [2022-03-04T15:04:55.686Z] === RUN TestUninitialized [2022-03-04T15:04:55.686Z] --- PASS: TestUninitialized (0.00s) [2022-03-04T15:04:55.686Z] === RUN TestAllocateInRange [2022-03-04T15:04:55.686Z] --- PASS: TestAllocateInRange (0.00s) [2022-03-04T15:04:55.686Z] === RUN TestAllocateSerial [2022-03-04T15:04:55.686Z] --- PASS: TestAllocateSerial (0.00s) [2022-03-04T15:04:55.686Z] PASS [2022-03-04T15:04:55.686Z] coverage: 87.5% of statements [2022-03-04T15:04:55.686Z] === RUN TestCaller [2022-03-04T15:04:55.686Z] --- PASS: TestCaller (0.00s) [2022-03-04T15:04:55.686Z] PASS [2022-03-04T15:04:55.686Z] coverage: 100.0% of statements [2022-03-04T15:04:55.686Z] ok github.com/docker/docker/libnetwork/idm 0.044s coverage: 87.5% of statements [2022-03-04T15:04:55.686Z] ok github.com/docker/docker/libnetwork/internal/caller 0.040s coverage: 100.0% of statements [2022-03-04T15:04:56.069Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-03-04T15:04:56.069Z] === RUN TestValidateMirror [2022-03-04T15:04:56.069Z] --- PASS: TestValidateMirror (0.00s) [2022-03-04T15:04:56.069Z] === RUN TestLoadInsecureRegistries [2022-03-04T15:04:56.069Z] time="2022-03-04T15:04:55Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-03-04T15:04:56.069Z] time="2022-03-04T15:04:55Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2022-03-04T15:04:56.069Z] time="2022-03-04T15:04:55Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-03-04T15:04:56.069Z] --- PASS: TestLoadInsecureRegistries (0.14s) [2022-03-04T15:04:56.069Z] === RUN TestNewServiceConfig [2022-03-04T15:04:56.069Z] --- PASS: TestNewServiceConfig (0.00s) [2022-03-04T15:04:56.069Z] === RUN TestValidateIndexName [2022-03-04T15:04:56.069Z] --- PASS: TestValidateIndexName (0.00s) [2022-03-04T15:04:56.069Z] === RUN TestValidateIndexNameWithError [2022-03-04T15:04:56.069Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-03-04T15:04:56.069Z] === RUN TestEndpointParse [2022-03-04T15:04:56.069Z] --- PASS: TestEndpointParse (0.00s) [2022-03-04T15:04:56.069Z] === RUN TestEndpointParseInvalid [2022-03-04T15:04:56.069Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-03-04T15:04:56.069Z] === RUN TestValidateEndpoint [2022-03-04T15:04:56.069Z] --- PASS: TestValidateEndpoint (0.00s) [2022-03-04T15:04:56.069Z] === RUN TestPing [2022-03-04T15:04:56.069Z] --- PASS: TestPing (0.00s) [2022-03-04T15:04:56.069Z] === RUN TestPingRegistryEndpoint [2022-03-04T15:04:56.069Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:04:56.069Z] --- SKIP: TestPingRegistryEndpoint (0.01s) [2022-03-04T15:04:56.069Z] === RUN TestEndpoint [2022-03-04T15:04:56.069Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:04:56.069Z] --- SKIP: TestEndpoint (0.00s) [2022-03-04T15:04:56.069Z] === RUN TestParseRepositoryInfo [2022-03-04T15:04:56.069Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-03-04T15:04:56.069Z] === RUN TestNewIndexInfo [2022-03-04T15:04:56.069Z] --- PASS: TestNewIndexInfo (0.00s) [2022-03-04T15:04:56.069Z] === RUN TestMirrorEndpointLookup [2022-03-04T15:04:56.069Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:04:56.069Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-03-04T15:04:56.069Z] === RUN TestSearchRepositories [2022-03-04T15:04:56.069Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-03-04T15:04:56.069Z] Host: 127.0.0.1:49323 [2022-03-04T15:04:56.069Z] User-Agent: docker test client [2022-03-04T15:04:56.069Z] Authorization: Token fake-token [2022-03-04T15:04:56.069Z] X-Docker-Token: true [2022-03-04T15:04:56.069Z] Accept-Encoding: gzip [2022-03-04T15:04:56.069Z] [2022-03-04T15:04:56.069Z] [2022-03-04T15:04:56.069Z] registry_test.go:730: HTTP/1.1 200 OK [2022-03-04T15:04:56.069Z] Connection: close [2022-03-04T15:04:56.069Z] Content-Length: 144 [2022-03-04T15:04:56.069Z] Cache-Control: no-cache [2022-03-04T15:04:56.069Z] Content-Type: application/json [2022-03-04T15:04:56.069Z] Date: Fri, 04 Mar 2022 15:04:55 GMT [2022-03-04T15:04:56.069Z] Expires: -1 [2022-03-04T15:04:56.069Z] Pragma: no-cache [2022-03-04T15:04:56.069Z] Server: docker-tests/mock [2022-03-04T15:04:56.069Z] X-Docker-Registry-Config: mock [2022-03-04T15:04:56.069Z] X-Docker-Registry-Version: 0.0.0 [2022-03-04T15:04:56.069Z] [2022-03-04T15:04:56.069Z] [2022-03-04T15:04:56.069Z] --- PASS: TestSearchRepositories (0.00s) [2022-03-04T15:04:56.069Z] === RUN TestTrustedLocation [2022-03-04T15:04:56.069Z] --- PASS: TestTrustedLocation (0.00s) [2022-03-04T15:04:56.069Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-03-04T15:04:56.069Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-03-04T15:04:56.069Z] === RUN TestAllowNondistributableArtifacts [2022-03-04T15:04:56.069Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-03-04T15:04:56.069Z] === RUN TestIsSecureIndex [2022-03-04T15:04:56.069Z] --- PASS: TestIsSecureIndex (0.00s) [2022-03-04T15:04:56.069Z] PASS [2022-03-04T15:04:56.069Z] coverage: 51.2% of statements [2022-03-04T15:04:56.069Z] ok github.com/docker/docker/registry 0.212s coverage: 51.2% of statements [2022-03-04T15:04:56.069Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-03-04T15:04:56.069Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2022-03-04T15:04:56.069Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-03-04T15:04:56.069Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-03-04T15:04:56.069Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-03-04T15:04:56.069Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-03-04T15:04:56.069Z] === RUN TestResumableRequestReaderWithReadError [2022-03-04T15:04:56.069Z] time="2022-03-04T15:04:55Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-03-04T15:04:56.069Z] --- PASS: TestResumableRequestReaderWithReadError (0.15s) [2022-03-04T15:04:56.069Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-03-04T15:04:56.069Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-03-04T15:04:56.069Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-03-04T15:04:56.069Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-03-04T15:04:56.069Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-03-04T15:04:56.069Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-03-04T15:04:56.069Z] === RUN TestResumableRequestReader [2022-03-04T15:04:56.069Z] --- PASS: TestResumableRequestReader (0.00s) [2022-03-04T15:04:56.069Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-03-04T15:04:56.069Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-03-04T15:04:56.069Z] PASS [2022-03-04T15:04:56.069Z] coverage: 100.0% of statements [2022-03-04T15:04:56.069Z] ok github.com/docker/docker/registry/resumable 0.225s coverage: 100.0% of statements [2022-03-04T15:04:56.156Z] --- PASS: TestAllocateRandomDeallocate (1.45s) [2022-03-04T15:04:56.156Z] === RUN TestAllocateRandomDeallocateSerialize [2022-03-04T15:04:56.536Z] === RUN TestRestartManagerTimeout [2022-03-04T15:04:56.536Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-03-04T15:04:56.536Z] === RUN TestRestartManagerTimeoutReset [2022-03-04T15:04:56.536Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-03-04T15:04:56.536Z] PASS [2022-03-04T15:04:56.536Z] coverage: 50.9% of statements [2022-03-04T15:04:56.536Z] ok github.com/docker/docker/restartmanager 0.033s coverage: 50.9% of statements [2022-03-04T15:04:56.625Z] === RUN TestSetSerialInsertDelete [2022-03-04T15:04:56.625Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-03-04T15:04:56.625Z] === RUN TestSetParallelInsertDelete [2022-03-04T15:04:57.004Z] === RUN TestDecodeContainerConfig [2022-03-04T15:04:57.004Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-03-04T15:04:57.004Z] === RUN TestDecodeContainerConfigIsolation [2022-03-04T15:04:57.004Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-03-04T15:04:57.004Z] === RUN TestValidatePrivileged [2022-03-04T15:04:57.004Z] --- PASS: TestValidatePrivileged (0.00s) [2022-03-04T15:04:57.004Z] PASS [2022-03-04T15:04:57.004Z] coverage: 52.6% of statements [2022-03-04T15:04:57.004Z] ok github.com/docker/docker/runconfig 0.044s coverage: 52.6% of statements [2022-03-04T15:04:57.004Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-03-04T15:04:57.004Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-03-04T15:04:57.004Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-03-04T15:04:57.004Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-03-04T15:04:57.004Z] PASS [2022-03-04T15:04:57.004Z] coverage: 62.5% of statements [2022-03-04T15:04:57.004Z] ok github.com/docker/docker/testutil 0.036s coverage: 62.5% of statements [2022-03-04T15:04:57.612Z] === RUN TestInt2IP2IntConversion [2022-03-04T15:04:57.612Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.31s) [2022-03-04T15:04:57.612Z] === RUN TestRetrieveFromStore [2022-03-04T15:04:57.914Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-03-04T15:04:58.081Z] --- PASS: TestInt2IP2IntConversion (0.55s) [2022-03-04T15:04:58.081Z] === RUN TestGetAddressVersion [2022-03-04T15:04:58.081Z] --- PASS: TestGetAddressVersion (0.00s) [2022-03-04T15:04:58.081Z] === RUN TestKeyString [2022-03-04T15:04:58.081Z] --- PASS: TestKeyString (0.00s) [2022-03-04T15:04:58.081Z] === RUN TestPoolDataMarshal [2022-03-04T15:04:58.081Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-03-04T15:04:58.081Z] === RUN TestSubnetsMarshal [2022-03-04T15:04:58.081Z] === RUN TestPoolRequest [2022-03-04T15:04:58.081Z] --- PASS: TestPoolRequest (0.00s) [2022-03-04T15:04:58.081Z] === RUN TestOtherRequests [2022-03-04T15:04:58.081Z] --- PASS: TestOtherRequests (0.00s) [2022-03-04T15:04:58.081Z] PASS [2022-03-04T15:04:58.081Z] coverage: 57.1% of statements [2022-03-04T15:04:58.081Z] --- PASS: TestSubnetsMarshal (0.06s) [2022-03-04T15:04:58.081Z] === RUN TestAddSubnets [2022-03-04T15:04:58.081Z] ok github.com/docker/docker/libnetwork/ipams/null 0.045s coverage: 57.1% of statements [2022-03-04T15:04:58.081Z] --- PASS: TestAddSubnets (0.06s) [2022-03-04T15:04:58.081Z] === RUN TestDoublePoolRelease [2022-03-04T15:04:58.081Z] --- PASS: TestDoublePoolRelease (0.03s) [2022-03-04T15:04:58.081Z] === RUN TestAddReleasePoolID [2022-03-04T15:04:58.081Z] --- PASS: TestRetrieveFromStore (0.53s) [2022-03-04T15:04:58.081Z] === RUN TestIsCorrupted [2022-03-04T15:04:58.081Z] --- PASS: TestIsCorrupted (0.01s) [2022-03-04T15:04:58.081Z] === RUN TestSetRollover [2022-03-04T15:04:58.081Z] --- PASS: TestAddReleasePoolID (0.08s) [2022-03-04T15:04:58.081Z] === RUN TestPredefinedPool [2022-03-04T15:04:58.081Z] --- PASS: TestPredefinedPool (0.06s) [2022-03-04T15:04:58.081Z] === RUN TestRemoveSubnet [2022-03-04T15:04:58.558Z] --- PASS: TestRemoveSubnet (0.22s) [2022-03-04T15:04:58.558Z] === RUN TestGetSameAddress [2022-03-04T15:04:58.558Z] --- PASS: TestGetSameAddress (0.03s) [2022-03-04T15:04:58.558Z] === RUN TestPoolAllocationReuse [2022-03-04T15:04:59.026Z] === RUN TestGetCapabilities [2022-03-04T15:04:59.026Z] --- PASS: TestGetCapabilities (0.01s) [2022-03-04T15:04:59.026Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-03-04T15:04:59.026Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.01s) [2022-03-04T15:04:59.026Z] === RUN TestGetDefaultAddressSpaces [2022-03-04T15:04:59.026Z] --- PASS: TestGetDefaultAddressSpaces (0.01s) [2022-03-04T15:04:59.026Z] === RUN TestRemoteDriver [2022-03-04T15:04:59.026Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-04T15:04:59.026Z] PASS [2022-03-04T15:04:59.026Z] coverage: 47.4% of statements [2022-03-04T15:04:59.251Z] ok github.com/docker/docker/daemon/cluster 0.086s coverage: 0.5% of statements [2022-03-04T15:04:59.332Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-03-04T15:04:59.333Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-03-04T15:04:59.333Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-03-04T15:04:59.511Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.013s coverage: 65.3% of statements [2022-03-04T15:04:59.527Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.077s coverage: 47.4% of statements [2022-03-04T15:04:59.949Z] time="2022-03-04T15:04:59Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-03-04T15:04:59.949Z] === RUN TestGetDriver [2022-03-04T15:04:59.949Z] --- PASS: TestGetDriver (0.00s) [2022-03-04T15:04:59.949Z] === RUN TestVolumeRequestError [2022-03-04T15:04:59.949Z] --- PASS: TestVolumeRequestError (0.01s) [2022-03-04T15:04:59.949Z] PASS [2022-03-04T15:04:59.949Z] coverage: 36.1% of statements [2022-03-04T15:04:59.949Z] ok github.com/docker/docker/volume/drivers 0.050s coverage: 36.1% of statements [2022-03-04T15:04:59.949Z] === RUN TestGetAddress [2022-03-04T15:04:59.949Z] --- PASS: TestGetAddress (0.00s) [2022-03-04T15:04:59.949Z] === RUN TestRemove [2022-03-04T15:04:59.949Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-04T15:04:59.949Z] --- SKIP: TestRemove (0.00s) [2022-03-04T15:04:59.949Z] === RUN TestInitializeWithVolumes [2022-03-04T15:04:59.949Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-03-04T15:04:59.949Z] === RUN TestCreate [2022-03-04T15:04:59.949Z] --- PASS: TestCreate (0.01s) [2022-03-04T15:04:59.949Z] === RUN TestValidateName [2022-03-04T15:04:59.949Z] --- PASS: TestValidateName (0.00s) [2022-03-04T15:04:59.949Z] === RUN TestCreateWithOpts [2022-03-04T15:04:59.949Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-04T15:04:59.949Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-03-04T15:04:59.949Z] === RUN TestRelaodNoOpts [2022-03-04T15:04:59.949Z] --- PASS: TestRelaodNoOpts (0.01s) [2022-03-04T15:04:59.949Z] PASS [2022-03-04T15:04:59.949Z] coverage: 41.5% of statements [2022-03-04T15:04:59.949Z] ok github.com/docker/docker/volume/local 0.066s coverage: 41.5% of statements [2022-03-04T15:04:59.996Z] --- PASS: TestSetRollover (1.72s) [2022-03-04T15:04:59.996Z] === RUN TestSetRolloverSerial [2022-03-04T15:04:59.996Z] === RUN TestWindowsIPAM [2022-03-04T15:04:59.996Z] --- PASS: TestWindowsIPAM (0.00s) [2022-03-04T15:04:59.996Z] PASS [2022-03-04T15:04:59.996Z] coverage: 71.4% of statements [2022-03-04T15:04:59.996Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.045s coverage: 71.4% of statements [2022-03-04T15:05:00.470Z] --- PASS: TestPoolAllocationReuse (1.89s) [2022-03-04T15:05:00.470Z] === RUN TestGetAddressSubPoolEqualPool [2022-03-04T15:05:00.470Z] --- PASS: TestGetAddressSubPoolEqualPool (0.03s) [2022-03-04T15:05:00.470Z] === RUN TestRequestReleaseAddressFromSubPool [2022-03-04T15:05:00.884Z] ok github.com/docker/docker/daemon/cluster/convert 0.008s coverage: 35.9% of statements [2022-03-04T15:05:00.933Z] === RUN TestLCOWParseMountRaw [2022-03-04T15:05:00.933Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-03-04T15:05:00.933Z] === RUN TestLCOWParseMountRawSplit [2022-03-04T15:05:00.933Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-03-04T15:05:00.933Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-03-04T15:05:00.933Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-03-04T15:05:00.933Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-03-04T15:05:00.933Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-03-04T15:05:00.933Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-03-04T15:05:00.933Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-03-04T15:05:00.933Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-03-04T15:05:00.933Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-03-04T15:05:00.933Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-03-04T15:05:00.933Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-03-04T15:05:00.933Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-03-04T15:05:00.933Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-03-04T15:05:00.933Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-03-04T15:05:00.933Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-03-04T15:05:00.933Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-03-04T15:05:00.933Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-03-04T15:05:00.933Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-03-04T15:05:00.933Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-03-04T15:05:00.933Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-03-04T15:05:00.933Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-03-04T15:05:00.933Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-03-04T15:05:00.933Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-04T15:05:00.933Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-03-04T15:05:00.933Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-04T15:05:00.933Z] === RUN TestLinuxParseMountRaw [2022-03-04T15:05:00.933Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-03-04T15:05:00.933Z] === RUN TestLinuxParseMountRawSplit [2022-03-04T15:05:00.933Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-03-04T15:05:00.933Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-03-04T15:05:00.933Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-03-04T15:05:00.933Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-03-04T15:05:00.933Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-03-04T15:05:00.933Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-03-04T15:05:00.933Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-03-04T15:05:00.933Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-03-04T15:05:00.933Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-03-04T15:05:00.933Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-03-04T15:05:00.933Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-03-04T15:05:00.933Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-03-04T15:05:00.933Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-03-04T15:05:00.933Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-03-04T15:05:00.933Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-03-04T15:05:00.933Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-03-04T15:05:00.933Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-03-04T15:05:00.933Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-03-04T15:05:00.933Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-03-04T15:05:00.933Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-03-04T15:05:00.933Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-03-04T15:05:00.933Z] === RUN TestConvertTmpfsOptions [2022-03-04T15:05:00.933Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-03-04T15:05:00.933Z] linux_parser_test.go:209: data="ro" [2022-03-04T15:05:00.933Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-03-04T15:05:00.933Z] === RUN TestParseMountSpec [2022-03-04T15:05:00.933Z] parser_test.go:62: case 0 [2022-03-04T15:05:00.933Z] parser_test.go:62: case 1 [2022-03-04T15:05:00.933Z] parser_test.go:62: case 2 [2022-03-04T15:05:00.933Z] parser_test.go:62: case 3 [2022-03-04T15:05:00.933Z] parser_test.go:62: case 4 [2022-03-04T15:05:00.933Z] parser_test.go:62: case 5 [2022-03-04T15:05:00.933Z] --- PASS: TestParseMountSpec (0.00s) [2022-03-04T15:05:00.933Z] === RUN TestValidateMount [2022-03-04T15:05:00.933Z] --- PASS: TestValidateMount (0.00s) [2022-03-04T15:05:00.933Z] === RUN TestWindowsParseMountRaw [2022-03-04T15:05:00.933Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-03-04T15:05:00.933Z] === RUN TestWindowsParseMountRawSplit [2022-03-04T15:05:00.933Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-03-04T15:05:00.933Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-03-04T15:05:00.933Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-03-04T15:05:00.933Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-03-04T15:05:00.933Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-03-04T15:05:00.933Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-03-04T15:05:00.933Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-03-04T15:05:00.933Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-03-04T15:05:00.933Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-03-04T15:05:00.933Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-03-04T15:05:00.933Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-03-04T15:05:00.933Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-03-04T15:05:00.933Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-03-04T15:05:00.933Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-03-04T15:05:00.933Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-03-04T15:05:00.933Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-03-04T15:05:00.933Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-03-04T15:05:00.933Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-03-04T15:05:00.933Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-03-04T15:05:00.933Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-03-04T15:05:00.933Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-03-04T15:05:00.933Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-03-04T15:05:00.933Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-03-04T15:05:00.933Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-03-04T15:05:00.933Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-04T15:05:00.933Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-03-04T15:05:00.933Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-04T15:05:00.933Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-03-04T15:05:00.933Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-03-04T15:05:00.933Z] PASS [2022-03-04T15:05:00.933Z] coverage: 67.5% of statements [2022-03-04T15:05:00.933Z] ok github.com/docker/docker/volume/mounts 0.044s coverage: 67.5% of statements [2022-03-04T15:05:00.942Z] === RUN TestDefaultNetwork [2022-03-04T15:05:01.411Z] --- PASS: TestDefaultNetwork (0.27s) [2022-03-04T15:05:01.411Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-03-04T15:05:01.411Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.28s) [2022-03-04T15:05:01.411Z] === RUN TestInitAddressPools [2022-03-04T15:05:01.411Z] --- PASS: TestInitAddressPools (0.00s) [2022-03-04T15:05:01.411Z] PASS [2022-03-04T15:05:01.411Z] coverage: 74.0% of statements [2022-03-04T15:05:01.411Z] ok github.com/docker/docker/libnetwork/ipamutils 0.621s coverage: 74.0% of statements [2022-03-04T15:05:01.411Z] --- PASS: TestSetRolloverSerial (1.69s) [2022-03-04T15:05:01.411Z] === RUN TestGetFirstAvailableFromCurrent [2022-03-04T15:05:01.411Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-03-04T15:05:01.411Z] PASS [2022-03-04T15:05:01.411Z] coverage: 84.4% of statements [2022-03-04T15:05:01.411Z] ok github.com/docker/docker/libnetwork/bitseq 12.897s coverage: 84.4% of statements [2022-03-04T15:05:01.917Z] === RUN TestSetGetMeta [2022-03-04T15:05:01.917Z] === PAUSE TestSetGetMeta [2022-03-04T15:05:01.917Z] === RUN TestRestore [2022-03-04T15:05:01.917Z] === PAUSE TestRestore [2022-03-04T15:05:01.917Z] === RUN TestServiceCreate [2022-03-04T15:05:01.917Z] === PAUSE TestServiceCreate [2022-03-04T15:05:01.917Z] === RUN TestServiceList [2022-03-04T15:05:01.917Z] === PAUSE TestServiceList [2022-03-04T15:05:01.917Z] === RUN TestServiceRemove [2022-03-04T15:05:01.917Z] === PAUSE TestServiceRemove [2022-03-04T15:05:01.917Z] === RUN TestServiceGet [2022-03-04T15:05:01.917Z] === PAUSE TestServiceGet [2022-03-04T15:05:01.917Z] === RUN TestServicePrune [2022-03-04T15:05:01.917Z] === PAUSE TestServicePrune [2022-03-04T15:05:01.917Z] === RUN TestCreate [2022-03-04T15:05:01.917Z] === PAUSE TestCreate [2022-03-04T15:05:01.917Z] === RUN TestRemove [2022-03-04T15:05:01.917Z] === PAUSE TestRemove [2022-03-04T15:05:01.917Z] === RUN TestList [2022-03-04T15:05:01.917Z] === PAUSE TestList [2022-03-04T15:05:01.917Z] === RUN TestFindByDriver [2022-03-04T15:05:01.917Z] === PAUSE TestFindByDriver [2022-03-04T15:05:01.917Z] === RUN TestFindByReferenced [2022-03-04T15:05:01.917Z] === PAUSE TestFindByReferenced [2022-03-04T15:05:01.917Z] === RUN TestDerefMultipleOfSameRef [2022-03-04T15:05:01.917Z] === PAUSE TestDerefMultipleOfSameRef [2022-03-04T15:05:01.917Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-04T15:05:01.917Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-04T15:05:01.917Z] === RUN TestDefererencePluginOnCreateError [2022-03-04T15:05:01.917Z] === PAUSE TestDefererencePluginOnCreateError [2022-03-04T15:05:01.917Z] === RUN TestRefDerefRemove [2022-03-04T15:05:01.917Z] === PAUSE TestRefDerefRemove [2022-03-04T15:05:01.917Z] === RUN TestGet [2022-03-04T15:05:01.917Z] === PAUSE TestGet [2022-03-04T15:05:01.917Z] === RUN TestGetWithReference [2022-03-04T15:05:01.917Z] === PAUSE TestGetWithReference [2022-03-04T15:05:01.917Z] === RUN TestFilterFunc [2022-03-04T15:05:01.917Z] === RUN TestFilterFunc/test_nil_list [2022-03-04T15:05:01.917Z] === PAUSE TestFilterFunc/test_nil_list [2022-03-04T15:05:01.917Z] === RUN TestFilterFunc/test_empty_list [2022-03-04T15:05:01.917Z] === PAUSE TestFilterFunc/test_empty_list [2022-03-04T15:05:01.917Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-03-04T15:05:01.917Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-03-04T15:05:01.917Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-04T15:05:01.917Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-04T15:05:01.917Z] === RUN TestFilterFunc/test_filter_some [2022-03-04T15:05:01.917Z] === PAUSE TestFilterFunc/test_filter_some [2022-03-04T15:05:01.917Z] === RUN TestFilterFunc/test_filter_middle [2022-03-04T15:05:01.917Z] === PAUSE TestFilterFunc/test_filter_middle [2022-03-04T15:05:01.917Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-03-04T15:05:01.917Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-03-04T15:05:01.917Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-03-04T15:05:01.917Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-03-04T15:05:01.917Z] === CONT TestFilterFunc/test_nil_list [2022-03-04T15:05:01.917Z] === CONT TestFilterFunc/test_filter_some [2022-03-04T15:05:01.917Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-04T15:05:01.917Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-03-04T15:05:01.917Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-03-04T15:05:01.917Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-03-04T15:05:01.917Z] === CONT TestFilterFunc/test_empty_list [2022-03-04T15:05:01.917Z] === CONT TestFilterFunc/test_filter_middle [2022-03-04T15:05:01.917Z] --- PASS: TestFilterFunc (0.00s) [2022-03-04T15:05:01.917Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-03-04T15:05:01.917Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-03-04T15:05:01.917Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-03-04T15:05:01.917Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-03-04T15:05:01.917Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-03-04T15:05:01.917Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-03-04T15:05:01.917Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-03-04T15:05:01.917Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-03-04T15:05:01.917Z] === CONT TestSetGetMeta [2022-03-04T15:05:01.917Z] === CONT TestDefererencePluginOnCreateError [2022-03-04T15:05:01.917Z] === CONT TestList [2022-03-04T15:05:01.917Z] === CONT TestDerefMultipleOfSameRef [2022-03-04T15:05:01.917Z] --- PASS: TestSetGetMeta (0.02s) [2022-03-04T15:05:01.917Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-04T15:05:01.917Z] --- PASS: TestDefererencePluginOnCreateError (0.02s) [2022-03-04T15:05:01.917Z] === CONT TestGet [2022-03-04T15:05:01.917Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.01s) [2022-03-04T15:05:01.917Z] === CONT TestGetWithReference [2022-03-04T15:05:01.917Z] --- PASS: TestDerefMultipleOfSameRef (0.03s) [2022-03-04T15:05:01.917Z] === CONT TestFindByReferenced [2022-03-04T15:05:01.917Z] --- PASS: TestList (0.03s) [2022-03-04T15:05:01.917Z] === CONT TestFindByDriver [2022-03-04T15:05:01.917Z] --- PASS: TestGet (0.02s) [2022-03-04T15:05:01.917Z] === CONT TestServiceGet [2022-03-04T15:05:01.917Z] --- PASS: TestFindByReferenced (0.02s) [2022-03-04T15:05:01.917Z] === CONT TestRemove [2022-03-04T15:05:01.917Z] --- PASS: TestGetWithReference (0.02s) [2022-03-04T15:05:01.917Z] === CONT TestCreate [2022-03-04T15:05:01.917Z] --- PASS: TestFindByDriver (0.02s) [2022-03-04T15:05:01.917Z] === CONT TestServicePrune [2022-03-04T15:05:01.917Z] --- PASS: TestCreate (0.01s) [2022-03-04T15:05:01.917Z] === CONT TestRefDerefRemove [2022-03-04T15:05:01.917Z] --- PASS: TestRemove (0.02s) [2022-03-04T15:05:01.917Z] === CONT TestServiceList [2022-03-04T15:05:01.917Z] --- PASS: TestRefDerefRemove (0.01s) [2022-03-04T15:05:01.917Z] === CONT TestServiceRemove [2022-03-04T15:05:01.917Z] --- PASS: TestServiceGet (0.14s) [2022-03-04T15:05:01.917Z] === CONT TestServiceCreate [2022-03-04T15:05:01.917Z] time="2022-03-04T15:05:01Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-04T15:05:01.917Z] --- PASS: TestServiceRemove (0.11s) [2022-03-04T15:05:01.917Z] === CONT TestRestore [2022-03-04T15:05:01.917Z] --- PASS: TestServiceList (0.13s) [2022-03-04T15:05:01.917Z] time="2022-03-04T15:05:01Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-04T15:05:01.917Z] time="2022-03-04T15:05:01Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-04T15:05:01.917Z] time="2022-03-04T15:05:01Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-03-04T15:05:01.917Z] --- PASS: TestServiceCreate (0.02s) [2022-03-04T15:05:01.917Z] time="2022-03-04T15:05:01Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-04T15:05:01.917Z] --- PASS: TestRestore (0.02s) [2022-03-04T15:05:01.917Z] --- PASS: TestServicePrune (0.15s) [2022-03-04T15:05:01.917Z] PASS [2022-03-04T15:05:01.917Z] coverage: 69.0% of statements [2022-03-04T15:05:01.917Z] ok github.com/docker/docker/volume/service 0.250s coverage: 69.0% of statements [2022-03-04T15:05:02.399Z] === RUN TestKeyValue [2022-03-04T15:05:02.399Z] --- PASS: TestKeyValue (0.00s) [2022-03-04T15:05:02.399Z] PASS [2022-03-04T15:05:02.399Z] coverage: 60.0% of statements [2022-03-04T15:05:02.399Z] ok github.com/docker/docker/libnetwork/netlabel 0.044s coverage: 60.0% of statements [2022-03-04T15:05:02.639Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2022-03-04T15:05:02.868Z] --- PASS: TestRequestReleaseAddressFromSubPool (2.45s) [2022-03-04T15:05:02.868Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-03-04T15:05:03.576Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-03-04T15:05:05.091Z] === RUN TestNetworkDBSimple [2022-03-04T15:05:05.485Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2022-03-04T15:05:05.559Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.79s) [2022-03-04T15:05:05.559Z] === RUN TestGetAddress [2022-03-04T15:05:05.744Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-03-04T15:05:06.546Z] 2022/03/04 15:05:05 Closing DB instances... [2022-03-04T15:05:06.546Z] --- PASS: TestSetParallelInsertDelete (10.01s) [2022-03-04T15:05:06.546Z] PASS [2022-03-04T15:05:06.546Z] coverage: 100.0% of statements [2022-03-04T15:05:06.546Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.052s coverage: 100.0% of statements [2022-03-04T15:05:06.546Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-04T15:05:06.546Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-04T15:05:06.546Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-04T15:05:06.546Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-04T15:05:06.546Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-04T15:05:06.546Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-04T15:05:06.546Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-04T15:05:06.546Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-04T15:05:06.546Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-04T15:05:06.546Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-03-04T15:05:06.546Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-04T15:05:06.546Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-04T15:05:06.546Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-04T15:05:06.546Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-03-04T15:05:06.546Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-04T15:05:06.546Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-04T15:05:06.546Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-04T15:05:07.016Z] === RUN TestGenerate [2022-03-04T15:05:07.016Z] --- PASS: TestGenerate (0.00s) [2022-03-04T15:05:07.016Z] === RUN TestGeneratePtr [2022-03-04T15:05:07.016Z] --- PASS: TestGeneratePtr (0.00s) [2022-03-04T15:05:07.016Z] === RUN TestGenerateMissingField [2022-03-04T15:05:07.016Z] --- PASS: TestGenerateMissingField (0.00s) [2022-03-04T15:05:07.016Z] === RUN TestFieldCannotBeSet [2022-03-04T15:05:07.016Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-03-04T15:05:07.016Z] === RUN TestTypeMismatchError [2022-03-04T15:05:07.016Z] --- PASS: TestTypeMismatchError (0.00s) [2022-03-04T15:05:07.016Z] PASS [2022-03-04T15:05:07.016Z] coverage: 100.0% of statements [2022-03-04T15:05:07.016Z] ok github.com/docker/docker/libnetwork/options 0.045s coverage: 100.0% of statements [2022-03-04T15:05:07.485Z] testing: warning: no tests to run [2022-03-04T15:05:07.485Z] PASS [2022-03-04T15:05:07.485Z] coverage: 0.0% of statements [2022-03-04T15:05:07.485Z] ok github.com/docker/docker/libnetwork/osl 0.036s coverage: 0.0% of statements [no tests to run] [2022-03-04T15:05:07.780Z] --- PASS: TestGet (15.01s) [2022-03-04T15:05:07.780Z] === RUN TestPluginWithNoManifest [2022-03-04T15:05:07.780Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-03-04T15:05:07.780Z] === RUN TestGetAll [2022-03-04T15:05:07.780Z] --- PASS: TestGetAll (0.00s) [2022-03-04T15:05:07.780Z] PASS [2022-03-04T15:05:07.780Z] coverage: 73.2% of statements [2022-03-04T15:05:07.780Z] ok github.com/docker/docker/pkg/plugins 35.906s coverage: 73.2% of statements [2022-03-04T15:05:07.954Z] --- PASS: TestNetworkDBSimple (2.44s) [2022-03-04T15:05:07.954Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-03-04T15:05:07.954Z] === RUN TestRequestNewPort [2022-03-04T15:05:07.954Z] --- PASS: TestRequestNewPort (0.00s) [2022-03-04T15:05:07.954Z] === RUN TestRequestSpecificPort [2022-03-04T15:05:07.954Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-03-04T15:05:07.954Z] === RUN TestReleasePort [2022-03-04T15:05:07.954Z] --- PASS: TestReleasePort (0.00s) [2022-03-04T15:05:07.954Z] === RUN TestReuseReleasedPort [2022-03-04T15:05:07.954Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-03-04T15:05:07.954Z] === RUN TestReleaseUnreadledPort [2022-03-04T15:05:07.954Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-03-04T15:05:07.954Z] === RUN TestUnknowProtocol [2022-03-04T15:05:07.954Z] --- PASS: TestUnknowProtocol (0.00s) [2022-03-04T15:05:07.954Z] === RUN TestAllocateAllPorts [2022-03-04T15:05:07.954Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-03-04T15:05:07.954Z] === RUN TestPortAllocation [2022-03-04T15:05:07.954Z] --- PASS: TestPortAllocation (0.00s) [2022-03-04T15:05:07.954Z] === RUN TestPortAllocationWithCustomRange [2022-03-04T15:05:07.954Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-03-04T15:05:07.954Z] === RUN TestNoDuplicateBPR [2022-03-04T15:05:07.954Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-03-04T15:05:07.954Z] === RUN TestChangePortRange [2022-03-04T15:05:07.954Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-03-04T15:05:07.954Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-03-04T15:05:07.954Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-03-04T15:05:07.954Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-03-04T15:05:07.954Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-03-04T15:05:07.954Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-03-04T15:05:07.954Z] --- PASS: TestChangePortRange (0.00s) [2022-03-04T15:05:07.954Z] PASS [2022-03-04T15:05:07.954Z] coverage: 88.6% of statements [2022-03-04T15:05:07.954Z] ok github.com/docker/docker/libnetwork/portallocator 0.048s coverage: 88.6% of statements [2022-03-04T15:05:08.292Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-03-04T15:05:08.292Z] check_test.go:308: [d026885b48a00] daemon is not started [2022-03-04T15:05:08.292Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2022-03-04T15:05:08.423Z] testing: warning: no tests to run [2022-03-04T15:05:08.423Z] PASS [2022-03-04T15:05:08.423Z] coverage: 0.0% of statements [2022-03-04T15:05:08.423Z] ok github.com/docker/docker/libnetwork/portmapper 0.057s coverage: 0.0% of statements [no tests to run] [2022-03-04T15:05:08.862Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2022-03-04T15:05:08.893Z] === RUN TestHashData [2022-03-04T15:05:08.893Z] --- PASS: TestHashData (0.00s) [2022-03-04T15:05:08.893Z] PASS [2022-03-04T15:05:08.893Z] coverage: 2.8% of statements [2022-03-04T15:05:08.893Z] ok github.com/docker/docker/libnetwork/resolvconf 0.044s coverage: 2.8% of statements [2022-03-04T15:05:08.893Z] 2022/03/04 15:05:08 Closing DB instances... [2022-03-04T15:05:08.893Z] === RUN TestErrorConstructors [2022-03-04T15:05:08.893Z] --- PASS: TestErrorConstructors (0.00s) [2022-03-04T15:05:08.893Z] === RUN TestCompareIPMask [2022-03-04T15:05:08.893Z] --- PASS: TestCompareIPMask (0.00s) [2022-03-04T15:05:08.893Z] === RUN TestUtilGetHostPartIP [2022-03-04T15:05:08.893Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-03-04T15:05:08.893Z] === RUN TestUtilGetBroadcastIP [2022-03-04T15:05:08.893Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-03-04T15:05:08.893Z] === RUN TestParseCIDR [2022-03-04T15:05:08.893Z] --- PASS: TestParseCIDR (0.00s) [2022-03-04T15:05:08.893Z] PASS [2022-03-04T15:05:08.893Z] coverage: 37.3% of statements [2022-03-04T15:05:08.893Z] ok github.com/docker/docker/libnetwork/types 0.038s coverage: 37.3% of statements [2022-03-04T15:05:08.988Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.442s coverage: 13.8% of statements [2022-03-04T15:05:08.988Z] ok github.com/docker/docker/daemon/config 0.025s coverage: 81.0% of statements [2022-03-04T15:05:08.988Z] ok github.com/docker/docker/daemon/events 0.056s coverage: 50.0% of statements [2022-03-04T15:05:09.432Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2022-03-04T15:05:09.554Z] ok github.com/docker/docker/daemon/graphdriver 0.005s coverage: 2.2% of statements [2022-03-04T15:05:09.881Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-03-04T15:05:09.881Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-03-04T15:05:09.881Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-03-04T15:05:09.881Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-03-04T15:05:09.881Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-03-04T15:05:09.881Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-03-04T15:05:09.881Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-03-04T15:05:09.881Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-03-04T15:05:09.881Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-03-04T15:05:09.881Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-03-04T15:05:09.881Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-03-04T15:05:09.881Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-03-04T15:05:09.881Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-03-04T15:05:09.881Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-03-04T15:05:09.881Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-03-04T15:05:09.881Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-03-04T15:05:09.881Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-03-04T15:05:09.881Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-03-04T15:05:09.881Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-03-04T15:05:09.881Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-03-04T15:05:09.881Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-03-04T15:05:09.881Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-03-04T15:05:09.881Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-03-04T15:05:09.881Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-03-04T15:05:09.881Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-03-04T15:05:09.881Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-03-04T15:05:09.881Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-03-04T15:05:09.881Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-03-04T15:05:09.881Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-03-04T15:05:09.881Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-03-04T15:05:09.881Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-03-04T15:05:09.881Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-03-04T15:05:09.881Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-03-04T15:05:09.881Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-03-04T15:05:09.881Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-03-04T15:05:09.881Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-03-04T15:05:09.881Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-03-04T15:05:09.881Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-03-04T15:05:09.881Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-03-04T15:05:09.881Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-03-04T15:05:09.881Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-03-04T15:05:09.881Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-03-04T15:05:09.881Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-03-04T15:05:09.881Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-03-04T15:05:09.881Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-03-04T15:05:09.881Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-03-04T15:05:09.881Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-03-04T15:05:09.881Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-03-04T15:05:09.881Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-03-04T15:05:09.881Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-03-04T15:05:09.881Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-03-04T15:05:09.881Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-03-04T15:05:09.881Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-03-04T15:05:09.881Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-03-04T15:05:09.881Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-03-04T15:05:09.881Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-03-04T15:05:09.881Z] PASS [2022-03-04T15:05:09.881Z] coverage: 50.0% of statements [2022-03-04T15:05:09.881Z] ok github.com/docker/docker/oci 0.051s coverage: 50.0% of statements [2022-03-04T15:05:10.001Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2022-03-04T15:05:10.359Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.84s) [2022-03-04T15:05:10.487Z] ok github.com/docker/docker/daemon 10.149s coverage: 17.1% of statements [2022-03-04T15:05:10.487Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-04T15:05:10.487Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-04T15:05:10.487Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-04T15:05:10.487Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-04T15:05:10.745Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.691s coverage: 74.6% of statements [2022-03-04T15:05:10.828Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-03-04T15:05:10.828Z] === RUN TestAddressPoolOpt [2022-03-04T15:05:10.828Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-03-04T15:05:10.828Z] === RUN TestValidateEnv [2022-03-04T15:05:10.828Z] === RUN TestValidateEnv/a [2022-03-04T15:05:10.828Z] === RUN TestValidateEnv/something [2022-03-04T15:05:10.828Z] === RUN TestValidateEnv/_=a [2022-03-04T15:05:10.828Z] === RUN TestValidateEnv/env1=value1 [2022-03-04T15:05:10.828Z] === RUN TestValidateEnv/_env1=value1 [2022-03-04T15:05:10.828Z] === RUN TestValidateEnv/env2=value2=value3 [2022-03-04T15:05:10.828Z] === RUN TestValidateEnv/env3=abc!qwe [2022-03-04T15:05:10.828Z] === RUN TestValidateEnv/env_4=value_4 [2022-03-04T15:05:10.828Z] === RUN TestValidateEnv/PATH [2022-03-04T15:05:10.828Z] === RUN TestValidateEnv/=a [2022-03-04T15:05:10.828Z] === RUN TestValidateEnv/PATH= [2022-03-04T15:05:10.828Z] === RUN TestValidateEnv/PATH=something [2022-03-04T15:05:10.828Z] === RUN TestValidateEnv/asd!qwe [2022-03-04T15:05:10.828Z] === RUN TestValidateEnv/1asd [2022-03-04T15:05:10.828Z] === RUN TestValidateEnv/123 [2022-03-04T15:05:10.828Z] === RUN TestValidateEnv/some_space [2022-03-04T15:05:10.828Z] === RUN TestValidateEnv/__some_space_before [2022-03-04T15:05:10.828Z] === RUN TestValidateEnv/some_space_after__ [2022-03-04T15:05:10.828Z] === RUN TestValidateEnv/= [2022-03-04T15:05:10.828Z] === RUN TestValidateEnv/PaTh [2022-03-04T15:05:10.828Z] --- PASS: TestValidateEnv (0.00s) [2022-03-04T15:05:10.828Z] --- PASS: TestValidateEnv/a (0.00s) [2022-03-04T15:05:10.828Z] --- PASS: TestValidateEnv/something (0.00s) [2022-03-04T15:05:10.828Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-03-04T15:05:10.828Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-03-04T15:05:10.828Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-03-04T15:05:10.828Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-03-04T15:05:10.828Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-03-04T15:05:10.828Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-03-04T15:05:10.828Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-03-04T15:05:10.828Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-03-04T15:05:10.828Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-03-04T15:05:10.828Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-03-04T15:05:10.828Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-03-04T15:05:10.828Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-03-04T15:05:10.828Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-03-04T15:05:10.828Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-03-04T15:05:10.828Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-03-04T15:05:10.828Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-03-04T15:05:10.828Z] --- PASS: TestValidateEnv/= (0.00s) [2022-03-04T15:05:10.828Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-03-04T15:05:10.828Z] === RUN TestParseHost [2022-03-04T15:05:10.828Z] --- PASS: TestParseHost (0.00s) [2022-03-04T15:05:10.828Z] === RUN TestParseDockerDaemonHost [2022-03-04T15:05:10.828Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-03-04T15:05:10.828Z] === RUN TestParseTCP [2022-03-04T15:05:10.828Z] --- PASS: TestParseTCP (0.00s) [2022-03-04T15:05:10.828Z] === RUN TestParseInvalidUnixAddrInvalid [2022-03-04T15:05:10.828Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-03-04T15:05:10.828Z] === RUN TestValidateExtraHosts [2022-03-04T15:05:10.828Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-03-04T15:05:10.828Z] === RUN TestIpOptString [2022-03-04T15:05:10.828Z] --- PASS: TestIpOptString (0.00s) [2022-03-04T15:05:10.828Z] === RUN TestNewIpOptInvalidDefaultVal [2022-03-04T15:05:10.828Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-03-04T15:05:10.828Z] === RUN TestNewIpOptValidDefaultVal [2022-03-04T15:05:10.828Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-03-04T15:05:10.828Z] === RUN TestIpOptSetInvalidVal [2022-03-04T15:05:10.828Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-03-04T15:05:10.828Z] === RUN TestValidateIPAddress [2022-03-04T15:05:10.828Z] --- PASS: TestValidateIPAddress (0.00s) [2022-03-04T15:05:10.828Z] === RUN TestMapOpts [2022-03-04T15:05:10.828Z] --- PASS: TestMapOpts (0.00s) [2022-03-04T15:05:10.828Z] === RUN TestListOptsWithoutValidator [2022-03-04T15:05:10.828Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-03-04T15:05:10.828Z] === RUN TestListOptsWithValidator [2022-03-04T15:05:10.828Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-03-04T15:05:10.828Z] === RUN TestValidateDNSSearch [2022-03-04T15:05:10.828Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-03-04T15:05:10.828Z] === RUN TestValidateLabel [2022-03-04T15:05:10.828Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-03-04T15:05:10.828Z] === RUN TestValidateLabel/label_with_general_format [2022-03-04T15:05:10.828Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-03-04T15:05:10.828Z] === RUN TestValidateLabel/label_with_one_more [2022-03-04T15:05:10.828Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-03-04T15:05:10.828Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-03-04T15:05:10.828Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-03-04T15:05:10.828Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-03-04T15:05:10.828Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-03-04T15:05:10.828Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-03-04T15:05:10.828Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-03-04T15:05:10.828Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-03-04T15:05:10.828Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-03-04T15:05:10.828Z] --- PASS: TestValidateLabel (0.00s) [2022-03-04T15:05:10.828Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-03-04T15:05:10.828Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-03-04T15:05:10.828Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-03-04T15:05:10.828Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-03-04T15:05:10.828Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-03-04T15:05:10.828Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-03-04T15:05:10.828Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-03-04T15:05:10.828Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-03-04T15:05:10.828Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-03-04T15:05:10.828Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-03-04T15:05:10.828Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-03-04T15:05:10.828Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-03-04T15:05:10.828Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-03-04T15:05:10.828Z] === RUN TestNamedListOpts [2022-03-04T15:05:10.828Z] --- PASS: TestNamedListOpts (0.00s) [2022-03-04T15:05:10.828Z] === RUN TestNamedMapOpts [2022-03-04T15:05:10.828Z] --- PASS: TestNamedMapOpts (0.00s) [2022-03-04T15:05:10.828Z] === RUN TestParseLink [2022-03-04T15:05:10.828Z] --- PASS: TestParseLink (0.00s) [2022-03-04T15:05:10.828Z] === RUN TestQuotedStringSetWithQuotes [2022-03-04T15:05:10.828Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2022-03-04T15:05:10.828Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2022-03-04T15:05:10.828Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2022-03-04T15:05:10.828Z] === RUN TestQuotedStringSetWithNoQuotes [2022-03-04T15:05:10.828Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2022-03-04T15:05:10.828Z] === RUN TestQuotedStringEmptyOrSingleCharString [2022-03-04T15:05:10.828Z] --- PASS: TestQuotedStringEmptyOrSingleCharString (0.00s) [2022-03-04T15:05:10.828Z] === RUN TestUlimitOpt [2022-03-04T15:05:10.828Z] --- PASS: TestUlimitOpt (0.00s) [2022-03-04T15:05:10.828Z] PASS [2022-03-04T15:05:10.828Z] coverage: 67.4% of statements [2022-03-04T15:05:10.828Z] ok github.com/docker/docker/opts 0.111s coverage: 67.4% of statements [2022-03-04T15:05:10.828Z] === RUN TestParseVersion [2022-03-04T15:05:10.828Z] --- PASS: TestParseVersion (0.00s) [2022-03-04T15:05:10.828Z] PASS [2022-03-04T15:05:10.828Z] coverage: 52.9% of statements [2022-03-04T15:05:10.828Z] ok github.com/docker/docker/pkg/aaparser 0.041s coverage: 52.9% of statements [2022-03-04T15:05:11.678Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.350s coverage: 56.2% of statements [2022-03-04T15:05:11.815Z] 2022/03/04 15:05:11 Closing DB instances... [2022-03-04T15:05:11.910Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2022-03-04T15:05:11.910Z] check_test.go:308: [dc9a8fe1117e3] daemon is not started [2022-03-04T15:05:11.910Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2022-03-04T15:05:12.284Z] === RUN TestPeerCertificateMarshalJSON [2022-03-04T15:05:12.753Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-03-04T15:05:12.753Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-03-04T15:05:12.753Z] --- PASS: TestPeerCertificateMarshalJSON (0.42s) [2022-03-04T15:05:12.753Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-03-04T15:05:12.753Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-03-04T15:05:12.753Z] === RUN TestMiddleware [2022-03-04T15:05:12.753Z] --- PASS: TestMiddleware (0.00s) [2022-03-04T15:05:12.753Z] === RUN TestNewResponseModifier [2022-03-04T15:05:12.753Z] --- PASS: TestNewResponseModifier (0.00s) [2022-03-04T15:05:12.753Z] PASS [2022-03-04T15:05:12.753Z] coverage: 26.8% of statements [2022-03-04T15:05:12.753Z] ok github.com/docker/docker/pkg/authorization 0.478s coverage: 26.8% of statements [2022-03-04T15:05:13.083Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.013s coverage: 3.0% of statements [2022-03-04T15:05:13.221Z] === RUN TestIsArchivePathDir [2022-03-04T15:05:13.221Z] --- PASS: TestIsArchivePathDir (0.08s) [2022-03-04T15:05:13.221Z] === RUN TestIsArchivePathInvalidFile [2022-03-04T15:05:13.221Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.67s) [2022-03-04T15:05:13.221Z] === RUN TestNetworkDBCRUDTableEntry [2022-03-04T15:05:13.221Z] --- PASS: TestIsArchivePathInvalidFile (0.17s) [2022-03-04T15:05:13.221Z] === RUN TestIsArchivePathTar [2022-03-04T15:05:13.690Z] --- PASS: TestIsArchivePathTar (0.20s) [2022-03-04T15:05:13.690Z] === RUN TestDecompressStreamGzip [2022-03-04T15:05:13.690Z] === RUN TestUnbuffered [2022-03-04T15:05:13.690Z] --- PASS: TestUnbuffered (0.00s) [2022-03-04T15:05:13.690Z] === RUN TestRaceUnbuffered [2022-03-04T15:05:13.690Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-03-04T15:05:13.690Z] PASS [2022-03-04T15:05:13.690Z] coverage: 100.0% of statements [2022-03-04T15:05:13.690Z] ok github.com/docker/docker/pkg/broadcaster 0.045s coverage: 100.0% of statements [2022-03-04T15:05:13.690Z] --- PASS: TestDecompressStreamGzip (0.14s) [2022-03-04T15:05:13.690Z] === RUN TestDecompressStreamBzip2 [2022-03-04T15:05:13.690Z] --- PASS: TestDecompressStreamBzip2 (0.13s) [2022-03-04T15:05:13.690Z] === RUN TestDecompressStreamXz [2022-03-04T15:05:13.690Z] archive_test.go:133: Xz not present in msys2 [2022-03-04T15:05:13.690Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-03-04T15:05:13.690Z] === RUN TestDecompressStreamZstd [2022-03-04T15:05:13.816Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-03-04T15:05:13.816Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2022-03-04T15:05:14.158Z] archive_test.go:140: zstd not installed [2022-03-04T15:05:14.158Z] --- SKIP: TestDecompressStreamZstd (0.03s) [2022-03-04T15:05:14.158Z] === RUN TestCompressStreamXzUnsupported [2022-03-04T15:05:14.158Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-03-04T15:05:14.158Z] === RUN TestCompressStreamBzip2Unsupported [2022-03-04T15:05:14.158Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-03-04T15:05:14.158Z] === RUN TestCompressStreamInvalid [2022-03-04T15:05:14.158Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-03-04T15:05:14.158Z] === RUN TestExtensionInvalid [2022-03-04T15:05:14.158Z] --- PASS: TestExtensionInvalid (0.00s) [2022-03-04T15:05:14.158Z] === RUN TestExtensionUncompressed [2022-03-04T15:05:14.158Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-03-04T15:05:14.158Z] === RUN TestExtensionBzip2 [2022-03-04T15:05:14.158Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-03-04T15:05:14.158Z] === RUN TestExtensionGzip [2022-03-04T15:05:14.158Z] --- PASS: TestExtensionGzip (0.00s) [2022-03-04T15:05:14.158Z] === RUN TestExtensionXz [2022-03-04T15:05:14.158Z] --- PASS: TestExtensionXz (0.00s) [2022-03-04T15:05:14.158Z] === RUN TestExtensionZstd [2022-03-04T15:05:14.158Z] --- PASS: TestExtensionZstd (0.00s) [2022-03-04T15:05:14.158Z] === RUN TestCmdStreamLargeStderr [2022-03-04T15:05:14.158Z] --- PASS: TestCmdStreamLargeStderr (0.09s) [2022-03-04T15:05:14.158Z] === RUN TestCmdStreamBad [2022-03-04T15:05:14.158Z] archive_test.go:252: Failing on Windows CI machines [2022-03-04T15:05:14.158Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-03-04T15:05:14.158Z] === RUN TestCmdStreamGood [2022-03-04T15:05:14.158Z] --- PASS: TestCmdStreamGood (0.05s) [2022-03-04T15:05:14.158Z] === RUN TestUntarPathWithInvalidDest [2022-03-04T15:05:14.158Z] --- PASS: TestUntarPathWithInvalidDest (0.06s) [2022-03-04T15:05:14.158Z] === RUN TestUntarPathWithInvalidSrc [2022-03-04T15:05:14.158Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-03-04T15:05:14.158Z] === RUN TestUntarPath [2022-03-04T15:05:14.158Z] --- PASS: TestUntarPath (0.09s) [2022-03-04T15:05:14.158Z] === RUN TestUntarPathWithDestinationFile [2022-03-04T15:05:14.158Z] === RUN TestMatch [2022-03-04T15:05:14.158Z] === RUN TestMatch/[[]] [2022-03-04T15:05:14.158Z] === RUN TestMatch/[[foo]] [2022-03-04T15:05:14.158Z] === RUN TestMatch/[[bar]_[foo]] [2022-03-04T15:05:14.158Z] === RUN TestMatch/[[foo_bar]] [2022-03-04T15:05:14.158Z] === RUN TestMatch/[[qux]_[foo]] [2022-03-04T15:05:14.158Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-03-04T15:05:14.158Z] === RUN TestMatch/[] [2022-03-04T15:05:14.158Z] === RUN TestMatch/[]#01 [2022-03-04T15:05:14.158Z] === RUN TestMatch/[[qux]] [2022-03-04T15:05:14.158Z] === RUN TestMatch/[[foo_bar_qux]] [2022-03-04T15:05:14.158Z] === RUN TestMatch/[[qux]_[baz]] [2022-03-04T15:05:14.158Z] === RUN TestMatch/[[foo_baz]] [2022-03-04T15:05:14.158Z] --- PASS: TestMatch (0.00s) [2022-03-04T15:05:14.158Z] --- PASS: TestMatch/[[]] (0.00s) [2022-03-04T15:05:14.158Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-03-04T15:05:14.459Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.006s coverage: 1.8% of statements [2022-03-04T15:05:14.627Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-03-04T15:05:14.627Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-03-04T15:05:14.627Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-03-04T15:05:14.627Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-03-04T15:05:14.627Z] --- PASS: TestMatch/[] (0.00s) [2022-03-04T15:05:14.627Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-03-04T15:05:14.627Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-03-04T15:05:14.627Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-03-04T15:05:14.627Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-03-04T15:05:14.627Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-03-04T15:05:14.627Z] PASS [2022-03-04T15:05:14.627Z] coverage: 87.5% of statements [2022-03-04T15:05:14.627Z] ok github.com/docker/docker/pkg/capabilities 0.042s coverage: 87.5% of statements [2022-03-04T15:05:14.627Z] --- PASS: TestUntarPathWithDestinationFile (0.17s) [2022-03-04T15:05:14.627Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-03-04T15:05:14.627Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.17s) [2022-03-04T15:05:14.627Z] === RUN TestCopyWithTarInvalidSrc [2022-03-04T15:05:14.627Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-03-04T15:05:14.627Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-03-04T15:05:14.627Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-03-04T15:05:14.627Z] === RUN TestCopyWithTarSrcFile [2022-03-04T15:05:14.627Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-03-04T15:05:14.627Z] === RUN TestCopyWithTarSrcFolder [2022-03-04T15:05:14.627Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-03-04T15:05:14.627Z] === RUN TestCopyFileWithTarInvalidSrc [2022-03-04T15:05:14.627Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-03-04T15:05:14.627Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-03-04T15:05:14.627Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-03-04T15:05:14.627Z] === RUN TestCopyFileWithTarSrcFolder [2022-03-04T15:05:14.627Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-03-04T15:05:14.627Z] === RUN TestCopyFileWithTarSrcFile [2022-03-04T15:05:14.627Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-03-04T15:05:14.627Z] === RUN TestTarFiles [2022-03-04T15:05:15.616Z] 2022/03/04 15:05:15 Closing DB instances... [2022-03-04T15:05:15.616Z] === RUN TestChrootTarUntar [2022-03-04T15:05:15.616Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:05:15.616Z] --- SKIP: TestChrootTarUntar (0.01s) [2022-03-04T15:05:15.616Z] === RUN TestChrootUntarWithHugeExcludesList [2022-03-04T15:05:15.616Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:05:15.616Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-04T15:05:15.616Z] === RUN TestChrootUntarEmptyArchive [2022-03-04T15:05:15.616Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-03-04T15:05:15.616Z] === RUN TestChrootTarUntarWithSymlink [2022-03-04T15:05:15.616Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-04T15:05:15.616Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-03-04T15:05:15.616Z] === RUN TestChrootCopyWithTar [2022-03-04T15:05:15.616Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-04T15:05:15.616Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-03-04T15:05:15.616Z] === RUN TestChrootCopyFileWithTar [2022-03-04T15:05:15.616Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:05:15.616Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-03-04T15:05:15.616Z] === RUN TestChrootUntarPath [2022-03-04T15:05:15.616Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-04T15:05:15.616Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-03-04T15:05:15.616Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-03-04T15:05:15.616Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:05:15.616Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-04T15:05:15.616Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-03-04T15:05:15.616Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:05:15.616Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-04T15:05:15.616Z] === RUN TestChrootApplyDotDotFile [2022-03-04T15:05:15.616Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:05:15.616Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-03-04T15:05:15.616Z] PASS [2022-03-04T15:05:15.616Z] coverage: 15.1% of statements [2022-03-04T15:05:15.616Z] ok github.com/docker/docker/pkg/chrootarchive 0.109s coverage: 15.1% of statements [2022-03-04T15:05:15.721Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-03-04T15:05:15.831Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.262s coverage: 50.5% of statements [2022-03-04T15:05:15.832Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.020s coverage: 46.2% of statements [2022-03-04T15:05:15.832Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-04T15:05:16.290Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2022-03-04T15:05:16.604Z] === RUN TestEnsureRemoveAllNotExist [2022-03-04T15:05:16.604Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-03-04T15:05:16.604Z] === RUN TestEnsureRemoveAllWithDir [2022-03-04T15:05:16.604Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-03-04T15:05:16.604Z] === RUN TestEnsureRemoveAllWithFile [2022-03-04T15:05:16.604Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-03-04T15:05:16.604Z] PASS [2022-03-04T15:05:16.604Z] coverage: 0.0% of statements [2022-03-04T15:05:16.604Z] ok github.com/docker/docker/pkg/containerfs 0.044s coverage: 0.0% of statements [2022-03-04T15:05:17.206Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.008s coverage: 58.8% of statements [2022-03-04T15:05:17.591Z] === RUN TestSizeEmpty [2022-03-04T15:05:17.591Z] --- PASS: TestSizeEmpty (0.00s) [2022-03-04T15:05:17.591Z] === RUN TestSizeEmptyFile [2022-03-04T15:05:17.591Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-03-04T15:05:17.591Z] === RUN TestSizeNonemptyFile [2022-03-04T15:05:17.591Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-03-04T15:05:17.591Z] === RUN TestSizeNestedDirectoryEmpty [2022-03-04T15:05:17.591Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-03-04T15:05:17.591Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-03-04T15:05:17.591Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-03-04T15:05:17.591Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-03-04T15:05:17.591Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-03-04T15:05:17.591Z] === RUN TestMoveToSubdir [2022-03-04T15:05:17.591Z] --- PASS: TestMoveToSubdir (0.00s) [2022-03-04T15:05:17.591Z] === RUN TestSizeNonExistingDirectory [2022-03-04T15:05:17.591Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-03-04T15:05:17.591Z] PASS [2022-03-04T15:05:17.591Z] coverage: 80.0% of statements [2022-03-04T15:05:17.591Z] ok github.com/docker/docker/pkg/directory 0.058s coverage: 80.0% of statements [2022-03-04T15:05:17.591Z] --- PASS: TestNetworkDBCRUDTableEntry (4.28s) [2022-03-04T15:05:17.591Z] === RUN TestNetworkDBCRUDTableEntries [2022-03-04T15:05:17.668Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-03-04T15:05:18.141Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.814s coverage: 58.0% of statements [2022-03-04T15:05:18.141Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2022-03-04T15:05:18.141Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-04T15:05:18.141Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.008s coverage: 3.0% of statements [2022-03-04T15:05:18.400Z] ok github.com/docker/docker/daemon/links 0.013s coverage: 93.0% of statements [2022-03-04T15:05:18.580Z] === RUN TestPollerAddRemove [2022-03-04T15:05:18.580Z] --- PASS: TestPollerAddRemove (0.00s) [2022-03-04T15:05:18.580Z] === RUN TestPollerEvent [2022-03-04T15:05:18.580Z] poller_test.go:40: No chmod on Windows [2022-03-04T15:05:18.580Z] --- SKIP: TestPollerEvent (0.00s) [2022-03-04T15:05:18.580Z] === RUN TestPollerClose [2022-03-04T15:05:18.580Z] --- PASS: TestPollerClose (0.00s) [2022-03-04T15:05:18.580Z] PASS [2022-03-04T15:05:18.580Z] coverage: 45.7% of statements [2022-03-04T15:05:18.580Z] ok github.com/docker/docker/pkg/filenotify 0.054s coverage: 45.7% of statements [2022-03-04T15:05:19.569Z] 2022/03/04 15:05:19 Closing DB instances... [2022-03-04T15:05:19.569Z] === RUN TestCopyFileWithInvalidSrc [2022-03-04T15:05:19.569Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-03-04T15:05:19.569Z] === RUN TestCopyFileWithInvalidDest [2022-03-04T15:05:19.569Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-03-04T15:05:19.569Z] === RUN TestCopyFileWithSameSrcAndDest [2022-03-04T15:05:19.569Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-03-04T15:05:19.569Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-03-04T15:05:19.569Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-03-04T15:05:19.569Z] === RUN TestCopyFile [2022-03-04T15:05:19.569Z] --- PASS: TestCopyFile (0.00s) [2022-03-04T15:05:19.569Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-03-04T15:05:19.569Z] fileutils_test.go:133: Needs porting to Windows [2022-03-04T15:05:19.569Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-04T15:05:19.569Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-03-04T15:05:19.569Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-03-04T15:05:19.569Z] === RUN TestReadSymlinkedDirectoryToFile [2022-03-04T15:05:19.569Z] fileutils_test.go:179: Needs porting to Windows [2022-03-04T15:05:19.569Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-04T15:05:19.569Z] === RUN TestWildcardMatches [2022-03-04T15:05:19.569Z] --- PASS: TestWildcardMatches (0.00s) [2022-03-04T15:05:19.569Z] === RUN TestPatternMatches [2022-03-04T15:05:19.569Z] --- PASS: TestPatternMatches (0.00s) [2022-03-04T15:05:19.569Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-03-04T15:05:19.569Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-03-04T15:05:19.569Z] === RUN TestPatternMatchesFolderExclusions [2022-03-04T15:05:19.569Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-03-04T15:05:19.569Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-03-04T15:05:19.569Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-03-04T15:05:19.569Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-03-04T15:05:19.569Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-03-04T15:05:19.569Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-03-04T15:05:19.569Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-03-04T15:05:19.569Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-03-04T15:05:19.569Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-03-04T15:05:19.569Z] === RUN TestSingleExclamationError [2022-03-04T15:05:19.569Z] --- PASS: TestSingleExclamationError (0.00s) [2022-03-04T15:05:19.569Z] === RUN TestMatchesWithNoPatterns [2022-03-04T15:05:19.569Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-03-04T15:05:19.569Z] === RUN TestMatchesWithMalformedPatterns [2022-03-04T15:05:19.569Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-03-04T15:05:19.569Z] === RUN TestMatches [2022-03-04T15:05:19.569Z] === RUN TestMatches/MatchesOrParentMatches [2022-03-04T15:05:19.569Z] === RUN TestMatches/MatchesUsingParentResult [2022-03-04T15:05:19.569Z] === RUN TestMatches/MatchesUsingParentResults [2022-03-04T15:05:19.569Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-03-04T15:05:19.569Z] --- PASS: TestMatches (0.01s) [2022-03-04T15:05:19.569Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-03-04T15:05:19.569Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-03-04T15:05:19.569Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-03-04T15:05:19.569Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-03-04T15:05:19.569Z] === RUN TestCleanPatterns [2022-03-04T15:05:19.569Z] --- PASS: TestCleanPatterns (0.00s) [2022-03-04T15:05:19.569Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-03-04T15:05:19.569Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-03-04T15:05:19.569Z] === RUN TestCleanPatternsExceptionFlag [2022-03-04T15:05:19.569Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-03-04T15:05:19.569Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-03-04T15:05:19.569Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-03-04T15:05:19.569Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-03-04T15:05:19.569Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-03-04T15:05:19.569Z] === RUN TestCleanPatternsErrorSingleException [2022-03-04T15:05:19.569Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-03-04T15:05:19.569Z] === RUN TestCreateIfNotExistsDir [2022-03-04T15:05:19.569Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2022-03-04T15:05:19.569Z] === RUN TestCreateIfNotExistsFile [2022-03-04T15:05:19.569Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2022-03-04T15:05:19.569Z] === RUN TestMatch [2022-03-04T15:05:19.569Z] --- PASS: TestMatch (0.00s) [2022-03-04T15:05:19.569Z] === RUN TestCompile [2022-03-04T15:05:19.569Z] === RUN TestCompile/slash [2022-03-04T15:05:19.569Z] === RUN TestCompile/backslash [2022-03-04T15:05:19.569Z] --- PASS: TestCompile (0.00s) [2022-03-04T15:05:19.569Z] --- PASS: TestCompile/slash (0.00s) [2022-03-04T15:05:19.569Z] --- PASS: TestCompile/backslash (0.00s) [2022-03-04T15:05:19.569Z] PASS [2022-03-04T15:05:19.569Z] coverage: 84.7% of statements [2022-03-04T15:05:19.569Z] ok github.com/docker/docker/pkg/fileutils 0.092s coverage: 84.7% of statements [2022-03-04T15:05:20.040Z] === RUN TestGet [2022-03-04T15:05:20.040Z] --- PASS: TestGet (0.00s) [2022-03-04T15:05:20.040Z] === RUN TestGetShortcutString [2022-03-04T15:05:20.040Z] --- PASS: TestGetShortcutString (0.00s) [2022-03-04T15:05:20.040Z] PASS [2022-03-04T15:05:20.040Z] coverage: 42.9% of statements [2022-03-04T15:05:20.040Z] ok github.com/docker/docker/pkg/homedir 0.039s coverage: 42.9% of statements [2022-03-04T15:05:20.208Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2022-03-04T15:05:20.301Z] ok github.com/docker/docker/daemon/images 0.023s coverage: 6.8% of statements [2022-03-04T15:05:20.301Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-04T15:05:20.301Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-04T15:05:20.301Z] ok github.com/docker/docker/daemon/logger 0.221s coverage: 43.5% of statements [2022-03-04T15:05:20.510Z] --- PASS: TestTarFiles (5.95s) [2022-03-04T15:05:20.510Z] === RUN TestDetectCompressionZstd [2022-03-04T15:05:20.510Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-03-04T15:05:20.510Z] === RUN TestTarUntar [2022-03-04T15:05:20.510Z] --- PASS: TestTarUntar (0.05s) [2022-03-04T15:05:20.510Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-03-04T15:05:20.510Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2022-03-04T15:05:20.510Z] === RUN TestTarWithOptions [2022-03-04T15:05:20.510Z] --- PASS: TestTarWithOptions (0.04s) [2022-03-04T15:05:20.510Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-03-04T15:05:20.510Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-03-04T15:05:20.510Z] === RUN TestUntarUstarGnuConflict [2022-03-04T15:05:20.510Z] --- PASS: TestUntarUstarGnuConflict (0.01s) [2022-03-04T15:05:20.510Z] === RUN TestUntarInvalidFilenames [2022-03-04T15:05:20.979Z] --- PASS: TestNetworkDBCRUDTableEntries (3.24s) [2022-03-04T15:05:20.979Z] === RUN TestNetworkDBNodeLeave [2022-03-04T15:05:20.979Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames984276815\\dest" [2022-03-04T15:05:20.979Z] --- PASS: TestUntarInvalidFilenames (0.21s) [2022-03-04T15:05:20.979Z] === RUN TestUntarHardlinkToSymlink [2022-03-04T15:05:20.979Z] --- PASS: TestUntarHardlinkToSymlink (0.03s) [2022-03-04T15:05:20.979Z] === RUN TestUntarInvalidHardlink [2022-03-04T15:05:20.979Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2602077032\\victim\\hello" -> "../victim/hello" [2022-03-04T15:05:20.979Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink373200498\\victim\\hello" -> "/../victim/hello" [2022-03-04T15:05:20.979Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink4045483616\\victim" -> "../victim" [2022-03-04T15:05:20.979Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink51802960\\victim" -> "../victim" [2022-03-04T15:05:20.979Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1450223217\\victim" -> "../victim" [2022-03-04T15:05:20.979Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink4209084249\\victim" -> "../victim" [2022-03-04T15:05:20.979Z] --- PASS: TestUntarInvalidHardlink (0.04s) [2022-03-04T15:05:20.979Z] === RUN TestUntarInvalidSymlink [2022-03-04T15:05:20.979Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink684768892\\dest\\dotdot" -> "../victim/hello" [2022-03-04T15:05:20.979Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3207546477\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-04T15:05:20.979Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2899606152\\dest\\loophole-victim" -> "../victim" [2022-03-04T15:05:20.979Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2729447559\\dest\\loophole-victim" -> "../victim" [2022-03-04T15:05:20.979Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2841720544\\dest\\loophole-victim" -> "../victim" [2022-03-04T15:05:20.979Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3746046286\\dest\\loophole-victim" -> "../victim" [2022-03-04T15:05:20.979Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3515800761\\dest\\dir\\loophole" -> "../../victim" [2022-03-04T15:05:20.979Z] --- PASS: TestUntarInvalidSymlink (0.05s) [2022-03-04T15:05:20.979Z] === RUN TestTempArchiveCloseMultipleTimes [2022-03-04T15:05:20.979Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-03-04T15:05:20.979Z] === RUN TestXGlobalNoParent [2022-03-04T15:05:20.979Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-03-04T15:05:20.979Z] === RUN TestReplaceFileTarWrapper [2022-03-04T15:05:20.979Z] --- PASS: TestReplaceFileTarWrapper (0.21s) [2022-03-04T15:05:20.979Z] === RUN TestPrefixHeaderReadable [2022-03-04T15:05:21.235Z] ok github.com/docker/docker/daemon/logger/fluentd 0.017s coverage: 33.6% of statements [2022-03-04T15:05:21.447Z] === RUN TestCreateIDMapOrder [2022-03-04T15:05:21.447Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-03-04T15:05:21.447Z] PASS [2022-03-04T15:05:21.447Z] coverage: 7.2% of statements [2022-03-04T15:05:21.447Z] ok github.com/docker/docker/pkg/idtools 0.046s coverage: 7.2% of statements [2022-03-04T15:05:21.447Z] --- PASS: TestPrefixHeaderReadable (0.04s) [2022-03-04T15:05:21.447Z] === RUN TestDisablePigz [2022-03-04T15:05:21.447Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-03-04T15:05:21.447Z] --- PASS: TestDisablePigz (0.16s) [2022-03-04T15:05:21.447Z] === RUN TestPigz [2022-03-04T15:05:21.447Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-03-04T15:05:21.447Z] --- PASS: TestPigz (0.18s) [2022-03-04T15:05:21.447Z] === RUN TestNosysFileInfo [2022-03-04T15:05:21.447Z] --- PASS: TestNosysFileInfo (0.00s) [2022-03-04T15:05:21.447Z] === RUN TestCopyFileWithInvalidDest [2022-03-04T15:05:21.447Z] archive_windows_test.go:16: Currently fails [2022-03-04T15:05:21.447Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-03-04T15:05:21.447Z] === RUN TestCanonicalTarNameForPath [2022-03-04T15:05:21.447Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-03-04T15:05:21.447Z] === RUN TestCanonicalTarName [2022-03-04T15:05:21.447Z] --- PASS: TestCanonicalTarName (0.00s) [2022-03-04T15:05:21.447Z] === RUN TestChmodTarEntry [2022-03-04T15:05:21.447Z] --- PASS: TestChmodTarEntry (0.00s) [2022-03-04T15:05:21.447Z] === RUN TestHardLinkOrder [2022-03-04T15:05:21.494Z] ok github.com/docker/docker/daemon/logger/awslogs 0.171s coverage: 79.9% of statements [2022-03-04T15:05:21.494Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-04T15:05:21.916Z] --- PASS: TestHardLinkOrder (0.12s) [2022-03-04T15:05:21.916Z] === RUN TestChangeString [2022-03-04T15:05:21.916Z] --- PASS: TestChangeString (0.00s) [2022-03-04T15:05:21.916Z] === RUN TestChangesWithNoChanges [2022-03-04T15:05:21.916Z] --- PASS: TestChangesWithNoChanges (0.03s) [2022-03-04T15:05:21.916Z] === RUN TestChangesWithChanges [2022-03-04T15:05:21.916Z] --- PASS: TestChangesWithChanges (0.05s) [2022-03-04T15:05:21.916Z] === RUN TestChangesWithChangesGH13590 [2022-03-04T15:05:21.916Z] changes_test.go:195: needs more investigation [2022-03-04T15:05:21.916Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-03-04T15:05:21.916Z] === RUN TestChangesDirsEmpty [2022-03-04T15:05:21.916Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-04T15:05:21.916Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2022-03-04T15:05:21.916Z] === RUN TestChangesDirsMutated [2022-03-04T15:05:21.916Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-04T15:05:21.916Z] --- SKIP: TestChangesDirsMutated (0.00s) [2022-03-04T15:05:21.916Z] === RUN TestApplyLayer [2022-03-04T15:05:21.916Z] changes_test.go:432: needs further investigation [2022-03-04T15:05:21.916Z] --- SKIP: TestApplyLayer (0.00s) [2022-03-04T15:05:21.916Z] === RUN TestChangesSizeWithHardlinks [2022-03-04T15:05:21.916Z] changes_test.go:468: needs further investigation [2022-03-04T15:05:21.916Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-03-04T15:05:21.916Z] === RUN TestChangesSizeWithNoChanges [2022-03-04T15:05:21.916Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-03-04T15:05:21.916Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-03-04T15:05:21.916Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-03-04T15:05:21.916Z] === RUN TestChangesSize [2022-03-04T15:05:21.916Z] --- PASS: TestChangesSize (0.00s) [2022-03-04T15:05:21.916Z] === RUN TestApplyLayerInvalidFilenames [2022-03-04T15:05:21.916Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames928779805\\dest" [2022-03-04T15:05:21.916Z] --- PASS: TestApplyLayerInvalidFilenames (0.04s) [2022-03-04T15:05:21.916Z] === RUN TestApplyLayerInvalidHardlink [2022-03-04T15:05:21.916Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1877486822\\victim\\hello" -> "../victim/hello" [2022-03-04T15:05:21.916Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink972366087\\victim\\hello" -> "/../victim/hello" [2022-03-04T15:05:21.916Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink381111336\\victim" -> "../victim" [2022-03-04T15:05:21.916Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink138615498\\victim" -> "../victim" [2022-03-04T15:05:21.916Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3133166207\\victim" -> "../victim" [2022-03-04T15:05:21.916Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink675051498\\victim" -> "../victim" [2022-03-04T15:05:21.916Z] --- PASS: TestApplyLayerInvalidHardlink (0.04s) [2022-03-04T15:05:21.916Z] === RUN TestApplyLayerInvalidSymlink [2022-03-04T15:05:21.916Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3552944888\\dest\\dotdot" -> "../victim/hello" [2022-03-04T15:05:21.916Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3343414810\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-04T15:05:21.916Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink4083110100\\dest\\loophole-victim" -> "../victim" [2022-03-04T15:05:21.916Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2369450178\\dest\\loophole-victim" -> "../victim" [2022-03-04T15:05:21.916Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink689209459\\dest\\loophole-victim" -> "../victim" [2022-03-04T15:05:21.916Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink4137344076\\dest\\loophole-victim" -> "../victim" [2022-03-04T15:05:21.916Z] --- PASS: TestApplyLayerInvalidSymlink (0.03s) [2022-03-04T15:05:21.916Z] === RUN TestApplyLayerWhiteouts [2022-03-04T15:05:21.916Z] --- PASS: TestApplyLayerWhiteouts (0.08s) [2022-03-04T15:05:21.916Z] === RUN TestGenerateEmptyFile [2022-03-04T15:05:21.916Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-03-04T15:05:21.916Z] === RUN TestGenerateWithContent [2022-03-04T15:05:21.916Z] --- PASS: TestGenerateWithContent (0.00s) [2022-03-04T15:05:21.916Z] PASS [2022-03-04T15:05:21.916Z] coverage: 62.0% of statements [2022-03-04T15:05:21.916Z] ok github.com/docker/docker/pkg/archive 8.863s coverage: 62.0% of statements [2022-03-04T15:05:22.060Z] ok github.com/docker/docker/daemon/logger/gelf 0.011s coverage: 67.0% of statements [2022-03-04T15:05:22.060Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 23.9% of statements [2022-03-04T15:05:22.119Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2022-03-04T15:05:22.385Z] === RUN TestFixedBufferCap [2022-03-04T15:05:22.385Z] --- PASS: TestFixedBufferCap (0.00s) [2022-03-04T15:05:22.385Z] === RUN TestFixedBufferLen [2022-03-04T15:05:22.385Z] --- PASS: TestFixedBufferLen (0.00s) [2022-03-04T15:05:22.385Z] === RUN TestFixedBufferString [2022-03-04T15:05:22.385Z] --- PASS: TestFixedBufferString (0.00s) [2022-03-04T15:05:22.385Z] === RUN TestFixedBufferWrite [2022-03-04T15:05:22.385Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-03-04T15:05:22.385Z] === RUN TestFixedBufferRead [2022-03-04T15:05:22.385Z] --- PASS: TestFixedBufferRead (0.00s) [2022-03-04T15:05:22.385Z] === RUN TestBytesPipeRead [2022-03-04T15:05:22.385Z] --- PASS: TestBytesPipeRead (0.00s) [2022-03-04T15:05:22.385Z] === RUN TestBytesPipeWrite [2022-03-04T15:05:22.385Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-03-04T15:05:22.385Z] === RUN TestBytesPipeWriteRandomChunks [2022-03-04T15:05:22.628Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.012s coverage: 87.2% of statements [2022-03-04T15:05:22.855Z] --- PASS: TestBytesPipeWriteRandomChunks (0.43s) [2022-03-04T15:05:22.855Z] === RUN TestAtomicWriteToFile [2022-03-04T15:05:22.855Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-03-04T15:05:22.855Z] === RUN TestAtomicWriteSetCommit [2022-03-04T15:05:22.855Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-03-04T15:05:22.855Z] === RUN TestAtomicWriteSetCancel [2022-03-04T15:05:22.855Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-03-04T15:05:22.855Z] === RUN TestReadCloserWrapperClose [2022-03-04T15:05:22.855Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-03-04T15:05:22.855Z] === RUN TestReaderErrWrapperReadOnError [2022-03-04T15:05:22.855Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-03-04T15:05:22.855Z] === RUN TestReaderErrWrapperRead [2022-03-04T15:05:22.855Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-03-04T15:05:22.855Z] === RUN TestCancelReadCloser [2022-03-04T15:05:22.855Z] --- PASS: TestCancelReadCloser (0.10s) [2022-03-04T15:05:22.855Z] === RUN TestWriteCloserWrapperClose [2022-03-04T15:05:22.855Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-03-04T15:05:22.855Z] === RUN TestNopWriteCloser [2022-03-04T15:05:22.855Z] --- PASS: TestNopWriteCloser (0.00s) [2022-03-04T15:05:22.855Z] === RUN TestNopWriter [2022-03-04T15:05:22.855Z] --- PASS: TestNopWriter (0.00s) [2022-03-04T15:05:22.855Z] === RUN TestWriteCounter [2022-03-04T15:05:22.855Z] --- PASS: TestWriteCounter (0.00s) [2022-03-04T15:05:22.855Z] PASS [2022-03-04T15:05:22.855Z] coverage: 69.2% of statements [2022-03-04T15:05:22.855Z] ok github.com/docker/docker/pkg/ioutils 0.611s coverage: 69.2% of statements [2022-03-04T15:05:22.887Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.007s coverage: 69.9% of statements [2022-03-04T15:05:23.453Z] ok github.com/docker/docker/daemon/logger/local 0.036s coverage: 78.7% of statements [2022-03-04T15:05:23.453Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-04T15:05:23.842Z] --- PASS: TestNetworkDBNodeLeave (2.83s) [2022-03-04T15:05:23.842Z] === RUN TestNetworkDBWatch [2022-03-04T15:05:23.842Z] === RUN TestError [2022-03-04T15:05:23.842Z] --- PASS: TestError (0.00s) [2022-03-04T15:05:23.842Z] === RUN TestProgressString [2022-03-04T15:05:23.842Z] === RUN TestProgressString/no_progress [2022-03-04T15:05:23.842Z] === RUN TestProgressString/progress_1 [2022-03-04T15:05:23.842Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-03-04T15:05:23.842Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-03-04T15:05:23.842Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-03-04T15:05:23.842Z] === RUN TestProgressString/with_units [2022-03-04T15:05:23.842Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-03-04T15:05:23.842Z] === RUN TestProgressString/hide_counts [2022-03-04T15:05:23.842Z] --- PASS: TestProgressString (0.00s) [2022-03-04T15:05:23.842Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-03-04T15:05:23.842Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-03-04T15:05:23.842Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-03-04T15:05:23.842Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-03-04T15:05:23.842Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-03-04T15:05:23.842Z] --- PASS: TestProgressString/with_units (0.00s) [2022-03-04T15:05:23.842Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-03-04T15:05:23.842Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-03-04T15:05:23.842Z] === RUN TestJSONMessageDisplay [2022-03-04T15:05:24.018Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.040s coverage: 58.9% of statements [2022-03-04T15:05:24.024Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2022-03-04T15:05:24.277Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.067s coverage: 31.5% of statements [2022-03-04T15:05:24.312Z] --- PASS: TestJSONMessageDisplay (0.18s) [2022-03-04T15:05:24.312Z] === RUN TestJSONMessageDisplayWithJSONError [2022-03-04T15:05:24.312Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-03-04T15:05:24.312Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-03-04T15:05:24.312Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-03-04T15:05:24.312Z] === RUN TestDisplayJSONMessagesStream [2022-03-04T15:05:24.312Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-03-04T15:05:24.312Z] PASS [2022-03-04T15:05:24.312Z] coverage: 91.7% of statements [2022-03-04T15:05:24.312Z] ok github.com/docker/docker/pkg/jsonmessage 0.235s coverage: 91.7% of statements [2022-03-04T15:05:24.783Z] === RUN TestStandardLongPath [2022-03-04T15:05:24.783Z] --- PASS: TestStandardLongPath (0.00s) [2022-03-04T15:05:24.783Z] === RUN TestUNCLongPath [2022-03-04T15:05:24.783Z] --- PASS: TestUNCLongPath (0.00s) [2022-03-04T15:05:24.783Z] PASS [2022-03-04T15:05:24.783Z] coverage: 100.0% of statements [2022-03-04T15:05:24.783Z] ok github.com/docker/docker/pkg/longpath 0.044s coverage: 100.0% of statements [2022-03-04T15:05:25.211Z] ok github.com/docker/docker/daemon/logger/syslog 0.006s coverage: 46.8% of statements [2022-03-04T15:05:25.211Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2022-03-04T15:05:25.252Z] 2022/03/04 15:05:24 Closing DB instances... [2022-03-04T15:05:25.720Z] === RUN TestNameFormat [2022-03-04T15:05:25.721Z] --- PASS: TestNameFormat (0.00s) [2022-03-04T15:05:25.721Z] === RUN TestNameRetries [2022-03-04T15:05:25.721Z] --- PASS: TestNameRetries (0.00s) [2022-03-04T15:05:25.721Z] PASS [2022-03-04T15:05:25.721Z] coverage: 85.7% of statements [2022-03-04T15:05:25.721Z] ok github.com/docker/docker/pkg/namesgenerator 0.048s coverage: 85.7% of statements [2022-03-04T15:05:25.799Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2022-03-04T15:05:26.191Z] === RUN TestParseKeyValueOpt [2022-03-04T15:05:26.191Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-03-04T15:05:26.191Z] === RUN TestParseUintList [2022-03-04T15:05:26.191Z] --- PASS: TestParseUintList (0.00s) [2022-03-04T15:05:26.191Z] === RUN TestParseUintListMaximumLimits [2022-03-04T15:05:26.191Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-03-04T15:05:26.191Z] PASS [2022-03-04T15:05:26.191Z] coverage: 97.0% of statements [2022-03-04T15:05:26.191Z] ok github.com/docker/docker/pkg/parsers 0.043s coverage: 97.0% of statements [2022-03-04T15:05:26.683Z] --- PASS: TestNetworkDBWatch (3.05s) [2022-03-04T15:05:26.683Z] === RUN TestNetworkDBBulkSync [2022-03-04T15:05:26.733Z] ok github.com/docker/docker/daemon/logger/splunk 1.584s coverage: 82.5% of statements [2022-03-04T15:05:26.733Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-04T15:05:26.733Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-04T15:05:27.158Z] === RUN TestNewAndRemove [2022-03-04T15:05:27.158Z] --- PASS: TestNewAndRemove (0.00s) [2022-03-04T15:05:27.158Z] === RUN TestRemoveInvalidPath [2022-03-04T15:05:27.158Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-03-04T15:05:27.158Z] PASS [2022-03-04T15:05:27.158Z] coverage: 82.6% of statements [2022-03-04T15:05:27.158Z] ok github.com/docker/docker/pkg/pidfile 0.043s coverage: 82.6% of statements [2022-03-04T15:05:27.300Z] ok github.com/docker/docker/distribution 0.088s coverage: 26.3% of statements [2022-03-04T15:05:27.315Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2022-03-04T15:05:27.558Z] ok github.com/docker/docker/distribution/metadata 0.066s coverage: 48.2% of statements [2022-03-04T15:05:27.558Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-04T15:05:28.145Z] 2022/03/04 15:05:27 Closing DB instances... [2022-03-04T15:05:28.493Z] ok github.com/docker/docker/errdefs 0.004s coverage: 53.1% of statements [2022-03-04T15:05:29.059Z] ok github.com/docker/docker/image 0.025s coverage: 86.9% of statements [2022-03-04T15:05:29.133Z] === RUN TestFailedConnection [2022-03-04T15:05:29.133Z] --- PASS: TestGetAddress (23.48s) [2022-03-04T15:05:29.133Z] === RUN TestRequestSyntaxCheck [2022-03-04T15:05:29.133Z] --- PASS: TestRequestSyntaxCheck (0.03s) [2022-03-04T15:05:29.133Z] === RUN TestRequest [2022-03-04T15:05:29.316Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2022-03-04T15:05:29.601Z] --- PASS: TestNetworkDBBulkSync (2.84s) [2022-03-04T15:05:29.602Z] === RUN TestNetworkDBCRUDMediumCluster [2022-03-04T15:05:29.882Z] ok github.com/docker/docker/image/tarexport 0.007s coverage: 0.7% of statements [2022-03-04T15:05:29.892Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2022-03-04T15:05:30.139Z] ok github.com/docker/docker/image/v1 0.006s coverage: 25.0% of statements [2022-03-04T15:05:30.139Z] ok github.com/docker/docker/distribution/xfer 1.898s coverage: 85.9% of statements [2022-03-04T15:05:30.139Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-04T15:05:30.139Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-04T15:05:30.706Z] ok github.com/docker/docker/libcontainerd/queue 0.023s coverage: 100.0% of statements [2022-03-04T15:05:31.640Z] ok github.com/docker/docker/oci 0.011s coverage: 43.3% of statements [2022-03-04T15:05:31.819Z] --- PASS: TestFailedConnection (2.39s) [2022-03-04T15:05:31.819Z] === RUN TestFailOnce [2022-03-04T15:05:31.819Z] 2022/03/04 15:05:31 http: panic serving 127.0.0.1:49284: Plugin not ready [2022-03-04T15:05:31.819Z] goroutine 34 [running]: [2022-03-04T15:05:31.819Z] net/http.(*conn).serve.func1() [2022-03-04T15:05:31.819Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-03-04T15:05:31.819Z] panic({0x127b9a0, 0x138f710}) [2022-03-04T15:05:31.819Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-03-04T15:05:31.819Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0x7763906f05c98bfc}, 0xc00004ba98) [2022-03-04T15:05:31.819Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-03-04T15:05:31.819Z] net/http.HandlerFunc.ServeHTTP(0x0, {0x139c620, 0xc0000ba000}, 0x11b1206) [2022-03-04T15:05:31.819Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-03-04T15:05:31.819Z] net/http.(*ServeMux).ServeHTTP(0x0, {0x139c620, 0xc0000ba000}, 0xc0000ae000) [2022-03-04T15:05:31.819Z] c:/go/src/net/http/server.go:2425 +0x149 [2022-03-04T15:05:31.819Z] net/http.serverHandler.ServeHTTP({0x139ad10}, {0x139c620, 0xc0000ba000}, 0xc0000ae000) [2022-03-04T15:05:31.819Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-03-04T15:05:31.819Z] net/http.(*conn).serve(0xc0000a8000, {0x139e620, 0xc00008a0c0}) [2022-03-04T15:05:31.819Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-03-04T15:05:31.819Z] created by net/http.(*Server).Serve [2022-03-04T15:05:31.819Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-03-04T15:05:31.819Z] time="2022-03-04T15:05:31Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49283/Test.FailOnce: Post \"http://127.0.0.1:49283/Test.FailOnce\": EOF, retrying in 1s" [2022-03-04T15:05:32.205Z] ok github.com/docker/docker/opts 0.019s coverage: 67.4% of statements [2022-03-04T15:05:32.205Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2022-03-04T15:05:32.288Z] 2022/03/04 15:05:32 Closing DB instances... [2022-03-04T15:05:32.758Z] time="2022-03-04T15:05:32Z" level=error msg="node: f2d706f2a223 is unknown to memberlist" [2022-03-04T15:05:32.758Z] --- PASS: TestFailOnce (1.25s) [2022-03-04T15:05:32.758Z] === RUN TestEchoInputOutput [2022-03-04T15:05:32.758Z] --- PASS: TestEchoInputOutput (0.00s) [2022-03-04T15:05:32.758Z] === RUN TestBackoff [2022-03-04T15:05:32.758Z] --- PASS: TestBackoff (0.00s) [2022-03-04T15:05:32.758Z] === RUN TestAbortRetry [2022-03-04T15:05:32.758Z] --- PASS: TestAbortRetry (0.00s) [2022-03-04T15:05:32.758Z] === RUN TestClientScheme [2022-03-04T15:05:32.758Z] --- PASS: TestClientScheme (0.00s) [2022-03-04T15:05:32.758Z] === RUN TestNewClientWithTimeout [2022-03-04T15:05:33.055Z] 2022/03/04 15:05:31 Closing DB instances... [2022-03-04T15:05:33.055Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (52.02s) [2022-03-04T15:05:33.055Z] === RUN TestNetworkDBGarbageCollection [2022-03-04T15:05:33.195Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-03-04T15:05:33.195Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-03-04T15:05:33.231Z] time="2022-03-04T15:05:32Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49288/Test.Echo: Post \"http://127.0.0.1:49288/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-03-04T15:05:34.108Z] ok github.com/docker/docker/pkg/archive 0.294s coverage: 82.2% of statements [2022-03-04T15:05:34.134Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2022-03-04T15:05:34.675Z] ok github.com/docker/docker/pkg/authorization 0.240s coverage: 68.3% of statements [2022-03-04T15:05:34.675Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2022-03-04T15:05:34.797Z] time="2022-03-04T15:05:34Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49288/Test.Echo: Post \"http://127.0.0.1:49288/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-03-04T15:05:34.797Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.51s) [2022-03-04T15:05:34.797Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-03-04T15:05:34.933Z] ok github.com/docker/docker/pkg/capabilities 0.003s coverage: 87.5% of statements [2022-03-04T15:05:36.041Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2022-03-04T15:05:36.364Z] 2022/03/04 15:05:35 Closing DB instances... [2022-03-04T15:05:36.981Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2022-03-04T15:05:37.240Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-03-04T15:05:37.358Z] time="2022-03-04T15:05:36Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49288/Test.Echo: Post \"http://127.0.0.1:49288/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-03-04T15:05:37.809Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-03-04T15:05:37.827Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.63s) [2022-03-04T15:05:37.827Z] === RUN TestNetworkDBGarbageCollection [2022-03-04T15:05:38.069Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-03-04T15:05:38.213Z] ok github.com/docker/docker/pkg/chrootarchive 2.473s coverage: 43.5% of statements [2022-03-04T15:05:38.213Z] ok github.com/docker/docker/pkg/containerfs 0.004s coverage: 6.7% of statements [2022-03-04T15:05:38.213Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2022-03-04T15:05:38.296Z] --- PASS: TestRequest (9.12s) [2022-03-04T15:05:38.296Z] === RUN TestOverlappingRequests [2022-03-04T15:05:38.329Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2022-03-04T15:05:38.470Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2022-03-04T15:05:38.766Z] --- PASS: TestOverlappingRequests (0.44s) [2022-03-04T15:05:38.766Z] === RUN TestRelease [2022-03-04T15:05:38.897Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-03-04T15:05:38.898Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-03-04T15:05:39.035Z] ok github.com/docker/docker/layer 7.289s coverage: 68.9% of statements [2022-03-04T15:05:39.035Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-04T15:05:39.035Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-04T15:05:39.035Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-04T15:05:39.035Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-04T15:05:39.035Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-04T15:05:39.035Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-04T15:05:39.293Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2022-03-04T15:05:39.467Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-03-04T15:05:39.551Z] ok github.com/docker/docker/pkg/fileutils 0.018s coverage: 87.2% of statements [2022-03-04T15:05:39.809Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2022-03-04T15:05:39.809Z] ok github.com/docker/docker/pkg/fsutils 0.186s coverage: 85.1% of statements [2022-03-04T15:05:40.034Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-03-04T15:05:40.339Z] --- PASS: TestRelease (1.67s) [2022-03-04T15:05:40.339Z] === RUN TestAllocateRandomDeallocate [2022-03-04T15:05:40.743Z] ok github.com/docker/docker/pkg/idtools 0.381s coverage: 69.5% of statements [2022-03-04T15:05:41.002Z] ok github.com/docker/docker/pkg/ioutils 0.520s coverage: 70.1% of statements [2022-03-04T15:05:41.260Z] ok github.com/docker/docker/pkg/jsonmessage 0.008s coverage: 91.7% of statements [2022-03-04T15:05:41.260Z] ? github.com/docker/docker/pkg/locker [no test files] [2022-03-04T15:05:41.260Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2022-03-04T15:05:41.260Z] ? github.com/docker/docker/pkg/loopback [no test files] [2022-03-04T15:05:41.260Z] ? github.com/docker/docker/pkg/mount [no test files] [2022-03-04T15:05:41.412Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2022-03-04T15:05:41.518Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2022-03-04T15:05:41.777Z] ok github.com/docker/docker/pkg/parsers 0.009s coverage: 97.0% of statements [2022-03-04T15:05:41.777Z] ok github.com/docker/docker/pkg/parsers/kernel 0.018s coverage: 60.0% of statements [2022-03-04T15:05:41.910Z] time="2022-03-04T15:05:41Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49288/Test.Echo: Post \"http://127.0.0.1:49288/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-03-04T15:05:41.981Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-03-04T15:05:42.035Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.012s coverage: 86.7% of statements [2022-03-04T15:05:42.035Z] ok github.com/docker/docker/pkg/pidfile 0.003s coverage: 82.4% of statements [2022-03-04T15:05:42.035Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-04T15:05:42.035Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-04T15:05:42.600Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.008s coverage: 56.8% of statements [2022-03-04T15:05:43.167Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2022-03-04T15:05:43.425Z] ok github.com/docker/docker/pkg/pools 0.003s coverage: 88.2% of statements [2022-03-04T15:05:43.425Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2022-03-04T15:05:43.890Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-03-04T15:05:44.801Z] ok github.com/docker/docker/pkg/pubsub 1.034s coverage: 75.0% of statements [2022-03-04T15:05:44.801Z] ok github.com/docker/docker/pkg/reexec 0.008s coverage: 82.4% of statements [2022-03-04T15:05:45.060Z] ok github.com/docker/docker/pkg/stack 0.004s coverage: 90.9% of statements [2022-03-04T15:05:45.271Z] === RUN TestDockerSuite/TestBuildEnv [2022-03-04T15:05:45.317Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2022-03-04T15:05:45.576Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2022-03-04T15:05:45.576Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2022-03-04T15:05:45.705Z] --- PASS: TestAllocateRandomDeallocate (4.87s) [2022-03-04T15:05:45.705Z] === RUN TestRetrieveFromStore [2022-03-04T15:05:46.142Z] ok github.com/docker/docker/pkg/sysinfo 0.006s coverage: 51.2% of statements [2022-03-04T15:05:46.174Z] === RUN TestParseEmptyInterface [2022-03-04T15:05:46.174Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-03-04T15:05:46.174Z] === RUN TestParseNonInterfaceType [2022-03-04T15:05:46.174Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-03-04T15:05:46.174Z] === RUN TestParseWithOneFunction [2022-03-04T15:05:46.174Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-03-04T15:05:46.174Z] === RUN TestParseWithMultipleFuncs [2022-03-04T15:05:46.174Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-03-04T15:05:46.174Z] === RUN TestParseWithUnnamedReturn [2022-03-04T15:05:46.174Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-03-04T15:05:46.174Z] === RUN TestEmbeddedInterface [2022-03-04T15:05:46.174Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-03-04T15:05:46.174Z] === RUN TestParsedImports [2022-03-04T15:05:46.174Z] --- PASS: TestParsedImports (0.00s) [2022-03-04T15:05:46.174Z] === RUN TestAliasedImports [2022-03-04T15:05:46.174Z] --- PASS: TestAliasedImports (0.00s) [2022-03-04T15:05:46.174Z] PASS [2022-03-04T15:05:46.174Z] coverage: 56.8% of statements [2022-03-04T15:05:46.174Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.053s coverage: 56.8% of statements [2022-03-04T15:05:46.401Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 42.3% of statements [2022-03-04T15:05:46.650Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-03-04T15:05:46.650Z] docker_cli_daemon_test.go:2522: [d247bb431dd9d] daemon is not started [2022-03-04T15:05:46.658Z] ok github.com/docker/docker/pkg/tailfile 0.049s coverage: 88.6% of statements [2022-03-04T15:05:47.162Z] --- PASS: TestRetrieveFromStore (1.66s) [2022-03-04T15:05:47.162Z] === RUN TestRequestReleaseAddressDuplicate [2022-03-04T15:05:47.162Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2022-03-04T15:05:47.162Z] === RUN TestParallelPredefinedRequest1 [2022-03-04T15:05:47.162Z] === PAUSE TestParallelPredefinedRequest1 [2022-03-04T15:05:47.162Z] === RUN TestParallelPredefinedRequest2 [2022-03-04T15:05:47.162Z] === PAUSE TestParallelPredefinedRequest2 [2022-03-04T15:05:47.162Z] === RUN TestParallelPredefinedRequest3 [2022-03-04T15:05:47.162Z] === PAUSE TestParallelPredefinedRequest3 [2022-03-04T15:05:47.162Z] === RUN TestParallelPredefinedRequest4 [2022-03-04T15:05:47.162Z] === PAUSE TestParallelPredefinedRequest4 [2022-03-04T15:05:47.162Z] === RUN TestParallelPredefinedRequest5 [2022-03-04T15:05:47.162Z] === PAUSE TestParallelPredefinedRequest5 [2022-03-04T15:05:47.162Z] === RUN TestDebug [2022-03-04T15:05:47.162Z] --- PASS: TestDebug (0.00s) [2022-03-04T15:05:47.162Z] === RUN TestRequestPoolParallel [2022-03-04T15:05:47.162Z] === RUN TestHTTPTransport [2022-03-04T15:05:47.162Z] --- PASS: TestHTTPTransport (0.00s) [2022-03-04T15:05:47.162Z] PASS [2022-03-04T15:05:47.162Z] coverage: 85.7% of statements [2022-03-04T15:05:47.162Z] ok github.com/docker/docker/pkg/plugins/transport 0.038s coverage: 85.7% of statements [2022-03-04T15:05:47.162Z] --- PASS: TestRequestPoolParallel (0.44s) [2022-03-04T15:05:47.162Z] === RUN TestFullAllocateRelease [2022-03-04T15:05:47.224Z] ok github.com/docker/docker/pkg/tarsum 0.039s coverage: 89.3% of statements [2022-03-04T15:05:47.224Z] coverage: [no statements] [2022-03-04T15:05:47.224Z] ok github.com/docker/docker/pkg/term/windows 0.002s coverage: [no statements] [no tests to run] [2022-03-04T15:05:47.482Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2022-03-04T15:05:47.631Z] --- PASS: TestFullAllocateRelease (0.43s) [2022-03-04T15:05:47.631Z] === RUN TestOddAllocateRelease [2022-03-04T15:05:47.741Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2022-03-04T15:05:47.741Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2022-03-04T15:05:48.031Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-03-04T15:05:48.100Z] --- PASS: TestOddAllocateRelease (0.24s) [2022-03-04T15:05:48.100Z] === RUN TestFullAllocateSerialReleaseParallel [2022-03-04T15:05:48.100Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-03-04T15:05:48.100Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-04T15:05:48.100Z] === RUN TestBufioReaderPoolPutAndGet [2022-03-04T15:05:48.100Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-03-04T15:05:48.100Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-03-04T15:05:48.100Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-03-04T15:05:48.100Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-03-04T15:05:48.100Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-04T15:05:48.100Z] === RUN TestBufioWriterPoolPutAndGet [2022-03-04T15:05:48.100Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-03-04T15:05:48.100Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-03-04T15:05:48.100Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-03-04T15:05:48.100Z] === RUN TestBufferPoolPutAndGet [2022-03-04T15:05:48.100Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-03-04T15:05:48.100Z] PASS [2022-03-04T15:05:48.100Z] coverage: 88.2% of statements [2022-03-04T15:05:48.100Z] ok github.com/docker/docker/pkg/pools 0.043s coverage: 88.2% of statements [2022-03-04T15:05:48.100Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.07s) [2022-03-04T15:05:48.100Z] === RUN TestOddAllocateSerialReleaseParallel [2022-03-04T15:05:48.100Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.04s) [2022-03-04T15:05:48.100Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-03-04T15:05:48.100Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.04s) [2022-03-04T15:05:48.100Z] === CONT TestParallelPredefinedRequest1 [2022-03-04T15:05:48.100Z] === CONT TestParallelPredefinedRequest4 [2022-03-04T15:05:48.100Z] === CONT TestParallelPredefinedRequest5 [2022-03-04T15:05:48.100Z] === CONT TestParallelPredefinedRequest1 [2022-03-04T15:05:48.100Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T15:05:48.100Z] === CONT TestParallelPredefinedRequest3 [2022-03-04T15:05:48.100Z] === CONT TestParallelPredefinedRequest2 [2022-03-04T15:05:48.100Z] === CONT TestParallelPredefinedRequest3 [2022-03-04T15:05:48.100Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T15:05:48.100Z] === CONT TestParallelPredefinedRequest2 [2022-03-04T15:05:48.100Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T15:05:48.100Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-03-04T15:05:48.100Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-03-04T15:05:48.100Z] === CONT TestParallelPredefinedRequest5 [2022-03-04T15:05:48.100Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T15:05:48.100Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-03-04T15:05:48.100Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-03-04T15:05:48.100Z] === CONT TestParallelPredefinedRequest4 [2022-03-04T15:05:48.100Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T15:05:48.100Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-03-04T15:05:48.100Z] PASS [2022-03-04T15:05:48.100Z] coverage: 85.3% of statements [2022-03-04T15:05:48.100Z] ok github.com/docker/docker/libnetwork/ipam 50.856s coverage: 85.3% of statements [2022-03-04T15:05:48.569Z] === RUN TestOutputOnPrematureClose [2022-03-04T15:05:48.569Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-03-04T15:05:48.569Z] === RUN TestCompleteSilently [2022-03-04T15:05:48.569Z] --- PASS: TestCompleteSilently (0.00s) [2022-03-04T15:05:48.569Z] PASS [2022-03-04T15:05:48.569Z] coverage: 75.9% of statements [2022-03-04T15:05:48.569Z] ok github.com/docker/docker/pkg/progress 0.036s coverage: 75.9% of statements [2022-03-04T15:05:48.600Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2022-03-04T15:05:48.860Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-03-04T15:05:49.039Z] === RUN TestSendToOneSub [2022-03-04T15:05:49.039Z] --- PASS: TestSendToOneSub (0.00s) [2022-03-04T15:05:49.039Z] === RUN TestSendToMultipleSubs [2022-03-04T15:05:49.039Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-03-04T15:05:49.040Z] === RUN TestEvictOneSub [2022-03-04T15:05:49.040Z] --- PASS: TestEvictOneSub (0.00s) [2022-03-04T15:05:49.040Z] === RUN TestClosePublisher [2022-03-04T15:05:49.040Z] --- PASS: TestClosePublisher (0.00s) [2022-03-04T15:05:49.040Z] === RUN TestPubSubRace [2022-03-04T15:05:49.143Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2022-03-04T15:05:49.143Z] === RUN TestBoolValue [2022-03-04T15:05:49.143Z] --- PASS: TestBoolValue (0.00s) [2022-03-04T15:05:49.143Z] === RUN TestBoolValueOrDefault [2022-03-04T15:05:49.143Z] --- PASS: TestBoolValueOrDefault (0.00s) [2022-03-04T15:05:49.143Z] === RUN TestInt64ValueOrZero [2022-03-04T15:05:49.143Z] --- PASS: TestInt64ValueOrZero (0.00s) [2022-03-04T15:05:49.143Z] === RUN TestInt64ValueOrDefault [2022-03-04T15:05:49.143Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2022-03-04T15:05:49.143Z] === RUN TestInt64ValueOrDefaultWithError [2022-03-04T15:05:49.143Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2022-03-04T15:05:49.143Z] === RUN TestJsonContentType [2022-03-04T15:05:49.143Z] --- PASS: TestJsonContentType (0.00s) [2022-03-04T15:05:49.143Z] PASS [2022-03-04T15:05:49.143Z] coverage: 14.7% of statements [2022-03-04T15:05:49.143Z] ok github.com/docker/docker/api/server/httputils 0.108s coverage: 14.7% of statements [2022-03-04T15:05:49.143Z] === RUN TestMaskSecretKeys [2022-03-04T15:05:49.143Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2022-03-04T15:05:49.143Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2022-03-04T15:05:49.143Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2022-03-04T15:05:49.143Z] --- PASS: TestMaskSecretKeys (0.00s) [2022-03-04T15:05:49.143Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2022-03-04T15:05:49.143Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2022-03-04T15:05:49.143Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2022-03-04T15:05:49.143Z] === RUN TestVersionMiddlewareVersion [2022-03-04T15:05:49.143Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2022-03-04T15:05:49.143Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2022-03-04T15:05:49.143Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2022-03-04T15:05:49.143Z] PASS [2022-03-04T15:05:49.143Z] coverage: 37.7% of statements [2022-03-04T15:05:49.143Z] ok github.com/docker/docker/api/server/middleware 0.068s coverage: 37.7% of statements [2022-03-04T15:05:49.143Z] ? github.com/docker/docker/api/server/router [no test files] [2022-03-04T15:05:49.143Z] ? github.com/docker/docker/api/server/router/build [no test files] [2022-03-04T15:05:49.143Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2022-03-04T15:05:49.143Z] ? github.com/docker/docker/api/server/router/container [no test files] [2022-03-04T15:05:49.143Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2022-03-04T15:05:49.143Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2022-03-04T15:05:49.143Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2022-03-04T15:05:49.143Z] ? github.com/docker/docker/api/server/router/image [no test files] [2022-03-04T15:05:49.143Z] ? github.com/docker/docker/api/server/router/network [no test files] [2022-03-04T15:05:49.143Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2022-03-04T15:05:49.143Z] ? github.com/docker/docker/api/server/router/session [no test files] [2022-03-04T15:05:49.143Z] === RUN TestStrSliceMarshalJSON [2022-03-04T15:05:49.143Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2022-03-04T15:05:49.143Z] === RUN TestStrSliceUnmarshalJSON [2022-03-04T15:05:49.143Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2022-03-04T15:05:49.143Z] === RUN TestStrSliceUnmarshalString [2022-03-04T15:05:49.143Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2022-03-04T15:05:49.143Z] === RUN TestStrSliceUnmarshalSlice [2022-03-04T15:05:49.143Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2022-03-04T15:05:49.143Z] PASS [2022-03-04T15:05:49.143Z] coverage: 90.0% of statements [2022-03-04T15:05:49.143Z] ok github.com/docker/docker/api/types/strslice 0.064s coverage: 90.0% of statements [2022-03-04T15:05:49.143Z] === RUN TestToJSON [2022-03-04T15:05:49.143Z] --- PASS: TestToJSON (0.00s) [2022-03-04T15:05:49.143Z] === RUN TestToParamWithVersion [2022-03-04T15:05:49.143Z] --- PASS: TestToParamWithVersion (0.00s) [2022-03-04T15:05:49.143Z] === RUN TestFromJSON [2022-03-04T15:05:49.143Z] --- PASS: TestFromJSON (0.00s) [2022-03-04T15:05:49.143Z] === RUN TestEmpty [2022-03-04T15:05:49.143Z] --- PASS: TestEmpty (0.00s) [2022-03-04T15:05:49.143Z] === RUN TestArgsMatchKVListEmptySources [2022-03-04T15:05:49.143Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2022-03-04T15:05:49.143Z] === RUN TestArgsMatchKVList [2022-03-04T15:05:49.143Z] --- PASS: TestArgsMatchKVList (0.00s) [2022-03-04T15:05:49.143Z] === RUN TestArgsMatch [2022-03-04T15:05:49.143Z] --- PASS: TestArgsMatch (0.00s) [2022-03-04T15:05:49.143Z] === RUN TestAdd [2022-03-04T15:05:49.143Z] --- PASS: TestAdd (0.00s) [2022-03-04T15:05:49.143Z] === RUN TestDel [2022-03-04T15:05:49.143Z] --- PASS: TestDel (0.00s) [2022-03-04T15:05:49.143Z] === RUN TestLen [2022-03-04T15:05:49.143Z] --- PASS: TestLen (0.00s) [2022-03-04T15:05:49.143Z] === RUN TestExactMatch [2022-03-04T15:05:49.143Z] --- PASS: TestExactMatch (0.00s) [2022-03-04T15:05:49.143Z] === RUN TestOnlyOneExactMatch [2022-03-04T15:05:49.143Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2022-03-04T15:05:49.143Z] === RUN TestContains [2022-03-04T15:05:49.143Z] --- PASS: TestContains (0.00s) [2022-03-04T15:05:49.143Z] === RUN TestValidate [2022-03-04T15:05:49.143Z] --- PASS: TestValidate (0.00s) [2022-03-04T15:05:49.143Z] === RUN TestWalkValues [2022-03-04T15:05:49.143Z] --- PASS: TestWalkValues (0.00s) [2022-03-04T15:05:49.143Z] === RUN TestFuzzyMatch [2022-03-04T15:05:49.143Z] --- PASS: TestFuzzyMatch (0.00s) [2022-03-04T15:05:49.143Z] === RUN TestClone [2022-03-04T15:05:49.143Z] --- PASS: TestClone (0.00s) [2022-03-04T15:05:49.143Z] PASS [2022-03-04T15:05:49.143Z] coverage: 92.2% of statements [2022-03-04T15:05:49.143Z] ok github.com/docker/docker/api/types/filters 0.050s coverage: 92.2% of statements [2022-03-04T15:05:49.143Z] === RUN TestAdjustForAPIVersion [2022-03-04T15:05:49.143Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2022-03-04T15:05:49.143Z] PASS [2022-03-04T15:05:49.143Z] coverage: 5.7% of statements [2022-03-04T15:05:49.143Z] ok github.com/docker/docker/api/server/router/swarm 0.058s coverage: 5.7% of statements [2022-03-04T15:05:49.143Z] ? github.com/docker/docker/api/server/router/system [no test files] [2022-03-04T15:05:49.143Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2022-03-04T15:05:49.143Z] ? github.com/docker/docker/api/types [no test files] [2022-03-04T15:05:49.143Z] ? github.com/docker/docker/api/types/backend [no test files] [2022-03-04T15:05:49.143Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2022-03-04T15:05:49.143Z] ? github.com/docker/docker/api/types/container [no test files] [2022-03-04T15:05:49.143Z] ? github.com/docker/docker/api/types/events [no test files] [2022-03-04T15:05:49.143Z] ? github.com/docker/docker/api/types/image [no test files] [2022-03-04T15:05:49.143Z] ? github.com/docker/docker/api/types/mount [no test files] [2022-03-04T15:05:49.143Z] ? github.com/docker/docker/api/types/network [no test files] [2022-03-04T15:05:49.143Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2022-03-04T15:05:49.143Z] ? github.com/docker/docker/api/types/registry [no test files] [2022-03-04T15:05:49.143Z] ? github.com/docker/docker/api/types/swarm [no test files] [2022-03-04T15:05:49.143Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2022-03-04T15:05:49.143Z] === RUN TestDurationToSecondsString [2022-03-04T15:05:49.143Z] --- PASS: TestDurationToSecondsString (0.00s) [2022-03-04T15:05:49.143Z] === RUN TestGetTimestamp [2022-03-04T15:05:49.143Z] --- PASS: TestGetTimestamp (0.15s) [2022-03-04T15:05:49.143Z] === RUN TestParseTimestamps [2022-03-04T15:05:49.143Z] --- PASS: TestParseTimestamps (0.00s) [2022-03-04T15:05:49.143Z] PASS [2022-03-04T15:05:49.143Z] coverage: 100.0% of statements [2022-03-04T15:05:49.143Z] ok github.com/docker/docker/api/types/time 0.202s coverage: 100.0% of statements [2022-03-04T15:05:49.143Z] === RUN TestCompareVersion [2022-03-04T15:05:49.143Z] --- PASS: TestCompareVersion (0.00s) [2022-03-04T15:05:49.143Z] PASS [2022-03-04T15:05:49.143Z] coverage: 77.3% of statements [2022-03-04T15:05:49.143Z] ok github.com/docker/docker/api/types/versions 0.035s coverage: 77.3% of statements [2022-03-04T15:05:49.143Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2022-03-04T15:05:49.143Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2022-03-04T15:05:49.143Z] ? github.com/docker/docker/api/types/volume [no test files] [2022-03-04T15:05:49.143Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2022-03-04T15:05:49.143Z] ? github.com/docker/docker/builder [no test files] [2022-03-04T15:05:49.143Z] ? github.com/docker/docker/builder/builder-next [no test files] [2022-03-04T15:05:49.143Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2022-03-04T15:05:49.143Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2022-03-04T15:05:49.143Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2022-03-04T15:05:49.143Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2022-03-04T15:05:49.143Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2022-03-04T15:05:49.143Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2022-03-04T15:05:49.143Z] === RUN TestParseRemoteURL [2022-03-04T15:05:49.143Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2022-03-04T15:05:49.143Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2022-03-04T15:05:49.143Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2022-03-04T15:05:49.143Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2022-03-04T15:05:49.143Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2022-03-04T15:05:49.143Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2022-03-04T15:05:49.143Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2022-03-04T15:05:49.143Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2022-03-04T15:05:49.143Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2022-03-04T15:05:49.143Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2022-03-04T15:05:49.143Z] --- PASS: TestParseRemoteURL (0.00s) [2022-03-04T15:05:49.143Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2022-03-04T15:05:49.143Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2022-03-04T15:05:49.143Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2022-03-04T15:05:49.143Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2022-03-04T15:05:49.143Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2022-03-04T15:05:49.143Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2022-03-04T15:05:49.143Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2022-03-04T15:05:49.143Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2022-03-04T15:05:49.143Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2022-03-04T15:05:49.143Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2022-03-04T15:05:49.143Z] === RUN TestCloneArgsSmartHttp [2022-03-04T15:05:49.143Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2022-03-04T15:05:49.143Z] === RUN TestCloneArgsDumbHttp [2022-03-04T15:05:49.143Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2022-03-04T15:05:49.143Z] === RUN TestCloneArgsGit [2022-03-04T15:05:49.143Z] --- PASS: TestCloneArgsGit (0.00s) [2022-03-04T15:05:49.143Z] === RUN TestCheckoutGit [2022-03-04T15:05:49.641Z] ok github.com/docker/docker/plugin 0.516s coverage: 23.2% of statements [2022-03-04T15:05:49.641Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2022-03-04T15:05:49.899Z] ok github.com/docker/docker/profiles/seccomp 0.011s coverage: 86.0% of statements [2022-03-04T15:05:50.026Z] --- PASS: TestPubSubRace (1.05s) [2022-03-04T15:05:50.026Z] PASS [2022-03-04T15:05:50.026Z] coverage: 75.0% of statements [2022-03-04T15:05:50.026Z] ok github.com/docker/docker/pkg/pubsub 1.086s coverage: 75.0% of statements [2022-03-04T15:05:50.138Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2022-03-04T15:05:50.138Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2022-03-04T15:05:50.138Z] === RUN TestProcessNoDockerignore [2022-03-04T15:05:50.138Z] --- PASS: TestProcessNoDockerignore (0.00s) [2022-03-04T15:05:50.138Z] === RUN TestProcessShouldLeaveAllFiles [2022-03-04T15:05:50.138Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2022-03-04T15:05:50.138Z] === RUN TestDetectContentType [2022-03-04T15:05:50.138Z] --- PASS: TestDetectContentType (0.00s) [2022-03-04T15:05:50.138Z] === RUN TestSelectAcceptableMIME [2022-03-04T15:05:50.138Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2022-03-04T15:05:50.138Z] === RUN TestInspectEmptyResponse [2022-03-04T15:05:50.138Z] --- PASS: TestInspectEmptyResponse (0.00s) [2022-03-04T15:05:50.138Z] === RUN TestInspectResponseBinary [2022-03-04T15:05:50.138Z] --- PASS: TestInspectResponseBinary (0.00s) [2022-03-04T15:05:50.138Z] === RUN TestResponseUnsupportedContentType [2022-03-04T15:05:50.138Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2022-03-04T15:05:50.138Z] === RUN TestInspectResponseTextSimple [2022-03-04T15:05:50.138Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2022-03-04T15:05:50.138Z] === RUN TestInspectResponseEmptyContentType [2022-03-04T15:05:50.138Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2022-03-04T15:05:50.138Z] === RUN TestUnknownContentLength [2022-03-04T15:05:50.138Z] --- PASS: TestUnknownContentLength (0.00s) [2022-03-04T15:05:50.138Z] === RUN TestDownloadRemote [2022-03-04T15:05:50.495Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-03-04T15:05:50.496Z] === RUN TestClientStream [2022-03-04T15:05:50.496Z] --- PASS: TestClientStream (0.00s) [2022-03-04T15:05:50.496Z] === RUN TestClientSendFile [2022-03-04T15:05:50.496Z] --- PASS: TestClientSendFile (0.00s) [2022-03-04T15:05:50.496Z] === RUN TestClientWithRequestTimeout [2022-03-04T15:05:50.496Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2022-03-04T15:05:50.496Z] === RUN TestFileSpecPlugin [2022-03-04T15:05:50.496Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-03-04T15:05:50.496Z] === RUN TestFileJSONSpecPlugin [2022-03-04T15:05:50.496Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2022-03-04T15:05:50.496Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-03-04T15:05:50.496Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-03-04T15:05:50.496Z] === RUN TestPluginAddHandler [2022-03-04T15:05:50.496Z] --- PASS: TestPluginAddHandler (0.00s) [2022-03-04T15:05:50.496Z] === RUN TestPluginWaitBadPlugin [2022-03-04T15:05:50.496Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-03-04T15:05:50.496Z] === RUN TestGet [2022-03-04T15:05:50.496Z] time="2022-03-04T15:05:50Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-03-04T15:05:50.607Z] === RUN TestEnable [2022-03-04T15:05:50.607Z] --- PASS: TestEnable (0.00s) [2022-03-04T15:05:50.607Z] === RUN TestDisable [2022-03-04T15:05:50.607Z] --- PASS: TestDisable (0.00s) [2022-03-04T15:05:50.607Z] === RUN TestEnabled [2022-03-04T15:05:50.607Z] --- PASS: TestEnabled (0.00s) [2022-03-04T15:05:50.607Z] PASS [2022-03-04T15:05:50.607Z] coverage: 100.0% of statements [2022-03-04T15:05:50.607Z] ok github.com/docker/docker/cli/debug 0.040s coverage: 100.0% of statements [2022-03-04T15:05:50.607Z] --- PASS: TestDownloadRemote (0.09s) [2022-03-04T15:05:50.607Z] === RUN TestGetWithStatusError [2022-03-04T15:05:50.607Z] --- PASS: TestGetWithStatusError (0.00s) [2022-03-04T15:05:50.607Z] === RUN TestCloseRootDirectory [2022-03-04T15:05:50.607Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:05:50.607Z] --- SKIP: TestCloseRootDirectory (0.00s) [2022-03-04T15:05:50.607Z] === RUN TestHashFile [2022-03-04T15:05:50.607Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:05:50.607Z] --- SKIP: TestHashFile (0.00s) [2022-03-04T15:05:50.607Z] === RUN TestHashSubdir [2022-03-04T15:05:50.607Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:05:50.607Z] --- SKIP: TestHashSubdir (0.00s) [2022-03-04T15:05:50.607Z] === RUN TestRemoveDirectory [2022-03-04T15:05:50.607Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:05:50.607Z] --- SKIP: TestRemoveDirectory (0.00s) [2022-03-04T15:05:50.607Z] PASS [2022-03-04T15:05:50.607Z] coverage: 9.3% of statements [2022-03-04T15:05:50.607Z] ok github.com/docker/docker/builder/remotecontext 0.267s coverage: 9.3% of statements [2022-03-04T15:05:50.965Z] === RUN TestRegister [2022-03-04T15:05:50.965Z] --- PASS: TestRegister (0.00s) [2022-03-04T15:05:50.965Z] === RUN TestCommand [2022-03-04T15:05:50.965Z] --- PASS: TestCommand (0.03s) [2022-03-04T15:05:50.965Z] === RUN TestNaiveSelf [2022-03-04T15:05:50.965Z] --- PASS: TestNaiveSelf (0.03s) [2022-03-04T15:05:50.965Z] PASS [2022-03-04T15:05:50.965Z] coverage: 82.4% of statements [2022-03-04T15:05:50.965Z] ok github.com/docker/docker/pkg/reexec 0.092s coverage: 82.4% of statements [2022-03-04T15:05:51.077Z] === RUN TestGetAllAllowed [2022-03-04T15:05:51.077Z] --- PASS: TestGetAllAllowed (0.00s) [2022-03-04T15:05:51.077Z] === RUN TestGetAllMeta [2022-03-04T15:05:51.077Z] --- PASS: TestGetAllMeta (0.00s) [2022-03-04T15:05:51.077Z] === RUN TestWarnOnUnusedBuildArgs [2022-03-04T15:05:51.077Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2022-03-04T15:05:51.077Z] === RUN TestIsUnreferencedBuiltin [2022-03-04T15:05:51.077Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2022-03-04T15:05:51.077Z] === RUN TestIsExistingDirectory [2022-03-04T15:05:51.077Z] --- PASS: TestIsExistingDirectory (0.00s) [2022-03-04T15:05:51.077Z] === RUN TestGetFilenameForDownload [2022-03-04T15:05:51.077Z] --- PASS: TestGetFilenameForDownload (0.00s) [2022-03-04T15:05:51.077Z] === RUN TestEnv2Variables [2022-03-04T15:05:51.077Z] --- PASS: TestEnv2Variables (0.00s) [2022-03-04T15:05:51.077Z] === RUN TestEnvValueWithExistingRunConfigEnv [2022-03-04T15:05:51.077Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2022-03-04T15:05:51.077Z] === RUN TestMaintainer [2022-03-04T15:05:51.077Z] --- PASS: TestMaintainer (0.00s) [2022-03-04T15:05:51.077Z] === RUN TestLabel [2022-03-04T15:05:51.077Z] --- PASS: TestLabel (0.00s) [2022-03-04T15:05:51.077Z] === RUN TestFromScratch [2022-03-04T15:05:51.077Z] --- PASS: TestFromScratch (0.00s) [2022-03-04T15:05:51.077Z] === RUN TestFromWithArg [2022-03-04T15:05:51.077Z] --- PASS: TestFromWithArg (0.00s) [2022-03-04T15:05:51.077Z] === RUN TestFromWithArgButBuildArgsNotGiven [2022-03-04T15:05:51.077Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.01s) [2022-03-04T15:05:51.077Z] === RUN TestFromWithUndefinedArg [2022-03-04T15:05:51.077Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2022-03-04T15:05:51.077Z] === RUN TestFromMultiStageWithNamedStage [2022-03-04T15:05:51.077Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2022-03-04T15:05:51.077Z] === RUN TestOnbuild [2022-03-04T15:05:51.077Z] --- PASS: TestOnbuild (0.00s) [2022-03-04T15:05:51.077Z] === RUN TestWorkdir [2022-03-04T15:05:51.077Z] --- PASS: TestWorkdir (0.00s) [2022-03-04T15:05:51.077Z] === RUN TestCmd [2022-03-04T15:05:51.077Z] --- PASS: TestCmd (0.00s) [2022-03-04T15:05:51.077Z] === RUN TestHealthcheckNone [2022-03-04T15:05:51.077Z] --- PASS: TestHealthcheckNone (0.00s) [2022-03-04T15:05:51.077Z] === RUN TestHealthcheckCmd [2022-03-04T15:05:51.077Z] --- PASS: TestHealthcheckCmd (0.00s) [2022-03-04T15:05:51.077Z] === RUN TestEntrypoint [2022-03-04T15:05:51.077Z] --- PASS: TestEntrypoint (0.00s) [2022-03-04T15:05:51.077Z] === RUN TestExpose [2022-03-04T15:05:51.077Z] --- PASS: TestExpose (0.00s) [2022-03-04T15:05:51.077Z] === RUN TestUser [2022-03-04T15:05:51.077Z] --- PASS: TestUser (0.00s) [2022-03-04T15:05:51.077Z] === RUN TestVolume [2022-03-04T15:05:51.077Z] --- PASS: TestVolume (0.00s) [2022-03-04T15:05:51.077Z] === RUN TestStopSignal [2022-03-04T15:05:51.077Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-04T15:05:51.077Z] --- SKIP: TestStopSignal (0.00s) [2022-03-04T15:05:51.077Z] === RUN TestArg [2022-03-04T15:05:51.077Z] --- PASS: TestArg (0.00s) [2022-03-04T15:05:51.077Z] === RUN TestShell [2022-03-04T15:05:51.077Z] --- PASS: TestShell (0.00s) [2022-03-04T15:05:51.077Z] === RUN TestPrependEnvOnCmd [2022-03-04T15:05:51.077Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2022-03-04T15:05:51.077Z] === RUN TestRunWithBuildArgs [2022-03-04T15:05:51.077Z] --- PASS: TestRunWithBuildArgs (0.00s) [2022-03-04T15:05:51.077Z] === RUN TestRunIgnoresHealthcheck [2022-03-04T15:05:51.077Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2022-03-04T15:05:51.077Z] === RUN TestDispatchUnsupportedOptions [2022-03-04T15:05:51.077Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2022-03-04T15:05:51.077Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2022-03-04T15:05:51.077Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2022-03-04T15:05:51.077Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2022-03-04T15:05:51.077Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2022-03-04T15:05:51.077Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2022-03-04T15:05:51.077Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2022-03-04T15:05:51.077Z] === RUN TestNormalizeWorkdir [2022-03-04T15:05:51.077Z] --- PASS: TestNormalizeWorkdir (0.00s) [2022-03-04T15:05:51.077Z] === RUN TestDispatch [2022-03-04T15:05:51.077Z] === RUN TestDispatch/ADD_multiple_files_to_file [2022-03-04T15:05:51.077Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2022-03-04T15:05:51.077Z] === RUN TestDispatch/COPY_multiple_files_to_file [2022-03-04T15:05:51.077Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2022-03-04T15:05:51.077Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2022-03-04T15:05:51.077Z] === RUN TestDispatch/COPY_wildcard_no_files [2022-03-04T15:05:51.271Z] ok github.com/docker/docker/quota 0.212s coverage: 71.4% of statements [2022-03-04T15:05:51.271Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2022-03-04T15:05:51.435Z] time="2022-03-04T15:05:51Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-03-04T15:05:51.435Z] === RUN TestDump [2022-03-04T15:05:51.435Z] goroutine 19 [running]: [2022-03-04T15:05:51.435Z] github.com/docker/docker/pkg/stack.dump(0x27b6b7) [2022-03-04T15:05:51.435Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-04T15:05:51.435Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-03-04T15:05:51.435Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-03-04T15:05:51.435Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2022-03-04T15:05:51.435Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-03-04T15:05:51.435Z] testing.tRunner(0xc000085520, 0x3e8f38) [2022-03-04T15:05:51.435Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-04T15:05:51.435Z] created by testing.(*T).Run [2022-03-04T15:05:51.435Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-04T15:05:51.435Z] [2022-03-04T15:05:51.435Z] goroutine 1 [chan receive]: [2022-03-04T15:05:51.435Z] testing.(*T).Run(0xc000085380, {0x3da571, 0x25a413}, 0x3e8f38) [2022-03-04T15:05:51.435Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-04T15:05:51.435Z] testing.runTests.func1(0xc0000b6810) [2022-03-04T15:05:51.435Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-04T15:05:51.435Z] testing.tRunner(0xc000085380, 0xc0000c1ce0) [2022-03-04T15:05:51.435Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-04T15:05:51.435Z] testing.runTests(0xc0000d0080, {0x54cc20, 0x3, 0x3}, {0x27a90d, 0x3dc26b, 0x5516e0}) [2022-03-04T15:05:51.435Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-04T15:05:51.435Z] testing.(*M).Run(0xc0000d0080) [2022-03-04T15:05:51.435Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-04T15:05:51.435Z] main.main() [2022-03-04T15:05:51.435Z] _testmain.go:95 +0x1f5 [2022-03-04T15:05:51.435Z] --- PASS: TestDump (0.00s) [2022-03-04T15:05:51.435Z] === RUN TestDumpToFile [2022-03-04T15:05:51.546Z] === RUN TestDispatch/COPY_url [2022-03-04T15:05:51.546Z] --- PASS: TestDispatch (0.06s) [2022-03-04T15:05:51.546Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2022-03-04T15:05:51.546Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2022-03-04T15:05:51.546Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2022-03-04T15:05:51.546Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2022-03-04T15:05:51.546Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2022-03-04T15:05:51.546Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2022-03-04T15:05:51.546Z] --- PASS: TestDispatch/COPY_url (0.00s) [2022-03-04T15:05:51.546Z] === RUN TestAddScratchImageAddsToMounts [2022-03-04T15:05:51.546Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2022-03-04T15:05:51.546Z] === RUN TestAddFromScratchPopulatesPlatform [2022-03-04T15:05:51.546Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2022-03-04T15:05:51.546Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2022-03-04T15:05:51.546Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2022-03-04T15:05:51.546Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2022-03-04T15:05:51.546Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2022-03-04T15:05:51.546Z] === RUN TestImageSourceGetAddsToMounts [2022-03-04T15:05:51.546Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2022-03-04T15:05:51.546Z] === RUN TestEmptyDockerfile [2022-03-04T15:05:51.546Z] --- PASS: TestEmptyDockerfile (0.00s) [2022-03-04T15:05:51.546Z] === RUN TestSymlinkDockerfile [2022-03-04T15:05:51.546Z] --- PASS: TestSymlinkDockerfile (0.01s) [2022-03-04T15:05:51.546Z] === RUN TestDockerfileOutsideTheBuildContext [2022-03-04T15:05:51.546Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2022-03-04T15:05:51.546Z] === RUN TestNonExistingDockerfile [2022-03-04T15:05:51.546Z] --- PASS: TestNonExistingDockerfile (0.00s) [2022-03-04T15:05:51.546Z] === RUN TestCopyRunConfig [2022-03-04T15:05:51.546Z] --- PASS: TestCopyRunConfig (0.00s) [2022-03-04T15:05:51.546Z] === RUN TestDeepCopyRunConfig [2022-03-04T15:05:51.546Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2022-03-04T15:05:51.546Z] === RUN TestExportImage [2022-03-04T15:05:51.546Z] --- PASS: TestExportImage (0.00s) [2022-03-04T15:05:51.547Z] === RUN TestNormalizeDest [2022-03-04T15:05:51.547Z] --- PASS: TestNormalizeDest (0.00s) [2022-03-04T15:05:51.547Z] PASS [2022-03-04T15:05:51.547Z] coverage: 46.7% of statements [2022-03-04T15:05:51.547Z] ok github.com/docker/docker/builder/dockerfile 0.180s coverage: 46.7% of statements [2022-03-04T15:05:51.547Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2022-03-04T15:05:51.547Z] === RUN TestTCP4Proxy [2022-03-04T15:05:51.547Z] --- PASS: TestTCP4Proxy (0.01s) [2022-03-04T15:05:51.547Z] === RUN TestTCP4ProxyHalfClose [2022-03-04T15:05:51.547Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2022-03-04T15:05:51.547Z] === RUN TestTCP6Proxy [2022-03-04T15:05:51.547Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-04T15:05:51.547Z] --- SKIP: TestTCP6Proxy (0.00s) [2022-03-04T15:05:51.547Z] === RUN TestTCPDualStackProxy [2022-03-04T15:05:51.547Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-04T15:05:51.547Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2022-03-04T15:05:51.547Z] === RUN TestUDP4Proxy [2022-03-04T15:05:51.547Z] --- PASS: TestUDP4Proxy (0.00s) [2022-03-04T15:05:51.547Z] === RUN TestUDP6Proxy [2022-03-04T15:05:51.547Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-04T15:05:51.547Z] --- SKIP: TestUDP6Proxy (0.00s) [2022-03-04T15:05:51.547Z] === RUN TestUDPWriteError [2022-03-04T15:05:51.547Z] --- PASS: TestUDPWriteError (0.00s) [2022-03-04T15:05:51.547Z] === RUN TestSCTP4Proxy [2022-03-04T15:05:51.547Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-04T15:05:51.547Z] --- SKIP: TestSCTP4Proxy (0.00s) [2022-03-04T15:05:51.547Z] === RUN TestSCTP6Proxy [2022-03-04T15:05:51.547Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-04T15:05:51.547Z] --- SKIP: TestSCTP6Proxy (0.00s) [2022-03-04T15:05:51.547Z] PASS [2022-03-04T15:05:51.547Z] coverage: 49.4% of statements [2022-03-04T15:05:51.547Z] ok github.com/docker/docker/cmd/docker-proxy 0.066s coverage: 49.4% of statements [2022-03-04T15:05:51.904Z] --- PASS: TestDumpToFile (0.19s) [2022-03-04T15:05:51.904Z] === RUN TestDumpToFileWithEmptyInput [2022-03-04T15:05:51.904Z] goroutine 21 [running]: [2022-03-04T15:05:51.904Z] github.com/docker/docker/pkg/stack.dump(0x2e8894) [2022-03-04T15:05:51.904Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-04T15:05:51.904Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0x2e8c40}) [2022-03-04T15:05:51.904Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2022-03-04T15:05:51.904Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc000085520) [2022-03-04T15:05:51.904Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-03-04T15:05:51.904Z] testing.tRunner(0xc000085a00, 0x3e8f28) [2022-03-04T15:05:51.904Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-04T15:05:51.904Z] created by testing.(*T).Run [2022-03-04T15:05:51.904Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-04T15:05:51.904Z] [2022-03-04T15:05:51.904Z] goroutine 1 [chan receive]: [2022-03-04T15:05:51.904Z] testing.(*T).Run(0xc000085380, {0x3e1356, 0x25a413}, 0x3e8f28) [2022-03-04T15:05:51.904Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-04T15:05:51.904Z] testing.runTests.func1(0xc0000b6810) [2022-03-04T15:05:51.904Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-04T15:05:51.904Z] testing.tRunner(0xc000085380, 0xc0000c1ce0) [2022-03-04T15:05:51.904Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-04T15:05:51.904Z] testing.runTests(0xc0000d0080, {0x54cc20, 0x3, 0x3}, {0x27a90d, 0x3dc26b, 0x5516e0}) [2022-03-04T15:05:51.904Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-04T15:05:51.904Z] testing.(*M).Run(0xc0000d0080) [2022-03-04T15:05:51.904Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-04T15:05:51.904Z] main.main() [2022-03-04T15:05:51.904Z] _testmain.go:95 +0x1f5 [2022-03-04T15:05:51.904Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-03-04T15:05:51.904Z] PASS [2022-03-04T15:05:51.904Z] coverage: 90.9% of statements [2022-03-04T15:05:51.904Z] ok github.com/docker/docker/pkg/stack 0.230s coverage: 90.9% of statements [2022-03-04T15:05:52.232Z] ok github.com/docker/docker/registry 0.050s coverage: 58.3% of statements [2022-03-04T15:05:52.476Z] === RUN TestNewStdWriter [2022-03-04T15:05:52.476Z] --- PASS: TestNewStdWriter (0.00s) [2022-03-04T15:05:52.476Z] === RUN TestWriteWithUninitializedStdWriter [2022-03-04T15:05:52.476Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-03-04T15:05:52.476Z] === RUN TestWriteWithNilBytes [2022-03-04T15:05:52.476Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-03-04T15:05:52.476Z] === RUN TestWrite [2022-03-04T15:05:52.476Z] --- PASS: TestWrite (0.00s) [2022-03-04T15:05:52.476Z] === RUN TestWriteWithWriterError [2022-03-04T15:05:52.476Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-03-04T15:05:52.476Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-03-04T15:05:52.476Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-03-04T15:05:52.476Z] === RUN TestStdCopyWriteAndRead [2022-03-04T15:05:52.476Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-03-04T15:05:52.476Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-03-04T15:05:52.476Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-03-04T15:05:52.476Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-03-04T15:05:52.476Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-03-04T15:05:52.476Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-03-04T15:05:52.476Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-03-04T15:05:52.476Z] === RUN TestStdCopyWithInvalidInputHeader [2022-03-04T15:05:52.476Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-03-04T15:05:52.476Z] === RUN TestStdCopyWithCorruptedPrefix [2022-03-04T15:05:52.476Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-03-04T15:05:52.476Z] === RUN TestStdCopyReturnsWriteErrors [2022-03-04T15:05:52.476Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-03-04T15:05:52.476Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-03-04T15:05:52.476Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-03-04T15:05:52.476Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-03-04T15:05:52.476Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-03-04T15:05:52.476Z] PASS [2022-03-04T15:05:52.476Z] coverage: 100.0% of statements [2022-03-04T15:05:52.476Z] ok github.com/docker/docker/pkg/stdcopy 0.044s coverage: 100.0% of statements [2022-03-04T15:05:52.490Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2022-03-04T15:05:52.747Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2022-03-04T15:05:52.945Z] === RUN TestRawProgressFormatterFormatStatus [2022-03-04T15:05:52.946Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-03-04T15:05:52.946Z] === RUN TestRawProgressFormatterFormatProgress [2022-03-04T15:05:52.946Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-03-04T15:05:52.946Z] === RUN TestFormatStatus [2022-03-04T15:05:52.946Z] --- PASS: TestFormatStatus (0.00s) [2022-03-04T15:05:52.946Z] === RUN TestFormatError [2022-03-04T15:05:52.946Z] --- PASS: TestFormatError (0.00s) [2022-03-04T15:05:52.946Z] === RUN TestFormatJSONError [2022-03-04T15:05:52.946Z] --- PASS: TestFormatJSONError (0.00s) [2022-03-04T15:05:52.946Z] === RUN TestJsonProgressFormatterFormatProgress [2022-03-04T15:05:52.946Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-03-04T15:05:52.946Z] === RUN TestJsonProgressFormatterFormatStatus [2022-03-04T15:05:52.946Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-03-04T15:05:52.946Z] === RUN TestNewJSONProgressOutput [2022-03-04T15:05:52.946Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-03-04T15:05:52.946Z] === RUN TestAuxFormatterEmit [2022-03-04T15:05:52.946Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-03-04T15:05:52.946Z] === RUN TestStreamWriterStdout [2022-03-04T15:05:52.946Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-03-04T15:05:52.946Z] === RUN TestStreamWriterStderr [2022-03-04T15:05:52.946Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-03-04T15:05:52.946Z] PASS [2022-03-04T15:05:52.946Z] coverage: 66.2% of statements [2022-03-04T15:05:52.946Z] ok github.com/docker/docker/pkg/streamformatter 0.043s coverage: 66.2% of statements [2022-03-04T15:05:53.312Z] ok github.com/docker/docker/runconfig 0.007s coverage: 65.7% of statements [2022-03-04T15:05:53.312Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2022-03-04T15:05:53.414Z] time="2022-03-04T15:05:53Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-03-04T15:05:53.883Z] === RUN TestGenerateRandomID [2022-03-04T15:05:53.883Z] --- PASS: TestGenerateRandomID (0.00s) [2022-03-04T15:05:53.883Z] === RUN TestShortenId [2022-03-04T15:05:53.883Z] --- PASS: TestShortenId (0.00s) [2022-03-04T15:05:53.883Z] === RUN TestShortenSha256Id [2022-03-04T15:05:53.883Z] --- PASS: TestShortenSha256Id (0.00s) [2022-03-04T15:05:53.883Z] === RUN TestShortenIdEmpty [2022-03-04T15:05:53.883Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-03-04T15:05:53.883Z] === RUN TestShortenIdInvalid [2022-03-04T15:05:53.883Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-03-04T15:05:53.883Z] === RUN TestIsShortIDNonHex [2022-03-04T15:05:53.883Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-03-04T15:05:53.883Z] === RUN TestIsShortIDNotCorrectSize [2022-03-04T15:05:53.883Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-03-04T15:05:53.883Z] PASS [2022-03-04T15:05:53.883Z] coverage: 70.6% of statements [2022-03-04T15:05:53.883Z] ok github.com/docker/docker/pkg/stringid 0.039s coverage: 70.6% of statements [2022-03-04T15:05:54.352Z] === RUN TestIsCpusetListAvailable [2022-03-04T15:05:54.352Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-03-04T15:05:54.352Z] PASS [2022-03-04T15:05:54.352Z] coverage: 39.4% of statements [2022-03-04T15:05:54.352Z] ok github.com/docker/docker/pkg/sysinfo 0.035s coverage: 39.4% of statements [2022-03-04T15:05:55.431Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-03-04T15:05:55.843Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2022-03-04T15:05:55.928Z] === RUN TestChtimes [2022-03-04T15:05:55.928Z] --- PASS: TestChtimes (0.00s) [2022-03-04T15:05:55.928Z] === RUN TestChtimesWindows [2022-03-04T15:05:55.928Z] --- PASS: TestChtimesWindows (0.00s) [2022-03-04T15:05:55.928Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-03-04T15:05:55.928Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-03-04T15:05:55.928Z] PASS [2022-03-04T15:05:55.928Z] coverage: 12.9% of statements [2022-03-04T15:05:55.928Z] ok github.com/docker/docker/pkg/system 0.053s coverage: 12.9% of statements [2022-03-04T15:05:56.410Z] ok github.com/docker/docker/volume/local 0.081s coverage: 76.4% of statements [2022-03-04T15:05:56.916Z] === RUN TestTailFile [2022-03-04T15:05:56.916Z] --- PASS: TestTailFile (0.00s) [2022-03-04T15:05:56.916Z] === RUN TestTailFileManyLines [2022-03-04T15:05:56.916Z] --- PASS: TestTailFileManyLines (0.00s) [2022-03-04T15:05:56.916Z] === RUN TestTailEmptyFile [2022-03-04T15:05:56.916Z] --- PASS: TestTailEmptyFile (0.00s) [2022-03-04T15:05:56.916Z] === RUN TestTailNegativeN [2022-03-04T15:05:56.916Z] --- PASS: TestTailNegativeN (0.00s) [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader [2022-03-04T15:05:56.916Z] === CONT TestNewTailReader [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/no_delimiter [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/no_delimiter [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/single_byte_delimiter [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/2_byte_delimiter [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/4_byte_delimiter [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/8_byte_delimiter [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/12_byte_delimiter [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/truncated_last_line [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-03-04T15:05:56.916Z] === CONT TestNewTailReader/no_delimiter [2022-03-04T15:05:56.916Z] === CONT TestNewTailReader/4_byte_delimiter [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-04T15:05:56.916Z] === CONT TestNewTailReader/single_byte_delimiter [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-04T15:05:56.916Z] === CONT TestNewTailReader/8_byte_delimiter [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T15:05:56.916Z] === CONT TestNewTailReader/12_byte_delimiter [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T15:05:56.916Z] === CONT TestNewTailReader/2_byte_delimiter [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-04T15:05:56.916Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-04T15:05:56.916Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-04T15:05:56.916Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-04T15:05:56.916Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T15:05:56.916Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-03-04T15:05:56.916Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-03-04T15:05:56.916Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-04T15:05:56.916Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-04T15:05:56.916Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T15:05:56.916Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T15:05:56.916Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T15:05:56.916Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T15:05:56.917Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T15:05:56.917Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-04T15:05:56.917Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T15:05:56.917Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T15:05:56.917Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T15:05:56.917Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T15:05:56.917Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T15:05:56.917Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T15:05:56.917Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T15:05:56.917Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-04T15:05:56.917Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-04T15:05:56.917Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-04T15:05:56.917Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T15:05:56.917Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-04T15:05:56.917Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T15:05:56.917Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T15:05:56.917Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T15:05:56.917Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T15:05:56.917Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T15:05:56.918Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T15:05:56.918Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T15:05:56.918Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T15:05:56.918Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T15:05:56.918Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T15:05:56.918Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T15:05:56.918Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-04T15:05:56.918Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T15:05:56.918Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T15:05:56.918Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-04T15:05:56.918Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T15:05:56.918Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T15:05:56.918Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T15:05:56.918Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T15:05:56.918Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-04T15:05:56.918Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-04T15:05:56.918Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T15:05:56.918Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T15:05:56.918Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T15:05:56.918Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T15:05:56.918Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T15:05:56.918Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T15:05:56.918Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T15:05:56.918Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T15:05:56.919Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T15:05:56.919Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T15:05:56.919Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T15:05:56.919Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T15:05:56.919Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T15:05:56.919Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T15:05:56.919Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T15:05:56.919Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T15:05:56.919Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T15:05:56.919Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T15:05:56.919Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T15:05:56.919Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T15:05:56.919Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-04T15:05:56.919Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-04T15:05:56.919Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T15:05:56.919Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-04T15:05:56.919Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T15:05:56.919Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T15:05:56.919Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-04T15:05:56.919Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T15:05:56.919Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T15:05:56.919Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-04T15:05:56.919Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-04T15:05:56.919Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T15:05:56.919Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-04T15:05:56.919Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T15:05:56.919Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-04T15:05:56.920Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-04T15:05:56.920Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-04T15:05:56.920Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-04T15:05:56.920Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-04T15:05:56.920Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-04T15:05:56.920Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-04T15:05:56.920Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-04T15:05:56.920Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-04T15:05:56.920Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-04T15:05:56.920Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-04T15:05:56.920Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-04T15:05:56.920Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-04T15:05:56.920Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T15:05:56.920Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T15:05:56.920Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-04T15:05:56.920Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-04T15:05:56.920Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T15:05:56.920Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T15:05:56.920Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T15:05:56.920Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T15:05:56.920Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T15:05:56.920Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T15:05:56.920Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T15:05:56.920Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T15:05:56.920Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T15:05:56.920Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T15:05:56.920Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T15:05:56.920Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T15:05:56.920Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T15:05:56.920Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-03-04T15:05:56.920Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T15:05:56.920Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-04T15:05:56.920Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T15:05:56.920Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T15:05:56.920Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T15:05:56.920Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-04T15:05:56.920Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T15:05:56.920Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T15:05:56.920Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-04T15:05:56.920Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T15:05:56.920Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-04T15:05:56.920Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T15:05:56.920Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-04T15:05:56.920Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T15:05:56.920Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-04T15:05:56.920Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T15:05:56.920Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T15:05:56.920Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-04T15:05:56.920Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-04T15:05:56.920Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-04T15:05:56.920Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-04T15:05:56.920Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-04T15:05:56.920Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-04T15:05:56.920Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-04T15:05:56.920Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-04T15:05:56.920Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-04T15:05:56.920Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-04T15:05:56.920Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-04T15:05:56.920Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-04T15:05:56.920Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-04T15:05:56.920Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T15:05:56.920Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T15:05:56.920Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-04T15:05:56.976Z] ok github.com/docker/docker/volume/mounts 0.009s coverage: 67.6% of statements [2022-03-04T15:05:57.337Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T15:05:57.391Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-04T15:05:57.392Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.01s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.01s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-03-04T15:05:57.392Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.02s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.01s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.01s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.01s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-04T15:05:57.393Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.01s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.01s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.01s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.01s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-04T15:05:57.394Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-04T15:05:57.395Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-04T15:05:57.395Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-04T15:05:57.395Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-04T15:05:57.395Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-04T15:05:57.395Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-04T15:05:57.395Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-04T15:05:57.395Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-04T15:05:57.395Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-04T15:05:57.395Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-04T15:05:57.395Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-04T15:05:57.395Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-04T15:05:57.395Z] PASS [2022-03-04T15:05:57.395Z] coverage: 88.6% of statements [2022-03-04T15:05:57.395Z] ok github.com/docker/docker/pkg/tailfile 0.200s coverage: 88.6% of statements [2022-03-04T15:05:57.395Z] time="2022-03-04T15:05:57Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-03-04T15:05:57.863Z] === RUN TestTarSumRemoveNonExistent [2022-03-04T15:05:57.863Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2022-03-04T15:05:57.863Z] === RUN TestTarSumRemove [2022-03-04T15:05:57.863Z] --- PASS: TestTarSumRemove (0.00s) [2022-03-04T15:05:57.863Z] === RUN TestSortFileInfoSums [2022-03-04T15:05:57.863Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-03-04T15:05:57.863Z] === RUN TestNewTarSumForLabelInvalid [2022-03-04T15:05:57.863Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-03-04T15:05:57.863Z] === RUN TestNewTarSumForLabel [2022-03-04T15:05:57.863Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-03-04T15:05:57.863Z] === RUN TestEmptyTar [2022-03-04T15:05:57.863Z] --- PASS: TestEmptyTar (0.00s) [2022-03-04T15:05:57.863Z] === RUN TestTarSumsReadSize [2022-03-04T15:05:57.863Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-03-04T15:05:57.863Z] === RUN TestTarSums [2022-03-04T15:05:57.909Z] ok github.com/docker/docker/volume/service 0.015s coverage: 72.3% of statements [2022-03-04T15:05:58.332Z] --- PASS: TestTarSums (0.06s) [2022-03-04T15:05:58.332Z] === RUN TestIteration [2022-03-04T15:05:58.332Z] --- PASS: TestIteration (0.00s) [2022-03-04T15:05:58.332Z] === RUN TestVersionLabelForChecksum [2022-03-04T15:05:58.332Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-03-04T15:05:58.332Z] === RUN TestVersion [2022-03-04T15:05:58.332Z] --- PASS: TestVersion (0.00s) [2022-03-04T15:05:58.332Z] === RUN TestGetVersion [2022-03-04T15:05:58.332Z] --- PASS: TestGetVersion (0.00s) [2022-03-04T15:05:58.332Z] === RUN TestGetVersions [2022-03-04T15:05:58.332Z] --- PASS: TestGetVersions (0.00s) [2022-03-04T15:05:58.332Z] PASS [2022-03-04T15:05:58.332Z] coverage: 89.3% of statements [2022-03-04T15:05:58.332Z] ok github.com/docker/docker/pkg/tarsum 0.119s coverage: 89.3% of statements [2022-03-04T15:05:58.804Z] testing: warning: no tests to run [2022-03-04T15:05:58.804Z] PASS [2022-03-04T15:05:58.804Z] coverage: [no statements] [2022-03-04T15:05:58.804Z] ok github.com/docker/docker/pkg/term/windows 0.036s coverage: [no statements] [no tests to run] [2022-03-04T15:05:59.273Z] === RUN TestTruncIndex [2022-03-04T15:05:59.273Z] --- PASS: TestTruncIndex (0.10s) [2022-03-04T15:05:59.273Z] PASS [2022-03-04T15:05:59.273Z] coverage: 91.5% of statements [2022-03-04T15:05:59.273Z] ok github.com/docker/docker/pkg/truncindex 0.131s coverage: 91.5% of statements [2022-03-04T15:05:59.874Z] === RUN TestDockerDaemonSuite/TestShmSize [2022-03-04T15:06:00.265Z] === RUN TestIsGIT [2022-03-04T15:06:00.265Z] --- PASS: TestIsGIT (0.00s) [2022-03-04T15:06:00.265Z] === RUN TestIsTransport [2022-03-04T15:06:00.265Z] --- PASS: TestIsTransport (0.00s) [2022-03-04T15:06:00.265Z] PASS [2022-03-04T15:06:00.265Z] coverage: 100.0% of statements [2022-03-04T15:06:00.265Z] ok github.com/docker/docker/pkg/urlutil 0.057s coverage: 100.0% of statements [2022-03-04T15:06:00.734Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-04T15:06:00.734Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-04T15:06:00.734Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-04T15:06:00.734Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-03-04T15:06:00.734Z] === RUN TestVersionInfo [2022-03-04T15:06:00.734Z] --- PASS: TestVersionInfo (0.00s) [2022-03-04T15:06:00.734Z] === RUN TestAppendVersions [2022-03-04T15:06:00.734Z] --- PASS: TestAppendVersions (0.00s) [2022-03-04T15:06:00.734Z] PASS [2022-03-04T15:06:00.734Z] coverage: 88.9% of statements [2022-03-04T15:06:00.734Z] ok github.com/docker/docker/pkg/useragent 0.042s coverage: 88.9% of statements [2022-03-04T15:06:01.781Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2022-03-04T15:06:01.992Z] === RUN TestCheckpointCreateError [2022-03-04T15:06:01.992Z] --- PASS: TestCheckpointCreateError (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestCheckpointCreate [2022-03-04T15:06:01.992Z] --- PASS: TestCheckpointCreate (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestCheckpointDeleteError [2022-03-04T15:06:01.992Z] --- PASS: TestCheckpointDeleteError (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestCheckpointDelete [2022-03-04T15:06:01.992Z] --- PASS: TestCheckpointDelete (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestCheckpointListError [2022-03-04T15:06:01.992Z] --- PASS: TestCheckpointListError (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestCheckpointList [2022-03-04T15:06:01.992Z] --- PASS: TestCheckpointList (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestCheckpointListContainerNotFound [2022-03-04T15:06:01.992Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestNewClientWithOpsFromEnv [2022-03-04T15:06:01.992Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-04T15:06:01.992Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestGetAPIPath [2022-03-04T15:06:01.992Z] --- PASS: TestGetAPIPath (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestParseHostURL [2022-03-04T15:06:01.992Z] --- PASS: TestParseHostURL (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2022-03-04T15:06:01.992Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestNegotiateAPIVersionEmpty [2022-03-04T15:06:01.992Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestNegotiateAPIVersion [2022-03-04T15:06:01.992Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestNegotiateAPVersionOverride [2022-03-04T15:06:01.992Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestNegotiateAPIVersionAutomatic [2022-03-04T15:06:01.992Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2022-03-04T15:06:01.992Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2022-03-04T15:06:01.992Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestClientRedirect [2022-03-04T15:06:01.992Z] --- PASS: TestClientRedirect (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestConfigCreateUnsupported [2022-03-04T15:06:01.992Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestConfigCreateError [2022-03-04T15:06:01.992Z] --- PASS: TestConfigCreateError (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestConfigCreate [2022-03-04T15:06:01.992Z] --- PASS: TestConfigCreate (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestConfigInspectNotFound [2022-03-04T15:06:01.992Z] --- PASS: TestConfigInspectNotFound (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestConfigInspectWithEmptyID [2022-03-04T15:06:01.992Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestConfigInspectUnsupported [2022-03-04T15:06:01.992Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestConfigInspectError [2022-03-04T15:06:01.992Z] --- PASS: TestConfigInspectError (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestConfigInspectConfigNotFound [2022-03-04T15:06:01.992Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestConfigInspect [2022-03-04T15:06:01.992Z] --- PASS: TestConfigInspect (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestConfigListUnsupported [2022-03-04T15:06:01.992Z] --- PASS: TestConfigListUnsupported (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestConfigListError [2022-03-04T15:06:01.992Z] --- PASS: TestConfigListError (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestConfigList [2022-03-04T15:06:01.992Z] --- PASS: TestConfigList (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestConfigRemoveUnsupported [2022-03-04T15:06:01.992Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestConfigRemoveError [2022-03-04T15:06:01.992Z] --- PASS: TestConfigRemoveError (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestConfigRemove [2022-03-04T15:06:01.992Z] --- PASS: TestConfigRemove (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestConfigUpdateUnsupported [2022-03-04T15:06:01.992Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestConfigUpdateError [2022-03-04T15:06:01.992Z] --- PASS: TestConfigUpdateError (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestConfigUpdate [2022-03-04T15:06:01.992Z] --- PASS: TestConfigUpdate (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestContainerCommitError [2022-03-04T15:06:01.992Z] --- PASS: TestContainerCommitError (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestContainerCommit [2022-03-04T15:06:01.992Z] --- PASS: TestContainerCommit (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestContainerStatPathError [2022-03-04T15:06:01.992Z] --- PASS: TestContainerStatPathError (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestContainerStatPathNotFoundError [2022-03-04T15:06:01.992Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestContainerStatPathNoHeaderError [2022-03-04T15:06:01.992Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestContainerStatPath [2022-03-04T15:06:01.992Z] --- PASS: TestContainerStatPath (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestCopyToContainerError [2022-03-04T15:06:01.992Z] --- PASS: TestCopyToContainerError (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestCopyToContainerNotFoundError [2022-03-04T15:06:01.992Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestCopyToContainerNotStatusOKError [2022-03-04T15:06:01.992Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestCopyToContainer [2022-03-04T15:06:01.992Z] --- PASS: TestCopyToContainer (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestCopyFromContainerError [2022-03-04T15:06:01.992Z] --- PASS: TestCopyFromContainerError (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestCopyFromContainerNotFoundError [2022-03-04T15:06:01.992Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestCopyFromContainerNotStatusOKError [2022-03-04T15:06:01.992Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestCopyFromContainerNoHeaderError [2022-03-04T15:06:01.992Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestCopyFromContainer [2022-03-04T15:06:01.992Z] --- PASS: TestCopyFromContainer (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestContainerCreateError [2022-03-04T15:06:01.992Z] --- PASS: TestContainerCreateError (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestContainerCreateImageNotFound [2022-03-04T15:06:01.992Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestContainerCreateWithName [2022-03-04T15:06:01.992Z] --- PASS: TestContainerCreateWithName (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestContainerCreateAutoRemove [2022-03-04T15:06:01.992Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestContainerDiffError [2022-03-04T15:06:01.992Z] --- PASS: TestContainerDiffError (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestContainerDiff [2022-03-04T15:06:01.992Z] --- PASS: TestContainerDiff (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestContainerExecCreateError [2022-03-04T15:06:01.992Z] --- PASS: TestContainerExecCreateError (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestContainerExecCreate [2022-03-04T15:06:01.992Z] --- PASS: TestContainerExecCreate (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestContainerExecStartError [2022-03-04T15:06:01.992Z] --- PASS: TestContainerExecStartError (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestContainerExecStart [2022-03-04T15:06:01.992Z] --- PASS: TestContainerExecStart (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestContainerExecInspectError [2022-03-04T15:06:01.992Z] --- PASS: TestContainerExecInspectError (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestContainerExecInspect [2022-03-04T15:06:01.992Z] --- PASS: TestContainerExecInspect (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestContainerExportError [2022-03-04T15:06:01.992Z] --- PASS: TestContainerExportError (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestContainerExport [2022-03-04T15:06:01.992Z] --- PASS: TestContainerExport (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestContainerInspectError [2022-03-04T15:06:01.992Z] --- PASS: TestContainerInspectError (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestContainerInspectContainerNotFound [2022-03-04T15:06:01.992Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestContainerInspectWithEmptyID [2022-03-04T15:06:01.992Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestContainerInspect [2022-03-04T15:06:01.992Z] --- PASS: TestContainerInspect (0.00s) [2022-03-04T15:06:01.992Z] === RUN TestContainerInspectNode [2022-03-04T15:06:01.992Z] --- PASS: TestContainerInspectNode (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestContainerKillError [2022-03-04T15:06:01.993Z] --- PASS: TestContainerKillError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestContainerKill [2022-03-04T15:06:01.993Z] --- PASS: TestContainerKill (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestContainerListError [2022-03-04T15:06:01.993Z] --- PASS: TestContainerListError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestContainerList [2022-03-04T15:06:01.993Z] --- PASS: TestContainerList (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestContainerLogsNotFoundError [2022-03-04T15:06:01.993Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestContainerLogsError [2022-03-04T15:06:01.993Z] --- PASS: TestContainerLogsError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestContainerLogs [2022-03-04T15:06:01.993Z] --- PASS: TestContainerLogs (0.14s) [2022-03-04T15:06:01.993Z] === RUN TestContainerPauseError [2022-03-04T15:06:01.993Z] --- PASS: TestContainerPauseError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestContainerPause [2022-03-04T15:06:01.993Z] --- PASS: TestContainerPause (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestContainersPruneError [2022-03-04T15:06:01.993Z] --- PASS: TestContainersPruneError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestContainersPrune [2022-03-04T15:06:01.993Z] --- PASS: TestContainersPrune (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestContainerRemoveError [2022-03-04T15:06:01.993Z] --- PASS: TestContainerRemoveError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestContainerRemoveNotFoundError [2022-03-04T15:06:01.993Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestContainerRemove [2022-03-04T15:06:01.993Z] --- PASS: TestContainerRemove (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestContainerRenameError [2022-03-04T15:06:01.993Z] --- PASS: TestContainerRenameError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestContainerRename [2022-03-04T15:06:01.993Z] --- PASS: TestContainerRename (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestContainerResizeError [2022-03-04T15:06:01.993Z] --- PASS: TestContainerResizeError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestContainerExecResizeError [2022-03-04T15:06:01.993Z] --- PASS: TestContainerExecResizeError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestContainerResize [2022-03-04T15:06:01.993Z] --- PASS: TestContainerResize (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestContainerExecResize [2022-03-04T15:06:01.993Z] --- PASS: TestContainerExecResize (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestContainerRestartError [2022-03-04T15:06:01.993Z] --- PASS: TestContainerRestartError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestContainerRestart [2022-03-04T15:06:01.993Z] --- PASS: TestContainerRestart (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestContainerStartError [2022-03-04T15:06:01.993Z] --- PASS: TestContainerStartError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestContainerStart [2022-03-04T15:06:01.993Z] --- PASS: TestContainerStart (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestContainerStatsError [2022-03-04T15:06:01.993Z] --- PASS: TestContainerStatsError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestContainerStats [2022-03-04T15:06:01.993Z] --- PASS: TestContainerStats (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestContainerStopError [2022-03-04T15:06:01.993Z] --- PASS: TestContainerStopError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestContainerStop [2022-03-04T15:06:01.993Z] --- PASS: TestContainerStop (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestContainerTopError [2022-03-04T15:06:01.993Z] --- PASS: TestContainerTopError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestContainerTop [2022-03-04T15:06:01.993Z] --- PASS: TestContainerTop (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestContainerUnpauseError [2022-03-04T15:06:01.993Z] --- PASS: TestContainerUnpauseError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestContainerUnpause [2022-03-04T15:06:01.993Z] --- PASS: TestContainerUnpause (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestContainerUpdateError [2022-03-04T15:06:01.993Z] --- PASS: TestContainerUpdateError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestContainerUpdate [2022-03-04T15:06:01.993Z] --- PASS: TestContainerUpdate (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestContainerWaitError [2022-03-04T15:06:01.993Z] --- PASS: TestContainerWaitError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestContainerWait [2022-03-04T15:06:01.993Z] --- PASS: TestContainerWait (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestDiskUsageError [2022-03-04T15:06:01.993Z] --- PASS: TestDiskUsageError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestDiskUsage [2022-03-04T15:06:01.993Z] --- PASS: TestDiskUsage (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestDistributionInspectUnsupported [2022-03-04T15:06:01.993Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestDistributionInspectWithEmptyID [2022-03-04T15:06:01.993Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestEventsErrorInOptions [2022-03-04T15:06:01.993Z] --- PASS: TestEventsErrorInOptions (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestEventsErrorFromServer [2022-03-04T15:06:01.993Z] --- PASS: TestEventsErrorFromServer (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestEvents [2022-03-04T15:06:01.993Z] --- PASS: TestEvents (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestTLSCloseWriter [2022-03-04T15:06:01.993Z] === PAUSE TestTLSCloseWriter [2022-03-04T15:06:01.993Z] === RUN TestImageBuildError [2022-03-04T15:06:01.993Z] --- PASS: TestImageBuildError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestImageBuild [2022-03-04T15:06:01.993Z] --- PASS: TestImageBuild (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestGetDockerOS [2022-03-04T15:06:01.993Z] --- PASS: TestGetDockerOS (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestImageCreateError [2022-03-04T15:06:01.993Z] --- PASS: TestImageCreateError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestImageCreate [2022-03-04T15:06:01.993Z] --- PASS: TestImageCreate (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestImageHistoryError [2022-03-04T15:06:01.993Z] --- PASS: TestImageHistoryError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestImageHistory [2022-03-04T15:06:01.993Z] --- PASS: TestImageHistory (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestImageImportError [2022-03-04T15:06:01.993Z] --- PASS: TestImageImportError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestImageImport [2022-03-04T15:06:01.993Z] --- PASS: TestImageImport (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestImageInspectError [2022-03-04T15:06:01.993Z] --- PASS: TestImageInspectError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestImageInspectImageNotFound [2022-03-04T15:06:01.993Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestImageInspectWithEmptyID [2022-03-04T15:06:01.993Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestImageInspect [2022-03-04T15:06:01.993Z] --- PASS: TestImageInspect (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestImageListError [2022-03-04T15:06:01.993Z] --- PASS: TestImageListError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestImageList [2022-03-04T15:06:01.993Z] --- PASS: TestImageList (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestImageListApiBefore125 [2022-03-04T15:06:01.993Z] --- PASS: TestImageListApiBefore125 (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestImageLoadError [2022-03-04T15:06:01.993Z] --- PASS: TestImageLoadError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestImageLoad [2022-03-04T15:06:01.993Z] --- PASS: TestImageLoad (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestImagesPruneError [2022-03-04T15:06:01.993Z] --- PASS: TestImagesPruneError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestImagesPrune [2022-03-04T15:06:01.993Z] --- PASS: TestImagesPrune (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestImagePullReferenceParseError [2022-03-04T15:06:01.993Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestImagePullAnyError [2022-03-04T15:06:01.993Z] --- PASS: TestImagePullAnyError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestImagePullStatusUnauthorizedError [2022-03-04T15:06:01.993Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-04T15:06:01.993Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-04T15:06:01.993Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestImagePullWithPrivilegedFuncNoError [2022-03-04T15:06:01.993Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestImagePullWithoutErrors [2022-03-04T15:06:01.993Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestImagePushReferenceError [2022-03-04T15:06:01.993Z] --- PASS: TestImagePushReferenceError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestImagePushAnyError [2022-03-04T15:06:01.993Z] --- PASS: TestImagePushAnyError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestImagePushStatusUnauthorizedError [2022-03-04T15:06:01.993Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-04T15:06:01.993Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-04T15:06:01.993Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestImagePushWithPrivilegedFuncNoError [2022-03-04T15:06:01.993Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestImagePushWithoutErrors [2022-03-04T15:06:01.993Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2022-03-04T15:06:01.993Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2022-03-04T15:06:01.993Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2022-03-04T15:06:01.993Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2022-03-04T15:06:01.993Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2022-03-04T15:06:01.993Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2022-03-04T15:06:01.993Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2022-03-04T15:06:01.993Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2022-03-04T15:06:01.993Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestImageRemoveError [2022-03-04T15:06:01.993Z] --- PASS: TestImageRemoveError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestImageRemoveImageNotFound [2022-03-04T15:06:01.993Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestImageRemove [2022-03-04T15:06:01.993Z] --- PASS: TestImageRemove (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestImageSaveError [2022-03-04T15:06:01.993Z] --- PASS: TestImageSaveError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestImageSave [2022-03-04T15:06:01.993Z] --- PASS: TestImageSave (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestImageSearchAnyError [2022-03-04T15:06:01.993Z] --- PASS: TestImageSearchAnyError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestImageSearchStatusUnauthorizedError [2022-03-04T15:06:01.993Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2022-03-04T15:06:01.993Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2022-03-04T15:06:01.993Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2022-03-04T15:06:01.993Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestImageSearchWithoutErrors [2022-03-04T15:06:01.993Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestImageTagError [2022-03-04T15:06:01.993Z] --- PASS: TestImageTagError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestImageTagInvalidReference [2022-03-04T15:06:01.993Z] --- PASS: TestImageTagInvalidReference (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestImageTagInvalidSourceImageName [2022-03-04T15:06:01.993Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestImageTagHexSource [2022-03-04T15:06:01.993Z] --- PASS: TestImageTagHexSource (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestImageTag [2022-03-04T15:06:01.993Z] --- PASS: TestImageTag (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestInfoServerError [2022-03-04T15:06:01.993Z] --- PASS: TestInfoServerError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestInfoInvalidResponseJSONError [2022-03-04T15:06:01.993Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestInfo [2022-03-04T15:06:01.993Z] --- PASS: TestInfo (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestNetworkConnectError [2022-03-04T15:06:01.993Z] --- PASS: TestNetworkConnectError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2022-03-04T15:06:01.993Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestNetworkConnect [2022-03-04T15:06:01.993Z] --- PASS: TestNetworkConnect (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestNetworkCreateError [2022-03-04T15:06:01.993Z] --- PASS: TestNetworkCreateError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestNetworkCreate [2022-03-04T15:06:01.993Z] --- PASS: TestNetworkCreate (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestNetworkDisconnectError [2022-03-04T15:06:01.993Z] --- PASS: TestNetworkDisconnectError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestNetworkDisconnect [2022-03-04T15:06:01.993Z] --- PASS: TestNetworkDisconnect (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestNetworkInspect [2022-03-04T15:06:01.993Z] === RUN TestNetworkInspect/empty_ID [2022-03-04T15:06:01.993Z] === RUN TestNetworkInspect/no_options [2022-03-04T15:06:01.993Z] === RUN TestNetworkInspect/verbose [2022-03-04T15:06:01.993Z] === RUN TestNetworkInspect/global_scope [2022-03-04T15:06:01.993Z] === RUN TestNetworkInspect/unknown_network [2022-03-04T15:06:01.993Z] === RUN TestNetworkInspect/server_error [2022-03-04T15:06:01.993Z] --- PASS: TestNetworkInspect (0.00s) [2022-03-04T15:06:01.993Z] --- PASS: TestNetworkInspect/empty_ID (0.00s) [2022-03-04T15:06:01.993Z] --- PASS: TestNetworkInspect/no_options (0.00s) [2022-03-04T15:06:01.993Z] --- PASS: TestNetworkInspect/verbose (0.00s) [2022-03-04T15:06:01.993Z] --- PASS: TestNetworkInspect/global_scope (0.00s) [2022-03-04T15:06:01.993Z] --- PASS: TestNetworkInspect/unknown_network (0.00s) [2022-03-04T15:06:01.993Z] --- PASS: TestNetworkInspect/server_error (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestNetworkListError [2022-03-04T15:06:01.993Z] --- PASS: TestNetworkListError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestNetworkList [2022-03-04T15:06:01.993Z] --- PASS: TestNetworkList (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestNetworksPruneError [2022-03-04T15:06:01.993Z] --- PASS: TestNetworksPruneError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestNetworksPrune [2022-03-04T15:06:01.993Z] --- PASS: TestNetworksPrune (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestNetworkRemoveError [2022-03-04T15:06:01.993Z] --- PASS: TestNetworkRemoveError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestNetworkRemove [2022-03-04T15:06:01.993Z] --- PASS: TestNetworkRemove (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestNodeInspectError [2022-03-04T15:06:01.993Z] --- PASS: TestNodeInspectError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestNodeInspectNodeNotFound [2022-03-04T15:06:01.993Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestNodeInspectWithEmptyID [2022-03-04T15:06:01.993Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestNodeInspect [2022-03-04T15:06:01.993Z] --- PASS: TestNodeInspect (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestNodeListError [2022-03-04T15:06:01.993Z] --- PASS: TestNodeListError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestNodeList [2022-03-04T15:06:01.993Z] --- PASS: TestNodeList (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestNodeRemoveError [2022-03-04T15:06:01.993Z] --- PASS: TestNodeRemoveError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestNodeRemove [2022-03-04T15:06:01.993Z] --- PASS: TestNodeRemove (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestNodeUpdateError [2022-03-04T15:06:01.993Z] --- PASS: TestNodeUpdateError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestNodeUpdate [2022-03-04T15:06:01.993Z] --- PASS: TestNodeUpdate (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestOptionWithHostFromEnv [2022-03-04T15:06:01.993Z] --- PASS: TestOptionWithHostFromEnv (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestOptionWithTimeout [2022-03-04T15:06:01.993Z] --- PASS: TestOptionWithTimeout (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestOptionWithVersionFromEnv [2022-03-04T15:06:01.993Z] --- PASS: TestOptionWithVersionFromEnv (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestPingFail [2022-03-04T15:06:01.993Z] --- PASS: TestPingFail (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestPingWithError [2022-03-04T15:06:01.993Z] 2022/03/04 15:06:01 RoundTripper returned a response & error; ignoring response [2022-03-04T15:06:01.993Z] 2022/03/04 15:06:01 RoundTripper returned a response & error; ignoring response [2022-03-04T15:06:01.993Z] --- PASS: TestPingWithError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestPingSuccess [2022-03-04T15:06:01.993Z] --- PASS: TestPingSuccess (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestPingHeadFallback [2022-03-04T15:06:01.993Z] === RUN TestPingHeadFallback/OK [2022-03-04T15:06:01.993Z] === RUN TestPingHeadFallback/Internal_Server_Error [2022-03-04T15:06:01.993Z] === RUN TestPingHeadFallback/Not_Found [2022-03-04T15:06:01.993Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2022-03-04T15:06:01.993Z] --- PASS: TestPingHeadFallback (0.00s) [2022-03-04T15:06:01.993Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2022-03-04T15:06:01.993Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2022-03-04T15:06:01.993Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2022-03-04T15:06:01.993Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestPluginDisableError [2022-03-04T15:06:01.993Z] --- PASS: TestPluginDisableError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestPluginDisable [2022-03-04T15:06:01.993Z] --- PASS: TestPluginDisable (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestPluginEnableError [2022-03-04T15:06:01.993Z] --- PASS: TestPluginEnableError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestPluginEnable [2022-03-04T15:06:01.993Z] --- PASS: TestPluginEnable (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestPluginInspectError [2022-03-04T15:06:01.993Z] --- PASS: TestPluginInspectError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestPluginInspectWithEmptyID [2022-03-04T15:06:01.993Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestPluginInspect [2022-03-04T15:06:01.993Z] --- PASS: TestPluginInspect (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestPluginListError [2022-03-04T15:06:01.993Z] --- PASS: TestPluginListError (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestPluginList [2022-03-04T15:06:01.993Z] --- PASS: TestPluginList (0.00s) [2022-03-04T15:06:01.993Z] === RUN TestPluginPushError [2022-03-04T15:06:01.994Z] --- PASS: TestPluginPushError (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestPluginPush [2022-03-04T15:06:01.994Z] --- PASS: TestPluginPush (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestPluginRemoveError [2022-03-04T15:06:01.994Z] --- PASS: TestPluginRemoveError (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestPluginRemove [2022-03-04T15:06:01.994Z] --- PASS: TestPluginRemove (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestPluginSetError [2022-03-04T15:06:01.994Z] --- PASS: TestPluginSetError (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestPluginSet [2022-03-04T15:06:01.994Z] --- PASS: TestPluginSet (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestSetHostHeader [2022-03-04T15:06:01.994Z] --- PASS: TestSetHostHeader (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestPlainTextError [2022-03-04T15:06:01.994Z] --- PASS: TestPlainTextError (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestInfiniteError [2022-03-04T15:06:01.994Z] --- PASS: TestInfiniteError (0.03s) [2022-03-04T15:06:01.994Z] === RUN TestCanceledContext [2022-03-04T15:06:01.994Z] 2022/03/04 15:06:01 RoundTripper returned a response & error; ignoring response [2022-03-04T15:06:01.994Z] --- PASS: TestCanceledContext (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestDeadlineExceededContext [2022-03-04T15:06:01.994Z] 2022/03/04 15:06:01 RoundTripper returned a response & error; ignoring response [2022-03-04T15:06:01.994Z] --- PASS: TestDeadlineExceededContext (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestSecretCreateUnsupported [2022-03-04T15:06:01.994Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestSecretCreateError [2022-03-04T15:06:01.994Z] --- PASS: TestSecretCreateError (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestSecretCreate [2022-03-04T15:06:01.994Z] --- PASS: TestSecretCreate (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestSecretInspectUnsupported [2022-03-04T15:06:01.994Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestSecretInspectError [2022-03-04T15:06:01.994Z] --- PASS: TestSecretInspectError (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestSecretInspectSecretNotFound [2022-03-04T15:06:01.994Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestSecretInspectWithEmptyID [2022-03-04T15:06:01.994Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestSecretInspect [2022-03-04T15:06:01.994Z] --- PASS: TestSecretInspect (0.01s) [2022-03-04T15:06:01.994Z] === RUN TestSecretListUnsupported [2022-03-04T15:06:01.994Z] --- PASS: TestSecretListUnsupported (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestSecretListError [2022-03-04T15:06:01.994Z] --- PASS: TestSecretListError (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestSecretList [2022-03-04T15:06:01.994Z] --- PASS: TestSecretList (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestSecretRemoveUnsupported [2022-03-04T15:06:01.994Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestSecretRemoveError [2022-03-04T15:06:01.994Z] --- PASS: TestSecretRemoveError (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestSecretRemove [2022-03-04T15:06:01.994Z] --- PASS: TestSecretRemove (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestSecretUpdateUnsupported [2022-03-04T15:06:01.994Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestSecretUpdateError [2022-03-04T15:06:01.994Z] --- PASS: TestSecretUpdateError (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestSecretUpdate [2022-03-04T15:06:01.994Z] --- PASS: TestSecretUpdate (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestServiceCreateError [2022-03-04T15:06:01.994Z] --- PASS: TestServiceCreateError (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestServiceCreate [2022-03-04T15:06:01.994Z] --- PASS: TestServiceCreate (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestServiceCreateCompatiblePlatforms [2022-03-04T15:06:01.994Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestServiceCreateDigestPinning [2022-03-04T15:06:01.994Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestServiceInspectError [2022-03-04T15:06:01.994Z] --- PASS: TestServiceInspectError (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestServiceInspectServiceNotFound [2022-03-04T15:06:01.994Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestServiceInspectWithEmptyID [2022-03-04T15:06:01.994Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestServiceInspect [2022-03-04T15:06:01.994Z] --- PASS: TestServiceInspect (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestServiceListError [2022-03-04T15:06:01.994Z] --- PASS: TestServiceListError (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestServiceList [2022-03-04T15:06:01.994Z] --- PASS: TestServiceList (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestServiceLogsError [2022-03-04T15:06:01.994Z] --- PASS: TestServiceLogsError (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestServiceLogs [2022-03-04T15:06:01.994Z] --- PASS: TestServiceLogs (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestServiceRemoveError [2022-03-04T15:06:01.994Z] --- PASS: TestServiceRemoveError (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestServiceRemoveNotFoundError [2022-03-04T15:06:01.994Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestServiceRemove [2022-03-04T15:06:01.994Z] --- PASS: TestServiceRemove (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestServiceUpdateError [2022-03-04T15:06:01.994Z] --- PASS: TestServiceUpdateError (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestServiceUpdate [2022-03-04T15:06:01.994Z] --- PASS: TestServiceUpdate (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestSwarmGetUnlockKeyError [2022-03-04T15:06:01.994Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestSwarmGetUnlockKey [2022-03-04T15:06:01.994Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestSwarmInitError [2022-03-04T15:06:01.994Z] --- PASS: TestSwarmInitError (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestSwarmInit [2022-03-04T15:06:01.994Z] --- PASS: TestSwarmInit (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestSwarmInspectError [2022-03-04T15:06:01.994Z] --- PASS: TestSwarmInspectError (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestSwarmInspect [2022-03-04T15:06:01.994Z] --- PASS: TestSwarmInspect (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestSwarmJoinError [2022-03-04T15:06:01.994Z] --- PASS: TestSwarmJoinError (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestSwarmJoin [2022-03-04T15:06:01.994Z] --- PASS: TestSwarmJoin (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestSwarmLeaveError [2022-03-04T15:06:01.994Z] --- PASS: TestSwarmLeaveError (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestSwarmLeave [2022-03-04T15:06:01.994Z] --- PASS: TestSwarmLeave (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestSwarmUnlockError [2022-03-04T15:06:01.994Z] --- PASS: TestSwarmUnlockError (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestSwarmUnlock [2022-03-04T15:06:01.994Z] --- PASS: TestSwarmUnlock (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestSwarmUpdateError [2022-03-04T15:06:01.994Z] --- PASS: TestSwarmUpdateError (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestSwarmUpdate [2022-03-04T15:06:01.994Z] --- PASS: TestSwarmUpdate (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestTaskInspectError [2022-03-04T15:06:01.994Z] --- PASS: TestTaskInspectError (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestTaskInspectWithEmptyID [2022-03-04T15:06:01.994Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestTaskInspect [2022-03-04T15:06:01.994Z] --- PASS: TestTaskInspect (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestTaskListError [2022-03-04T15:06:01.994Z] --- PASS: TestTaskListError (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestTaskList [2022-03-04T15:06:01.994Z] --- PASS: TestTaskList (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestVolumeCreateError [2022-03-04T15:06:01.994Z] --- PASS: TestVolumeCreateError (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestVolumeCreate [2022-03-04T15:06:01.994Z] --- PASS: TestVolumeCreate (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestVolumeInspectError [2022-03-04T15:06:01.994Z] --- PASS: TestVolumeInspectError (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestVolumeInspectNotFound [2022-03-04T15:06:01.994Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestVolumeInspectWithEmptyID [2022-03-04T15:06:01.994Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestVolumeInspect [2022-03-04T15:06:01.994Z] --- PASS: TestVolumeInspect (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestVolumeListError [2022-03-04T15:06:01.994Z] --- PASS: TestVolumeListError (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestVolumeList [2022-03-04T15:06:01.994Z] --- PASS: TestVolumeList (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestVolumeRemoveError [2022-03-04T15:06:01.994Z] --- PASS: TestVolumeRemoveError (0.00s) [2022-03-04T15:06:01.994Z] === RUN TestVolumeRemove [2022-03-04T15:06:01.994Z] --- PASS: TestVolumeRemove (0.00s) [2022-03-04T15:06:01.994Z] === CONT TestTLSCloseWriter [2022-03-04T15:06:01.994Z] --- PASS: TestTLSCloseWriter (0.03s) [2022-03-04T15:06:01.994Z] PASS [2022-03-04T15:06:01.994Z] coverage: 75.2% of statements [2022-03-04T15:06:01.994Z] ok github.com/docker/docker/client 0.480s coverage: 75.2% of statements [2022-03-04T15:06:02.306Z] === RUN TestNewSettable [2022-03-04T15:06:02.306Z] --- PASS: TestNewSettable (0.00s) [2022-03-04T15:06:02.306Z] === RUN TestIsSettable [2022-03-04T15:06:02.306Z] --- PASS: TestIsSettable (0.00s) [2022-03-04T15:06:02.306Z] === RUN TestUpdateSettingsEnv [2022-03-04T15:06:02.306Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-03-04T15:06:02.306Z] PASS [2022-03-04T15:06:02.306Z] coverage: 20.0% of statements [2022-03-04T15:06:02.306Z] ok github.com/docker/docker/plugin/v2 0.047s coverage: 20.0% of statements [2022-03-04T15:06:02.306Z] === RUN TestValidatePrivileges [2022-03-04T15:06:02.306Z] --- PASS: TestValidatePrivileges (0.00s) [2022-03-04T15:06:02.306Z] === RUN TestFilterByCapNeg [2022-03-04T15:06:02.306Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-03-04T15:06:02.306Z] === RUN TestFilterByCapPos [2022-03-04T15:06:02.306Z] --- PASS: TestFilterByCapPos (0.00s) [2022-03-04T15:06:02.306Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-03-04T15:06:02.306Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-03-04T15:06:02.306Z] PASS [2022-03-04T15:06:02.306Z] coverage: 12.0% of statements [2022-03-04T15:06:02.306Z] ok github.com/docker/docker/plugin 0.105s coverage: 12.0% of statements [2022-03-04T15:06:03.294Z] === RUN TestLoad [2022-03-04T15:06:03.294Z] --- PASS: TestLoad (0.00s) [2022-03-04T15:06:03.294Z] === RUN TestSave [2022-03-04T15:06:03.294Z] --- PASS: TestSave (0.03s) [2022-03-04T15:06:03.294Z] === RUN TestAddDeleteGet [2022-03-04T15:06:03.294Z] --- PASS: TestAddDeleteGet (0.05s) [2022-03-04T15:06:03.294Z] === RUN TestInvalidTags [2022-03-04T15:06:03.294Z] --- PASS: TestInvalidTags (0.01s) [2022-03-04T15:06:03.294Z] PASS [2022-03-04T15:06:03.294Z] coverage: 84.4% of statements [2022-03-04T15:06:03.294Z] ok github.com/docker/docker/reference 0.198s coverage: 84.4% of statements [2022-03-04T15:06:04.315Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2022-03-04T15:06:04.315Z] check_test.go:308: [d07017bf37639] daemon is not started [2022-03-04T15:06:04.315Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2022-03-04T15:06:04.859Z] === RUN TestResolveAuthConfigIndexServer [2022-03-04T15:06:04.859Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-03-04T15:06:04.859Z] === RUN TestResolveAuthConfigFullURL [2022-03-04T15:06:04.859Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-03-04T15:06:04.859Z] === RUN TestLoadAllowNondistributableArtifacts [2022-03-04T15:06:04.859Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-03-04T15:06:04.859Z] === RUN TestValidateMirror [2022-03-04T15:06:04.859Z] --- PASS: TestValidateMirror (0.00s) [2022-03-04T15:06:04.859Z] === RUN TestLoadInsecureRegistries [2022-03-04T15:06:04.859Z] time="2022-03-04T15:06:04Z" 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-04T15:06:04.859Z] time="2022-03-04T15:06:04Z" 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-04T15:06:04.859Z] time="2022-03-04T15:06:04Z" 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-04T15:06:04.859Z] --- PASS: TestLoadInsecureRegistries (0.18s) [2022-03-04T15:06:04.859Z] === RUN TestNewServiceConfig [2022-03-04T15:06:04.859Z] --- PASS: TestNewServiceConfig (0.00s) [2022-03-04T15:06:04.859Z] === RUN TestValidateIndexName [2022-03-04T15:06:04.859Z] --- PASS: TestValidateIndexName (0.00s) [2022-03-04T15:06:04.859Z] === RUN TestValidateIndexNameWithError [2022-03-04T15:06:04.859Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-03-04T15:06:04.859Z] === RUN TestEndpointParse [2022-03-04T15:06:04.859Z] --- PASS: TestEndpointParse (0.00s) [2022-03-04T15:06:04.859Z] === RUN TestEndpointParseInvalid [2022-03-04T15:06:04.859Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-03-04T15:06:04.859Z] === RUN TestValidateEndpoint [2022-03-04T15:06:04.859Z] --- PASS: TestValidateEndpoint (0.01s) [2022-03-04T15:06:04.859Z] === RUN TestPing [2022-03-04T15:06:04.859Z] --- PASS: TestPing (0.00s) [2022-03-04T15:06:04.859Z] === RUN TestPingRegistryEndpoint [2022-03-04T15:06:04.859Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:06:04.859Z] --- SKIP: TestPingRegistryEndpoint (0.01s) [2022-03-04T15:06:04.859Z] === RUN TestEndpoint [2022-03-04T15:06:04.859Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:06:04.859Z] --- SKIP: TestEndpoint (0.00s) [2022-03-04T15:06:04.859Z] === RUN TestParseRepositoryInfo [2022-03-04T15:06:04.859Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-03-04T15:06:04.859Z] === RUN TestNewIndexInfo [2022-03-04T15:06:04.859Z] --- PASS: TestNewIndexInfo (0.00s) [2022-03-04T15:06:04.859Z] === RUN TestMirrorEndpointLookup [2022-03-04T15:06:04.859Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-03-04T15:06:04.859Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:06:04.859Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-03-04T15:06:04.859Z] === RUN TestSearchRepositories [2022-03-04T15:06:04.859Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-03-04T15:06:04.859Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2022-03-04T15:06:04.859Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-03-04T15:06:04.859Z] Host: 127.0.0.1:49312 [2022-03-04T15:06:04.859Z] User-Agent: docker test client [2022-03-04T15:06:04.859Z] Authorization: Token fake-token [2022-03-04T15:06:04.859Z] X-Docker-Token: true [2022-03-04T15:06:04.859Z] Accept-Encoding: gzip [2022-03-04T15:06:04.859Z] [2022-03-04T15:06:04.859Z] [2022-03-04T15:06:04.859Z] registry_test.go:730: HTTP/1.1 200 OK [2022-03-04T15:06:04.859Z] Connection: close [2022-03-04T15:06:04.859Z] Content-Length: 144 [2022-03-04T15:06:04.859Z] Cache-Control: no-cache [2022-03-04T15:06:04.859Z] Content-Type: application/json [2022-03-04T15:06:04.859Z] Date: Fri, 04 Mar 2022 15:06:04 GMT [2022-03-04T15:06:04.859Z] Expires: -1 [2022-03-04T15:06:04.859Z] Pragma: no-cache [2022-03-04T15:06:04.859Z] Server: docker-tests/mock [2022-03-04T15:06:04.859Z] X-Docker-Registry-Config: mock [2022-03-04T15:06:04.859Z] X-Docker-Registry-Version: 0.0.0 [2022-03-04T15:06:04.859Z] [2022-03-04T15:06:04.859Z] [2022-03-04T15:06:04.859Z] --- PASS: TestSearchRepositories (0.01s) [2022-03-04T15:06:04.859Z] === RUN TestTrustedLocation [2022-03-04T15:06:04.859Z] --- PASS: TestTrustedLocation (0.00s) [2022-03-04T15:06:04.860Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-03-04T15:06:04.860Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-03-04T15:06:04.860Z] === RUN TestAllowNondistributableArtifacts [2022-03-04T15:06:04.860Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-03-04T15:06:04.860Z] === RUN TestIsSecureIndex [2022-03-04T15:06:04.860Z] --- PASS: TestIsSecureIndex (0.00s) [2022-03-04T15:06:04.860Z] PASS [2022-03-04T15:06:04.860Z] coverage: 51.2% of statements [2022-03-04T15:06:04.860Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-03-04T15:06:04.860Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-03-04T15:06:04.860Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-03-04T15:06:04.860Z] === RUN TestResumableRequestReaderWithReadError [2022-03-04T15:06:04.860Z] ok github.com/docker/docker/registry 0.287s coverage: 51.2% of statements [2022-03-04T15:06:04.860Z] time="2022-03-04T15:06:04Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-03-04T15:06:04.860Z] --- PASS: TestResumableRequestReaderWithReadError (0.20s) [2022-03-04T15:06:04.860Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-03-04T15:06:04.860Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-03-04T15:06:04.860Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-03-04T15:06:04.860Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-03-04T15:06:04.860Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-03-04T15:06:04.860Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-03-04T15:06:04.860Z] === RUN TestResumableRequestReader [2022-03-04T15:06:04.860Z] --- PASS: TestResumableRequestReader (0.00s) [2022-03-04T15:06:04.860Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-03-04T15:06:04.860Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-03-04T15:06:04.860Z] PASS [2022-03-04T15:06:04.860Z] coverage: 100.0% of statements [2022-03-04T15:06:04.860Z] ok github.com/docker/docker/registry/resumable 0.282s coverage: 100.0% of statements [2022-03-04T15:06:05.327Z] --- PASS: TestGet (15.03s) [2022-03-04T15:06:05.327Z] === RUN TestPluginWithNoManifest [2022-03-04T15:06:05.327Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-03-04T15:06:05.327Z] === RUN TestGetAll [2022-03-04T15:06:05.327Z] --- PASS: TestGetAll (0.00s) [2022-03-04T15:06:05.327Z] PASS [2022-03-04T15:06:05.327Z] coverage: 73.2% of statements [2022-03-04T15:06:05.327Z] ok github.com/docker/docker/pkg/plugins 36.373s coverage: 73.2% of statements [2022-03-04T15:06:05.327Z] === RUN TestRestartManagerTimeout [2022-03-04T15:06:05.327Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-03-04T15:06:05.327Z] === RUN TestRestartManagerTimeoutReset [2022-03-04T15:06:05.327Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-03-04T15:06:05.327Z] PASS [2022-03-04T15:06:05.327Z] coverage: 50.9% of statements [2022-03-04T15:06:05.327Z] ok github.com/docker/docker/restartmanager 0.038s coverage: 50.9% of statements [2022-03-04T15:06:06.316Z] === RUN TestDecodeContainerConfig [2022-03-04T15:06:06.316Z] --- PASS: TestDecodeContainerConfig (0.03s) [2022-03-04T15:06:06.316Z] === RUN TestDecodeContainerConfigIsolation [2022-03-04T15:06:06.316Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-03-04T15:06:06.316Z] === RUN TestValidatePrivileged [2022-03-04T15:06:06.316Z] --- PASS: TestValidatePrivileged (0.00s) [2022-03-04T15:06:06.316Z] PASS [2022-03-04T15:06:06.785Z] coverage: 52.6% of statements [2022-03-04T15:06:06.785Z] ok github.com/docker/docker/runconfig 0.327s coverage: 52.6% of statements [2022-03-04T15:06:06.785Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-03-04T15:06:06.785Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-03-04T15:06:06.785Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-03-04T15:06:06.785Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-03-04T15:06:06.785Z] PASS [2022-03-04T15:06:06.785Z] coverage: 62.5% of statements [2022-03-04T15:06:06.785Z] ok github.com/docker/docker/testutil 0.112s coverage: 62.5% of statements [2022-03-04T15:06:09.744Z] === RUN TestGetAddress [2022-03-04T15:06:09.744Z] --- PASS: TestGetAddress (0.00s) [2022-03-04T15:06:09.744Z] === RUN TestRemove [2022-03-04T15:06:09.744Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-04T15:06:09.744Z] --- SKIP: TestRemove (0.00s) [2022-03-04T15:06:09.744Z] === RUN TestInitializeWithVolumes [2022-03-04T15:06:09.744Z] --- PASS: TestInitializeWithVolumes (0.01s) [2022-03-04T15:06:09.744Z] === RUN TestCreate [2022-03-04T15:06:09.744Z] --- PASS: TestCreate (0.01s) [2022-03-04T15:06:09.744Z] === RUN TestValidateName [2022-03-04T15:06:09.744Z] --- PASS: TestValidateName (0.00s) [2022-03-04T15:06:09.744Z] === RUN TestCreateWithOpts [2022-03-04T15:06:09.744Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-04T15:06:09.744Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-03-04T15:06:09.744Z] === RUN TestRelaodNoOpts [2022-03-04T15:06:09.744Z] --- PASS: TestRelaodNoOpts (0.02s) [2022-03-04T15:06:09.744Z] PASS [2022-03-04T15:06:09.744Z] coverage: 41.5% of statements [2022-03-04T15:06:09.744Z] === RUN TestGetDriver [2022-03-04T15:06:09.744Z] --- PASS: TestGetDriver (0.00s) [2022-03-04T15:06:09.744Z] === RUN TestVolumeRequestError [2022-03-04T15:06:09.744Z] --- PASS: TestVolumeRequestError (0.01s) [2022-03-04T15:06:09.744Z] PASS [2022-03-04T15:06:09.744Z] coverage: 36.1% of statements [2022-03-04T15:06:09.744Z] ok github.com/docker/docker/volume/drivers 0.141s coverage: 36.1% of statements [2022-03-04T15:06:09.744Z] ok github.com/docker/docker/volume/local 0.147s coverage: 41.5% of statements [2022-03-04T15:06:10.732Z] === RUN TestLCOWParseMountRaw [2022-03-04T15:06:10.732Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-03-04T15:06:10.732Z] === RUN TestLCOWParseMountRawSplit [2022-03-04T15:06:10.732Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-03-04T15:06:10.732Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-03-04T15:06:10.732Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-03-04T15:06:10.732Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-03-04T15:06:10.732Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-03-04T15:06:10.732Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-03-04T15:06:10.732Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-03-04T15:06:10.732Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-03-04T15:06:10.732Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-03-04T15:06:10.732Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-03-04T15:06:10.732Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-03-04T15:06:10.732Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-03-04T15:06:10.732Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-03-04T15:06:10.732Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-03-04T15:06:10.732Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-03-04T15:06:10.732Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-03-04T15:06:10.732Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-03-04T15:06:10.732Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-03-04T15:06:10.732Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-03-04T15:06:10.732Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-03-04T15:06:10.732Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-03-04T15:06:10.732Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-03-04T15:06:10.732Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-04T15:06:10.732Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-03-04T15:06:10.732Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-04T15:06:10.732Z] === RUN TestLinuxParseMountRaw [2022-03-04T15:06:10.732Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-03-04T15:06:10.732Z] === RUN TestLinuxParseMountRawSplit [2022-03-04T15:06:10.732Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-03-04T15:06:10.732Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-03-04T15:06:10.732Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-03-04T15:06:10.732Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-03-04T15:06:10.732Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-03-04T15:06:10.732Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-03-04T15:06:10.732Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-03-04T15:06:10.732Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-03-04T15:06:10.732Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-03-04T15:06:10.732Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-03-04T15:06:10.732Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-03-04T15:06:10.732Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-03-04T15:06:10.732Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-03-04T15:06:10.732Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-03-04T15:06:10.732Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-03-04T15:06:10.732Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-03-04T15:06:10.732Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-03-04T15:06:10.732Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-03-04T15:06:10.732Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-03-04T15:06:10.732Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-03-04T15:06:10.732Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-03-04T15:06:10.732Z] === RUN TestConvertTmpfsOptions [2022-03-04T15:06:10.732Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-03-04T15:06:10.732Z] linux_parser_test.go:209: data="ro" [2022-03-04T15:06:10.732Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-03-04T15:06:10.732Z] === RUN TestParseMountSpec [2022-03-04T15:06:10.732Z] parser_test.go:62: case 0 [2022-03-04T15:06:10.732Z] parser_test.go:62: case 1 [2022-03-04T15:06:10.732Z] parser_test.go:62: case 2 [2022-03-04T15:06:10.732Z] parser_test.go:62: case 3 [2022-03-04T15:06:10.732Z] parser_test.go:62: case 4 [2022-03-04T15:06:10.732Z] parser_test.go:62: case 5 [2022-03-04T15:06:10.732Z] --- PASS: TestParseMountSpec (0.01s) [2022-03-04T15:06:10.732Z] === RUN TestValidateMount [2022-03-04T15:06:10.732Z] --- PASS: TestValidateMount (0.01s) [2022-03-04T15:06:10.732Z] === RUN TestWindowsParseMountRaw [2022-03-04T15:06:10.732Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-03-04T15:06:10.732Z] === RUN TestWindowsParseMountRawSplit [2022-03-04T15:06:10.732Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-03-04T15:06:10.732Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-03-04T15:06:10.732Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-03-04T15:06:10.732Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-03-04T15:06:10.732Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-03-04T15:06:10.732Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-03-04T15:06:10.732Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-03-04T15:06:10.732Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-03-04T15:06:10.732Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-03-04T15:06:10.732Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-03-04T15:06:10.732Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-03-04T15:06:10.732Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-03-04T15:06:10.732Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-03-04T15:06:10.732Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-03-04T15:06:10.732Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-03-04T15:06:10.732Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-03-04T15:06:10.732Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-03-04T15:06:10.732Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-03-04T15:06:10.732Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-03-04T15:06:10.732Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-03-04T15:06:10.732Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-03-04T15:06:10.732Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-03-04T15:06:10.732Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-03-04T15:06:10.732Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-03-04T15:06:10.732Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-04T15:06:10.732Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-03-04T15:06:10.732Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-04T15:06:10.732Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-03-04T15:06:10.732Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-03-04T15:06:10.732Z] PASS [2022-03-04T15:06:10.732Z] coverage: 67.5% of statements [2022-03-04T15:06:10.732Z] ok github.com/docker/docker/volume/mounts 0.111s coverage: 67.5% of statements [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite (331.84s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (7.32s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.65s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.48s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.33s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.25s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.62s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.28s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (2.91s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.34s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.15s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.32s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.24s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.34s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (1.96s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.37s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.56s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.52s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.60s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.33s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.56s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.64s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.52s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.53s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.52s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (2.53s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.78s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.66s) [2022-03-04T15:06:10.881Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (1.75s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.00s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.70s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.63s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.14s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.53s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.15s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.13s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.54s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.52s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.54s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.51s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.67s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.63s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.66s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.73s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.78s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.84s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.06s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.52s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.53s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.54s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (4.84s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.45s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (15.14s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.19s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.14s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.54s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.89s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.60s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.61s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.11s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (9.23s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.63s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.60s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.01s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.47s) [2022-03-04T15:06:10.881Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-03-04T15:06:10.881Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (1.98s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.51s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.05s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.29s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (3.00s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.68s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (2.84s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (3.08s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.34s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (2.96s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.70s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.44s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.53s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.46s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.08s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.53s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.64s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.15s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.07s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.53s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.49s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.12s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.53s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.68s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.81s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (3.81s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.05s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.47s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.54s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.82s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.65s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.59s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.59s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.56s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.72s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.24s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.24s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.11s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.51s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.98s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.14s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.12s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.24s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.71s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.13s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.15s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.00s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.34s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.45s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.65s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.88s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.51s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.10s) [2022-03-04T15:06:10.881Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.62s) [2022-03-04T15:06:10.881Z] === RUN TestDockerSwarmSuite [2022-03-04T15:06:10.881Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2022-03-04T15:06:11.722Z] === RUN TestSetGetMeta [2022-03-04T15:06:11.722Z] === PAUSE TestSetGetMeta [2022-03-04T15:06:11.722Z] === RUN TestRestore [2022-03-04T15:06:11.722Z] === PAUSE TestRestore [2022-03-04T15:06:11.722Z] === RUN TestServiceCreate [2022-03-04T15:06:11.722Z] === PAUSE TestServiceCreate [2022-03-04T15:06:11.722Z] === RUN TestServiceList [2022-03-04T15:06:11.722Z] === PAUSE TestServiceList [2022-03-04T15:06:11.722Z] === RUN TestServiceRemove [2022-03-04T15:06:11.722Z] === PAUSE TestServiceRemove [2022-03-04T15:06:11.722Z] === RUN TestServiceGet [2022-03-04T15:06:11.722Z] === PAUSE TestServiceGet [2022-03-04T15:06:11.722Z] === RUN TestServicePrune [2022-03-04T15:06:11.722Z] === PAUSE TestServicePrune [2022-03-04T15:06:11.722Z] === RUN TestCreate [2022-03-04T15:06:11.722Z] === PAUSE TestCreate [2022-03-04T15:06:11.722Z] === RUN TestRemove [2022-03-04T15:06:11.722Z] === PAUSE TestRemove [2022-03-04T15:06:11.722Z] === RUN TestList [2022-03-04T15:06:11.722Z] === PAUSE TestList [2022-03-04T15:06:11.722Z] === RUN TestFindByDriver [2022-03-04T15:06:11.722Z] === PAUSE TestFindByDriver [2022-03-04T15:06:11.722Z] === RUN TestFindByReferenced [2022-03-04T15:06:11.722Z] === PAUSE TestFindByReferenced [2022-03-04T15:06:11.722Z] === RUN TestDerefMultipleOfSameRef [2022-03-04T15:06:11.722Z] === PAUSE TestDerefMultipleOfSameRef [2022-03-04T15:06:11.722Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-04T15:06:11.723Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-04T15:06:11.723Z] === RUN TestDefererencePluginOnCreateError [2022-03-04T15:06:11.723Z] === PAUSE TestDefererencePluginOnCreateError [2022-03-04T15:06:11.723Z] === RUN TestRefDerefRemove [2022-03-04T15:06:11.723Z] === PAUSE TestRefDerefRemove [2022-03-04T15:06:11.723Z] === RUN TestGet [2022-03-04T15:06:11.723Z] === PAUSE TestGet [2022-03-04T15:06:11.723Z] === RUN TestGetWithReference [2022-03-04T15:06:11.723Z] === PAUSE TestGetWithReference [2022-03-04T15:06:11.723Z] === RUN TestFilterFunc [2022-03-04T15:06:11.723Z] === RUN TestFilterFunc/test_nil_list [2022-03-04T15:06:11.723Z] === PAUSE TestFilterFunc/test_nil_list [2022-03-04T15:06:11.723Z] === RUN TestFilterFunc/test_empty_list [2022-03-04T15:06:11.723Z] === PAUSE TestFilterFunc/test_empty_list [2022-03-04T15:06:11.723Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-03-04T15:06:11.723Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-03-04T15:06:11.723Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-04T15:06:11.723Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-04T15:06:11.723Z] === RUN TestFilterFunc/test_filter_some [2022-03-04T15:06:11.723Z] === PAUSE TestFilterFunc/test_filter_some [2022-03-04T15:06:11.723Z] === RUN TestFilterFunc/test_filter_middle [2022-03-04T15:06:11.723Z] === PAUSE TestFilterFunc/test_filter_middle [2022-03-04T15:06:11.723Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-03-04T15:06:11.723Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-03-04T15:06:11.723Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-03-04T15:06:11.723Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-03-04T15:06:11.723Z] === CONT TestFilterFunc/test_nil_list [2022-03-04T15:06:11.723Z] === CONT TestFilterFunc/test_filter_some [2022-03-04T15:06:11.723Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-04T15:06:11.723Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-03-04T15:06:11.723Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-03-04T15:06:11.723Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-03-04T15:06:11.723Z] === CONT TestFilterFunc/test_filter_middle [2022-03-04T15:06:11.723Z] === CONT TestFilterFunc/test_empty_list [2022-03-04T15:06:11.723Z] --- PASS: TestFilterFunc (0.00s) [2022-03-04T15:06:11.723Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-03-04T15:06:11.723Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-03-04T15:06:11.723Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-03-04T15:06:11.723Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-03-04T15:06:11.723Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-03-04T15:06:11.723Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-03-04T15:06:11.723Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-03-04T15:06:11.723Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-03-04T15:06:11.723Z] === CONT TestSetGetMeta [2022-03-04T15:06:11.723Z] === CONT TestList [2022-03-04T15:06:11.723Z] === CONT TestDefererencePluginOnCreateError [2022-03-04T15:06:11.723Z] === CONT TestDerefMultipleOfSameRef [2022-03-04T15:06:11.723Z] --- PASS: TestSetGetMeta (0.03s) [2022-03-04T15:06:11.723Z] === CONT TestRemove [2022-03-04T15:06:11.723Z] --- PASS: TestDefererencePluginOnCreateError (0.04s) [2022-03-04T15:06:11.723Z] === CONT TestCreate [2022-03-04T15:06:11.723Z] --- PASS: TestList (0.05s) [2022-03-04T15:06:11.723Z] === CONT TestServicePrune [2022-03-04T15:06:11.723Z] --- PASS: TestDerefMultipleOfSameRef (0.04s) [2022-03-04T15:06:11.723Z] === CONT TestServiceGet [2022-03-04T15:06:11.723Z] --- PASS: TestCreate (0.03s) [2022-03-04T15:06:11.723Z] === CONT TestServiceRemove [2022-03-04T15:06:11.723Z] --- PASS: TestRemove (0.05s) [2022-03-04T15:06:11.723Z] === CONT TestServiceList [2022-03-04T15:06:11.723Z] time="2022-03-04T15:06:11Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-04T15:06:11.723Z] --- PASS: TestServiceGet (0.21s) [2022-03-04T15:06:11.723Z] === CONT TestServiceCreate [2022-03-04T15:06:11.723Z] --- PASS: TestServiceRemove (0.19s) [2022-03-04T15:06:11.723Z] === CONT TestRestore [2022-03-04T15:06:11.723Z] --- PASS: TestServiceList (0.20s) [2022-03-04T15:06:11.723Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-04T15:06:11.723Z] time="2022-03-04T15:06:11Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-04T15:06:11.723Z] time="2022-03-04T15:06:11Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-04T15:06:11.723Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2022-03-04T15:06:11.723Z] === CONT TestGet [2022-03-04T15:06:11.723Z] time="2022-03-04T15:06:11Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-03-04T15:06:11.723Z] --- PASS: TestServiceCreate (0.04s) [2022-03-04T15:06:11.723Z] === CONT TestGetWithReference [2022-03-04T15:06:12.192Z] --- PASS: TestRestore (0.04s) [2022-03-04T15:06:12.192Z] === CONT TestRefDerefRemove [2022-03-04T15:06:12.192Z] time="2022-03-04T15:06:11Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-04T15:06:12.192Z] --- PASS: TestServicePrune (0.28s) [2022-03-04T15:06:12.192Z] === CONT TestFindByReferenced [2022-03-04T15:06:12.192Z] --- PASS: TestGet (0.05s) [2022-03-04T15:06:12.192Z] === CONT TestFindByDriver [2022-03-04T15:06:12.192Z] --- PASS: TestRefDerefRemove (0.04s) [2022-03-04T15:06:12.192Z] --- PASS: TestGetWithReference (0.05s) [2022-03-04T15:06:12.192Z] --- PASS: TestFindByReferenced (0.04s) [2022-03-04T15:06:12.192Z] --- PASS: TestFindByDriver (0.03s) [2022-03-04T15:06:12.192Z] PASS [2022-03-04T15:06:12.192Z] coverage: 69.0% of statements [2022-03-04T15:06:12.192Z] ok github.com/docker/docker/volume/service 0.432s coverage: 69.0% of statements [2022-03-04T15:06:12.789Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2022-03-04T15:06:16.077Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-03-04T15:06:16.077Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2022-03-04T15:06:17.985Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-03-04T15:06:19.817Z] --- PASS: TestCheckoutGit (29.48s) [2022-03-04T15:06:19.817Z] === RUN TestValidGitTransport [2022-03-04T15:06:19.817Z] --- PASS: TestValidGitTransport (0.00s) [2022-03-04T15:06:19.817Z] === RUN TestGitInvalidRef [2022-03-04T15:06:19.817Z] --- PASS: TestGitInvalidRef (0.19s) [2022-03-04T15:06:19.817Z] PASS [2022-03-04T15:06:19.817Z] coverage: 86.3% of statements [2022-03-04T15:06:19.817Z] ok github.com/docker/docker/builder/remotecontext/git 29.729s coverage: 86.3% of statements [2022-03-04T15:06:19.817Z] ? github.com/docker/docker/cli [no test files] [2022-03-04T15:06:19.817Z] ? github.com/docker/docker/cli/config [no test files] [2022-03-04T15:06:19.821Z] ok github.com/docker/docker/pkg/plugins 33.636s coverage: 76.3% of statements [2022-03-04T15:06:19.822Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-04T15:06:19.822Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-04T15:06:19.822Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-04T15:06:19.822Z] ? github.com/docker/docker/pkg/symlink [no test files] [2022-03-04T15:06:19.822Z] ? github.com/docker/docker/pkg/term [no test files] [2022-03-04T15:06:19.822Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-04T15:06:19.822Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2022-03-04T15:06:19.822Z] ? github.com/docker/docker/rootless [no test files] [2022-03-04T15:06:19.822Z] ? github.com/docker/docker/rootless/specconv [no test files] [2022-03-04T15:06:19.822Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-04T15:06:19.822Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-04T15:06:19.822Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-04T15:06:19.822Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-04T15:06:19.822Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-04T15:06:19.822Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-04T15:06:19.822Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-04T15:06:19.822Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-04T15:06:19.822Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-04T15:06:19.822Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-04T15:06:19.822Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-04T15:06:19.822Z] ? github.com/docker/docker/volume [no test files] [2022-03-04T15:06:19.822Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-04T15:06:19.822Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-04T15:06:19.822Z] [2022-03-04T15:06:19.822Z] === Skipped [2022-03-04T15:06:19.822Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-04T15:06:19.822Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-04T15:06:19.822Z] [2022-03-04T15:06:19.822Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-04T15:06:19.822Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-04T15:06:19.822Z] [2022-03-04T15:06:19.822Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-04T15:06:19.822Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-04T15:06:19.822Z] [2022-03-04T15:06:19.822Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-04T15:06:19.822Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-04T15:06:19.822Z] [2022-03-04T15:06:19.822Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2022-03-04T15:06:19.822Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-04T15:06:19.822Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-04T15:06:19.822Z] [2022-03-04T15:06:19.822Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2022-03-04T15:06:19.822Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-04T15:06:19.822Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-04T15:06:19.822Z] [2022-03-04T15:06:19.822Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2022-03-04T15:06:19.822Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-04T15:06:19.822Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-04T15:06:19.822Z] [2022-03-04T15:06:19.822Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2022-03-04T15:06:19.822Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-04T15:06:19.822Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-04T15:06:19.822Z] [2022-03-04T15:06:19.822Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2022-03-04T15:06:19.822Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-04T15:06:19.822Z] graphtest_unix.go:44: Driver btrfs not supported [2022-03-04T15:06:19.822Z] [2022-03-04T15:06:19.822Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2022-03-04T15:06:19.822Z] graphtest_unix.go:71: No driver to put! [2022-03-04T15:06:19.822Z] [2022-03-04T15:06:19.822Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2022-03-04T15:06:19.822Z] time="2022-03-04T15:05:14Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-04T15:06:19.822Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-04T15:06:19.822Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-04T15:06:19.822Z] [2022-03-04T15:06:19.822Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2022-03-04T15:06:19.822Z] time="2022-03-04T15:05:14Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-04T15:06:19.822Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-04T15:06:19.822Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-04T15:06:19.822Z] [2022-03-04T15:06:19.822Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2022-03-04T15:06:19.822Z] time="2022-03-04T15:05:14Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-04T15:06:19.822Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-04T15:06:19.822Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-04T15:06:19.822Z] [2022-03-04T15:06:19.822Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2022-03-04T15:06:19.822Z] time="2022-03-04T15:05:14Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-04T15:06:19.822Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-04T15:06:19.822Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-04T15:06:19.822Z] [2022-03-04T15:06:19.822Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2022-03-04T15:06:19.822Z] time="2022-03-04T15:05:14Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2022-03-04T15:06:19.822Z] graphtest_unix.go:42: graphdriver: driver not supported [2022-03-04T15:06:19.822Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2022-03-04T15:06:19.822Z] [2022-03-04T15:06:19.822Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2022-03-04T15:06:19.822Z] graphtest_unix.go:71: No driver to put! [2022-03-04T15:06:19.822Z] [2022-03-04T15:06:19.822Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2022-03-04T15:06:19.822Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2022-03-04T15:06:19.822Z] [2022-03-04T15:06:19.822Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2022-03-04T15:06:19.822Z] overlay_test.go:50: Fails to compute changes intermittently [2022-03-04T15:06:19.822Z] [2022-03-04T15:06:19.822Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2022-03-04T15:06:19.822Z] overlay_test.go:65: Cannot run test with naive change algorithm [2022-03-04T15:06:19.822Z] [2022-03-04T15:06:19.822Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2022-03-04T15:06:19.822Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2022-03-04T15:06:19.822Z] [2022-03-04T15:06:19.822Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2022-03-04T15:06:19.822Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-04T15:06:19.822Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-04T15:06:19.822Z] [2022-03-04T15:06:19.822Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2022-03-04T15:06:19.822Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-04T15:06:19.822Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-04T15:06:19.822Z] [2022-03-04T15:06:19.822Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2022-03-04T15:06:19.822Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-04T15:06:19.822Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-04T15:06:19.822Z] [2022-03-04T15:06:19.822Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2022-03-04T15:06:19.822Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-04T15:06:19.822Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-04T15:06:19.822Z] [2022-03-04T15:06:19.822Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2022-03-04T15:06:19.822Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2022-03-04T15:06:19.822Z] graphtest_unix.go:44: Driver zfs not supported [2022-03-04T15:06:19.822Z] [2022-03-04T15:06:19.822Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2022-03-04T15:06:19.822Z] graphtest_unix.go:71: No driver to put! [2022-03-04T15:06:19.822Z] [2022-03-04T15:06:19.822Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2022-03-04T15:06:19.822Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2022-03-04T15:06:19.822Z] [2022-03-04T15:06:19.822Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2022-03-04T15:06:19.822Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2022-03-04T15:06:19.822Z] [2022-03-04T15:06:19.822Z] DONE 2318 tests, 28 skipped in 224.718s [2022-03-04T15:06:19.822Z] + '[' -n 'github.com/docker/docker/libnetwork [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/bitseq [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/cluster [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/cmd/readme_test [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/config [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/datastore [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/diagnostic [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/discoverapi [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/driverapi [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/drivers/bridge [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/drivers/host [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/drivers/macvlan [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/drivers/null [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/drivers/overlay [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/drivers/remote [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/drivers/remote/api [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/drivers/windows [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/drvregistry [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/etchosts [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/idm [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/internal/caller [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/internal/setmatrix [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/ipam [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/ipamapi [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/ipams/builtin [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/ipams/null [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/ipams/remote [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/ipams/remote/api [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/ipamutils [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/iptables [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/netlabel [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/netutils [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/networkdb [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/ns [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/options [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/osl [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/osl/kernel [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/portallocator [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/portmapper [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/resolvconf [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/testutils [2022-03-04T15:06:19.822Z] github.com/docker/docker/libnetwork/types' ']' [2022-03-04T15:06:19.822Z] + 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-04T15:06:21.277Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2022-03-04T15:06:26.167Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-03-04T15:06:26.310Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2022-03-04T15:06:26.310Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2022-03-04T15:06:26.310Z] === RUN TestLoadDaemonCliConfigWithTLS [2022-03-04T15:06:26.310Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2022-03-04T15:06:26.310Z] === RUN TestLoadDaemonCliConfigWithConflicts [2022-03-04T15:06:26.310Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2022-03-04T15:06:26.310Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2022-03-04T15:06:26.310Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2022-03-04T15:06:26.310Z] === RUN TestLoadDaemonCliWithConflictingLabels [2022-03-04T15:06:26.310Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2022-03-04T15:06:26.310Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2022-03-04T15:06:26.310Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2022-03-04T15:06:26.310Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2022-03-04T15:06:26.310Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2022-03-04T15:06:26.310Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2022-03-04T15:06:26.310Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2022-03-04T15:06:26.310Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2022-03-04T15:06:26.310Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2022-03-04T15:06:26.310Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2022-03-04T15:06:26.310Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2022-03-04T15:06:26.310Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2022-03-04T15:06:26.310Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2022-03-04T15:06:26.310Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2022-03-04T15:06:26.310Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2022-03-04T15:06:26.310Z] === RUN TestConfigureDaemonLogs [2022-03-04T15:06:26.310Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2022-03-04T15:06:26.310Z] === RUN TestCommonOptionsInstallFlags [2022-03-04T15:06:26.310Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2022-03-04T15:06:26.310Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2022-03-04T15:06:26.310Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2022-03-04T15:06:26.310Z] PASS [2022-03-04T15:06:26.310Z] coverage: 18.7% of statements [2022-03-04T15:06:26.310Z] ok github.com/docker/docker/cmd/dockerd 0.202s coverage: 18.7% of statements [2022-03-04T15:06:26.310Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2022-03-04T15:06:26.310Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2022-03-04T15:06:26.310Z] === RUN TestContainerStopSignal [2022-03-04T15:06:26.310Z] --- PASS: TestContainerStopSignal (0.00s) [2022-03-04T15:06:26.310Z] === RUN TestContainerStopTimeout [2022-03-04T15:06:26.310Z] --- PASS: TestContainerStopTimeout (0.00s) [2022-03-04T15:06:26.310Z] === RUN TestContainerSecretReferenceDestTarget [2022-03-04T15:06:26.310Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2022-03-04T15:06:26.310Z] === RUN TestContainerLogPathSetForJSONFileLogger [2022-03-04T15:06:26.310Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2022-03-04T15:06:26.310Z] === RUN TestContainerLogPathSetForRingLogger [2022-03-04T15:06:26.310Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2022-03-04T15:06:26.310Z] === RUN TestReplaceAndAppendEnvVars [2022-03-04T15:06:26.310Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2022-03-04T15:06:26.310Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2022-03-04T15:06:26.310Z] === RUN TestNewMemoryStore [2022-03-04T15:06:26.310Z] --- PASS: TestNewMemoryStore (0.00s) [2022-03-04T15:06:26.310Z] === RUN TestAddContainers [2022-03-04T15:06:26.310Z] --- PASS: TestAddContainers (0.00s) [2022-03-04T15:06:26.310Z] === RUN TestGetContainer [2022-03-04T15:06:26.310Z] --- PASS: TestGetContainer (0.00s) [2022-03-04T15:06:26.310Z] === RUN TestDeleteContainer [2022-03-04T15:06:26.310Z] --- PASS: TestDeleteContainer (0.00s) [2022-03-04T15:06:26.310Z] === RUN TestListContainers [2022-03-04T15:06:26.310Z] --- PASS: TestListContainers (0.00s) [2022-03-04T15:06:26.310Z] === RUN TestFirstContainer [2022-03-04T15:06:26.310Z] --- PASS: TestFirstContainer (0.00s) [2022-03-04T15:06:26.310Z] === RUN TestApplyAllContainer [2022-03-04T15:06:26.310Z] --- PASS: TestApplyAllContainer (0.00s) [2022-03-04T15:06:26.310Z] === RUN TestIsValidHealthString [2022-03-04T15:06:26.310Z] --- PASS: TestIsValidHealthString (0.00s) [2022-03-04T15:06:26.310Z] === RUN TestStateRunStop [2022-03-04T15:06:26.310Z] --- PASS: TestStateRunStop (0.00s) [2022-03-04T15:06:26.310Z] === RUN TestStateTimeoutWait [2022-03-04T15:06:26.310Z] state_test.go:141: Stop callback fired [2022-03-04T15:06:26.310Z] state_test.go:165: Stop callback fired [2022-03-04T15:06:26.310Z] --- PASS: TestStateTimeoutWait (0.10s) [2022-03-04T15:06:26.310Z] === RUN TestIsValidStateString [2022-03-04T15:06:26.310Z] --- PASS: TestIsValidStateString (0.00s) [2022-03-04T15:06:26.310Z] === RUN TestViewSaveDelete [2022-03-04T15:06:26.310Z] --- PASS: TestViewSaveDelete (0.03s) [2022-03-04T15:06:26.310Z] === RUN TestViewAll [2022-03-04T15:06:26.310Z] --- PASS: TestViewAll (0.01s) [2022-03-04T15:06:26.310Z] === RUN TestViewGet [2022-03-04T15:06:26.310Z] --- PASS: TestViewGet (0.01s) [2022-03-04T15:06:26.310Z] === RUN TestNames [2022-03-04T15:06:26.310Z] --- PASS: TestNames (0.00s) [2022-03-04T15:06:26.310Z] === RUN TestViewWithHealthCheck [2022-03-04T15:06:26.310Z] --- PASS: TestViewWithHealthCheck (0.01s) [2022-03-04T15:06:26.310Z] PASS [2022-03-04T15:06:26.310Z] coverage: 41.7% of statements [2022-03-04T15:06:26.310Z] ok github.com/docker/docker/container 0.246s coverage: 41.7% of statements [2022-03-04T15:06:26.310Z] ? github.com/docker/docker/container/stream [no test files] [2022-03-04T15:06:26.310Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2022-03-04T15:06:26.310Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2022-03-04T15:06:26.310Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2022-03-04T15:06:26.737Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-03-04T15:06:27.301Z] === RUN TestPrepare [2022-03-04T15:06:27.301Z] --- PASS: TestPrepare (0.00s) [2022-03-04T15:06:27.301Z] === RUN TestStart [2022-03-04T15:06:27.301Z] --- PASS: TestStart (0.00s) [2022-03-04T15:06:27.301Z] === RUN TestWaitCancel [2022-03-04T15:06:27.301Z] --- PASS: TestWaitCancel (0.00s) [2022-03-04T15:06:27.301Z] === RUN TestWaitDisabled [2022-03-04T15:06:27.301Z] --- PASS: TestWaitDisabled (0.00s) [2022-03-04T15:06:27.301Z] === RUN TestWaitEnabled [2022-03-04T15:06:27.301Z] --- PASS: TestWaitEnabled (0.00s) [2022-03-04T15:06:27.301Z] === RUN TestRemove [2022-03-04T15:06:27.301Z] --- PASS: TestRemove (0.00s) [2022-03-04T15:06:27.301Z] PASS [2022-03-04T15:06:27.301Z] coverage: 65.3% of statements [2022-03-04T15:06:27.301Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.098s coverage: 65.3% of statements [2022-03-04T15:06:27.305Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-03-04T15:06:27.875Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-03-04T15:06:28.813Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-03-04T15:06:28.813Z] docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows [2022-03-04T15:06:28.813Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-03-04T15:06:28.870Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2022-03-04T15:06:28.870Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.13s) [2022-03-04T15:06:28.870Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2022-03-04T15:06:28.870Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2022-03-04T15:06:28.870Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2022-03-04T15:06:28.870Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2022-03-04T15:06:28.870Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2022-03-04T15:06:28.870Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2022-03-04T15:06:28.870Z] === RUN TestServiceConvertToGRPCContainerRuntime [2022-03-04T15:06:28.870Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2022-03-04T15:06:28.870Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2022-03-04T15:06:28.870Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2022-03-04T15:06:28.870Z] === RUN TestServiceConvertToGRPCIsolation [2022-03-04T15:06:28.870Z] === RUN TestServiceConvertToGRPCIsolation/empty [2022-03-04T15:06:28.870Z] === RUN TestServiceConvertToGRPCIsolation/default [2022-03-04T15:06:28.870Z] === RUN TestServiceConvertToGRPCIsolation/process [2022-03-04T15:06:28.870Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2022-03-04T15:06:28.870Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2022-03-04T15:06:28.870Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2022-03-04T15:06:28.870Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2022-03-04T15:06:28.870Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2022-03-04T15:06:28.870Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2022-03-04T15:06:28.870Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2022-03-04T15:06:28.870Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2022-03-04T15:06:28.870Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2022-03-04T15:06:28.870Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2022-03-04T15:06:28.870Z] === RUN TestServiceConvertFromGRPCIsolation [2022-03-04T15:06:28.870Z] === RUN TestServiceConvertFromGRPCIsolation/default [2022-03-04T15:06:28.870Z] === RUN TestServiceConvertFromGRPCIsolation/process [2022-03-04T15:06:29.072Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-03-04T15:06:29.341Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2022-03-04T15:06:29.341Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2022-03-04T15:06:29.341Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2022-03-04T15:06:29.341Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2022-03-04T15:06:29.341Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2022-03-04T15:06:29.341Z] === RUN TestServiceConvertToGRPCCredentialSpec [2022-03-04T15:06:29.341Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2022-03-04T15:06:29.341Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2022-03-04T15:06:29.341Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2022-03-04T15:06:29.341Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2022-03-04T15:06:29.341Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2022-03-04T15:06:29.341Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2022-03-04T15:06:29.341Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2022-03-04T15:06:29.341Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2022-03-04T15:06:29.341Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2022-03-04T15:06:29.341Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-04T15:06:29.341Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2022-03-04T15:06:29.341Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2022-03-04T15:06:29.341Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2022-03-04T15:06:29.341Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2022-03-04T15:06:29.341Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-04T15:06:29.341Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-04T15:06:29.341Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-04T15:06:29.341Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2022-03-04T15:06:29.341Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2022-03-04T15:06:29.341Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2022-03-04T15:06:29.341Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2022-03-04T15:06:29.341Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2022-03-04T15:06:29.341Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2022-03-04T15:06:29.341Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2022-03-04T15:06:29.341Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2022-03-04T15:06:29.341Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2022-03-04T15:06:29.341Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2022-03-04T15:06:29.341Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2022-03-04T15:06:29.341Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2022-03-04T15:06:29.341Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2022-03-04T15:06:29.341Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2022-03-04T15:06:29.341Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2022-03-04T15:06:29.341Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2022-03-04T15:06:29.341Z] === RUN TestServiceConvertFromGRPCConfigs [2022-03-04T15:06:29.341Z] === RUN TestServiceConvertFromGRPCConfigs/file [2022-03-04T15:06:29.341Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2022-03-04T15:06:29.341Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2022-03-04T15:06:29.341Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2022-03-04T15:06:29.341Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2022-03-04T15:06:29.341Z] === RUN TestServiceConvertToGRPCConfigs [2022-03-04T15:06:29.341Z] === RUN TestServiceConvertToGRPCConfigs/file [2022-03-04T15:06:29.341Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2022-03-04T15:06:29.341Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2022-03-04T15:06:29.341Z] === RUN TestServiceConvertToGRPCConfigs/none [2022-03-04T15:06:29.341Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2022-03-04T15:06:29.341Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2022-03-04T15:06:29.341Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2022-03-04T15:06:29.341Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2022-03-04T15:06:29.341Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2022-03-04T15:06:29.341Z] PASS [2022-03-04T15:06:29.341Z] coverage: 35.9% of statements [2022-03-04T15:06:29.341Z] ok github.com/docker/docker/daemon/cluster/convert 0.581s coverage: 35.9% of statements [2022-03-04T15:06:29.341Z] === RUN TestNewListSecretsFilters [2022-03-04T15:06:29.341Z] --- PASS: TestNewListSecretsFilters (0.00s) [2022-03-04T15:06:29.341Z] === RUN TestNewListConfigsFilters [2022-03-04T15:06:29.341Z] --- PASS: TestNewListConfigsFilters (0.00s) [2022-03-04T15:06:29.341Z] PASS [2022-03-04T15:06:29.341Z] coverage: 0.5% of statements [2022-03-04T15:06:29.341Z] ok github.com/docker/docker/daemon/cluster 0.769s coverage: 0.5% of statements [2022-03-04T15:06:31.630Z] 2022/03/04 15:06:29 Closing DB instances... [2022-03-04T15:06:31.630Z] --- PASS: TestNetworkDBGarbageCollection (54.05s) [2022-03-04T15:06:31.630Z] === RUN TestFindNode [2022-03-04T15:06:31.630Z] 2022/03/04 15:06:31 Closing DB instances... [2022-03-04T15:06:31.630Z] --- PASS: TestFindNode (0.02s) [2022-03-04T15:06:31.630Z] === RUN TestChangeNodeState [2022-03-04T15:06:31.630Z] 2022/03/04 15:06:31 Closing DB instances... [2022-03-04T15:06:31.630Z] --- PASS: TestChangeNodeState (0.02s) [2022-03-04T15:06:31.630Z] === RUN TestNodeReincarnation [2022-03-04T15:06:31.630Z] 2022/03/04 15:06:31 Closing DB instances... [2022-03-04T15:06:32.298Z] === RUN TestBuilderGC [2022-03-04T15:06:32.298Z] --- PASS: TestBuilderGC (0.00s) [2022-03-04T15:06:32.298Z] === RUN TestDaemonConfigurationNotFound [2022-03-04T15:06:32.298Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2022-03-04T15:06:32.298Z] === RUN TestDaemonBrokenConfiguration [2022-03-04T15:06:32.298Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2022-03-04T15:06:32.298Z] === RUN TestFindConfigurationConflicts [2022-03-04T15:06:32.298Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2022-03-04T15:06:32.298Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2022-03-04T15:06:32.298Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2022-03-04T15:06:32.298Z] === RUN TestDaemonConfigurationMergeConflicts [2022-03-04T15:06:32.298Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2022-03-04T15:06:32.298Z] === RUN TestDaemonConfigurationMergeConcurrent [2022-03-04T15:06:32.298Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2022-03-04T15:06:32.298Z] === RUN TestDaemonConfigurationMergeConcurrentError [2022-03-04T15:06:32.298Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2022-03-04T15:06:32.298Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2022-03-04T15:06:32.298Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2022-03-04T15:06:32.298Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2022-03-04T15:06:32.298Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2022-03-04T15:06:32.298Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2022-03-04T15:06:32.298Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2022-03-04T15:06:32.298Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2022-03-04T15:06:32.298Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2022-03-04T15:06:32.298Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2022-03-04T15:06:32.298Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2022-03-04T15:06:32.298Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2022-03-04T15:06:32.298Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2022-03-04T15:06:32.298Z] === RUN TestFindConfigurationConflictsWithMergedValues [2022-03-04T15:06:32.298Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2022-03-04T15:06:32.298Z] === RUN TestValidateConfigurationErrors [2022-03-04T15:06:32.298Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2022-03-04T15:06:32.298Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2022-03-04T15:06:32.298Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2022-03-04T15:06:32.298Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2022-03-04T15:06:32.298Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2022-03-04T15:06:32.298Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2022-03-04T15:06:32.298Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2022-03-04T15:06:32.298Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2022-03-04T15:06:32.298Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2022-03-04T15:06:32.298Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2022-03-04T15:06:32.298Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2022-03-04T15:06:32.298Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2022-03-04T15:06:32.298Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2022-03-04T15:06:32.298Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2022-03-04T15:06:32.298Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2022-03-04T15:06:32.298Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2022-03-04T15:06:32.298Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2022-03-04T15:06:32.298Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2022-03-04T15:06:32.298Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2022-03-04T15:06:32.298Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2022-03-04T15:06:32.298Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2022-03-04T15:06:32.298Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2022-03-04T15:06:32.298Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2022-03-04T15:06:32.298Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2022-03-04T15:06:32.298Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2022-03-04T15:06:32.298Z] === RUN TestValidateConfiguration [2022-03-04T15:06:32.298Z] === RUN TestValidateConfiguration/with_label [2022-03-04T15:06:32.298Z] === RUN TestValidateConfiguration/with_dns [2022-03-04T15:06:32.298Z] === RUN TestValidateConfiguration/with_dns-search [2022-03-04T15:06:32.298Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2022-03-04T15:06:32.298Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2022-03-04T15:06:32.298Z] === RUN TestValidateConfiguration/with_max-download-attempts [2022-03-04T15:06:32.298Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2022-03-04T15:06:32.298Z] === RUN TestValidateConfiguration/with_node_generic_resources [2022-03-04T15:06:32.298Z] --- PASS: TestValidateConfiguration (0.00s) [2022-03-04T15:06:32.298Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2022-03-04T15:06:32.298Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2022-03-04T15:06:32.298Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2022-03-04T15:06:32.298Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2022-03-04T15:06:32.298Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2022-03-04T15:06:32.298Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2022-03-04T15:06:32.298Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2022-03-04T15:06:32.298Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2022-03-04T15:06:32.298Z] === RUN TestReloadSetConfigFileNotExist [2022-03-04T15:06:32.298Z] time="2022-03-04T15:06:31Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2022-03-04T15:06:32.298Z] --- PASS: TestReloadSetConfigFileNotExist (0.11s) [2022-03-04T15:06:32.298Z] === RUN TestReloadDefaultConfigNotExist [2022-03-04T15:06:32.298Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:06:32.298Z] --- SKIP: TestReloadDefaultConfigNotExist (0.01s) [2022-03-04T15:06:32.298Z] === RUN TestReloadBadDefaultConfig [2022-03-04T15:06:32.298Z] time="2022-03-04T15:06:31Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-1525187415" [2022-03-04T15:06:32.298Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2022-03-04T15:06:32.298Z] === RUN TestReloadWithConflictingLabels [2022-03-04T15:06:32.298Z] time="2022-03-04T15:06:31Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-3946810524" [2022-03-04T15:06:32.298Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2022-03-04T15:06:32.298Z] === RUN TestReloadWithDuplicateLabels [2022-03-04T15:06:32.298Z] time="2022-03-04T15:06:31Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-2495398211" [2022-03-04T15:06:32.298Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2022-03-04T15:06:32.298Z] === RUN TestMaskURLCredentials [2022-03-04T15:06:32.298Z] --- PASS: TestMaskURLCredentials (0.00s) [2022-03-04T15:06:32.298Z] === RUN TestDaemonConfigurationMerge [2022-03-04T15:06:32.298Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2022-03-04T15:06:32.298Z] PASS [2022-03-04T15:06:32.298Z] coverage: 79.2% of statements [2022-03-04T15:06:32.298Z] ok github.com/docker/docker/daemon/config 0.247s coverage: 79.2% of statements [2022-03-04T15:06:32.298Z] === RUN TestEventsLog [2022-03-04T15:06:32.298Z] --- PASS: TestEventsLog (0.00s) [2022-03-04T15:06:32.298Z] === RUN TestEventsLogTimeout [2022-03-04T15:06:32.298Z] --- PASS: TestEventsLogTimeout (0.00s) [2022-03-04T15:06:32.298Z] === RUN TestLogEvents [2022-03-04T15:06:32.298Z] --- PASS: TestLogEvents (0.05s) [2022-03-04T15:06:32.298Z] === RUN TestLoadBufferedEvents [2022-03-04T15:06:32.770Z] --- PASS: TestLoadBufferedEvents (0.14s) [2022-03-04T15:06:32.770Z] === RUN TestLoadBufferedEventsOnlyFromPast [2022-03-04T15:06:32.770Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2022-03-04T15:06:32.770Z] === RUN TestIgnoreBufferedWhenNoTimes [2022-03-04T15:06:32.770Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2022-03-04T15:06:32.770Z] PASS [2022-03-04T15:06:32.770Z] coverage: 50.0% of statements [2022-03-04T15:06:32.770Z] ok github.com/docker/docker/daemon/events 0.239s coverage: 50.0% of statements [2022-03-04T15:06:32.770Z] === RUN TestWaitNodeAttachment [2022-03-04T15:06:33.240Z] --- PASS: TestWaitNodeAttachment (0.46s) [2022-03-04T15:06:33.241Z] === RUN TestIsolationConversion [2022-03-04T15:06:33.241Z] === RUN TestIsolationConversion/default [2022-03-04T15:06:33.241Z] === RUN TestIsolationConversion/process [2022-03-04T15:06:33.241Z] === RUN TestIsolationConversion/hyperv [2022-03-04T15:06:33.241Z] --- PASS: TestIsolationConversion (0.00s) [2022-03-04T15:06:33.241Z] --- PASS: TestIsolationConversion/default (0.00s) [2022-03-04T15:06:33.241Z] --- PASS: TestIsolationConversion/process (0.00s) [2022-03-04T15:06:33.241Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2022-03-04T15:06:33.241Z] === RUN TestContainerLabels [2022-03-04T15:06:33.241Z] --- PASS: TestContainerLabels (0.00s) [2022-03-04T15:06:33.241Z] === RUN TestCredentialSpecConversion [2022-03-04T15:06:33.241Z] === RUN TestCredentialSpecConversion/none [2022-03-04T15:06:33.241Z] === RUN TestCredentialSpecConversion/config [2022-03-04T15:06:33.241Z] === RUN TestCredentialSpecConversion/file [2022-03-04T15:06:33.241Z] === RUN TestCredentialSpecConversion/registry [2022-03-04T15:06:33.241Z] --- PASS: TestCredentialSpecConversion (0.00s) [2022-03-04T15:06:33.241Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2022-03-04T15:06:33.241Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2022-03-04T15:06:33.241Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2022-03-04T15:06:33.241Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2022-03-04T15:06:33.241Z] === RUN TestControllerValidateMountBind [2022-03-04T15:06:33.241Z] --- PASS: TestControllerValidateMountBind (0.00s) [2022-03-04T15:06:33.241Z] === RUN TestControllerValidateMountVolume [2022-03-04T15:06:33.241Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2022-03-04T15:06:33.241Z] === RUN TestControllerValidateMountTarget [2022-03-04T15:06:33.241Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2022-03-04T15:06:33.241Z] === RUN TestControllerValidateMountTmpfs [2022-03-04T15:06:33.241Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2022-03-04T15:06:33.241Z] === RUN TestControllerValidateMountInvalidType [2022-03-04T15:06:33.241Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2022-03-04T15:06:33.241Z] === RUN TestControllerValidateMountNamedPipe [2022-03-04T15:06:33.241Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2022-03-04T15:06:33.241Z] PASS [2022-03-04T15:06:33.241Z] coverage: 11.0% of statements [2022-03-04T15:06:33.241Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.638s coverage: 11.0% of statements [2022-03-04T15:06:33.710Z] === RUN TestIsEmptyDir [2022-03-04T15:06:33.710Z] --- PASS: TestIsEmptyDir (0.01s) [2022-03-04T15:06:33.710Z] PASS [2022-03-04T15:06:33.710Z] coverage: 2.3% of statements [2022-03-04T15:06:33.710Z] ok github.com/docker/docker/daemon/graphdriver 0.075s coverage: 2.3% of statements [2022-03-04T15:06:34.181Z] === RUN TestLinkNaming [2022-03-04T15:06:34.181Z] --- PASS: TestLinkNaming (0.00s) [2022-03-04T15:06:34.181Z] === RUN TestLinkNew [2022-03-04T15:06:34.181Z] --- PASS: TestLinkNew (0.00s) [2022-03-04T15:06:34.181Z] === RUN TestLinkEnv [2022-03-04T15:06:34.181Z] --- PASS: TestLinkEnv (0.00s) [2022-03-04T15:06:34.181Z] === RUN TestLinkMultipleEnv [2022-03-04T15:06:34.181Z] --- PASS: TestLinkMultipleEnv (0.00s) [2022-03-04T15:06:34.181Z] === RUN TestLinkPortRangeEnv [2022-03-04T15:06:34.181Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2022-03-04T15:06:34.181Z] PASS [2022-03-04T15:06:34.181Z] coverage: 93.0% of statements [2022-03-04T15:06:34.181Z] ok github.com/docker/docker/daemon/links 0.036s coverage: 93.0% of statements [2022-03-04T15:06:34.181Z] === RUN TestVerifyNetworkingConfig [2022-03-04T15:06:34.181Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2022-03-04T15:06:34.181Z] === RUN TestGetContainer [2022-03-04T15:06:34.181Z] --- PASS: TestGetContainer (0.00s) [2022-03-04T15:06:34.181Z] === RUN TestValidContainerNames [2022-03-04T15:06:34.181Z] --- PASS: TestValidContainerNames (0.00s) [2022-03-04T15:06:34.181Z] === RUN TestContainerInitDNS [2022-03-04T15:06:34.181Z] daemon_test.go:145: root required [2022-03-04T15:06:34.181Z] --- SKIP: TestContainerInitDNS (0.00s) [2022-03-04T15:06:34.181Z] === RUN TestMerge [2022-03-04T15:06:34.181Z] --- PASS: TestMerge (0.00s) [2022-03-04T15:06:34.181Z] === RUN TestValidateContainerIsolation [2022-03-04T15:06:34.181Z] --- PASS: TestValidateContainerIsolation (0.00s) [2022-03-04T15:06:34.181Z] === RUN TestFindNetworkErrorType [2022-03-04T15:06:34.181Z] --- PASS: TestFindNetworkErrorType (0.00s) [2022-03-04T15:06:34.181Z] === RUN TestEnsureServicesExist [2022-03-04T15:06:34.181Z] --- PASS: TestEnsureServicesExist (0.00s) [2022-03-04T15:06:34.181Z] === RUN TestEnsureServicesExistErrors [2022-03-04T15:06:34.181Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2022-03-04T15:06:34.181Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2022-03-04T15:06:34.181Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2022-03-04T15:06:34.181Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2022-03-04T15:06:34.181Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2022-03-04T15:06:34.181Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2022-03-04T15:06:34.181Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2022-03-04T15:06:34.181Z] === RUN TestContainerDelete [2022-03-04T15:06:34.181Z] --- PASS: TestContainerDelete (0.00s) [2022-03-04T15:06:34.181Z] === RUN TestContainerDoubleDelete [2022-03-04T15:06:34.181Z] --- PASS: TestContainerDoubleDelete (0.00s) [2022-03-04T15:06:34.181Z] === RUN TestLogContainerEventCopyLabels [2022-03-04T15:06:34.181Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2022-03-04T15:06:34.181Z] === RUN TestLogContainerEventWithAttributes [2022-03-04T15:06:34.181Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2022-03-04T15:06:34.181Z] === RUN TestNoneHealthcheck [2022-03-04T15:06:34.181Z] --- PASS: TestNoneHealthcheck (0.00s) [2022-03-04T15:06:34.181Z] === RUN TestHealthStates [2022-03-04T15:06:34.181Z] time="2022-03-04T15:06:33Z" 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-04T15:06:34.181Z] time="2022-03-04T15:06: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-04T15:06:34.181Z] time="2022-03-04T15:06: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-04T15:06:34.181Z] time="2022-03-04T15:06: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-04T15:06:34.181Z] time="2022-03-04T15:06: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-04T15:06:34.181Z] time="2022-03-04T15:06: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-04T15:06:34.181Z] time="2022-03-04T15:06: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-04T15:06:34.181Z] time="2022-03-04T15:06: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-04T15:06:34.181Z] time="2022-03-04T15:06: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-04T15:06:34.181Z] time="2022-03-04T15:06: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-04T15:06:34.181Z] --- PASS: TestHealthStates (0.14s) [2022-03-04T15:06:34.181Z] === RUN TestGetInspectData [2022-03-04T15:06:34.181Z] --- PASS: TestGetInspectData (0.00s) [2022-03-04T15:06:34.181Z] === RUN TestFillLicense [2022-03-04T15:06:34.181Z] --- PASS: TestFillLicense (0.00s) [2022-03-04T15:06:34.181Z] === RUN TestListInvalidFilter [2022-03-04T15:06:34.181Z] --- PASS: TestListInvalidFilter (0.00s) [2022-03-04T15:06:34.425Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2022-03-04T15:06:34.650Z] === RUN TestNameFilter [2022-03-04T15:06:34.650Z] --- PASS: TestNameFilter (0.00s) [2022-03-04T15:06:34.650Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2022-03-04T15:06:34.650Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2022-03-04T15:06:34.650Z] === RUN TestSetWindowsCredentialSpecInSpec [2022-03-04T15:06:34.650Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2022-03-04T15:06:34.650Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2022-03-04T15:06:34.650Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2022-03-04T15:06:34.650Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2022-03-04T15:06:34.650Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2022-03-04T15:06:34.650Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2022-03-04T15:06:34.650Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2022-03-04T15:06:34.650Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2022-03-04T15:06:34.650Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2022-03-04T15:06:34.651Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2022-03-04T15:06:34.651Z] === 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-04T15:06:34.651Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2022-03-04T15:06:34.651Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2022-03-04T15:06:34.651Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2022-03-04T15:06:34.651Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2022-03-04T15:06:34.651Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2022-03-04T15:06:34.651Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2022-03-04T15:06:34.651Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2022-03-04T15:06:34.651Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2022-03-04T15:06:34.651Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.00s) [2022-03-04T15:06:34.651Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2022-03-04T15:06:34.651Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2022-03-04T15:06:34.651Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2022-03-04T15:06:34.651Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2022-03-04T15:06:34.651Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-04T15:06:34.651Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2022-03-04T15:06:34.651Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2022-03-04T15:06:34.651Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2022-03-04T15:06:34.651Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2022-03-04T15:06:34.651Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2022-03-04T15:06:34.651Z] --- 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-04T15:06:34.651Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2022-03-04T15:06:34.651Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2022-03-04T15:06:34.651Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2022-03-04T15:06:34.651Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2022-03-04T15:06:34.651Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2022-03-04T15:06:34.651Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2022-03-04T15:06:34.651Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2022-03-04T15:06:34.651Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2022-03-04T15:06:34.651Z] === RUN TestDaemonReloadLabels [2022-03-04T15:06:34.651Z] --- PASS: TestDaemonReloadLabels (0.00s) [2022-03-04T15:06:34.651Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2022-03-04T15:06:34.651Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2022-03-04T15:06:34.651Z] === RUN TestDaemonReloadMirrors [2022-03-04T15:06:34.651Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2022-03-04T15:06:34.651Z] === RUN TestDaemonReloadInsecureRegistries [2022-03-04T15:06:34.651Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2022-03-04T15:06:34.651Z] === RUN TestDaemonReloadNotAffectOthers [2022-03-04T15:06:34.651Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2022-03-04T15:06:34.651Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2022-03-04T15:06:34.651Z] reload_test.go:342: root required [2022-03-04T15:06:34.651Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-04T15:06:34.651Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2022-03-04T15:06:34.651Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2022-03-04T15:06:34.651Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2022-03-04T15:06:34.651Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.02s) [2022-03-04T15:06:34.651Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2022-03-04T15:06:34.651Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2022-03-04T15:06:34.651Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2022-03-04T15:06:34.651Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2022-03-04T15:06:34.651Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2022-03-04T15:06:34.651Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2022-03-04T15:06:34.651Z] === RUN TestParseVolumesFrom [2022-03-04T15:06:34.651Z] --- PASS: TestParseVolumesFrom (0.00s) [2022-03-04T15:06:34.651Z] PASS [2022-03-04T15:06:34.651Z] coverage: 8.6% of statements [2022-03-04T15:06:34.651Z] ok github.com/docker/docker/daemon 0.348s coverage: 8.6% of statements [2022-03-04T15:06:34.651Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2022-03-04T15:06:34.651Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2022-03-04T15:06:34.651Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2022-03-04T15:06:34.651Z] ? github.com/docker/docker/daemon/exec [no test files] [2022-03-04T15:06:34.651Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2022-03-04T15:06:34.651Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2022-03-04T15:06:34.651Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2022-03-04T15:06:34.651Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2022-03-04T15:06:34.651Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2022-03-04T15:06:34.651Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2022-03-04T15:06:34.651Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2022-03-04T15:06:34.651Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2022-03-04T15:06:34.651Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2022-03-04T15:06:34.651Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2022-03-04T15:06:34.992Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2022-03-04T15:06:35.922Z] 2022/03/04 15:06:24 Closing DB instances... [2022-03-04T15:06:35.922Z] --- PASS: TestNetworkDBGarbageCollection (54.04s) [2022-03-04T15:06:35.922Z] === RUN TestFindNode [2022-03-04T15:06:35.922Z] 2022/03/04 15:06:26 Closing DB instances... [2022-03-04T15:06:35.922Z] --- PASS: TestFindNode (0.02s) [2022-03-04T15:06:35.922Z] === RUN TestChangeNodeState [2022-03-04T15:06:35.922Z] 2022/03/04 15:06:26 Closing DB instances... [2022-03-04T15:06:35.922Z] --- PASS: TestChangeNodeState (0.02s) [2022-03-04T15:06:35.922Z] === RUN TestNodeReincarnation [2022-03-04T15:06:35.922Z] 2022/03/04 15:06:26 Closing DB instances... [2022-03-04T15:06:35.922Z] time="2022-03-04T15:06:31Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-03-04T15:06:35.922Z] --- PASS: TestNodeReincarnation (5.02s) [2022-03-04T15:06:35.922Z] === RUN TestParallelCreate [2022-03-04T15:06:35.922Z] 2022/03/04 15:06:31 Closing DB instances... [2022-03-04T15:06:35.922Z] --- PASS: TestParallelCreate (0.02s) [2022-03-04T15:06:35.922Z] === RUN TestParallelDelete [2022-03-04T15:06:35.922Z] 2022/03/04 15:06:31 Closing DB instances... [2022-03-04T15:06:35.922Z] --- PASS: TestParallelDelete (0.02s) [2022-03-04T15:06:35.922Z] === RUN TestNetworkDBIslands [2022-03-04T15:06:35.922Z] time="2022-03-04T15:06:31Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:7f42e68394a2 with config:&{NodeID:7f42e68394a2 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-04T15:06:35.922Z] time="2022-03-04T15:06:31Z" level=info msg="Node 7f42e68394a2/172.20.193.56, joined gossip cluster" [2022-03-04T15:06:35.922Z] time="2022-03-04T15:06:31Z" level=info msg="Node 7f42e68394a2/172.20.193.56, added to nodes list" [2022-03-04T15:06:35.922Z] time="2022-03-04T15:06:31Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:8fba3a3881d2 with config:&{NodeID:8fba3a3881d2 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-04T15:06:35.922Z] time="2022-03-04T15:06:31Z" level=info msg="Node 8fba3a3881d2/172.20.193.56, joined gossip cluster" [2022-03-04T15:06:35.922Z] time="2022-03-04T15:06:31Z" level=info msg="Node 8fba3a3881d2/172.20.193.56, added to nodes list" [2022-03-04T15:06:35.922Z] time="2022-03-04T15:06:31Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-03-04T15:06:35.922Z] time="2022-03-04T15:06:31Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-03-04T15:06:35.922Z] time="2022-03-04T15:06:31Z" level=debug msg="memberlist: Stream connection from=[::1]:49421" [2022-03-04T15:06:35.922Z] time="2022-03-04T15:06:31Z" level=info msg="Node 8fba3a3881d2/172.20.193.56, joined gossip cluster" [2022-03-04T15:06:35.922Z] time="2022-03-04T15:06:31Z" level=info msg="Node 8fba3a3881d2/172.20.193.56, added to nodes list" [2022-03-04T15:06:35.922Z] time="2022-03-04T15:06:31Z" level=info msg="Node 7f42e68394a2/172.20.193.56, joined gossip cluster" [2022-03-04T15:06:35.922Z] time="2022-03-04T15:06:31Z" level=info msg="Node 7f42e68394a2/172.20.193.56, added to nodes list" [2022-03-04T15:06:35.922Z] time="2022-03-04T15:06:31Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-03-04T15:06:35.922Z] time="2022-03-04T15:06:31Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49422" [2022-03-04T15:06:35.922Z] time="2022-03-04T15:06:32Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:336f320ad5e0 with config:&{NodeID:336f320ad5e0 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-04T15:06:35.922Z] time="2022-03-04T15:06:32Z" level=info msg="Node 336f320ad5e0/172.20.193.56, joined gossip cluster" [2022-03-04T15:06:35.922Z] time="2022-03-04T15:06:32Z" level=info msg="Node 336f320ad5e0/172.20.193.56, added to nodes list" [2022-03-04T15:06:35.922Z] time="2022-03-04T15:06:32Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-03-04T15:06:35.922Z] time="2022-03-04T15:06:32Z" level=debug msg="memberlist: Stream connection from=[::1]:49423" [2022-03-04T15:06:35.922Z] time="2022-03-04T15:06:32Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-03-04T15:06:35.922Z] time="2022-03-04T15:06:32Z" level=info msg="Node 336f320ad5e0/172.20.193.56, joined gossip cluster" [2022-03-04T15:06:35.922Z] time="2022-03-04T15:06:32Z" level=info msg="Node 336f320ad5e0/172.20.193.56, added to nodes list" [2022-03-04T15:06:35.922Z] time="2022-03-04T15:06:32Z" level=info msg="Node 7f42e68394a2/172.20.193.56, joined gossip cluster" [2022-03-04T15:06:35.922Z] time="2022-03-04T15:06:32Z" level=info msg="Node 7f42e68394a2/172.20.193.56, added to nodes list" [2022-03-04T15:06:35.922Z] time="2022-03-04T15:06:32Z" level=info msg="Node 8fba3a3881d2/172.20.193.56, joined gossip cluster" [2022-03-04T15:06:35.922Z] time="2022-03-04T15:06:32Z" level=info msg="Node 8fba3a3881d2/172.20.193.56, added to nodes list" [2022-03-04T15:06:35.922Z] time="2022-03-04T15:06:32Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49424" [2022-03-04T15:06:35.922Z] time="2022-03-04T15:06:32Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-03-04T15:06:35.922Z] time="2022-03-04T15:06:32Z" level=debug msg="memberlist: Failed to join 172.20.193.56: dial tcp 172.20.193.56:10002: connectex: No connection could be made because the target machine actively refused it." [2022-03-04T15:06:35.922Z] time="2022-03-04T15:06:32Z" level=info msg="Node 336f320ad5e0/172.20.193.56, joined gossip cluster" [2022-03-04T15:06:35.922Z] time="2022-03-04T15:06:32Z" level=info msg="Node 336f320ad5e0/172.20.193.56, added to nodes list" [2022-03-04T15:06:35.922Z] time="2022-03-04T15:06:33Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:31d4277c7e43 with config:&{NodeID:31d4277c7e43 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-04T15:06:35.922Z] time="2022-03-04T15:06:33Z" level=info msg="Node 31d4277c7e43/172.20.193.56, joined gossip cluster" [2022-03-04T15:06:35.922Z] time="2022-03-04T15:06:33Z" level=info msg="Node 31d4277c7e43/172.20.193.56, added to nodes list" [2022-03-04T15:06:35.922Z] time="2022-03-04T15:06:33Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-03-04T15:06:35.922Z] time="2022-03-04T15:06:33Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-03-04T15:06:35.922Z] time="2022-03-04T15:06:33Z" level=debug msg="memberlist: Stream connection from=[::1]:49426" [2022-03-04T15:06:35.922Z] time="2022-03-04T15:06:33Z" level=info msg="Node 31d4277c7e43/172.20.193.56, joined gossip cluster" [2022-03-04T15:06:35.922Z] time="2022-03-04T15:06:33Z" level=info msg="Node 31d4277c7e43/172.20.193.56, added to nodes list" [2022-03-04T15:06:35.922Z] time="2022-03-04T15:06:33Z" level=info msg="Node 7f42e68394a2/172.20.193.56, joined gossip cluster" [2022-03-04T15:06:35.922Z] time="2022-03-04T15:06:33Z" level=info msg="Node 7f42e68394a2/172.20.193.56, added to nodes list" [2022-03-04T15:06:35.922Z] time="2022-03-04T15:06:33Z" level=info msg="Node 8fba3a3881d2/172.20.193.56, joined gossip cluster" [2022-03-04T15:06:35.922Z] time="2022-03-04T15:06:33Z" level=info msg="Node 8fba3a3881d2/172.20.193.56, added to nodes list" [2022-03-04T15:06:35.922Z] time="2022-03-04T15:06:33Z" level=info msg="Node 336f320ad5e0/172.20.193.56, joined gossip cluster" [2022-03-04T15:06:35.922Z] time="2022-03-04T15:06:33Z" level=info msg="Node 336f320ad5e0/172.20.193.56, added to nodes list" [2022-03-04T15:06:35.922Z] time="2022-03-04T15:06:33Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-03-04T15:06:35.922Z] time="2022-03-04T15:06:33Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49427" [2022-03-04T15:06:35.922Z] time="2022-03-04T15:06:33Z" level=info msg="Node 31d4277c7e43/172.20.193.56, joined gossip cluster" [2022-03-04T15:06:35.922Z] time="2022-03-04T15:06:33Z" level=info msg="Node 31d4277c7e43/172.20.193.56, added to nodes list" [2022-03-04T15:06:35.922Z] time="2022-03-04T15:06:33Z" level=info msg="Node 31d4277c7e43/172.20.193.56, joined gossip cluster" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:33Z" level=info msg="Node 31d4277c7e43/172.20.193.56, added to nodes list" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:33Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:a39c2e0f29c6 with config:&{NodeID:a39c2e0f29c6 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-04T15:06:35.923Z] time="2022-03-04T15:06:33Z" level=info msg="Node a39c2e0f29c6/172.20.193.56, joined gossip cluster" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:33Z" level=info msg="Node a39c2e0f29c6/172.20.193.56, added to nodes list" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:33Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:33Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:33Z" level=debug msg="memberlist: Stream connection from=[::1]:49428" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:33Z" level=info msg="Node a39c2e0f29c6/172.20.193.56, joined gossip cluster" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:33Z" level=info msg="Node a39c2e0f29c6/172.20.193.56, added to nodes list" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:33Z" level=info msg="Node 8fba3a3881d2/172.20.193.56, joined gossip cluster" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:33Z" level=info msg="Node 8fba3a3881d2/172.20.193.56, added to nodes list" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:33Z" level=info msg="Node 31d4277c7e43/172.20.193.56, joined gossip cluster" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:33Z" level=info msg="Node 31d4277c7e43/172.20.193.56, added to nodes list" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:33Z" level=info msg="Node 336f320ad5e0/172.20.193.56, joined gossip cluster" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:33Z" level=info msg="Node 336f320ad5e0/172.20.193.56, added to nodes list" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:33Z" level=info msg="Node 7f42e68394a2/172.20.193.56, joined gossip cluster" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:33Z" level=info msg="Node 7f42e68394a2/172.20.193.56, added to nodes list" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:33Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:33Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49429" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:33Z" level=info msg="Node a39c2e0f29c6/172.20.193.56, joined gossip cluster" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:33Z" level=info msg="Node a39c2e0f29c6/172.20.193.56, added to nodes list" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:33Z" level=info msg="Node a39c2e0f29c6/172.20.193.56, joined gossip cluster" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:33Z" level=info msg="Node a39c2e0f29c6/172.20.193.56, added to nodes list" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:33Z" level=info msg="Node a39c2e0f29c6/172.20.193.56, joined gossip cluster" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:33Z" level=info msg="Node a39c2e0f29c6/172.20.193.56, added to nodes list" [2022-03-04T15:06:35.923Z] networkdb_test.go:835: Re-joining: 3 [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:34Z" level=info msg="The new bootstrap node list is:[172.20.193.56:10033 172.20.193.56:10034 172.20.193.56:10035]" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:34Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.193.56:10033" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:34Z" level=debug msg="memberlist: Stream connection from=172.20.193.56:49430" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:34Z" level=debug msg="memberlist: Stream connection from=172.20.193.56:49431" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:34Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.193.56:10034" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:34Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.193.56:10035" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:34Z" level=debug msg="memberlist: Stream connection from=172.20.193.56:49432" [2022-03-04T15:06:35.923Z] networkdb_test.go:835: Re-joining: 4 [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:34Z" level=info msg="The new bootstrap node list is:[172.20.193.56:10033 172.20.193.56:10034 172.20.193.56:10035]" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:34Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.193.56:10033" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:34Z" level=debug msg="memberlist: Stream connection from=172.20.193.56:49433" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:34Z" level=debug msg="memberlist: Stream connection from=172.20.193.56:49434" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:34Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.193.56:10034" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:34Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.193.56:10035" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:34Z" level=debug msg="memberlist: Stream connection from=172.20.193.56:49435" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:34Z" level=info msg="node 0 leaving" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:34Z" level=info msg="Node 7f42e68394a2 change state NodeActive --> NodeLeft" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:34Z" level=info msg="node3(336f320ad5e0): Node leave event for 7f42e68394a2/172.20.193.56" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:34Z" level=info msg="Node 7f42e68394a2 change state NodeActive --> NodeLeft" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:34Z" level=info msg="Node 7f42e68394a2 change state NodeActive --> NodeLeft" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:34Z" level=info msg="node5(a39c2e0f29c6): Node leave event for 7f42e68394a2/172.20.193.56" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:34Z" level=info msg="node4(31d4277c7e43): Node leave event for 7f42e68394a2/172.20.193.56" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:34Z" level=info msg="Node 7f42e68394a2 change state NodeActive --> NodeLeft" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:34Z" level=info msg="node1(7f42e68394a2): Node leave event for 7f42e68394a2/172.20.193.56" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:34Z" level=info msg="Node 7f42e68394a2 change state NodeActive --> NodeLeft" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:34Z" level=info msg="node2(8fba3a3881d2): Node leave event for 7f42e68394a2/172.20.193.56" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:34Z" level=info msg="Node 7f42e68394a2/172.20.193.56, left gossip cluster" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:34Z" level=info msg="Node 7f42e68394a2/172.20.193.56, left gossip cluster" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:34Z" level=info msg="Node 7f42e68394a2/172.20.193.56, left gossip cluster" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:34Z" level=info msg="Node 7f42e68394a2/172.20.193.56, left gossip cluster" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:34Z" level=info msg="Node 7f42e68394a2/172.20.193.56, left gossip cluster" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:34Z" level=debug msg="memberlist: Failed to join 172.20.193.56: dial tcp 172.20.193.56:10002: connectex: No connection could be made because the target machine actively refused it." [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:34Z" level=info msg="node 1 leaving" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:34Z" level=info msg="Node 8fba3a3881d2 change state NodeActive --> NodeLeft" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:34Z" level=info msg="node4(31d4277c7e43): Node leave event for 8fba3a3881d2/172.20.193.56" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:34Z" level=info msg="Node 8fba3a3881d2 change state NodeActive --> NodeLeft" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:34Z" level=info msg="node3(336f320ad5e0): Node leave event for 8fba3a3881d2/172.20.193.56" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:34Z" level=info msg="Node 8fba3a3881d2 change state NodeActive --> NodeLeft" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:34Z" level=info msg="node5(a39c2e0f29c6): Node leave event for 8fba3a3881d2/172.20.193.56" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:34Z" level=info msg="Node 8fba3a3881d2 change state NodeActive --> NodeLeft" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:34Z" level=info msg="node2(8fba3a3881d2): Node leave event for 8fba3a3881d2/172.20.193.56" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:35Z" level=info msg="Node 8fba3a3881d2/172.20.193.56, left gossip cluster" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:35Z" level=info msg="Node 8fba3a3881d2/172.20.193.56, left gossip cluster" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:35Z" level=info msg="Node 8fba3a3881d2/172.20.193.56, left gossip cluster" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:35Z" level=info msg="Node 8fba3a3881d2/172.20.193.56, left gossip cluster" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:35Z" level=info msg="node 2 leaving" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:35Z" level=info msg="Node 336f320ad5e0 change state NodeActive --> NodeLeft" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:35Z" level=info msg="Node 336f320ad5e0 change state NodeActive --> NodeLeft" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:35Z" level=info msg="node4(31d4277c7e43): Node leave event for 336f320ad5e0/172.20.193.56" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:35Z" level=info msg="node5(a39c2e0f29c6): Node leave event for 336f320ad5e0/172.20.193.56" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:35Z" level=info msg="Node 336f320ad5e0 change state NodeActive --> NodeLeft" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:35Z" level=info msg="node3(336f320ad5e0): Node leave event for 336f320ad5e0/172.20.193.56" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:35Z" level=info msg="Node 336f320ad5e0/172.20.193.56, left gossip cluster" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:35Z" level=info msg="Node 336f320ad5e0/172.20.193.56, left gossip cluster" [2022-03-04T15:06:35.923Z] networkdb_test.go:867: node5: OK [2022-03-04T15:06:35.923Z] networkdb_test.go:867: node4: OK [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:35Z" level=info msg="Node 336f320ad5e0/172.20.193.56, left gossip cluster" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:35Z" level=info msg="node 0 coming back" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:35Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:9740b9dd5ee7 with config:&{NodeID:9740b9dd5ee7 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-04T15:06:35.923Z] time="2022-03-04T15:06:35Z" level=info msg="Node 9740b9dd5ee7/172.20.193.56, joined gossip cluster" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:35Z" level=info msg="Node 9740b9dd5ee7/172.20.193.56, added to nodes list" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:35Z" level=info msg="node 1 coming back" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:35Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:48b6641d1809 with config:&{NodeID:48b6641d1809 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-04T15:06:35.923Z] time="2022-03-04T15:06:35Z" level=info msg="Node 48b6641d1809/172.20.193.56, joined gossip cluster" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:35Z" level=info msg="Node 48b6641d1809/172.20.193.56, added to nodes list" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:35Z" level=info msg="node 2 coming back" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:35Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:975a4b7b83e1 with config:&{NodeID:975a4b7b83e1 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-04T15:06:35.923Z] time="2022-03-04T15:06:35Z" level=info msg="Node 975a4b7b83e1/172.20.193.56, joined gossip cluster" [2022-03-04T15:06:35.923Z] time="2022-03-04T15:06:35Z" level=info msg="Node 975a4b7b83e1/172.20.193.56, added to nodes list" [2022-03-04T15:06:36.218Z] === RUN TestAdapterReadLogs [2022-03-04T15:06:36.218Z] --- PASS: TestAdapterReadLogs (0.00s) [2022-03-04T15:06:36.218Z] === RUN TestCopier [2022-03-04T15:06:36.218Z] --- PASS: TestCopier (0.00s) [2022-03-04T15:06:36.218Z] === RUN TestCopierLongLines [2022-03-04T15:06:36.218Z] --- PASS: TestCopierLongLines (0.00s) [2022-03-04T15:06:36.218Z] === RUN TestCopierSlow [2022-03-04T15:06:36.218Z] === RUN TestNewStreamConfig [2022-03-04T15:06:36.218Z] === RUN TestNewStreamConfig/defaults [2022-03-04T15:06:36.218Z] === RUN TestNewStreamConfig/invalid_create_group [2022-03-04T15:06:36.218Z] === RUN TestNewStreamConfig/invalid_flush_interval [2022-03-04T15:06:36.218Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2022-03-04T15:06:36.218Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2022-03-04T15:06:36.218Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2022-03-04T15:06:36.218Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2022-03-04T15:06:36.218Z] --- PASS: TestNewStreamConfig (0.00s) [2022-03-04T15:06:36.218Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2022-03-04T15:06:36.218Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2022-03-04T15:06:36.218Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2022-03-04T15:06:36.218Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2022-03-04T15:06:36.218Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2022-03-04T15:06:36.218Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2022-03-04T15:06:36.218Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2022-03-04T15:06:36.218Z] === RUN TestNewAWSLogsClientUserAgentHandler [2022-03-04T15:06:36.218Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2022-03-04T15:06:36.218Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler [2022-03-04T15:06:36.218Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/json/emf [2022-03-04T15:06:36.218Z] === RUN TestNewAWSLogsClientLogFormatHeaderHandler/#00 [2022-03-04T15:06:36.218Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler (0.00s) [2022-03-04T15:06:36.218Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/json/emf (0.00s) [2022-03-04T15:06:36.218Z] --- PASS: TestNewAWSLogsClientLogFormatHeaderHandler/#00 (0.00s) [2022-03-04T15:06:36.218Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2022-03-04T15:06:36.218Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2022-03-04T15:06:36.218Z] === RUN TestNewAWSLogsClientRegionDetect [2022-03-04T15:06:36.218Z] --- PASS: TestCopierSlow (0.20s) [2022-03-04T15:06:36.218Z] === RUN TestCopierWithSized [2022-03-04T15:06:36.218Z] === RUN TestCopierWithSized/as_is [2022-03-04T15:06:36.218Z] === RUN TestCopierWithSized/With_RingLogger [2022-03-04T15:06:36.218Z] --- PASS: TestCopierWithSized (0.01s) [2022-03-04T15:06:36.218Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2022-03-04T15:06:36.218Z] --- PASS: TestCopierWithSized/With_RingLogger (0.01s) [2022-03-04T15:06:36.218Z] === RUN TestCopierWithPartial [2022-03-04T15:06:36.218Z] --- PASS: TestCopierWithPartial (0.00s) [2022-03-04T15:06:36.218Z] === RUN TestRingLogger [2022-03-04T15:06:36.218Z] --- PASS: TestRingLogger (0.00s) [2022-03-04T15:06:36.218Z] === RUN TestRingCap [2022-03-04T15:06:36.218Z] --- PASS: TestRingCap (0.00s) [2022-03-04T15:06:36.218Z] === RUN TestRingClose [2022-03-04T15:06:36.218Z] --- PASS: TestRingClose (0.00s) [2022-03-04T15:06:36.218Z] === RUN TestRingDrain [2022-03-04T15:06:36.218Z] --- PASS: TestRingDrain (0.00s) [2022-03-04T15:06:36.218Z] PASS [2022-03-04T15:06:36.218Z] coverage: 43.8% of statements [2022-03-04T15:06:36.218Z] time="2022-03-04T15:06:36Z" level=info msg="Trying to get region from EC2 Metadata" [2022-03-04T15:06:36.218Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.13s) [2022-03-04T15:06:36.218Z] === RUN TestCreateSuccess [2022-03-04T15:06:36.218Z] --- PASS: TestCreateSuccess (0.00s) [2022-03-04T15:06:36.218Z] === RUN TestCreateStreamSkipped [2022-03-04T15:06:36.218Z] time="2022-03-04T15:06:36Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2022-03-04T15:06:36.218Z] --- PASS: TestCreateStreamSkipped (0.00s) [2022-03-04T15:06:36.218Z] === RUN TestCreateLogGroupSuccess [2022-03-04T15:06:36.218Z] time="2022-03-04T15:06:36Z" level=error msg="Failed to create log stream" errorCode=ResourceNotFoundException logGroupName=groupName logStreamName=streamName message="should error once" origError="" [2022-03-04T15:06:36.218Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2022-03-04T15:06:36.218Z] === RUN TestCreateError [2022-03-04T15:06:36.218Z] --- PASS: TestCreateError (0.00s) [2022-03-04T15:06:36.218Z] === RUN TestCreateAlreadyExists [2022-03-04T15:06:36.218Z] time="2022-03-04T15:06:36Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2022-03-04T15:06:36.218Z] --- PASS: TestCreateAlreadyExists (0.00s) [2022-03-04T15:06:36.218Z] === RUN TestLogClosed [2022-03-04T15:06:36.393Z] time="2022-03-04T15:06:36Z" level=debug msg="memberlist: Failed ping: 31d4277c7e43 (timeout reached)" [2022-03-04T15:06:36.393Z] time="2022-03-04T15:06:36Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10035->172.20.193.56:10037: use of closed network connection" [2022-03-04T15:06:36.393Z] time="2022-03-04T15:06:36Z" level=debug msg="memberlist: Stream connection from=172.20.193.56:49437" [2022-03-04T15:06:36.687Z] --- PASS: TestLogClosed (0.00s) [2022-03-04T15:06:36.687Z] === RUN TestLogBlocking [2022-03-04T15:06:36.687Z] --- PASS: TestLogBlocking (0.00s) [2022-03-04T15:06:36.687Z] === RUN TestLogNonBlockingBufferEmpty [2022-03-04T15:06:36.687Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2022-03-04T15:06:36.687Z] === RUN TestLogNonBlockingBufferFull [2022-03-04T15:06:36.687Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2022-03-04T15:06:36.687Z] === RUN TestPublishBatchSuccess [2022-03-04T15:06:36.687Z] --- PASS: TestPublishBatchSuccess (0.00s) [2022-03-04T15:06:36.687Z] === RUN TestPublishBatchError [2022-03-04T15:06:36.687Z] time="2022-03-04T15:06:36Z" level=error msg=error [2022-03-04T15:06:36.687Z] --- PASS: TestPublishBatchError (0.00s) [2022-03-04T15:06:36.687Z] === RUN TestPublishBatchInvalidSeqSuccess [2022-03-04T15:06:36.687Z] time="2022-03-04T15:06:36Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-04T15:06:36.687Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2022-03-04T15:06:36.687Z] === RUN TestPublishBatchAlreadyAccepted [2022-03-04T15:06:36.687Z] time="2022-03-04T15:06:36Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2022-03-04T15:06:36.687Z] time="2022-03-04T15:06:36Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2022-03-04T15:06:36.687Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2022-03-04T15:06:36.687Z] === RUN TestCollectBatchSimple [2022-03-04T15:06:36.687Z] --- PASS: TestCollectBatchSimple (0.00s) [2022-03-04T15:06:36.687Z] === RUN TestCollectBatchTicker [2022-03-04T15:06:36.687Z] --- PASS: TestCollectBatchTicker (0.00s) [2022-03-04T15:06:36.687Z] === RUN TestCollectBatchMultilinePattern [2022-03-04T15:06:36.687Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2022-03-04T15:06:36.687Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2022-03-04T15:06:36.687Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2022-03-04T15:06:36.687Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2022-03-04T15:06:36.687Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2022-03-04T15:06:36.687Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2022-03-04T15:06:36.687Z] ok github.com/docker/docker/daemon/logger 0.264s coverage: 43.8% of statements [2022-03-04T15:06:36.687Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.02s) [2022-03-04T15:06:36.687Z] === RUN TestCollectBatchClose [2022-03-04T15:06:36.688Z] --- PASS: TestCollectBatchClose (0.00s) [2022-03-04T15:06:36.688Z] === RUN TestEffectiveLen [2022-03-04T15:06:36.688Z] === RUN TestEffectiveLen/0/Hello [2022-03-04T15:06:36.688Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2022-03-04T15:06:36.688Z] === RUN TestEffectiveLen/2/🙃 [2022-03-04T15:06:36.688Z] === RUN TestEffectiveLen/3/���� [2022-03-04T15:06:36.688Z] === RUN TestEffectiveLen/4/He��o [2022-03-04T15:06:36.688Z] === RUN TestEffectiveLen/5/ [2022-03-04T15:06:36.688Z] --- PASS: TestEffectiveLen (0.00s) [2022-03-04T15:06:36.688Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2022-03-04T15:06:36.688Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2022-03-04T15:06:36.688Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2022-03-04T15:06:36.688Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2022-03-04T15:06:36.688Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2022-03-04T15:06:36.688Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2022-03-04T15:06:36.688Z] === RUN TestFindValidSplit [2022-03-04T15:06:36.688Z] === RUN TestFindValidSplit/0/ [2022-03-04T15:06:36.688Z] cloudwatchlogs_test.go:1076: [2022-03-04T15:06:36.688Z] cloudwatchlogs_test.go:1077: [2022-03-04T15:06:36.688Z] === RUN TestFindValidSplit/1/Hello [2022-03-04T15:06:36.688Z] cloudwatchlogs_test.go:1076: Hello [2022-03-04T15:06:36.688Z] cloudwatchlogs_test.go:1077: [2022-03-04T15:06:36.688Z] === RUN TestFindValidSplit/2/Hello [2022-03-04T15:06:36.688Z] cloudwatchlogs_test.go:1076: He [2022-03-04T15:06:36.688Z] cloudwatchlogs_test.go:1077: llo [2022-03-04T15:06:36.688Z] === RUN TestFindValidSplit/3/Hello [2022-03-04T15:06:36.688Z] cloudwatchlogs_test.go:1076: [2022-03-04T15:06:36.688Z] cloudwatchlogs_test.go:1077: Hello [2022-03-04T15:06:36.688Z] === RUN TestFindValidSplit/4/🙃 [2022-03-04T15:06:36.688Z] cloudwatchlogs_test.go:1076: [2022-03-04T15:06:36.688Z] cloudwatchlogs_test.go:1077: 🙃 [2022-03-04T15:06:36.688Z] === RUN TestFindValidSplit/5/🙃 [2022-03-04T15:06:36.688Z] cloudwatchlogs_test.go:1076: 🙃 [2022-03-04T15:06:36.688Z] cloudwatchlogs_test.go:1077: [2022-03-04T15:06:36.688Z] === RUN TestFindValidSplit/6/a� [2022-03-04T15:06:36.688Z] cloudwatchlogs_test.go:1076: a [2022-03-04T15:06:36.688Z] cloudwatchlogs_test.go:1077: � [2022-03-04T15:06:36.688Z] === RUN TestFindValidSplit/7/a� [2022-03-04T15:06:36.688Z] cloudwatchlogs_test.go:1076: a� [2022-03-04T15:06:36.688Z] cloudwatchlogs_test.go:1077: [2022-03-04T15:06:36.688Z] --- PASS: TestFindValidSplit (0.00s) [2022-03-04T15:06:36.688Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2022-03-04T15:06:36.688Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2022-03-04T15:06:36.688Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2022-03-04T15:06:36.688Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2022-03-04T15:06:36.688Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2022-03-04T15:06:36.688Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2022-03-04T15:06:36.688Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2022-03-04T15:06:36.688Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2022-03-04T15:06:36.688Z] === RUN TestProcessEventEmoji [2022-03-04T15:06:36.688Z] --- PASS: TestProcessEventEmoji (0.00s) [2022-03-04T15:06:36.688Z] === RUN TestCollectBatchLineSplit [2022-03-04T15:06:36.688Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2022-03-04T15:06:36.688Z] === RUN TestCollectBatchLineSplitWithBinary [2022-03-04T15:06:36.688Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.01s) [2022-03-04T15:06:36.688Z] === RUN TestCollectBatchMaxEvents [2022-03-04T15:06:36.688Z] --- PASS: TestCollectBatchMaxEvents (0.04s) [2022-03-04T15:06:36.688Z] === RUN TestCollectBatchMaxTotalBytes [2022-03-04T15:06:36.688Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2022-03-04T15:06:36.688Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2022-03-04T15:06:36.688Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2022-03-04T15:06:36.688Z] === RUN TestCollectBatchWithDuplicateTimestamps [2022-03-04T15:06:36.688Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.04s) [2022-03-04T15:06:36.688Z] === RUN TestParseLogOptionsMultilinePattern [2022-03-04T15:06:36.688Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2022-03-04T15:06:36.688Z] === RUN TestParseLogOptionsDatetimeFormat [2022-03-04T15:06:36.688Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2022-03-04T15:06:36.688Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2022-03-04T15:06:36.688Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2022-03-04T15:06:36.688Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2022-03-04T15:06:36.688Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2022-03-04T15:06:36.688Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2022-03-04T15:06:36.688Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2022-03-04T15:06:36.688Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2022-03-04T15:06:36.688Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2022-03-04T15:06:36.688Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2022-03-04T15:06:36.688Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2022-03-04T15:06:36.688Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2022-03-04T15:06:36.688Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2022-03-04T15:06:36.688Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2022-03-04T15:06:36.688Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2022-03-04T15:06:36.688Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2022-03-04T15:06:36.688Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2022-03-04T15:06:36.688Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2022-03-04T15:06:36.688Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2022-03-04T15:06:36.688Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2022-03-04T15:06:36.688Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2022-03-04T15:06:36.688Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2022-03-04T15:06:36.688Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2022-03-04T15:06:36.688Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2022-03-04T15:06:36.688Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2022-03-04T15:06:36.688Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2022-03-04T15:06:36.688Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2022-03-04T15:06:36.688Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2022-03-04T15:06:36.688Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2022-03-04T15:06:36.688Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2022-03-04T15:06:36.688Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2022-03-04T15:06:36.688Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2022-03-04T15:06:36.688Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2022-03-04T15:06:36.688Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2022-03-04T15:06:36.688Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2022-03-04T15:06:36.688Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2022-03-04T15:06:36.688Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2022-03-04T15:06:36.688Z] === RUN TestValidateLogOptionsFormat [2022-03-04T15:06:36.688Z] === RUN TestValidateLogOptionsFormat/0/json/emf [2022-03-04T15:06:36.688Z] === RUN TestValidateLogOptionsFormat/1/random [2022-03-04T15:06:36.688Z] === RUN TestValidateLogOptionsFormat/2/ [2022-03-04T15:06:36.688Z] === RUN TestValidateLogOptionsFormat/3/json/emf [2022-03-04T15:06:36.688Z] === RUN TestValidateLogOptionsFormat/4/json/emf [2022-03-04T15:06:36.688Z] --- PASS: TestValidateLogOptionsFormat (0.00s) [2022-03-04T15:06:36.688Z] --- PASS: TestValidateLogOptionsFormat/0/json/emf (0.00s) [2022-03-04T15:06:36.688Z] --- PASS: TestValidateLogOptionsFormat/1/random (0.00s) [2022-03-04T15:06:36.688Z] --- PASS: TestValidateLogOptionsFormat/2/ (0.00s) [2022-03-04T15:06:36.688Z] --- PASS: TestValidateLogOptionsFormat/3/json/emf (0.00s) [2022-03-04T15:06:36.688Z] --- PASS: TestValidateLogOptionsFormat/4/json/emf (0.00s) [2022-03-04T15:06:36.688Z] === RUN TestCreateTagSuccess [2022-03-04T15:06:36.688Z] --- PASS: TestCreateTagSuccess (0.00s) [2022-03-04T15:06:36.688Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2022-03-04T15:06:36.688Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.00s) [2022-03-04T15:06:36.688Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2022-03-04T15:06:36.688Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2022-03-04T15:06:36.688Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2022-03-04T15:06:36.688Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2022-03-04T15:06:36.688Z] PASS [2022-03-04T15:06:36.688Z] coverage: 79.9% of statements [2022-03-04T15:06:36.688Z] ok github.com/docker/docker/daemon/logger/awslogs 0.342s coverage: 79.9% of statements [2022-03-04T15:06:36.688Z] === RUN TestValidateLogOptReconnectInterval [2022-03-04T15:06:36.688Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1 [2022-03-04T15:06:36.688Z] === RUN TestValidateLogOptReconnectInterval/invalid_1 [2022-03-04T15:06:36.688Z] === RUN TestValidateLogOptReconnectInterval/invalid_-1s [2022-03-04T15:06:36.688Z] === RUN TestValidateLogOptReconnectInterval/invalid_99ms [2022-03-04T15:06:36.688Z] === RUN TestValidateLogOptReconnectInterval/invalid_11s [2022-03-04T15:06:36.688Z] === RUN TestValidateLogOptReconnectInterval/valid_100ms [2022-03-04T15:06:36.688Z] === RUN TestValidateLogOptReconnectInterval/valid_10s [2022-03-04T15:06:36.688Z] --- PASS: TestValidateLogOptReconnectInterval (0.00s) [2022-03-04T15:06:36.688Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1 (0.00s) [2022-03-04T15:06:36.688Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_1 (0.00s) [2022-03-04T15:06:36.688Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_-1s (0.00s) [2022-03-04T15:06:36.688Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_99ms (0.00s) [2022-03-04T15:06:36.688Z] --- PASS: TestValidateLogOptReconnectInterval/invalid_11s (0.00s) [2022-03-04T15:06:36.688Z] --- PASS: TestValidateLogOptReconnectInterval/valid_100ms (0.00s) [2022-03-04T15:06:36.688Z] --- PASS: TestValidateLogOptReconnectInterval/valid_10s (0.00s) [2022-03-04T15:06:36.688Z] PASS [2022-03-04T15:06:36.688Z] coverage: 33.6% of statements [2022-03-04T15:06:36.688Z] ok github.com/docker/docker/daemon/logger/fluentd 0.048s coverage: 33.6% of statements [2022-03-04T15:06:36.861Z] time="2022-03-04T15:06:36Z" level=warning msg="memberlist: Was able to connect to 31d4277c7e43 but other probes failed, network may be misconfigured" [2022-03-04T15:06:37.161Z] === RUN TestSearchRegistryForImagesErrors [2022-03-04T15:06:37.161Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2022-03-04T15:06:37.161Z] === RUN TestSearchRegistryForImages [2022-03-04T15:06:37.161Z] --- PASS: TestSearchRegistryForImages (0.00s) [2022-03-04T15:06:37.161Z] === RUN TestOnlyPlatformWithFallback [2022-03-04T15:06:37.161Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2022-03-04T15:06:37.161Z] === RUN TestImageDelete [2022-03-04T15:06:37.161Z] === RUN TestImageDelete/no_lease [2022-03-04T15:06:37.161Z] === RUN TestImageDelete/lease_exists [2022-03-04T15:06:37.161Z] --- PASS: TestImageDelete (0.12s) [2022-03-04T15:06:37.161Z] --- PASS: TestImageDelete/no_lease (0.01s) [2022-03-04T15:06:37.161Z] --- PASS: TestImageDelete/lease_exists (0.10s) [2022-03-04T15:06:37.161Z] === RUN TestContentStoreForPull [2022-03-04T15:06:37.330Z] time="2022-03-04T15:06:36Z" level=debug msg="memberlist: Failed to join 172.20.193.56: dial tcp 172.20.193.56:10002: connectex: No connection could be made because the target machine actively refused it." [2022-03-04T15:06:37.511Z] time="2022-03-04T15:06:36Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-03-04T15:06:37.511Z] --- PASS: TestNodeReincarnation (5.02s) [2022-03-04T15:06:37.511Z] === RUN TestParallelCreate [2022-03-04T15:06:37.511Z] 2022/03/04 15:06:36 Closing DB instances... [2022-03-04T15:06:37.511Z] --- PASS: TestParallelCreate (0.02s) [2022-03-04T15:06:37.511Z] === RUN TestParallelDelete [2022-03-04T15:06:37.511Z] 2022/03/04 15:06:36 Closing DB instances... [2022-03-04T15:06:37.511Z] --- PASS: TestParallelDelete (0.02s) [2022-03-04T15:06:37.511Z] === RUN TestNetworkDBIslands [2022-03-04T15:06:37.511Z] time="2022-03-04T15:06:36Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:18ba03f82342 with config:&{NodeID:18ba03f82342 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-04T15:06:37.511Z] time="2022-03-04T15:06:36Z" level=info msg="Node 18ba03f82342/172.22.187.144, joined gossip cluster" [2022-03-04T15:06:37.511Z] time="2022-03-04T15:06:36Z" level=info msg="Node 18ba03f82342/172.22.187.144, added to nodes list" [2022-03-04T15:06:37.511Z] time="2022-03-04T15:06:36Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:a0544f8fa9d8 with config:&{NodeID:a0544f8fa9d8 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-04T15:06:37.511Z] time="2022-03-04T15:06:36Z" level=info msg="Node a0544f8fa9d8/172.22.187.144, joined gossip cluster" [2022-03-04T15:06:37.511Z] time="2022-03-04T15:06:36Z" level=info msg="Node a0544f8fa9d8/172.22.187.144, added to nodes list" [2022-03-04T15:06:37.511Z] time="2022-03-04T15:06:36Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-03-04T15:06:37.511Z] time="2022-03-04T15:06:36Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-03-04T15:06:37.511Z] time="2022-03-04T15:06:36Z" level=debug msg="memberlist: Stream connection from=[::1]:49347" [2022-03-04T15:06:37.511Z] time="2022-03-04T15:06:36Z" level=info msg="Node a0544f8fa9d8/172.22.187.144, joined gossip cluster" [2022-03-04T15:06:37.511Z] time="2022-03-04T15:06:36Z" level=info msg="Node a0544f8fa9d8/172.22.187.144, added to nodes list" [2022-03-04T15:06:37.511Z] time="2022-03-04T15:06:36Z" level=info msg="Node 18ba03f82342/172.22.187.144, joined gossip cluster" [2022-03-04T15:06:37.511Z] time="2022-03-04T15:06:36Z" level=info msg="Node 18ba03f82342/172.22.187.144, added to nodes list" [2022-03-04T15:06:37.511Z] time="2022-03-04T15:06:36Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49348" [2022-03-04T15:06:37.511Z] time="2022-03-04T15:06:36Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-03-04T15:06:37.631Z] --- PASS: TestContentStoreForPull (0.14s) [2022-03-04T15:06:37.631Z] PASS [2022-03-04T15:06:37.631Z] coverage: 6.8% of statements [2022-03-04T15:06:37.631Z] ok github.com/docker/docker/daemon/images 0.356s coverage: 6.8% of statements [2022-03-04T15:06:37.631Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2022-03-04T15:06:37.631Z] ? github.com/docker/docker/daemon/listeners [no test files] [2022-03-04T15:06:37.631Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2022-03-04T15:06:37.631Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2022-03-04T15:06:37.631Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2022-03-04T15:06:37.631Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2022-03-04T15:06:37.631Z] === RUN TestJSONLogsMarshalJSONBuf [2022-03-04T15:06:37.631Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2022-03-04T15:06:37.631Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2022-03-04T15:06:37.631Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.12s) [2022-03-04T15:06:37.631Z] === RUN TestFastTimeMarshalJSON [2022-03-04T15:06:37.631Z] --- PASS: TestFastTimeMarshalJSON (0.00s) [2022-03-04T15:06:37.631Z] PASS [2022-03-04T15:06:37.631Z] coverage: 87.2% of statements [2022-03-04T15:06:37.631Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.170s coverage: 87.2% of statements [2022-03-04T15:06:37.979Z] time="2022-03-04T15:06:37Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:79ca28e2f8e5 with config:&{NodeID:79ca28e2f8e5 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-04T15:06:37.979Z] time="2022-03-04T15:06:37Z" level=info msg="Node 79ca28e2f8e5/172.22.187.144, joined gossip cluster" [2022-03-04T15:06:37.979Z] time="2022-03-04T15:06:37Z" level=info msg="Node 79ca28e2f8e5/172.22.187.144, added to nodes list" [2022-03-04T15:06:37.979Z] time="2022-03-04T15:06:37Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-03-04T15:06:37.979Z] time="2022-03-04T15:06:37Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-03-04T15:06:37.979Z] time="2022-03-04T15:06:37Z" level=debug msg="memberlist: Stream connection from=[::1]:49349" [2022-03-04T15:06:37.979Z] time="2022-03-04T15:06:37Z" level=info msg="Node 79ca28e2f8e5/172.22.187.144, joined gossip cluster" [2022-03-04T15:06:37.979Z] time="2022-03-04T15:06:37Z" level=info msg="Node 79ca28e2f8e5/172.22.187.144, added to nodes list" [2022-03-04T15:06:37.979Z] time="2022-03-04T15:06:37Z" level=info msg="Node 18ba03f82342/172.22.187.144, joined gossip cluster" [2022-03-04T15:06:37.979Z] time="2022-03-04T15:06:37Z" level=info msg="Node 18ba03f82342/172.22.187.144, added to nodes list" [2022-03-04T15:06:37.979Z] time="2022-03-04T15:06:37Z" level=info msg="Node a0544f8fa9d8/172.22.187.144, joined gossip cluster" [2022-03-04T15:06:37.979Z] time="2022-03-04T15:06:37Z" level=info msg="Node a0544f8fa9d8/172.22.187.144, added to nodes list" [2022-03-04T15:06:37.979Z] time="2022-03-04T15:06:37Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-03-04T15:06:37.979Z] time="2022-03-04T15:06:37Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49350" [2022-03-04T15:06:37.979Z] time="2022-03-04T15:06:37Z" level=info msg="Node 79ca28e2f8e5/172.22.187.144, joined gossip cluster" [2022-03-04T15:06:37.979Z] time="2022-03-04T15:06:37Z" level=info msg="Node 79ca28e2f8e5/172.22.187.144, added to nodes list" [2022-03-04T15:06:38.102Z] === RUN TestJSONFileLogger [2022-03-04T15:06:38.102Z] --- PASS: TestJSONFileLogger (0.00s) [2022-03-04T15:06:38.102Z] === RUN TestJSONFileLoggerWithTags [2022-03-04T15:06:38.102Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2022-03-04T15:06:38.102Z] === RUN TestJSONFileLoggerWithOpts [2022-03-04T15:06:38.102Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2022-03-04T15:06:38.102Z] === RUN TestJSONFileLoggerWithLabelsEnv [2022-03-04T15:06:38.102Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2022-03-04T15:06:38.102Z] === RUN TestEncodeDecode [2022-03-04T15:06:38.102Z] === PAUSE TestEncodeDecode [2022-03-04T15:06:38.102Z] === RUN TestUnexpectedEOF [2022-03-04T15:06:38.102Z] time="2022-03-04T15:06:37Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-04T15:06:38.102Z] time="2022-03-04T15:06:37Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2022-03-04T15:06:38.102Z] --- PASS: TestUnexpectedEOF (0.12s) [2022-03-04T15:06:38.102Z] === CONT TestEncodeDecode [2022-03-04T15:06:38.102Z] --- PASS: TestEncodeDecode (0.00s) [2022-03-04T15:06:38.102Z] PASS [2022-03-04T15:06:38.102Z] coverage: 69.9% of statements [2022-03-04T15:06:38.102Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.207s coverage: 69.9% of statements [2022-03-04T15:06:38.281Z] docker_api_swarm_test.go:563: [de19b15f37eb4] joining swarm manager [d857fc37f0ade]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T15:06:38.281Z] === RUN TestDockerSuite/TestBuildExpose [2022-03-04T15:06:38.448Z] time="2022-03-04T15:06:38Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:3a8f9dbd16bf with config:&{NodeID:3a8f9dbd16bf 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-04T15:06:38.448Z] time="2022-03-04T15:06:38Z" level=info msg="Node 3a8f9dbd16bf/172.22.187.144, joined gossip cluster" [2022-03-04T15:06:38.448Z] time="2022-03-04T15:06:38Z" level=info msg="Node 3a8f9dbd16bf/172.22.187.144, added to nodes list" [2022-03-04T15:06:38.448Z] time="2022-03-04T15:06:38Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-03-04T15:06:38.448Z] time="2022-03-04T15:06:38Z" level=debug msg="memberlist: Stream connection from=[::1]:49351" [2022-03-04T15:06:38.448Z] time="2022-03-04T15:06:38Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-03-04T15:06:38.448Z] time="2022-03-04T15:06:38Z" level=info msg="Node 3a8f9dbd16bf/172.22.187.144, joined gossip cluster" [2022-03-04T15:06:38.448Z] time="2022-03-04T15:06:38Z" level=info msg="Node 3a8f9dbd16bf/172.22.187.144, added to nodes list" [2022-03-04T15:06:38.448Z] time="2022-03-04T15:06:38Z" level=info msg="Node a0544f8fa9d8/172.22.187.144, joined gossip cluster" [2022-03-04T15:06:38.448Z] time="2022-03-04T15:06:38Z" level=info msg="Node a0544f8fa9d8/172.22.187.144, added to nodes list" [2022-03-04T15:06:38.448Z] time="2022-03-04T15:06:38Z" level=info msg="Node 79ca28e2f8e5/172.22.187.144, joined gossip cluster" [2022-03-04T15:06:38.448Z] time="2022-03-04T15:06:38Z" level=info msg="Node 79ca28e2f8e5/172.22.187.144, added to nodes list" [2022-03-04T15:06:38.448Z] time="2022-03-04T15:06:38Z" level=info msg="Node 18ba03f82342/172.22.187.144, joined gossip cluster" [2022-03-04T15:06:38.448Z] time="2022-03-04T15:06:38Z" level=info msg="Node 18ba03f82342/172.22.187.144, added to nodes list" [2022-03-04T15:06:38.448Z] time="2022-03-04T15:06:38Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-03-04T15:06:38.448Z] time="2022-03-04T15:06:38Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49352" [2022-03-04T15:06:38.448Z] time="2022-03-04T15:06:38Z" level=info msg="Node 3a8f9dbd16bf/172.22.187.144, joined gossip cluster" [2022-03-04T15:06:38.448Z] time="2022-03-04T15:06:38Z" level=info msg="Node 3a8f9dbd16bf/172.22.187.144, added to nodes list" [2022-03-04T15:06:38.448Z] time="2022-03-04T15:06:38Z" level=info msg="Node 3a8f9dbd16bf/172.22.187.144, joined gossip cluster" [2022-03-04T15:06:38.448Z] time="2022-03-04T15:06:38Z" level=info msg="Node 3a8f9dbd16bf/172.22.187.144, added to nodes list" [2022-03-04T15:06:38.571Z] === RUN TestWriteLog [2022-03-04T15:06:38.571Z] === PAUSE TestWriteLog [2022-03-04T15:06:38.571Z] === RUN TestReadLog [2022-03-04T15:06:38.571Z] === PAUSE TestReadLog [2022-03-04T15:06:38.571Z] === RUN TestDecode [2022-03-04T15:06:38.571Z] --- PASS: TestDecode (0.02s) [2022-03-04T15:06:38.571Z] === CONT TestWriteLog [2022-03-04T15:06:38.571Z] --- PASS: TestWriteLog (0.00s) [2022-03-04T15:06:38.571Z] === CONT TestReadLog [2022-03-04T15:06:38.571Z] === RUN TestReadLog/tail_exact [2022-03-04T15:06:38.571Z] === RUN TestReadLog/tail_less_than_available [2022-03-04T15:06:38.571Z] === RUN TestReadLog/tail_more_than_available [2022-03-04T15:06:38.571Z] --- PASS: TestReadLog (0.15s) [2022-03-04T15:06:38.571Z] --- PASS: TestReadLog/tail_exact (0.12s) [2022-03-04T15:06:38.571Z] --- PASS: TestReadLog/tail_less_than_available (0.01s) [2022-03-04T15:06:38.571Z] --- PASS: TestReadLog/tail_more_than_available (0.01s) [2022-03-04T15:06:38.571Z] PASS [2022-03-04T15:06:38.571Z] coverage: 78.7% of statements [2022-03-04T15:06:38.571Z] ok github.com/docker/docker/daemon/logger/local 0.219s coverage: 78.7% of statements [2022-03-04T15:06:38.571Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2022-03-04T15:06:38.848Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-03-04T15:06:38.918Z] time="2022-03-04T15:06:38Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:a65bd3a51248 with config:&{NodeID:a65bd3a51248 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-04T15:06:38.918Z] time="2022-03-04T15:06:38Z" level=info msg="Node a65bd3a51248/172.22.187.144, joined gossip cluster" [2022-03-04T15:06:38.918Z] time="2022-03-04T15:06:38Z" level=info msg="Node a65bd3a51248/172.22.187.144, added to nodes list" [2022-03-04T15:06:38.918Z] time="2022-03-04T15:06:38Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-03-04T15:06:38.918Z] time="2022-03-04T15:06:38Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-03-04T15:06:38.918Z] time="2022-03-04T15:06:38Z" level=debug msg="memberlist: Stream connection from=[::1]:49353" [2022-03-04T15:06:38.918Z] time="2022-03-04T15:06:38Z" level=info msg="Node a65bd3a51248/172.22.187.144, joined gossip cluster" [2022-03-04T15:06:38.918Z] time="2022-03-04T15:06:38Z" level=info msg="Node a65bd3a51248/172.22.187.144, added to nodes list" [2022-03-04T15:06:38.918Z] time="2022-03-04T15:06:38Z" level=info msg="Node 79ca28e2f8e5/172.22.187.144, joined gossip cluster" [2022-03-04T15:06:38.918Z] time="2022-03-04T15:06:38Z" level=info msg="Node 79ca28e2f8e5/172.22.187.144, added to nodes list" [2022-03-04T15:06:38.918Z] time="2022-03-04T15:06:38Z" level=info msg="Node 3a8f9dbd16bf/172.22.187.144, joined gossip cluster" [2022-03-04T15:06:38.918Z] time="2022-03-04T15:06:38Z" level=info msg="Node 3a8f9dbd16bf/172.22.187.144, added to nodes list" [2022-03-04T15:06:38.918Z] time="2022-03-04T15:06:38Z" level=info msg="Node 18ba03f82342/172.22.187.144, joined gossip cluster" [2022-03-04T15:06:38.918Z] time="2022-03-04T15:06:38Z" level=info msg="Node 18ba03f82342/172.22.187.144, added to nodes list" [2022-03-04T15:06:38.918Z] time="2022-03-04T15:06:38Z" level=info msg="Node a0544f8fa9d8/172.22.187.144, joined gossip cluster" [2022-03-04T15:06:38.918Z] time="2022-03-04T15:06:38Z" level=info msg="Node a0544f8fa9d8/172.22.187.144, added to nodes list" [2022-03-04T15:06:38.918Z] time="2022-03-04T15:06:38Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-03-04T15:06:38.918Z] time="2022-03-04T15:06:38Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49354" [2022-03-04T15:06:38.918Z] time="2022-03-04T15:06:38Z" level=info msg="Node a65bd3a51248/172.22.187.144, joined gossip cluster" [2022-03-04T15:06:38.918Z] time="2022-03-04T15:06:38Z" level=info msg="Node a65bd3a51248/172.22.187.144, added to nodes list" [2022-03-04T15:06:38.918Z] time="2022-03-04T15:06:38Z" level=info msg="Node a65bd3a51248/172.22.187.144, joined gossip cluster" [2022-03-04T15:06:38.918Z] time="2022-03-04T15:06:38Z" level=info msg="Node a65bd3a51248/172.22.187.144, added to nodes list" [2022-03-04T15:06:39.040Z] === RUN TestOpenFileDelete [2022-03-04T15:06:39.040Z] --- PASS: TestOpenFileDelete (0.00s) [2022-03-04T15:06:39.040Z] === RUN TestOpenFileRename [2022-03-04T15:06:39.040Z] --- PASS: TestOpenFileRename (0.00s) [2022-03-04T15:06:39.040Z] === RUN TestHandleDecoderErr [2022-03-04T15:06:39.040Z] --- PASS: TestHandleDecoderErr (0.00s) [2022-03-04T15:06:39.040Z] === RUN TestParseLogTagDefaultTag [2022-03-04T15:06:39.040Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2022-03-04T15:06:39.040Z] === RUN TestParseLogTag [2022-03-04T15:06:39.040Z] --- PASS: TestParseLogTag (0.00s) [2022-03-04T15:06:39.040Z] === RUN TestParseLogTagEmptyTag [2022-03-04T15:06:39.040Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2022-03-04T15:06:39.387Z] time="2022-03-04T15:06:38Z" level=info msg="Node a65bd3a51248/172.22.187.144, joined gossip cluster" [2022-03-04T15:06:39.387Z] time="2022-03-04T15:06:38Z" level=info msg="Node a65bd3a51248/172.22.187.144, added to nodes list" [2022-03-04T15:06:39.387Z] networkdb_test.go:835: Re-joining: 3 [2022-03-04T15:06:39.387Z] time="2022-03-04T15:06:38Z" level=info msg="The new bootstrap node list is:[172.22.187.144:10033 172.22.187.144:10034 172.22.187.144:10035]" [2022-03-04T15:06:39.387Z] time="2022-03-04T15:06:38Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.187.144:10033" [2022-03-04T15:06:39.387Z] time="2022-03-04T15:06:38Z" level=debug msg="memberlist: Stream connection from=172.22.187.144:49355" [2022-03-04T15:06:39.387Z] time="2022-03-04T15:06:38Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.187.144:10034" [2022-03-04T15:06:39.387Z] time="2022-03-04T15:06:38Z" level=debug msg="memberlist: Stream connection from=172.22.187.144:49356" [2022-03-04T15:06:39.387Z] time="2022-03-04T15:06:38Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.187.144:10035" [2022-03-04T15:06:39.387Z] time="2022-03-04T15:06:38Z" level=debug msg="memberlist: Stream connection from=172.22.187.144:49357" [2022-03-04T15:06:39.387Z] networkdb_test.go:835: Re-joining: 4 [2022-03-04T15:06:39.387Z] time="2022-03-04T15:06:39Z" level=info msg="The new bootstrap node list is:[172.22.187.144:10033 172.22.187.144:10034 172.22.187.144:10035]" [2022-03-04T15:06:39.387Z] time="2022-03-04T15:06:39Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.187.144:10033" [2022-03-04T15:06:39.387Z] time="2022-03-04T15:06:39Z" level=debug msg="memberlist: Stream connection from=172.22.187.144:49358" [2022-03-04T15:06:39.387Z] time="2022-03-04T15:06:39Z" level=debug msg="memberlist: Stream connection from=172.22.187.144:49359" [2022-03-04T15:06:39.387Z] time="2022-03-04T15:06:39Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.187.144:10034" [2022-03-04T15:06:39.387Z] time="2022-03-04T15:06:39Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.187.144:10035" [2022-03-04T15:06:39.387Z] time="2022-03-04T15:06:39Z" level=debug msg="memberlist: Stream connection from=172.22.187.144:49360" [2022-03-04T15:06:39.510Z] === RUN TestTailFiles [2022-03-04T15:06:39.510Z] --- PASS: TestTailFiles (0.00s) [2022-03-04T15:06:39.510Z] === RUN TestFollowLogsConsumerGone [2022-03-04T15:06:39.510Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2022-03-04T15:06:39.510Z] === RUN TestFollowLogsProducerGone [2022-03-04T15:06:39.510Z] logfile_test.go:233: messages sent: 4098, received: 4098 [2022-03-04T15:06:39.510Z] logfile_test.go:180: logDecode() closed after sending 4098 messages [2022-03-04T15:06:39.510Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2022-03-04T15:06:39.510Z] === RUN TestCheckCapacityAndRotate [2022-03-04T15:06:39.510Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2022-03-04T15:06:39.510Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2022-03-04T15:06:39.510Z] === RUN TestLog [2022-03-04T15:06:39.510Z] --- PASS: TestLog (0.03s) [2022-03-04T15:06:39.510Z] PASS [2022-03-04T15:06:39.510Z] coverage: 31.5% of statements [2022-03-04T15:06:39.510Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.076s coverage: 31.5% of statements [2022-03-04T15:06:39.510Z] --- PASS: TestCheckCapacityAndRotate (0.14s) [2022-03-04T15:06:39.510Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2022-03-04T15:06:39.510Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.12s) [2022-03-04T15:06:39.510Z] PASS [2022-03-04T15:06:39.510Z] coverage: 54.9% of statements [2022-03-04T15:06:39.510Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.198s coverage: 54.9% of statements [2022-03-04T15:06:39.545Z] time="2022-03-04T15:06:38Z" level=debug msg="memberlist: Failed to join 172.20.193.56: dial tcp 172.20.193.56:10002: connectex: No connection could be made because the target machine actively refused it." [2022-03-04T15:06:39.545Z] time="2022-03-04T15:06:39Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.20.193.56:10033 172.20.193.56:10034 172.20.193.56:10035]" [2022-03-04T15:06:39.784Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-03-04T15:06:39.855Z] time="2022-03-04T15:06:39Z" level=info msg="node 0 leaving" [2022-03-04T15:06:39.855Z] time="2022-03-04T15:06:39Z" level=info msg="Node 18ba03f82342 change state NodeActive --> NodeLeft" [2022-03-04T15:06:39.855Z] time="2022-03-04T15:06:39Z" level=info msg="node5(a65bd3a51248): Node leave event for 18ba03f82342/172.22.187.144" [2022-03-04T15:06:39.855Z] time="2022-03-04T15:06:39Z" level=info msg="Node 18ba03f82342 change state NodeActive --> NodeLeft" [2022-03-04T15:06:39.855Z] time="2022-03-04T15:06:39Z" level=info msg="node3(79ca28e2f8e5): Node leave event for 18ba03f82342/172.22.187.144" [2022-03-04T15:06:39.855Z] time="2022-03-04T15:06:39Z" level=info msg="Node 18ba03f82342 change state NodeActive --> NodeLeft" [2022-03-04T15:06:39.855Z] time="2022-03-04T15:06:39Z" level=info msg="node4(3a8f9dbd16bf): Node leave event for 18ba03f82342/172.22.187.144" [2022-03-04T15:06:39.855Z] time="2022-03-04T15:06:39Z" level=info msg="Node 18ba03f82342 change state NodeActive --> NodeLeft" [2022-03-04T15:06:39.855Z] time="2022-03-04T15:06:39Z" level=info msg="node1(18ba03f82342): Node leave event for 18ba03f82342/172.22.187.144" [2022-03-04T15:06:39.855Z] time="2022-03-04T15:06:39Z" level=info msg="Node 18ba03f82342 change state NodeActive --> NodeLeft" [2022-03-04T15:06:39.855Z] time="2022-03-04T15:06:39Z" level=info msg="node2(a0544f8fa9d8): Node leave event for 18ba03f82342/172.22.187.144" [2022-03-04T15:06:39.980Z] === RUN TestParseLogFormat [2022-03-04T15:06:39.980Z] --- PASS: TestParseLogFormat (0.00s) [2022-03-04T15:06:39.980Z] === RUN TestValidateLogOptEmpty [2022-03-04T15:06:39.980Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2022-03-04T15:06:39.980Z] === RUN TestValidateSyslogAddress [2022-03-04T15:06:39.980Z] --- PASS: TestValidateSyslogAddress (0.00s) [2022-03-04T15:06:39.980Z] === RUN TestParseAddressDefaultPort [2022-03-04T15:06:39.980Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2022-03-04T15:06:39.980Z] === RUN TestValidateSyslogFacility [2022-03-04T15:06:39.980Z] --- PASS: TestValidateSyslogFacility (0.00s) [2022-03-04T15:06:39.980Z] === RUN TestValidateLogOptSyslogFormat [2022-03-04T15:06:39.980Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2022-03-04T15:06:39.980Z] === RUN TestValidateLogOpt [2022-03-04T15:06:39.980Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-04T15:06:39.980Z] PASS [2022-03-04T15:06:39.980Z] coverage: 46.8% of statements [2022-03-04T15:06:39.980Z] ok github.com/docker/docker/daemon/logger/syslog 0.106s coverage: 46.8% of statements [2022-03-04T15:06:40.013Z] time="2022-03-04T15:06:39Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.20.193.56:10033 172.20.193.56:10034 172.20.193.56:10035]" [2022-03-04T15:06:40.324Z] time="2022-03-04T15:06:39Z" level=info msg="Node 18ba03f82342/172.22.187.144, left gossip cluster" [2022-03-04T15:06:40.324Z] time="2022-03-04T15:06:39Z" level=info msg="Node 18ba03f82342/172.22.187.144, left gossip cluster" [2022-03-04T15:06:40.324Z] time="2022-03-04T15:06:39Z" level=info msg="Node 18ba03f82342/172.22.187.144, left gossip cluster" [2022-03-04T15:06:40.324Z] time="2022-03-04T15:06:39Z" level=info msg="Node 18ba03f82342/172.22.187.144, left gossip cluster" [2022-03-04T15:06:40.324Z] time="2022-03-04T15:06:39Z" level=info msg="Node 18ba03f82342/172.22.187.144, left gossip cluster" [2022-03-04T15:06:40.324Z] time="2022-03-04T15:06:40Z" level=info msg="node 1 leaving" [2022-03-04T15:06:40.324Z] time="2022-03-04T15:06:40Z" level=info msg="Node a0544f8fa9d8 change state NodeActive --> NodeLeft" [2022-03-04T15:06:40.324Z] time="2022-03-04T15:06:40Z" level=info msg="node4(3a8f9dbd16bf): Node leave event for a0544f8fa9d8/172.22.187.144" [2022-03-04T15:06:40.324Z] time="2022-03-04T15:06:40Z" level=info msg="Node a0544f8fa9d8 change state NodeActive --> NodeLeft" [2022-03-04T15:06:40.324Z] time="2022-03-04T15:06:40Z" level=info msg="node5(a65bd3a51248): Node leave event for a0544f8fa9d8/172.22.187.144" [2022-03-04T15:06:40.324Z] time="2022-03-04T15:06:40Z" level=info msg="Node a0544f8fa9d8 change state NodeActive --> NodeLeft" [2022-03-04T15:06:40.324Z] time="2022-03-04T15:06:40Z" level=info msg="node3(79ca28e2f8e5): Node leave event for a0544f8fa9d8/172.22.187.144" [2022-03-04T15:06:40.324Z] time="2022-03-04T15:06:40Z" level=info msg="Node a0544f8fa9d8 change state NodeActive --> NodeLeft" [2022-03-04T15:06:40.324Z] time="2022-03-04T15:06:40Z" level=info msg="node2(a0544f8fa9d8): Node leave event for a0544f8fa9d8/172.22.187.144" [2022-03-04T15:06:40.353Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-03-04T15:06:40.452Z] === RUN TestNewParse [2022-03-04T15:06:40.452Z] --- PASS: TestNewParse (0.00s) [2022-03-04T15:06:40.452Z] PASS [2022-03-04T15:06:40.452Z] coverage: 8.3% of statements [2022-03-04T15:06:40.452Z] ok github.com/docker/docker/daemon/logger/templates 0.036s coverage: 8.3% of statements [2022-03-04T15:06:40.452Z] === RUN TestValidateLogOpt [2022-03-04T15:06:40.452Z] --- PASS: TestValidateLogOpt (0.00s) [2022-03-04T15:06:40.452Z] === RUN TestNewMissedConfig [2022-03-04T15:06:40.452Z] --- PASS: TestNewMissedConfig (0.00s) [2022-03-04T15:06:40.452Z] === RUN TestNewMissedUrl [2022-03-04T15:06:40.452Z] --- PASS: TestNewMissedUrl (0.00s) [2022-03-04T15:06:40.452Z] === RUN TestNewMissedToken [2022-03-04T15:06:40.452Z] --- PASS: TestNewMissedToken (0.00s) [2022-03-04T15:06:40.452Z] === RUN TestNewWithProxy [2022-03-04T15:06:40.452Z] --- PASS: TestNewWithProxy (0.00s) [2022-03-04T15:06:40.452Z] === RUN TestDefault [2022-03-04T15:06:40.452Z] --- PASS: TestDefault (0.01s) [2022-03-04T15:06:40.452Z] === RUN TestInlineFormatWithNonDefaultOptions [2022-03-04T15:06:40.452Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2022-03-04T15:06:40.452Z] === RUN TestJsonFormat [2022-03-04T15:06:40.452Z] --- PASS: TestJsonFormat (0.01s) [2022-03-04T15:06:40.452Z] === RUN TestRawFormat [2022-03-04T15:06:40.452Z] --- PASS: TestRawFormat (0.00s) [2022-03-04T15:06:40.452Z] === RUN TestRawFormatWithLabels [2022-03-04T15:06:40.452Z] --- PASS: TestRawFormatWithLabels (0.00s) [2022-03-04T15:06:40.452Z] === RUN TestRawFormatWithoutTag [2022-03-04T15:06:40.452Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2022-03-04T15:06:40.452Z] === RUN TestBatching [2022-03-04T15:06:40.480Z] time="2022-03-04T15:06:40Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.193.56:10033" [2022-03-04T15:06:40.480Z] time="2022-03-04T15:06:40Z" level=debug msg="memberlist: Stream connection from=172.20.193.56:49440" [2022-03-04T15:06:40.480Z] time="2022-03-04T15:06:40Z" level=info msg="Node 31d4277c7e43/172.20.193.56, joined gossip cluster" [2022-03-04T15:06:40.480Z] time="2022-03-04T15:06:40Z" level=info msg="Node 31d4277c7e43/172.20.193.56, added to nodes list" [2022-03-04T15:06:40.480Z] time="2022-03-04T15:06:40Z" level=info msg="Node a39c2e0f29c6/172.20.193.56, joined gossip cluster" [2022-03-04T15:06:40.480Z] time="2022-03-04T15:06:40Z" level=info msg="Node a39c2e0f29c6/172.20.193.56, added to nodes list" [2022-03-04T15:06:40.480Z] time="2022-03-04T15:06:40Z" level=info msg="Node 9740b9dd5ee7/172.20.193.56, joined gossip cluster" [2022-03-04T15:06:40.480Z] time="2022-03-04T15:06:40Z" level=info msg="Node 9740b9dd5ee7/172.20.193.56, is the new incarnation of the shutdown node 7f42e68394a2/172.20.193.56" [2022-03-04T15:06:40.480Z] time="2022-03-04T15:06:40Z" level=info msg="Node 9740b9dd5ee7/172.20.193.56, added to nodes list" [2022-03-04T15:06:40.480Z] time="2022-03-04T15:06:40Z" level=debug msg="memberlist: Stream connection from=172.20.193.56:49441" [2022-03-04T15:06:40.480Z] time="2022-03-04T15:06:40Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.193.56:10034" [2022-03-04T15:06:40.480Z] time="2022-03-04T15:06:40Z" level=info msg="Node 31d4277c7e43/172.20.193.56, joined gossip cluster" [2022-03-04T15:06:40.480Z] time="2022-03-04T15:06:40Z" level=info msg="Node 31d4277c7e43/172.20.193.56, added to nodes list" [2022-03-04T15:06:40.480Z] time="2022-03-04T15:06:40Z" level=info msg="Node 9740b9dd5ee7/172.20.193.56, joined gossip cluster" [2022-03-04T15:06:40.480Z] time="2022-03-04T15:06:40Z" level=info msg="Node 9740b9dd5ee7/172.20.193.56, added to nodes list" [2022-03-04T15:06:40.480Z] time="2022-03-04T15:06:40Z" level=info msg="Node a39c2e0f29c6/172.20.193.56, joined gossip cluster" [2022-03-04T15:06:40.480Z] time="2022-03-04T15:06:40Z" level=info msg="Node 48b6641d1809/172.20.193.56, joined gossip cluster" [2022-03-04T15:06:40.480Z] time="2022-03-04T15:06:40Z" level=info msg="Node a39c2e0f29c6/172.20.193.56, added to nodes list" [2022-03-04T15:06:40.480Z] time="2022-03-04T15:06:40Z" level=info msg="Node 48b6641d1809/172.20.193.56, is the new incarnation of the shutdown node 8fba3a3881d2/172.20.193.56" [2022-03-04T15:06:40.480Z] time="2022-03-04T15:06:40Z" level=info msg="Node 48b6641d1809/172.20.193.56, added to nodes list" [2022-03-04T15:06:40.480Z] time="2022-03-04T15:06:40Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.193.56:10035" [2022-03-04T15:06:40.480Z] time="2022-03-04T15:06:40Z" level=debug msg="memberlist: Stream connection from=172.20.193.56:49442" [2022-03-04T15:06:40.480Z] time="2022-03-04T15:06:40Z" level=info msg="Node 31d4277c7e43/172.20.193.56, joined gossip cluster" [2022-03-04T15:06:40.480Z] time="2022-03-04T15:06:40Z" level=info msg="Node 31d4277c7e43/172.20.193.56, added to nodes list" [2022-03-04T15:06:40.480Z] time="2022-03-04T15:06:40Z" level=info msg="Node 9740b9dd5ee7/172.20.193.56, joined gossip cluster" [2022-03-04T15:06:40.480Z] time="2022-03-04T15:06:40Z" level=info msg="Node 9740b9dd5ee7/172.20.193.56, added to nodes list" [2022-03-04T15:06:40.480Z] time="2022-03-04T15:06:40Z" level=info msg="Node 48b6641d1809/172.20.193.56, joined gossip cluster" [2022-03-04T15:06:40.480Z] time="2022-03-04T15:06:40Z" level=info msg="Node 48b6641d1809/172.20.193.56, added to nodes list" [2022-03-04T15:06:40.480Z] time="2022-03-04T15:06:40Z" level=info msg="Node a39c2e0f29c6/172.20.193.56, joined gossip cluster" [2022-03-04T15:06:40.480Z] time="2022-03-04T15:06:40Z" level=info msg="Node a39c2e0f29c6/172.20.193.56, added to nodes list" [2022-03-04T15:06:40.480Z] time="2022-03-04T15:06:40Z" level=info msg="Node 975a4b7b83e1/172.20.193.56, joined gossip cluster" [2022-03-04T15:06:40.480Z] time="2022-03-04T15:06:40Z" level=info msg="Node 975a4b7b83e1/172.20.193.56, is the new incarnation of the shutdown node 336f320ad5e0/172.20.193.56" [2022-03-04T15:06:40.480Z] time="2022-03-04T15:06:40Z" level=info msg="Node 975a4b7b83e1/172.20.193.56, added to nodes list" [2022-03-04T15:06:40.480Z] time="2022-03-04T15:06:40Z" level=info msg="Node 48b6641d1809/172.20.193.56, joined gossip cluster" [2022-03-04T15:06:40.480Z] time="2022-03-04T15:06:40Z" level=info msg="Node 48b6641d1809/172.20.193.56, added to nodes list" [2022-03-04T15:06:40.480Z] time="2022-03-04T15:06:40Z" level=info msg="Node 48b6641d1809/172.20.193.56, joined gossip cluster" [2022-03-04T15:06:40.480Z] time="2022-03-04T15:06:40Z" level=info msg="Node 48b6641d1809/172.20.193.56, is the new incarnation of the shutdown node 8fba3a3881d2/172.20.193.56" [2022-03-04T15:06:40.480Z] time="2022-03-04T15:06:40Z" level=info msg="Node 48b6641d1809/172.20.193.56, added to nodes list" [2022-03-04T15:06:40.480Z] time="2022-03-04T15:06:40Z" level=info msg="Node 9740b9dd5ee7/172.20.193.56, joined gossip cluster" [2022-03-04T15:06:40.480Z] time="2022-03-04T15:06:40Z" level=info msg="Node 9740b9dd5ee7/172.20.193.56, is the new incarnation of the shutdown node 7f42e68394a2/172.20.193.56" [2022-03-04T15:06:40.480Z] time="2022-03-04T15:06:40Z" level=info msg="Node 9740b9dd5ee7/172.20.193.56, added to nodes list" [2022-03-04T15:06:40.480Z] time="2022-03-04T15:06:40Z" level=info msg="Node 975a4b7b83e1/172.20.193.56, joined gossip cluster" [2022-03-04T15:06:40.480Z] time="2022-03-04T15:06:40Z" level=info msg="Node 975a4b7b83e1/172.20.193.56, added to nodes list" [2022-03-04T15:06:40.480Z] time="2022-03-04T15:06:40Z" level=info msg="Node 975a4b7b83e1/172.20.193.56, joined gossip cluster" [2022-03-04T15:06:40.480Z] time="2022-03-04T15:06:40Z" level=info msg="Node 975a4b7b83e1/172.20.193.56, added to nodes list" [2022-03-04T15:06:40.480Z] time="2022-03-04T15:06:40Z" level=info msg="Node 975a4b7b83e1/172.20.193.56, joined gossip cluster" [2022-03-04T15:06:40.480Z] time="2022-03-04T15:06:40Z" level=info msg="Node 975a4b7b83e1/172.20.193.56, is the new incarnation of the shutdown node 336f320ad5e0/172.20.193.56" [2022-03-04T15:06:40.480Z] time="2022-03-04T15:06:40Z" level=info msg="Node 975a4b7b83e1/172.20.193.56, added to nodes list" [2022-03-04T15:06:40.612Z] === RUN TestDockerSuite/TestBuildFails [2022-03-04T15:06:40.791Z] time="2022-03-04T15:06:40Z" level=info msg="Node a0544f8fa9d8/172.22.187.144, left gossip cluster" [2022-03-04T15:06:40.791Z] time="2022-03-04T15:06:40Z" level=info msg="Node a0544f8fa9d8/172.22.187.144, left gossip cluster" [2022-03-04T15:06:40.791Z] time="2022-03-04T15:06:40Z" level=info msg="Node a0544f8fa9d8/172.22.187.144, left gossip cluster" [2022-03-04T15:06:40.791Z] time="2022-03-04T15:06:40Z" level=info msg="Node a0544f8fa9d8/172.22.187.144, left gossip cluster" [2022-03-04T15:06:40.791Z] time="2022-03-04T15:06:40Z" level=info msg="node 2 leaving" [2022-03-04T15:06:40.791Z] time="2022-03-04T15:06:40Z" level=info msg="Node 79ca28e2f8e5 change state NodeActive --> NodeLeft" [2022-03-04T15:06:40.791Z] time="2022-03-04T15:06:40Z" level=info msg="node5(a65bd3a51248): Node leave event for 79ca28e2f8e5/172.22.187.144" [2022-03-04T15:06:40.921Z] --- PASS: TestBatching (0.42s) [2022-03-04T15:06:40.921Z] === RUN TestFrequency [2022-03-04T15:06:40.921Z] --- PASS: TestFrequency (0.31s) [2022-03-04T15:06:40.921Z] === RUN TestOneMessagePerRequest [2022-03-04T15:06:40.921Z] --- PASS: TestOneMessagePerRequest (0.01s) [2022-03-04T15:06:40.921Z] === RUN TestVerify [2022-03-04T15:06:40.921Z] --- PASS: TestVerify (0.00s) [2022-03-04T15:06:40.921Z] === RUN TestSkipVerify [2022-03-04T15:06:40.950Z] time="2022-03-04T15:06:40Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.193.56:10033" [2022-03-04T15:06:40.950Z] time="2022-03-04T15:06:40Z" level=debug msg="memberlist: Stream connection from=172.20.193.56:49443" [2022-03-04T15:06:40.950Z] time="2022-03-04T15:06:40Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.193.56:10034" [2022-03-04T15:06:40.950Z] time="2022-03-04T15:06:40Z" level=debug msg="memberlist: Stream connection from=172.20.193.56:49444" [2022-03-04T15:06:40.950Z] time="2022-03-04T15:06:40Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.193.56:10035" [2022-03-04T15:06:40.950Z] time="2022-03-04T15:06:40Z" level=debug msg="memberlist: Stream connection from=172.20.193.56:49445" [2022-03-04T15:06:40.950Z] 2022/03/04 15:06:40 Closing DB instances... [2022-03-04T15:06:41.260Z] time="2022-03-04T15:06:40Z" level=info msg="Node 79ca28e2f8e5 change state NodeActive --> NodeLeft" [2022-03-04T15:06:41.260Z] time="2022-03-04T15:06:40Z" level=info msg="node4(3a8f9dbd16bf): Node leave event for 79ca28e2f8e5/172.22.187.144" [2022-03-04T15:06:41.260Z] time="2022-03-04T15:06:40Z" level=info msg="Node 79ca28e2f8e5 change state NodeActive --> NodeLeft" [2022-03-04T15:06:41.260Z] time="2022-03-04T15:06:40Z" level=info msg="node3(79ca28e2f8e5): Node leave event for 79ca28e2f8e5/172.22.187.144" [2022-03-04T15:06:41.260Z] time="2022-03-04T15:06:40Z" level=info msg="Node 79ca28e2f8e5/172.22.187.144, left gossip cluster" [2022-03-04T15:06:41.260Z] time="2022-03-04T15:06:40Z" level=info msg="Node 79ca28e2f8e5/172.22.187.144, left gossip cluster" [2022-03-04T15:06:41.260Z] time="2022-03-04T15:06:40Z" level=info msg="Node 79ca28e2f8e5/172.22.187.144, left gossip cluster" [2022-03-04T15:06:41.260Z] time="2022-03-04T15:06:41Z" level=debug msg="memberlist: Failed ping: 79ca28e2f8e5 (timeout reached)" [2022-03-04T15:06:41.260Z] time="2022-03-04T15:06:41Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.22.187.144:10037: use of closed network connection" [2022-03-04T15:06:41.260Z] time="2022-03-04T15:06:41Z" level=debug msg="memberlist: Stream connection from=172.22.187.144:49361" [2022-03-04T15:06:41.392Z] time="2022-03-04T15:06:40Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T15:06:41.392Z] time="2022-03-04T15:06:40Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T15:06:41.392Z] time="2022-03-04T15:06:40Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T15:06:41.392Z] --- PASS: TestSkipVerify (0.33s) [2022-03-04T15:06:41.392Z] === RUN TestBufferMaximum [2022-03-04T15:06:41.392Z] time="2022-03-04T15:06:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T15:06:41.392Z] time="2022-03-04T15:06:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T15:06:41.392Z] time="2022-03-04T15:06:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T15:06:41.392Z] time="2022-03-04T15:06:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T15:06:41.392Z] time="2022-03-04T15:06:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T15:06:41.392Z] time="2022-03-04T15:06:41Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646406401.168820\",\"host\":\"80d4229b8076\"}'" [2022-03-04T15:06:41.392Z] time="2022-03-04T15:06:41Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646406401.168820\",\"host\":\"80d4229b8076\"}'" [2022-03-04T15:06:41.392Z] --- PASS: TestBufferMaximum (0.00s) [2022-03-04T15:06:41.392Z] === RUN TestServerAlwaysDown [2022-03-04T15:06:41.392Z] time="2022-03-04T15:06:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T15:06:41.392Z] time="2022-03-04T15:06:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T15:06:41.392Z] time="2022-03-04T15:06:41Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646406401.171832\",\"host\":\"80d4229b8076\"}'" [2022-03-04T15:06:41.392Z] time="2022-03-04T15:06:41Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646406401.171832\",\"host\":\"80d4229b8076\"}'" [2022-03-04T15:06:41.392Z] time="2022-03-04T15:06:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2022-03-04T15:06:41.392Z] time="2022-03-04T15:06:41Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646406401.171832\",\"host\":\"80d4229b8076\"}'" [2022-03-04T15:06:41.392Z] time="2022-03-04T15:06:41Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646406401.172821\",\"host\":\"80d4229b8076\"}'" [2022-03-04T15:06:41.392Z] time="2022-03-04T15:06:41Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1646406401.172821\",\"host\":\"80d4229b8076\"}'" [2022-03-04T15:06:41.392Z] --- PASS: TestServerAlwaysDown (0.00s) [2022-03-04T15:06:41.392Z] === RUN TestCannotSendAfterClose [2022-03-04T15:06:41.392Z] --- PASS: TestCannotSendAfterClose (0.00s) [2022-03-04T15:06:41.392Z] === RUN TestDeadlockOnBlockedEndpoint [2022-03-04T15:06:41.417Z] time="2022-03-04T15:06:40Z" level=debug msg="memberlist: Failed to join 172.20.193.56: dial tcp 172.20.193.56:10002: connectex: No connection could be made because the target machine actively refused it." [2022-03-04T15:06:41.417Z] time="2022-03-04T15:06:41Z" level=info msg="Node 9740b9dd5ee7 change state NodeActive --> NodeLeft" [2022-03-04T15:06:41.417Z] time="2022-03-04T15:06:41Z" level=info msg="node4(31d4277c7e43): Node leave event for 9740b9dd5ee7/172.20.193.56" [2022-03-04T15:06:41.417Z] time="2022-03-04T15:06:41Z" level=info msg="Node 9740b9dd5ee7 change state NodeActive --> NodeLeft" [2022-03-04T15:06:41.417Z] time="2022-03-04T15:06:41Z" level=info msg="node2(48b6641d1809): Node leave event for 9740b9dd5ee7/172.20.193.56" [2022-03-04T15:06:41.417Z] time="2022-03-04T15:06:41Z" level=info msg="Node 9740b9dd5ee7 change state NodeActive --> NodeLeft" [2022-03-04T15:06:41.417Z] time="2022-03-04T15:06:41Z" level=info msg="node3(975a4b7b83e1): Node leave event for 9740b9dd5ee7/172.20.193.56" [2022-03-04T15:06:41.417Z] time="2022-03-04T15:06:41Z" level=info msg="Node 9740b9dd5ee7 change state NodeActive --> NodeLeft" [2022-03-04T15:06:41.417Z] time="2022-03-04T15:06:41Z" level=info msg="node5(a39c2e0f29c6): Node leave event for 9740b9dd5ee7/172.20.193.56" [2022-03-04T15:06:41.417Z] time="2022-03-04T15:06:41Z" level=info msg="Node 9740b9dd5ee7 change state NodeActive --> NodeLeft" [2022-03-04T15:06:41.417Z] time="2022-03-04T15:06:41Z" level=info msg="node1(9740b9dd5ee7): Node leave event for 9740b9dd5ee7/172.20.193.56" [2022-03-04T15:06:41.417Z] time="2022-03-04T15:06:41Z" level=info msg="Node 9740b9dd5ee7/172.20.193.56, left gossip cluster" [2022-03-04T15:06:41.417Z] time="2022-03-04T15:06:41Z" level=info msg="Node 9740b9dd5ee7/172.20.193.56, left gossip cluster" [2022-03-04T15:06:41.417Z] time="2022-03-04T15:06:41Z" level=info msg="Node 9740b9dd5ee7/172.20.193.56, left gossip cluster" [2022-03-04T15:06:41.417Z] time="2022-03-04T15:06:41Z" level=info msg="Node 9740b9dd5ee7/172.20.193.56, left gossip cluster" [2022-03-04T15:06:41.417Z] time="2022-03-04T15:06:41Z" level=info msg="Node 9740b9dd5ee7/172.20.193.56, left gossip cluster" [2022-03-04T15:06:41.553Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-03-04T15:06:41.553Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-03-04T15:06:41.728Z] networkdb_test.go:867: node4: OK [2022-03-04T15:06:41.728Z] networkdb_test.go:867: node5: OK [2022-03-04T15:06:41.728Z] time="2022-03-04T15:06:41Z" level=info msg="node 0 coming back" [2022-03-04T15:06:41.728Z] time="2022-03-04T15:06:41Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:6e8639ce540f with config:&{NodeID:6e8639ce540f 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-04T15:06:41.728Z] time="2022-03-04T15:06:41Z" level=info msg="Node 6e8639ce540f/172.22.187.144, joined gossip cluster" [2022-03-04T15:06:41.728Z] time="2022-03-04T15:06:41Z" level=info msg="Node 6e8639ce540f/172.22.187.144, added to nodes list" [2022-03-04T15:06:41.728Z] time="2022-03-04T15:06:41Z" level=info msg="node 1 coming back" [2022-03-04T15:06:41.728Z] time="2022-03-04T15:06:41Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:d5b275484db3 with config:&{NodeID:d5b275484db3 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-04T15:06:41.728Z] time="2022-03-04T15:06:41Z" level=info msg="Node d5b275484db3/172.22.187.144, joined gossip cluster" [2022-03-04T15:06:41.728Z] time="2022-03-04T15:06:41Z" level=info msg="Node d5b275484db3/172.22.187.144, added to nodes list" [2022-03-04T15:06:41.728Z] time="2022-03-04T15:06:41Z" level=info msg="node 2 coming back" [2022-03-04T15:06:41.728Z] time="2022-03-04T15:06:41Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:46748ec53476 with config:&{NodeID:46748ec53476 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-04T15:06:41.728Z] time="2022-03-04T15:06:41Z" level=info msg="Node 46748ec53476/172.22.187.144, joined gossip cluster" [2022-03-04T15:06:41.728Z] time="2022-03-04T15:06:41Z" level=info msg="Node 46748ec53476/172.22.187.144, added to nodes list" [2022-03-04T15:06:41.728Z] time="2022-03-04T15:06:41Z" level=warning msg="memberlist: Was able to connect to 79ca28e2f8e5 but other probes failed, network may be misconfigured" [2022-03-04T15:06:41.862Z] === RUN TestV1IDService [2022-03-04T15:06:41.862Z] --- PASS: TestV1IDService (0.02s) [2022-03-04T15:06:41.862Z] === RUN TestV2MetadataService [2022-03-04T15:06:41.884Z] time="2022-03-04T15:06:41Z" level=info msg="Node 48b6641d1809 change state NodeActive --> NodeLeft" [2022-03-04T15:06:41.884Z] time="2022-03-04T15:06:41Z" level=info msg="node4(31d4277c7e43): Node leave event for 48b6641d1809/172.20.193.56" [2022-03-04T15:06:41.884Z] time="2022-03-04T15:06:41Z" level=info msg="Node 48b6641d1809 change state NodeActive --> NodeLeft" [2022-03-04T15:06:41.884Z] time="2022-03-04T15:06:41Z" level=info msg="node3(975a4b7b83e1): Node leave event for 48b6641d1809/172.20.193.56" [2022-03-04T15:06:41.884Z] time="2022-03-04T15:06:41Z" level=info msg="Node 48b6641d1809 change state NodeActive --> NodeLeft" [2022-03-04T15:06:41.884Z] time="2022-03-04T15:06:41Z" level=info msg="node5(a39c2e0f29c6): Node leave event for 48b6641d1809/172.20.193.56" [2022-03-04T15:06:41.884Z] time="2022-03-04T15:06:41Z" level=info msg="Node 48b6641d1809 change state NodeActive --> NodeLeft" [2022-03-04T15:06:41.884Z] time="2022-03-04T15:06:41Z" level=info msg="node2(48b6641d1809): Node leave event for 48b6641d1809/172.20.193.56" [2022-03-04T15:06:41.884Z] time="2022-03-04T15:06:41Z" level=info msg="Node 48b6641d1809/172.20.193.56, left gossip cluster" [2022-03-04T15:06:41.884Z] time="2022-03-04T15:06:41Z" level=info msg="Node 48b6641d1809/172.20.193.56, left gossip cluster" [2022-03-04T15:06:41.884Z] time="2022-03-04T15:06:41Z" level=info msg="Node 48b6641d1809/172.20.193.56, left gossip cluster" [2022-03-04T15:06:41.884Z] time="2022-03-04T15:06:41Z" level=info msg="Node 48b6641d1809/172.20.193.56, left gossip cluster" [2022-03-04T15:06:41.884Z] time="2022-03-04T15:06:41Z" level=info msg="Node 975a4b7b83e1 change state NodeActive --> NodeLeft" [2022-03-04T15:06:41.884Z] time="2022-03-04T15:06:41Z" level=info msg="node5(a39c2e0f29c6): Node leave event for 975a4b7b83e1/172.20.193.56" [2022-03-04T15:06:41.884Z] time="2022-03-04T15:06:41Z" level=info msg="Node 975a4b7b83e1/172.20.193.56, left gossip cluster" [2022-03-04T15:06:41.884Z] time="2022-03-04T15:06:41Z" level=info msg="Node 975a4b7b83e1 change state NodeActive --> NodeFailed" [2022-03-04T15:06:41.884Z] time="2022-03-04T15:06:41Z" level=info msg="Node 975a4b7b83e1/172.20.193.56, added to failed nodes list" [2022-03-04T15:06:41.884Z] time="2022-03-04T15:06:41Z" level=info msg="Node 975a4b7b83e1 change state NodeActive --> NodeLeft" [2022-03-04T15:06:41.884Z] time="2022-03-04T15:06:41Z" level=info msg="node4(31d4277c7e43): Node leave event for 975a4b7b83e1/172.20.193.56" [2022-03-04T15:06:42.333Z] === RUN TestSuccessfulDownload [2022-03-04T15:06:42.333Z] download_test.go:267: Needs fixing on Windows [2022-03-04T15:06:42.333Z] --- SKIP: TestSuccessfulDownload (0.00s) [2022-03-04T15:06:42.333Z] === RUN TestCancelledDownload [2022-03-04T15:06:42.333Z] --- PASS: TestCancelledDownload (0.00s) [2022-03-04T15:06:42.333Z] === RUN TestMaxDownloadAttempts [2022-03-04T15:06:42.333Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-04T15:06:42.333Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-04T15:06:42.333Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-04T15:06:42.333Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-04T15:06:42.333Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-04T15:06:42.333Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-04T15:06:42.333Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-04T15:06:42.333Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-04T15:06:42.333Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2022-03-04T15:06:42.333Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2022-03-04T15:06:42.333Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2022-03-04T15:06:42.333Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2022-03-04T15:06:42.333Z] time="2022-03-04T15:06:42Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49208/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2022-03-04T15:06:42.333Z] time="2022-03-04T15:06:42Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"80d4229b8076\"}'" [2022-03-04T15:06:42.333Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.01s) [2022-03-04T15:06:42.333Z] PASS [2022-03-04T15:06:42.333Z] coverage: 82.5% of statements [2022-03-04T15:06:42.333Z] ok github.com/docker/docker/daemon/logger/splunk 2.164s coverage: 82.5% of statements [2022-03-04T15:06:42.333Z] ? github.com/docker/docker/daemon/names [no test files] [2022-03-04T15:06:42.333Z] ? github.com/docker/docker/daemon/network [no test files] [2022-03-04T15:06:42.333Z] ? github.com/docker/docker/daemon/stats [no test files] [2022-03-04T15:06:42.333Z] === RUN TestContinueOnError_NonMirrorEndpoint [2022-03-04T15:06:42.333Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2022-03-04T15:06:42.333Z] === RUN TestContinueOnError_MirrorEndpoint [2022-03-04T15:06:42.333Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2022-03-04T15:06:42.333Z] === RUN TestContinueOnError_NeverContinue [2022-03-04T15:06:42.333Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2022-03-04T15:06:42.333Z] === RUN TestManifestStore [2022-03-04T15:06:42.333Z] === RUN TestManifestStore/no_remote_or_local [2022-03-04T15:06:42.333Z] time="2022-03-04T15:06:42Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-04T15:06:42.333Z] time="2022-03-04T15:06:42Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-04T15:06:42.333Z] time="2022-03-04T15:06:42Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-04T15:06:42.333Z] time="2022-03-04T15:06:42Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2022-03-04T15:06:42.333Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2022-03-04T15:06:42.333Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.42s) [2022-03-04T15:06:42.333Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.42s) [2022-03-04T15:06:42.333Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.42s) [2022-03-04T15:06:42.333Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.42s) [2022-03-04T15:06:42.333Z] === RUN TestTransfer [2022-03-04T15:06:42.353Z] time="2022-03-04T15:06:42Z" level=error msg="node: 975a4b7b83e1 is unknown to memberlist" [2022-03-04T15:06:42.353Z] time="2022-03-04T15:06:42Z" level=info msg="Node 975a4b7b83e1/172.20.193.56, left gossip cluster" [2022-03-04T15:06:42.353Z] time="2022-03-04T15:06:42Z" level=info msg="Node 975a4b7b83e1/172.20.193.56, left gossip cluster" [2022-03-04T15:06:42.802Z] --- PASS: TestTransfer (0.12s) [2022-03-04T15:06:42.802Z] === RUN TestConcurrencyLimit [2022-03-04T15:06:42.802Z] time="2022-03-04T15:06:42Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local2063037588\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2022-03-04T15:06:42.802Z] === RUN TestManifestStore/no_local_cache [2022-03-04T15:06:42.802Z] === RUN TestManifestStore/with_local_cache [2022-03-04T15:06:42.802Z] === RUN TestManifestStore/unknown_media_type [2022-03-04T15:06:42.802Z] === RUN TestManifestStore/unknown_media_type/no_cache [2022-03-04T15:06:42.802Z] time="2022-03-04T15:06:42Z" level=warning msg="reference for unknown type: " [2022-03-04T15:06:42.802Z] time="2022-03-04T15:06:42Z" level=warning msg="reference for unknown type: " [2022-03-04T15:06:42.802Z] === RUN TestManifestStore/unknown_media_type/with_cache [2022-03-04T15:06:42.802Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2022-03-04T15:06:42.802Z] time="2022-03-04T15:06:42Z" level=warning msg="reference for unknown type: " [2022-03-04T15:06:42.802Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2022-03-04T15:06:42.802Z] time="2022-03-04T15:06:42Z" level=warning msg="reference for unknown type: " [2022-03-04T15:06:42.802Z] time="2022-03-04T15:06:42Z" level=warning msg="reference for unknown type: " [2022-03-04T15:06:42.802Z] === RUN TestManifestStore/error_persisting_manifest [2022-03-04T15:06:42.802Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2022-03-04T15:06:42.802Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2022-03-04T15:06:42.802Z] time="2022-03-04T15:06:42Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2022-03-04T15:06:42.802Z] --- PASS: TestManifestStore (0.30s) [2022-03-04T15:06:42.802Z] --- PASS: TestManifestStore/no_remote_or_local (0.16s) [2022-03-04T15:06:42.802Z] --- PASS: TestManifestStore/no_local_cache (0.01s) [2022-03-04T15:06:42.802Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2022-03-04T15:06:42.802Z] --- PASS: TestManifestStore/unknown_media_type (0.08s) [2022-03-04T15:06:42.802Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2022-03-04T15:06:42.802Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.06s) [2022-03-04T15:06:42.802Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.03s) [2022-03-04T15:06:42.802Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.04s) [2022-03-04T15:06:42.802Z] --- PASS: TestManifestStore/error_persisting_manifest (0.03s) [2022-03-04T15:06:42.802Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2022-03-04T15:06:42.802Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.02s) [2022-03-04T15:06:42.802Z] === RUN TestDetectManifestBlobMediaType [2022-03-04T15:06:42.802Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2022-03-04T15:06:42.802Z] === RUN TestDetectManifestBlobMediaType/schema1 [2022-03-04T15:06:42.802Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2022-03-04T15:06:42.802Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2022-03-04T15:06:42.802Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2022-03-04T15:06:42.802Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2022-03-04T15:06:42.802Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2022-03-04T15:06:42.802Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2022-03-04T15:06:42.802Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2022-03-04T15:06:42.802Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2022-03-04T15:06:42.802Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2022-03-04T15:06:42.803Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2022-03-04T15:06:42.803Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2022-03-04T15:06:42.803Z] === RUN TestDetectManifestBlobMediaTypeInvalid [2022-03-04T15:06:42.803Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers [2022-03-04T15:06:42.803Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers [2022-03-04T15:06:42.803Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests [2022-03-04T15:06:42.803Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests [2022-03-04T15:06:42.803Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers [2022-03-04T15:06:42.803Z] === RUN TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config [2022-03-04T15:06:42.803Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_manifests [2022-03-04T15:06:42.803Z] === RUN TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests [2022-03-04T15:06:42.803Z] === RUN TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests [2022-03-04T15:06:42.803Z] === RUN TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers [2022-03-04T15:06:42.803Z] === RUN TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers [2022-03-04T15:06:42.803Z] === RUN TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests [2022-03-04T15:06:42.803Z] === RUN TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers [2022-03-04T15:06:42.803Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid (0.00s) [2022-03-04T15:06:42.803Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_layers (0.00s) [2022-03-04T15:06:42.803Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_fsLayers (0.00s) [2022-03-04T15:06:42.803Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_manifests (0.00s) [2022-03-04T15:06:42.803Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_manifests (0.00s) [2022-03-04T15:06:42.803Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_2_mediaType_with_fsLayers (0.00s) [2022-03-04T15:06:42.803Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/index_mediaType_with_config (0.00s) [2022-03-04T15:06:42.803Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_manifests (0.00s) [2022-03-04T15:06:42.803Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/layers_and_manifests (0.00s) [2022-03-04T15:06:42.803Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/fsLayers_and_manifests (0.00s) [2022-03-04T15:06:42.803Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/config_and_fsLayers (0.00s) [2022-03-04T15:06:42.803Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/schema_1_mediaType_with_layers (0.00s) [2022-03-04T15:06:42.803Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/oci_manifest_mediaType_with_manifests (0.00s) [2022-03-04T15:06:42.803Z] --- PASS: TestDetectManifestBlobMediaTypeInvalid/manifest_list_mediaType_with_fsLayers (0.00s) [2022-03-04T15:06:42.803Z] === RUN TestFixManifestLayers [2022-03-04T15:06:42.803Z] --- PASS: TestFixManifestLayers (0.00s) [2022-03-04T15:06:42.803Z] === RUN TestFixManifestLayersBaseLayerParent [2022-03-04T15:06:42.803Z] pull_v2_test.go:73: Needs fixing on Windows [2022-03-04T15:06:42.803Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-04T15:06:42.803Z] === RUN TestFixManifestLayersBadParent [2022-03-04T15:06:42.803Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2022-03-04T15:06:42.803Z] === RUN TestValidateManifest [2022-03-04T15:06:42.803Z] pull_v2_test.go:118: Needs fixing on Windows [2022-03-04T15:06:42.803Z] --- SKIP: TestValidateManifest (0.00s) [2022-03-04T15:06:42.803Z] === RUN TestFormatPlatform [2022-03-04T15:06:42.803Z] --- PASS: TestFormatPlatform (0.00s) [2022-03-04T15:06:42.803Z] === RUN TestGetRepositoryMountCandidates [2022-03-04T15:06:42.803Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2022-03-04T15:06:42.803Z] === RUN TestLayerAlreadyExists [2022-03-04T15:06:42.803Z] 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-04T15:06:42.803Z] 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-04T15:06:42.803Z] 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-04T15:06:42.803Z] 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-04T15:06:42.803Z] 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-04T15:06:42.803Z] 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-04T15:06:42.803Z] --- PASS: TestLayerAlreadyExists (0.00s) [2022-03-04T15:06:42.803Z] === RUN TestWhenEmptyAuthConfig [2022-03-04T15:06:42.803Z] --- PASS: TestV2MetadataService (0.93s) [2022-03-04T15:06:42.803Z] PASS [2022-03-04T15:06:42.803Z] coverage: 48.2% of statements [2022-03-04T15:06:42.803Z] ok github.com/docker/docker/distribution/metadata 1.018s coverage: 48.2% of statements [2022-03-04T15:06:42.803Z] --- PASS: TestConcurrencyLimit (0.37s) [2022-03-04T15:06:42.803Z] === RUN TestInactiveJobs [2022-03-04T15:06:42.822Z] time="2022-03-04T15:06:42Z" level=debug msg="memberlist: Failed ping: 975a4b7b83e1 (timeout reached)" [2022-03-04T15:06:42.822Z] time="2022-03-04T15:06:42Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.20.193.56:10036: use of closed network connection" [2022-03-04T15:06:42.822Z] time="2022-03-04T15:06:42Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.20.193.56:10037: use of closed network connection" [2022-03-04T15:06:42.822Z] time="2022-03-04T15:06:42Z" level=info msg="Node 31d4277c7e43 change state NodeActive --> NodeLeft" [2022-03-04T15:06:42.822Z] time="2022-03-04T15:06:42Z" level=info msg="node5(a39c2e0f29c6): Node leave event for 31d4277c7e43/172.20.193.56" [2022-03-04T15:06:42.822Z] time="2022-03-04T15:06:42Z" level=info msg="Node 31d4277c7e43 change state NodeActive --> NodeLeft" [2022-03-04T15:06:42.822Z] time="2022-03-04T15:06:42Z" level=info msg="node4(31d4277c7e43): Node leave event for 31d4277c7e43/172.20.193.56" [2022-03-04T15:06:43.272Z] --- PASS: TestInactiveJobs (0.35s) [2022-03-04T15:06:43.272Z] === RUN TestWatchRelease [2022-03-04T15:06:43.272Z] --- PASS: TestWatchRelease (0.04s) [2022-03-04T15:06:43.272Z] === RUN TestWatchFinishedTransfer [2022-03-04T15:06:43.272Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2022-03-04T15:06:43.272Z] === RUN TestDuplicateTransfer [2022-03-04T15:06:43.272Z] --- PASS: TestDuplicateTransfer (0.04s) [2022-03-04T15:06:43.272Z] === RUN TestSuccessfulUpload [2022-03-04T15:06:43.272Z] === RUN TestNotFound [2022-03-04T15:06:43.289Z] time="2022-03-04T15:06:42Z" level=info msg="Node 31d4277c7e43/172.20.193.56, left gossip cluster" [2022-03-04T15:06:43.290Z] time="2022-03-04T15:06:42Z" level=info msg="memberlist: Suspect 975a4b7b83e1 has failed, no acks received" [2022-03-04T15:06:43.290Z] time="2022-03-04T15:06:42Z" level=debug msg="memberlist: Failed to join 172.20.193.56: dial tcp 172.20.193.56:10002: connectex: No connection could be made because the target machine actively refused it." [2022-03-04T15:06:43.290Z] time="2022-03-04T15:06:43Z" level=info msg="Node 31d4277c7e43/172.20.193.56, left gossip cluster" [2022-03-04T15:06:43.463Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-03-04T15:06:43.740Z] --- PASS: TestNotFound (0.00s) [2022-03-04T15:06:43.740Z] === RUN TestConflict [2022-03-04T15:06:43.740Z] --- PASS: TestConflict (0.00s) [2022-03-04T15:06:43.740Z] === RUN TestForbidden [2022-03-04T15:06:43.740Z] --- PASS: TestForbidden (0.00s) [2022-03-04T15:06:43.740Z] === RUN TestInvalidParameter [2022-03-04T15:06:43.740Z] --- PASS: TestInvalidParameter (0.00s) [2022-03-04T15:06:43.740Z] === RUN TestNotImplemented [2022-03-04T15:06:43.740Z] --- PASS: TestNotImplemented (0.00s) [2022-03-04T15:06:43.740Z] === RUN TestNotModified [2022-03-04T15:06:43.740Z] --- PASS: TestNotModified (0.00s) [2022-03-04T15:06:43.740Z] === RUN TestUnauthorized [2022-03-04T15:06:43.740Z] --- PASS: TestUnauthorized (0.00s) [2022-03-04T15:06:43.740Z] === RUN TestUnknown [2022-03-04T15:06:43.740Z] --- PASS: TestUnknown (0.00s) [2022-03-04T15:06:43.740Z] === RUN TestCancelled [2022-03-04T15:06:43.740Z] --- PASS: TestCancelled (0.00s) [2022-03-04T15:06:43.740Z] === RUN TestDeadline [2022-03-04T15:06:43.740Z] --- PASS: TestDeadline (0.00s) [2022-03-04T15:06:43.740Z] === RUN TestDataLoss [2022-03-04T15:06:43.740Z] --- PASS: TestDataLoss (0.00s) [2022-03-04T15:06:43.740Z] === RUN TestUnavailable [2022-03-04T15:06:43.740Z] --- PASS: TestUnavailable (0.00s) [2022-03-04T15:06:43.740Z] === RUN TestSystem [2022-03-04T15:06:43.740Z] --- PASS: TestSystem (0.00s) [2022-03-04T15:06:43.740Z] === RUN TestFromStatusCode [2022-03-04T15:06:43.740Z] === RUN TestFromStatusCode/Not_Found [2022-03-04T15:06:43.740Z] === RUN TestFromStatusCode/Bad_Request [2022-03-04T15:06:43.740Z] === RUN TestFromStatusCode/Conflict [2022-03-04T15:06:43.740Z] === RUN TestFromStatusCode/Unauthorized [2022-03-04T15:06:43.740Z] === RUN TestFromStatusCode/Service_Unavailable [2022-03-04T15:06:43.740Z] === RUN TestFromStatusCode/Forbidden [2022-03-04T15:06:43.740Z] === RUN TestFromStatusCode/Not_Modified [2022-03-04T15:06:43.740Z] === RUN TestFromStatusCode/Not_Implemented [2022-03-04T15:06:43.740Z] === RUN TestFromStatusCode/Internal_Server_Error [2022-03-04T15:06:43.740Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2022-03-04T15:06:43.740Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2022-03-04T15:06:43.740Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2022-03-04T15:06:43.740Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2022-03-04T15:06:43.740Z] --- PASS: TestFromStatusCode (0.00s) [2022-03-04T15:06:43.740Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2022-03-04T15:06:43.740Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2022-03-04T15:06:43.740Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2022-03-04T15:06:43.740Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2022-03-04T15:06:43.740Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2022-03-04T15:06:43.740Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2022-03-04T15:06:43.740Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2022-03-04T15:06:43.740Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2022-03-04T15:06:43.740Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2022-03-04T15:06:43.740Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2022-03-04T15:06:43.740Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2022-03-04T15:06:43.740Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2022-03-04T15:06:43.740Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2022-03-04T15:06:43.740Z] PASS [2022-03-04T15:06:43.740Z] coverage: 53.1% of statements [2022-03-04T15:06:43.740Z] ok github.com/docker/docker/errdefs 0.043s coverage: 53.1% of statements [2022-03-04T15:06:43.740Z] time="2022-03-04T15:06:43Z" level=error msg="Upload failed, retrying: simulating retry" [2022-03-04T15:06:43.740Z] --- PASS: TestSuccessfulUpload (0.39s) [2022-03-04T15:06:43.740Z] === RUN TestCancelledUpload [2022-03-04T15:06:43.740Z] --- PASS: TestCancelledUpload (0.00s) [2022-03-04T15:06:43.740Z] PASS [2022-03-04T15:06:43.740Z] coverage: 77.7% of statements [2022-03-04T15:06:43.740Z] ok github.com/docker/docker/distribution/xfer 1.794s coverage: 77.7% of statements [2022-03-04T15:06:43.740Z] --- PASS: TestWhenEmptyAuthConfig (1.06s) [2022-03-04T15:06:43.740Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2022-03-04T15:06:43.740Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2022-03-04T15:06:43.740Z] === RUN TestTokenPassThru [2022-03-04T15:06:43.740Z] --- PASS: TestTokenPassThru (0.01s) [2022-03-04T15:06:43.740Z] === RUN TestTokenPassThruDifferentHost [2022-03-04T15:06:43.740Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2022-03-04T15:06:43.740Z] PASS [2022-03-04T15:06:43.740Z] coverage: 24.6% of statements [2022-03-04T15:06:43.740Z] ok github.com/docker/docker/distribution 1.490s coverage: 24.6% of statements [2022-03-04T15:06:43.758Z] time="2022-03-04T15:06:43Z" level=info msg="Node a39c2e0f29c6/172.20.193.56, left gossip cluster" [2022-03-04T15:06:43.758Z] time="2022-03-04T15:06:43Z" level=info msg="Node a39c2e0f29c6 change state NodeActive --> NodeFailed" [2022-03-04T15:06:43.758Z] time="2022-03-04T15:06:43Z" level=info msg="Node a39c2e0f29c6/172.20.193.56, added to failed nodes list" [2022-03-04T15:06:43.758Z] --- PASS: TestNetworkDBIslands (11.66s) [2022-03-04T15:06:43.758Z] PASS [2022-03-04T15:06:43.758Z] coverage: 60.6% of statements [2022-03-04T15:06:43.758Z] ok github.com/docker/docker/libnetwork/networkdb 153.138s coverage: 60.6% of statements [2022-03-04T15:06:43.758Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-04T15:06:43.758Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-03-04T15:06:43.758Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-04T15:06:43.758Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-04T15:06:43.758Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-04T15:06:43.758Z] ? github.com/docker/docker/pkg/locker [no test files] [2022-03-04T15:06:43.758Z] ? github.com/docker/docker/pkg/mount [no test files] [2022-03-04T15:06:43.758Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-03-04T15:06:43.758Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2022-03-04T15:06:43.758Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-04T15:06:43.758Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-04T15:06:43.758Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-04T15:06:43.758Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-04T15:06:43.758Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-04T15:06:43.758Z] ? github.com/docker/docker/pkg/symlink [no test files] [2022-03-04T15:06:43.758Z] ? github.com/docker/docker/pkg/term [no test files] [2022-03-04T15:06:43.758Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-04T15:06:43.758Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-03-04T15:06:43.758Z] ? github.com/docker/docker/quota [no test files] [2022-03-04T15:06:43.758Z] ? github.com/docker/docker/rootless [no test files] [2022-03-04T15:06:43.758Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-04T15:06:43.758Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-04T15:06:43.758Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-04T15:06:43.758Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-04T15:06:43.758Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-04T15:06:43.758Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-04T15:06:43.758Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-04T15:06:43.758Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-04T15:06:43.758Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-04T15:06:43.758Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-04T15:06:43.758Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-04T15:06:43.758Z] ? github.com/docker/docker/volume [no test files] [2022-03-04T15:06:43.758Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-04T15:06:43.758Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-04T15:06:44.210Z] ? github.com/docker/docker/distribution/utils [no test files] [2022-03-04T15:06:44.210Z] ? github.com/docker/docker/dockerversion [no test files] [2022-03-04T15:06:44.679Z] === RUN TestFSGetInvalidData [2022-03-04T15:06:44.679Z] --- PASS: TestFSGetInvalidData (0.01s) [2022-03-04T15:06:44.679Z] === RUN TestFSInvalidSet [2022-03-04T15:06:44.679Z] --- PASS: TestFSInvalidSet (0.01s) [2022-03-04T15:06:44.679Z] === RUN TestFSInvalidRoot [2022-03-04T15:06:44.679Z] --- PASS: TestFSInvalidRoot (0.01s) [2022-03-04T15:06:44.679Z] === RUN TestFSMetadataGetSet [2022-03-04T15:06:44.679Z] --- PASS: TestFSMetadataGetSet (0.03s) [2022-03-04T15:06:44.679Z] === RUN TestFSInvalidWalker [2022-03-04T15:06:44.679Z] --- PASS: TestFSInvalidWalker (0.01s) [2022-03-04T15:06:44.679Z] === RUN TestFSGetSet [2022-03-04T15:06:44.679Z] === RUN TestCompare [2022-03-04T15:06:44.679Z] --- PASS: TestCompare (0.00s) [2022-03-04T15:06:44.679Z] PASS [2022-03-04T15:06:44.679Z] coverage: 19.2% of statements [2022-03-04T15:06:44.679Z] ok github.com/docker/docker/image/cache 0.062s coverage: 19.2% of statements [2022-03-04T15:06:44.679Z] --- PASS: TestFSGetSet (0.03s) [2022-03-04T15:06:44.679Z] === RUN TestFSGetUnsetKey [2022-03-04T15:06:44.679Z] --- PASS: TestFSGetUnsetKey (0.00s) [2022-03-04T15:06:44.679Z] === RUN TestFSGetEmptyData [2022-03-04T15:06:44.679Z] --- PASS: TestFSGetEmptyData (0.01s) [2022-03-04T15:06:44.679Z] === RUN TestFSDelete [2022-03-04T15:06:44.679Z] --- PASS: TestFSDelete (0.01s) [2022-03-04T15:06:44.679Z] === RUN TestFSWalker [2022-03-04T15:06:44.679Z] --- PASS: TestFSWalker (0.01s) [2022-03-04T15:06:44.679Z] === RUN TestFSWalkerStopOnError [2022-03-04T15:06:44.679Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2022-03-04T15:06:44.679Z] === RUN TestNewFromJSON [2022-03-04T15:06:44.679Z] --- PASS: TestNewFromJSON (0.00s) [2022-03-04T15:06:44.679Z] === RUN TestNewFromJSONWithInvalidJSON [2022-03-04T15:06:44.679Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2022-03-04T15:06:44.679Z] === RUN TestMarshalKeyOrder [2022-03-04T15:06:44.679Z] --- PASS: TestMarshalKeyOrder (0.00s) [2022-03-04T15:06:44.679Z] === RUN TestHistoryEqual [2022-03-04T15:06:44.679Z] --- PASS: TestHistoryEqual (0.12s) [2022-03-04T15:06:44.679Z] === RUN TestImage [2022-03-04T15:06:44.679Z] --- PASS: TestImage (0.00s) [2022-03-04T15:06:44.679Z] === RUN TestImageOSNotEmpty [2022-03-04T15:06:44.679Z] --- PASS: TestImageOSNotEmpty (0.00s) [2022-03-04T15:06:44.679Z] === RUN TestNewChildImageFromImageWithRootFS [2022-03-04T15:06:44.679Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2022-03-04T15:06:44.679Z] === RUN TestCreate [2022-03-04T15:06:44.679Z] --- PASS: TestCreate (0.00s) [2022-03-04T15:06:44.679Z] === RUN TestRestore [2022-03-04T15:06:44.695Z] time="2022-03-04T15:06:44Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.22.187.144:10033 172.22.187.144:10034 172.22.187.144:10035]" [2022-03-04T15:06:44.695Z] time="2022-03-04T15:06:44Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.22.187.144:10033 172.22.187.144:10034 172.22.187.144:10035]" [2022-03-04T15:06:45.148Z] time="2022-03-04T15:06:44Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2022-03-04T15:06:45.148Z] --- PASS: TestRestore (0.04s) [2022-03-04T15:06:45.148Z] === RUN TestAddDelete [2022-03-04T15:06:45.148Z] --- PASS: TestAddDelete (0.05s) [2022-03-04T15:06:45.148Z] === RUN TestSearchAfterDelete [2022-03-04T15:06:45.148Z] --- PASS: TestSearchAfterDelete (0.01s) [2022-03-04T15:06:45.148Z] === RUN TestParentReset [2022-03-04T15:06:45.148Z] --- PASS: TestParentReset (0.03s) [2022-03-04T15:06:45.148Z] === RUN TestGetAndSetLastUpdated [2022-03-04T15:06:45.148Z] --- PASS: TestGetAndSetLastUpdated (0.01s) [2022-03-04T15:06:45.148Z] === RUN TestStoreLen [2022-03-04T15:06:45.148Z] --- PASS: TestStoreLen (0.05s) [2022-03-04T15:06:45.148Z] PASS [2022-03-04T15:06:45.148Z] coverage: 86.9% of statements [2022-03-04T15:06:45.148Z] ok github.com/docker/docker/image 0.546s coverage: 86.9% of statements [2022-03-04T15:06:45.148Z] === RUN TestMakeV1ConfigFromConfig [2022-03-04T15:06:45.148Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2022-03-04T15:06:45.148Z] PASS [2022-03-04T15:06:45.148Z] coverage: 25.0% of statements [2022-03-04T15:06:45.148Z] ok github.com/docker/docker/image/v1 0.079s coverage: 25.0% of statements [2022-03-04T15:06:45.148Z] === RUN TestValidateManifest [2022-03-04T15:06:45.148Z] === RUN TestValidateManifest/nil [2022-03-04T15:06:45.148Z] === RUN TestValidateManifest/non-nil [2022-03-04T15:06:45.148Z] --- PASS: TestValidateManifest (0.00s) [2022-03-04T15:06:45.148Z] --- PASS: TestValidateManifest/nil (0.00s) [2022-03-04T15:06:45.148Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2022-03-04T15:06:45.148Z] PASS [2022-03-04T15:06:45.148Z] coverage: 0.7% of statements [2022-03-04T15:06:45.148Z] ok github.com/docker/docker/image/tarexport 0.073s coverage: 0.7% of statements [2022-03-04T15:06:45.369Z] === RUN TestDockerSuite/TestBuildForceRm [2022-03-04T15:06:45.618Z] ? github.com/docker/docker/internal/test/suite [no test files] [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.187.144:10033" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=debug msg="memberlist: Stream connection from=172.22.187.144:49362" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=info msg="Node 3a8f9dbd16bf/172.22.187.144, joined gossip cluster" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=info msg="Node 3a8f9dbd16bf/172.22.187.144, added to nodes list" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=info msg="Node a65bd3a51248/172.22.187.144, joined gossip cluster" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=info msg="Node a65bd3a51248/172.22.187.144, added to nodes list" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=info msg="Node 6e8639ce540f/172.22.187.144, joined gossip cluster" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=info msg="Node 6e8639ce540f/172.22.187.144, is the new incarnation of the shutdown node 18ba03f82342/172.22.187.144" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=info msg="Node 6e8639ce540f/172.22.187.144, added to nodes list" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.187.144:10034" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=debug msg="memberlist: Stream connection from=172.22.187.144:49363" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=info msg="Node 3a8f9dbd16bf/172.22.187.144, joined gossip cluster" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=info msg="Node 3a8f9dbd16bf/172.22.187.144, added to nodes list" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=info msg="Node 6e8639ce540f/172.22.187.144, joined gossip cluster" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=info msg="Node 6e8639ce540f/172.22.187.144, added to nodes list" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=info msg="Node a65bd3a51248/172.22.187.144, joined gossip cluster" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=info msg="Node a65bd3a51248/172.22.187.144, added to nodes list" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=info msg="Node d5b275484db3/172.22.187.144, joined gossip cluster" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=info msg="Node d5b275484db3/172.22.187.144, is the new incarnation of the shutdown node a0544f8fa9d8/172.22.187.144" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=info msg="Node d5b275484db3/172.22.187.144, added to nodes list" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=debug msg="memberlist: Stream connection from=172.22.187.144:49364" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.187.144:10035" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=info msg="Node 3a8f9dbd16bf/172.22.187.144, joined gossip cluster" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=info msg="Node 3a8f9dbd16bf/172.22.187.144, added to nodes list" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=info msg="Node 6e8639ce540f/172.22.187.144, joined gossip cluster" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=info msg="Node 6e8639ce540f/172.22.187.144, added to nodes list" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=info msg="Node a65bd3a51248/172.22.187.144, joined gossip cluster" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=info msg="Node a65bd3a51248/172.22.187.144, added to nodes list" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=info msg="Node d5b275484db3/172.22.187.144, joined gossip cluster" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=info msg="Node d5b275484db3/172.22.187.144, added to nodes list" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=info msg="Node 46748ec53476/172.22.187.144, joined gossip cluster" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=info msg="Node 46748ec53476/172.22.187.144, is the new incarnation of the shutdown node 79ca28e2f8e5/172.22.187.144" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=info msg="Node 46748ec53476/172.22.187.144, added to nodes list" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=info msg="Node d5b275484db3/172.22.187.144, joined gossip cluster" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=info msg="Node d5b275484db3/172.22.187.144, added to nodes list" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=info msg="Node d5b275484db3/172.22.187.144, joined gossip cluster" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=info msg="Node d5b275484db3/172.22.187.144, is the new incarnation of the shutdown node a0544f8fa9d8/172.22.187.144" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=info msg="Node d5b275484db3/172.22.187.144, added to nodes list" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=info msg="Node 6e8639ce540f/172.22.187.144, joined gossip cluster" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=info msg="Node 6e8639ce540f/172.22.187.144, is the new incarnation of the shutdown node 18ba03f82342/172.22.187.144" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=info msg="Node 6e8639ce540f/172.22.187.144, added to nodes list" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=info msg="Node 46748ec53476/172.22.187.144, joined gossip cluster" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=info msg="Node 46748ec53476/172.22.187.144, is the new incarnation of the shutdown node 79ca28e2f8e5/172.22.187.144" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=info msg="Node 46748ec53476/172.22.187.144, added to nodes list" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=info msg="Node 46748ec53476/172.22.187.144, joined gossip cluster" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=info msg="Node 46748ec53476/172.22.187.144, added to nodes list" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=info msg="Node 46748ec53476/172.22.187.144, joined gossip cluster" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=info msg="Node 46748ec53476/172.22.187.144, added to nodes list" [2022-03-04T15:06:45.681Z] 2022/03/04 15:06:45 Closing DB instances... [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=info msg="Node 6e8639ce540f change state NodeActive --> NodeLeft" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=info msg="node2(d5b275484db3): Node leave event for 6e8639ce540f/172.22.187.144" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=info msg="Node 6e8639ce540f change state NodeActive --> NodeLeft" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=info msg="Node 6e8639ce540f change state NodeActive --> NodeLeft" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=info msg="node4(3a8f9dbd16bf): Node leave event for 6e8639ce540f/172.22.187.144" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=info msg="node5(a65bd3a51248): Node leave event for 6e8639ce540f/172.22.187.144" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.187.144:10033" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=debug msg="memberlist: Stream connection from=172.22.187.144:49365" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=error msg="node: 6e8639ce540f is unknown to memberlist" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.187.144:10034" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=debug msg="memberlist: Stream connection from=172.22.187.144:49366" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.22.187.144:10035" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=debug msg="memberlist: Stream connection from=172.22.187.144:49367" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=info msg="Node 6e8639ce540f change state NodeActive --> NodeLeft" [2022-03-04T15:06:45.681Z] time="2022-03-04T15:06:45Z" level=info msg="node1(6e8639ce540f): Node leave event for 6e8639ce540f/172.22.187.144" [2022-03-04T15:06:45.971Z] [2022-03-04T15:06:45.971Z] === Skipped [2022-03-04T15:06:45.971Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-03-04T15:06:45.971Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-04T15:06:45.971Z] [2022-03-04T15:06:45.971Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-03-04T15:06:45.971Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:06:45.971Z] [2022-03-04T15:06:45.971Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2022-03-04T15:06:45.971Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:06:45.971Z] [2022-03-04T15:06:45.971Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2022-03-04T15:06:45.971Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:06:45.971Z] [2022-03-04T15:06:45.971Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.01s) [2022-03-04T15:06:45.971Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:06:45.971Z] [2022-03-04T15:06:45.971Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-03-04T15:06:45.971Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-04T15:06:45.971Z] [2022-03-04T15:06:45.971Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-04T15:06:45.971Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-04T15:06:45.971Z] [2022-03-04T15:06:45.971Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-04T15:06:45.971Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-04T15:06:45.971Z] [2022-03-04T15:06:45.971Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-04T15:06:45.971Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-04T15:06:45.971Z] [2022-03-04T15:06:45.971Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-03-04T15:06:45.971Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-04T15:06:45.971Z] [2022-03-04T15:06:45.971Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-04T15:06:45.971Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-04T15:06:45.971Z] [2022-03-04T15:06:45.971Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-03-04T15:06:45.971Z] daemon_test.go:145: root required [2022-03-04T15:06:45.971Z] [2022-03-04T15:06:45.971Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-04T15:06:45.971Z] reload_test.go:342: root required [2022-03-04T15:06:45.971Z] [2022-03-04T15:06:45.971Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2022-03-04T15:06:45.971Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:06:45.971Z] [2022-03-04T15:06:45.971Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-04T15:06:45.971Z] pull_v2_test.go:73: Needs fixing on Windows [2022-03-04T15:06:45.971Z] [2022-03-04T15:06:45.971Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-03-04T15:06:45.971Z] pull_v2_test.go:118: Needs fixing on Windows [2022-03-04T15:06:45.971Z] [2022-03-04T15:06:45.971Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-03-04T15:06:45.971Z] download_test.go:267: Needs fixing on Windows [2022-03-04T15:06:45.971Z] [2022-03-04T15:06:45.971Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-03-04T15:06:45.971Z] layer_test.go:291: Failing on Windows [2022-03-04T15:06:45.971Z] [2022-03-04T15:06:45.971Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-03-04T15:06:45.971Z] layer_test.go:340: Failing on Windows [2022-03-04T15:06:45.971Z] [2022-03-04T15:06:45.971Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-03-04T15:06:45.971Z] layer_test.go:455: Failing on Windows [2022-03-04T15:06:45.971Z] [2022-03-04T15:06:45.971Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-03-04T15:06:45.971Z] layer_test.go:684: Failing on Windows [2022-03-04T15:06:45.971Z] [2022-03-04T15:06:45.971Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-03-04T15:06:45.971Z] migration_test.go:45: Failing on Windows [2022-03-04T15:06:45.971Z] [2022-03-04T15:06:45.971Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-03-04T15:06:45.971Z] migration_test.go:181: Failing on Windows [2022-03-04T15:06:45.971Z] [2022-03-04T15:06:45.971Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-03-04T15:06:45.971Z] mount_test.go:17: Failing on Windows [2022-03-04T15:06:45.971Z] [2022-03-04T15:06:45.971Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-03-04T15:06:45.971Z] mount_test.go:76: Failing on Windows [2022-03-04T15:06:45.971Z] [2022-03-04T15:06:45.971Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-03-04T15:06:45.971Z] mount_test.go:125: Failing on Windows [2022-03-04T15:06:45.971Z] [2022-03-04T15:06:45.971Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-03-04T15:06:45.971Z] mount_test.go:212: Failing on Windows [2022-03-04T15:06:45.971Z] [2022-03-04T15:06:45.971Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.00s) [2022-03-04T15:06:45.971Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:06:45.971Z] [2022-03-04T15:06:45.971Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2022-03-04T15:06:45.971Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:06:45.971Z] [2022-03-04T15:06:45.971Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2022-03-04T15:06:45.971Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:06:45.971Z] [2022-03-04T15:06:45.971Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-03-04T15:06:45.971Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:06:45.971Z] [2022-03-04T15:06:45.971Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-03-04T15:06:45.971Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:06:45.971Z] [2022-03-04T15:06:45.971Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-03-04T15:06:45.971Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:06:45.971Z] [2022-03-04T15:06:45.971Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-03-04T15:06:45.971Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:06:45.971Z] [2022-03-04T15:06:45.971Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-03-04T15:06:45.971Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:06:45.971Z] [2022-03-04T15:06:45.971Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-03-04T15:06:45.971Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:06:45.971Z] [2022-03-04T15:06:45.971Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-03-04T15:06:45.972Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:06:45.972Z] [2022-03-04T15:06:45.972Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-03-04T15:06:45.972Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-04T15:06:45.972Z] [2022-03-04T15:06:45.972Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-03-04T15:06:45.972Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-04T15:06:45.972Z] [2022-03-04T15:06:45.972Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-04T15:06:45.972Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T15:06:45.972Z] [2022-03-04T15:06:45.972Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-04T15:06:45.972Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T15:06:45.972Z] [2022-03-04T15:06:45.972Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-04T15:06:45.972Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T15:06:45.972Z] [2022-03-04T15:06:45.972Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-04T15:06:45.972Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T15:06:45.972Z] [2022-03-04T15:06:45.972Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-04T15:06:45.972Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T15:06:45.972Z] [2022-03-04T15:06:45.972Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-03-04T15:06:45.972Z] archive_test.go:133: Xz not present in msys2 [2022-03-04T15:06:45.972Z] [2022-03-04T15:06:45.972Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.02s) [2022-03-04T15:06:45.972Z] archive_test.go:140: zstd not installed [2022-03-04T15:06:45.972Z] [2022-03-04T15:06:45.972Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-03-04T15:06:45.972Z] archive_test.go:252: Failing on Windows CI machines [2022-03-04T15:06:45.972Z] [2022-03-04T15:06:45.972Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-03-04T15:06:45.972Z] archive_windows_test.go:16: Currently fails [2022-03-04T15:06:45.972Z] [2022-03-04T15:06:45.972Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-03-04T15:06:45.972Z] changes_test.go:195: needs more investigation [2022-03-04T15:06:45.972Z] [2022-03-04T15:06:45.972Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2022-03-04T15:06:45.972Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-04T15:06:45.972Z] [2022-03-04T15:06:45.972Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2022-03-04T15:06:45.972Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-04T15:06:45.972Z] [2022-03-04T15:06:45.972Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-03-04T15:06:45.972Z] changes_test.go:432: needs further investigation [2022-03-04T15:06:45.972Z] [2022-03-04T15:06:45.972Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-03-04T15:06:45.972Z] changes_test.go:468: needs further investigation [2022-03-04T15:06:45.972Z] [2022-03-04T15:06:45.972Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-03-04T15:06:45.972Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:06:45.972Z] [2022-03-04T15:06:45.972Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-04T15:06:45.972Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:06:45.972Z] [2022-03-04T15:06:45.972Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-03-04T15:06:45.972Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-04T15:06:45.972Z] [2022-03-04T15:06:45.972Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-03-04T15:06:45.972Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-04T15:06:45.972Z] [2022-03-04T15:06:45.972Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-03-04T15:06:45.972Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:06:45.972Z] [2022-03-04T15:06:45.972Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-03-04T15:06:45.972Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-04T15:06:45.972Z] [2022-03-04T15:06:45.972Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-04T15:06:45.972Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:06:45.972Z] [2022-03-04T15:06:45.972Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-04T15:06:45.972Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:06:45.972Z] [2022-03-04T15:06:45.972Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-03-04T15:06:45.972Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:06:45.972Z] [2022-03-04T15:06:45.972Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-03-04T15:06:45.972Z] poller_test.go:40: No chmod on Windows [2022-03-04T15:06:45.972Z] [2022-03-04T15:06:45.972Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-04T15:06:45.972Z] fileutils_test.go:133: Needs porting to Windows [2022-03-04T15:06:45.972Z] [2022-03-04T15:06:45.972Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-04T15:06:45.972Z] fileutils_test.go:179: Needs porting to Windows [2022-03-04T15:06:45.972Z] [2022-03-04T15:06:45.972Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.01s) [2022-03-04T15:06:45.972Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:06:45.972Z] [2022-03-04T15:06:45.972Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-03-04T15:06:45.972Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:06:45.972Z] [2022-03-04T15:06:45.972Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-03-04T15:06:45.972Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:06:45.972Z] [2022-03-04T15:06:45.972Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-03-04T15:06:45.972Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-04T15:06:45.972Z] [2022-03-04T15:06:45.972Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-03-04T15:06:45.972Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-04T15:06:45.972Z] [2022-03-04T15:06:45.972Z] DONE 2072 tests, 70 skipped in 308.051s [2022-03-04T15:06:45.972Z] INFO: make.ps1 ended at 03/04/2022 15:06:45 [2022-03-04T15:06:46.150Z] time="2022-03-04T15:06:45Z" level=info msg="Node 6e8639ce540f change state NodeActive --> NodeLeft" [2022-03-04T15:06:46.150Z] time="2022-03-04T15:06:45Z" level=info msg="node3(46748ec53476): Node leave event for 6e8639ce540f/172.22.187.144" [2022-03-04T15:06:46.150Z] time="2022-03-04T15:06:45Z" level=info msg="Node 6e8639ce540f/172.22.187.144, left gossip cluster" [2022-03-04T15:06:46.150Z] time="2022-03-04T15:06:45Z" level=info msg="Node 6e8639ce540f/172.22.187.144, left gossip cluster" [2022-03-04T15:06:46.150Z] time="2022-03-04T15:06:45Z" level=info msg="Node 6e8639ce540f/172.22.187.144, left gossip cluster" [2022-03-04T15:06:46.150Z] time="2022-03-04T15:06:45Z" level=info msg="Node 6e8639ce540f/172.22.187.144, left gossip cluster" [2022-03-04T15:06:46.150Z] time="2022-03-04T15:06:45Z" level=info msg="Node 6e8639ce540f/172.22.187.144, left gossip cluster" [2022-03-04T15:06:46.150Z] time="2022-03-04T15:06:46Z" level=info msg="Node d5b275484db3 change state NodeActive --> NodeLeft" [2022-03-04T15:06:46.150Z] time="2022-03-04T15:06:46Z" level=info msg="node5(a65bd3a51248): Node leave event for d5b275484db3/172.22.187.144" [2022-03-04T15:06:46.150Z] time="2022-03-04T15:06:46Z" level=info msg="Node d5b275484db3 change state NodeActive --> NodeLeft" [2022-03-04T15:06:46.150Z] time="2022-03-04T15:06:46Z" level=info msg="node3(46748ec53476): Node leave event for d5b275484db3/172.22.187.144" [2022-03-04T15:06:46.150Z] time="2022-03-04T15:06:46Z" level=info msg="Node d5b275484db3 change state NodeActive --> NodeLeft" [2022-03-04T15:06:46.150Z] time="2022-03-04T15:06:46Z" level=info msg="node4(3a8f9dbd16bf): Node leave event for d5b275484db3/172.22.187.144" [2022-03-04T15:06:46.150Z] time="2022-03-04T15:06:46Z" level=info msg="Node d5b275484db3 change state NodeActive --> NodeLeft" [2022-03-04T15:06:46.150Z] time="2022-03-04T15:06:46Z" level=info msg="node2(d5b275484db3): Node leave event for d5b275484db3/172.22.187.144" [2022-03-04T15:06:46.612Z] === RUN TestSerialization [2022-03-04T15:06:46.612Z] --- PASS: TestSerialization (0.02s) [2022-03-04T15:06:46.612Z] PASS [2022-03-04T15:06:46.612Z] coverage: 100.0% of statements [2022-03-04T15:06:46.612Z] ok github.com/docker/docker/libcontainerd/queue 0.056s coverage: 100.0% of statements [2022-03-04T15:06:46.618Z] time="2022-03-04T15:06:46Z" level=info msg="Node d5b275484db3/172.22.187.144, left gossip cluster" [2022-03-04T15:06:46.618Z] time="2022-03-04T15:06:46Z" level=info msg="Node d5b275484db3/172.22.187.144, left gossip cluster" [2022-03-04T15:06:46.618Z] time="2022-03-04T15:06:46Z" level=info msg="Node d5b275484db3/172.22.187.144, left gossip cluster" [2022-03-04T15:06:46.618Z] time="2022-03-04T15:06:46Z" level=info msg="Node d5b275484db3/172.22.187.144, left gossip cluster" [2022-03-04T15:06:46.618Z] time="2022-03-04T15:06:46Z" level=info msg="Node 46748ec53476 change state NodeActive --> NodeLeft" [2022-03-04T15:06:46.618Z] time="2022-03-04T15:06:46Z" level=info msg="node4(3a8f9dbd16bf): Node leave event for 46748ec53476/172.22.187.144" [2022-03-04T15:06:46.618Z] time="2022-03-04T15:06:46Z" level=info msg="Node 46748ec53476 change state NodeActive --> NodeLeft" [2022-03-04T15:06:46.618Z] time="2022-03-04T15:06:46Z" level=info msg="node5(a65bd3a51248): Node leave event for 46748ec53476/172.22.187.144" [2022-03-04T15:06:46.618Z] time="2022-03-04T15:06:46Z" level=info msg="Node 46748ec53476 change state NodeActive --> NodeLeft" [2022-03-04T15:06:46.618Z] time="2022-03-04T15:06:46Z" level=info msg="node3(46748ec53476): Node leave event for 46748ec53476/172.22.187.144" [2022-03-04T15:06:46.618Z] time="2022-03-04T15:06:46Z" level=info msg="Node 46748ec53476/172.22.187.144, left gossip cluster" [2022-03-04T15:06:46.748Z] === RUN TestDockerSuite/TestBuildFromGit [2022-03-04T15:06:47.083Z] === RUN TestEnvironmentParsing [2022-03-04T15:06:47.083Z] --- PASS: TestEnvironmentParsing (0.00s) [2022-03-04T15:06:47.083Z] PASS [2022-03-04T15:06:47.083Z] coverage: 1.2% of statements [2022-03-04T15:06:47.083Z] ok github.com/docker/docker/libcontainerd/local 0.059s coverage: 1.2% of statements [2022-03-04T15:06:47.092Z] time="2022-03-04T15:06:46Z" level=info msg="Node 46748ec53476/172.22.187.144, left gossip cluster" [2022-03-04T15:06:47.092Z] time="2022-03-04T15:06:46Z" level=info msg="Node 46748ec53476/172.22.187.144, left gossip cluster" [2022-03-04T15:06:47.092Z] time="2022-03-04T15:06:46Z" level=debug msg="memberlist: Failed ping: 46748ec53476 (timeout reached)" [2022-03-04T15:06:47.092Z] time="2022-03-04T15:06:46Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.22.187.144:10036: use of closed network connection" [2022-03-04T15:06:47.092Z] time="2022-03-04T15:06:46Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.22.187.144:10037: use of closed network connection" [2022-03-04T15:06:47.092Z] time="2022-03-04T15:06:46Z" level=info msg="Node 3a8f9dbd16bf change state NodeActive --> NodeLeft" [2022-03-04T15:06:47.092Z] time="2022-03-04T15:06:46Z" level=info msg="node5(a65bd3a51248): Node leave event for 3a8f9dbd16bf/172.22.187.144" [2022-03-04T15:06:47.092Z] time="2022-03-04T15:06:46Z" level=info msg="Node 3a8f9dbd16bf change state NodeActive --> NodeLeft" [2022-03-04T15:06:47.092Z] time="2022-03-04T15:06:46Z" level=info msg="node4(3a8f9dbd16bf): Node leave event for 3a8f9dbd16bf/172.22.187.144" [2022-03-04T15:06:47.540Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-03-04T15:06:47.540Z] INFO: Unit tests ended at 03/04/2022 15:06:47. Duration:00:05:20.7392936 [2022-03-04T15:06:47.540Z] INFO: Building busybox [2022-03-04T15:06:47.540Z] Sending build context to Docker daemon 5.12kB [2022-03-04T15:06:47.540Z] [2022-03-04T15:06:47.540Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-03-04T15:06:47.540Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-03-04T15:06:47.540Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-03-04T15:06:47.540Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-03-04T15:06:47.540Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-03-04T15:06:47.540Z] ---> bdeb13086b9f [2022-03-04T15:06:47.540Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-03-04T15:06:47.540Z] ---> Running in e5a70404ef45 [2022-03-04T15:06:47.552Z] === RUN TestEmptyLayer [2022-03-04T15:06:47.552Z] --- PASS: TestEmptyLayer (0.00s) [2022-03-04T15:06:47.552Z] === RUN TestCommitFailure [2022-03-04T15:06:47.552Z] --- PASS: TestCommitFailure (0.03s) [2022-03-04T15:06:47.552Z] === RUN TestStartTransactionFailure [2022-03-04T15:06:47.552Z] --- PASS: TestStartTransactionFailure (0.00s) [2022-03-04T15:06:47.552Z] === RUN TestGetOrphan [2022-03-04T15:06:47.552Z] --- PASS: TestGetOrphan (0.01s) [2022-03-04T15:06:47.552Z] === RUN TestMountAndRegister [2022-03-04T15:06:47.552Z] layer_test.go:258: Layer size: 14 [2022-03-04T15:06:47.552Z] --- PASS: TestMountAndRegister (0.07s) [2022-03-04T15:06:47.552Z] === RUN TestLayerRelease [2022-03-04T15:06:47.552Z] layer_test.go:291: Failing on Windows [2022-03-04T15:06:47.552Z] --- SKIP: TestLayerRelease (0.00s) [2022-03-04T15:06:47.552Z] === RUN TestStoreRestore [2022-03-04T15:06:47.552Z] layer_test.go:340: Failing on Windows [2022-03-04T15:06:47.552Z] --- SKIP: TestStoreRestore (0.00s) [2022-03-04T15:06:47.552Z] === RUN TestTarStreamStability [2022-03-04T15:06:47.552Z] layer_test.go:455: Failing on Windows [2022-03-04T15:06:47.552Z] --- SKIP: TestTarStreamStability (0.00s) [2022-03-04T15:06:47.552Z] === RUN TestRegisterExistingLayer [2022-03-04T15:06:47.552Z] --- PASS: TestRegisterExistingLayer (0.15s) [2022-03-04T15:06:47.552Z] === RUN TestTarStreamVerification [2022-03-04T15:06:47.552Z] layer_test.go:684: Failing on Windows [2022-03-04T15:06:47.552Z] --- SKIP: TestTarStreamVerification (0.00s) [2022-03-04T15:06:47.552Z] === RUN TestLayerMigration [2022-03-04T15:06:47.552Z] migration_test.go:45: Failing on Windows [2022-03-04T15:06:47.552Z] --- SKIP: TestLayerMigration (0.00s) [2022-03-04T15:06:47.552Z] === RUN TestLayerMigrationNoTarsplit [2022-03-04T15:06:47.552Z] migration_test.go:181: Failing on Windows [2022-03-04T15:06:47.552Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2022-03-04T15:06:47.552Z] === RUN TestMountInit [2022-03-04T15:06:47.552Z] mount_test.go:17: Failing on Windows [2022-03-04T15:06:47.552Z] --- SKIP: TestMountInit (0.00s) [2022-03-04T15:06:47.552Z] === RUN TestMountSize [2022-03-04T15:06:47.552Z] mount_test.go:76: Failing on Windows [2022-03-04T15:06:47.552Z] --- SKIP: TestMountSize (0.00s) [2022-03-04T15:06:47.552Z] === RUN TestMountChanges [2022-03-04T15:06:47.552Z] mount_test.go:125: Failing on Windows [2022-03-04T15:06:47.552Z] --- SKIP: TestMountChanges (0.00s) [2022-03-04T15:06:47.560Z] time="2022-03-04T15:06:47Z" level=info msg="Node 3a8f9dbd16bf/172.22.187.144, left gossip cluster" [2022-03-04T15:06:47.560Z] time="2022-03-04T15:06:47Z" level=info msg="memberlist: Suspect 46748ec53476 has failed, no acks received" [2022-03-04T15:06:48.021Z] === RUN TestMountApply [2022-03-04T15:06:48.021Z] mount_test.go:212: Failing on Windows [2022-03-04T15:06:48.021Z] --- SKIP: TestMountApply (0.00s) [2022-03-04T15:06:48.021Z] PASS [2022-03-04T15:06:48.021Z] coverage: 30.2% of statements [2022-03-04T15:06:48.021Z] ok github.com/docker/docker/layer 0.433s coverage: 30.2% of statements [2022-03-04T15:06:48.021Z] ? github.com/docker/docker/libcontainerd [no test files] [2022-03-04T15:06:48.021Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2022-03-04T15:06:48.021Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2022-03-04T15:06:48.021Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2022-03-04T15:06:48.030Z] time="2022-03-04T15:06:47Z" level=info msg="Node 3a8f9dbd16bf/172.22.187.144, left gossip cluster" [2022-03-04T15:06:48.490Z] === RUN TestSequenceGetAvailableBit [2022-03-04T15:06:48.490Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2022-03-04T15:06:48.490Z] === RUN TestSequenceEqual [2022-03-04T15:06:48.490Z] --- PASS: TestSequenceEqual (0.00s) [2022-03-04T15:06:48.490Z] === RUN TestSequenceCopy [2022-03-04T15:06:48.490Z] --- PASS: TestSequenceCopy (0.00s) [2022-03-04T15:06:48.490Z] === RUN TestGetFirstAvailable [2022-03-04T15:06:48.490Z] --- PASS: TestGetFirstAvailable (0.00s) [2022-03-04T15:06:48.490Z] === RUN TestFindSequence [2022-03-04T15:06:48.490Z] --- PASS: TestFindSequence (0.00s) [2022-03-04T15:06:48.490Z] === RUN TestCheckIfAvailable [2022-03-04T15:06:48.490Z] --- PASS: TestCheckIfAvailable (0.00s) [2022-03-04T15:06:48.490Z] === RUN TestMergeSequences [2022-03-04T15:06:48.490Z] --- PASS: TestMergeSequences (0.00s) [2022-03-04T15:06:48.490Z] === RUN TestPushReservation [2022-03-04T15:06:48.490Z] --- PASS: TestPushReservation (0.00s) [2022-03-04T15:06:48.490Z] === RUN TestSerializeDeserialize [2022-03-04T15:06:48.490Z] --- PASS: TestSerializeDeserialize (0.00s) [2022-03-04T15:06:48.490Z] === RUN TestSet [2022-03-04T15:06:48.490Z] --- PASS: TestSet (0.00s) [2022-03-04T15:06:48.490Z] === RUN TestSetUnset [2022-03-04T15:06:48.490Z] --- PASS: TestSetUnset (0.00s) [2022-03-04T15:06:48.490Z] === RUN TestOffsetSetUnset [2022-03-04T15:06:48.490Z] --- PASS: TestOffsetSetUnset (0.00s) [2022-03-04T15:06:48.490Z] === RUN TestSetInRange [2022-03-04T15:06:48.490Z] --- PASS: TestSetInRange (0.00s) [2022-03-04T15:06:48.490Z] === RUN TestSetAnyInRange [2022-03-04T15:06:48.490Z] --- PASS: TestSetAnyInRange (0.00s) [2022-03-04T15:06:48.490Z] === RUN TestMethods [2022-03-04T15:06:48.490Z] --- PASS: TestMethods (0.00s) [2022-03-04T15:06:48.490Z] === RUN TestRandomAllocateDeallocate [2022-03-04T15:06:48.498Z] time="2022-03-04T15:06:48Z" level=info msg="Node a65bd3a51248/172.22.187.144, left gossip cluster" [2022-03-04T15:06:48.498Z] time="2022-03-04T15:06:48Z" level=info msg="Node a65bd3a51248 change state NodeActive --> NodeFailed" [2022-03-04T15:06:48.498Z] time="2022-03-04T15:06:48Z" level=info msg="Node a65bd3a51248/172.22.187.144, added to failed nodes list" [2022-03-04T15:06:48.498Z] --- PASS: TestNetworkDBIslands (11.66s) [2022-03-04T15:06:48.498Z] PASS [2022-03-04T15:06:48.498Z] coverage: 60.0% of statements [2022-03-04T15:06:48.498Z] ok github.com/docker/docker/libnetwork/networkdb 103.211s coverage: 60.0% of statements [2022-03-04T15:06:48.498Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-04T15:06:48.498Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-03-04T15:06:48.498Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-04T15:06:48.498Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-04T15:06:48.498Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-04T15:06:48.498Z] ? github.com/docker/docker/pkg/locker [no test files] [2022-03-04T15:06:48.498Z] ? github.com/docker/docker/pkg/mount [no test files] [2022-03-04T15:06:48.498Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-03-04T15:06:48.498Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2022-03-04T15:06:48.498Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-04T15:06:48.498Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-04T15:06:48.498Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-04T15:06:48.498Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-04T15:06:48.498Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-04T15:06:48.498Z] ? github.com/docker/docker/pkg/symlink [no test files] [2022-03-04T15:06:48.498Z] ? github.com/docker/docker/pkg/term [no test files] [2022-03-04T15:06:48.498Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-04T15:06:48.498Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-03-04T15:06:48.498Z] ? github.com/docker/docker/quota [no test files] [2022-03-04T15:06:48.498Z] ? github.com/docker/docker/rootless [no test files] [2022-03-04T15:06:48.498Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-04T15:06:48.498Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-04T15:06:48.498Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-04T15:06:48.498Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-04T15:06:48.498Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-04T15:06:48.498Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-04T15:06:48.498Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-04T15:06:48.498Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-04T15:06:48.498Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-04T15:06:48.498Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-04T15:06:48.498Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-04T15:06:48.498Z] ? github.com/docker/docker/volume [no test files] [2022-03-04T15:06:48.498Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-04T15:06:48.498Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-04T15:06:48.653Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-03-04T15:06:48.912Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-03-04T15:06:49.849Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-03-04T15:06:50.109Z] docker_api_swarm_test.go:585: [d23c77580970f] joining swarm manager [d857fc37f0ade]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-04T15:06:50.711Z] === RUN TestInvalidConfig [2022-03-04T15:06:50.711Z] --- PASS: TestInvalidConfig (0.00s) [2022-03-04T15:06:50.711Z] === RUN TestConfig [2022-03-04T15:06:50.711Z] --- PASS: TestConfig (0.00s) [2022-03-04T15:06:50.711Z] === RUN TestOptionsLabels [2022-03-04T15:06:50.711Z] --- PASS: TestOptionsLabels (0.00s) [2022-03-04T15:06:50.711Z] === RUN TestValidName [2022-03-04T15:06:50.711Z] --- PASS: TestValidName (0.00s) [2022-03-04T15:06:50.711Z] PASS [2022-03-04T15:06:50.711Z] coverage: 19.7% of statements [2022-03-04T15:06:50.711Z] ok github.com/docker/docker/libnetwork/config 0.130s coverage: 19.7% of statements [2022-03-04T15:06:50.711Z] === RUN TestErrorInterfaces [2022-03-04T15:06:50.711Z] --- PASS: TestErrorInterfaces (0.00s) [2022-03-04T15:06:50.711Z] === RUN TestNetworkMarshalling [2022-03-04T15:06:50.711Z] === RUN TestKey [2022-03-04T15:06:50.711Z] --- PASS: TestKey (0.00s) [2022-03-04T15:06:50.711Z] === RUN TestParseKey [2022-03-04T15:06:50.711Z] --- PASS: TestParseKey (0.00s) [2022-03-04T15:06:50.711Z] === RUN TestInvalidDataStore [2022-03-04T15:06:50.711Z] --- PASS: TestInvalidDataStore (0.00s) [2022-03-04T15:06:50.711Z] === RUN TestKVObjectFlatKey [2022-03-04T15:06:50.711Z] --- PASS: TestKVObjectFlatKey (0.00s) [2022-03-04T15:06:50.711Z] === RUN TestAtomicKVObjectFlatKey [2022-03-04T15:06:50.711Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2022-03-04T15:06:50.711Z] PASS [2022-03-04T15:06:50.711Z] coverage: 21.9% of statements [2022-03-04T15:06:50.712Z] ok github.com/docker/docker/libnetwork/datastore 0.063s coverage: 21.9% of statements [2022-03-04T15:06:50.712Z] --- PASS: TestNetworkMarshalling (0.17s) [2022-03-04T15:06:50.712Z] === RUN TestEndpointMarshalling [2022-03-04T15:06:50.712Z] --- PASS: TestEndpointMarshalling (0.00s) [2022-03-04T15:06:50.712Z] === RUN TestAuxAddresses [2022-03-04T15:06:50.712Z] time="2022-03-04T15:06:50Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-04T15:06:50.712Z] --- PASS: TestAuxAddresses (0.01s) [2022-03-04T15:06:50.712Z] === RUN TestSRVServiceQuery [2022-03-04T15:06:50.712Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:06:50.712Z] --- SKIP: TestSRVServiceQuery (0.00s) [2022-03-04T15:06:50.712Z] === RUN TestServiceVIPReuse [2022-03-04T15:06:50.712Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:06:50.712Z] --- SKIP: TestServiceVIPReuse (0.01s) [2022-03-04T15:06:50.712Z] === RUN TestIpamReleaseOnNetDriverFailures [2022-03-04T15:06:50.712Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:06:50.712Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.01s) [2022-03-04T15:06:50.712Z] === RUN TestDNSIPQuery [2022-03-04T15:06:50.712Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:06:50.712Z] --- SKIP: TestDNSIPQuery (0.00s) [2022-03-04T15:06:50.712Z] === RUN TestDNSProxyServFail [2022-03-04T15:06:50.712Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:06:50.712Z] --- SKIP: TestDNSProxyServFail (0.00s) [2022-03-04T15:06:50.712Z] === RUN TestSandboxAddEmpty [2022-03-04T15:06:50.712Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:06:50.712Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2022-03-04T15:06:50.712Z] === RUN TestSandboxAddMultiPrio [2022-03-04T15:06:50.712Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:06:50.712Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2022-03-04T15:06:50.712Z] === RUN TestSandboxAddSamePrio [2022-03-04T15:06:50.712Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:06:50.712Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2022-03-04T15:06:50.712Z] === RUN TestCleanupServiceDiscovery [2022-03-04T15:06:50.712Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:06:50.712Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2022-03-04T15:06:50.712Z] === RUN TestDNSOptions [2022-03-04T15:06:50.712Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:06:50.712Z] --- SKIP: TestDNSOptions (0.00s) [2022-03-04T15:06:50.712Z] === RUN TestMultipleControllersWithSameStore [2022-03-04T15:06:50.712Z] time="2022-03-04T15:06:50Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-04T15:06:50.712Z] time="2022-03-04T15:06:50Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2022-03-04T15:06:50.712Z] --- PASS: TestMultipleControllersWithSameStore (0.02s) [2022-03-04T15:06:50.712Z] PASS [2022-03-04T15:06:50.712Z] coverage: 8.5% of statements [2022-03-04T15:06:50.712Z] ok github.com/docker/docker/libnetwork 0.333s coverage: 8.5% of statements [2022-03-04T15:06:51.454Z] [2022-03-04T15:06:51.454Z] === Skipped [2022-03-04T15:06:51.454Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-03-04T15:06:51.454Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-04T15:06:51.454Z] [2022-03-04T15:06:51.454Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-03-04T15:06:51.454Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:06:51.454Z] [2022-03-04T15:06:51.454Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.01s) [2022-03-04T15:06:51.454Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:06:51.454Z] [2022-03-04T15:06:51.454Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2022-03-04T15:06:51.454Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:06:51.454Z] [2022-03-04T15:06:51.454Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2022-03-04T15:06:51.454Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:06:51.454Z] [2022-03-04T15:06:51.454Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-03-04T15:06:51.454Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-04T15:06:51.454Z] [2022-03-04T15:06:51.454Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-04T15:06:51.454Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-04T15:06:51.454Z] [2022-03-04T15:06:51.454Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-04T15:06:51.454Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-04T15:06:51.454Z] [2022-03-04T15:06:51.454Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-04T15:06:51.454Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-04T15:06:51.454Z] [2022-03-04T15:06:51.454Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-03-04T15:06:51.454Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-04T15:06:51.454Z] [2022-03-04T15:06:51.454Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-04T15:06:51.454Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-04T15:06:51.454Z] [2022-03-04T15:06:51.454Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-03-04T15:06:51.454Z] daemon_test.go:145: root required [2022-03-04T15:06:51.454Z] [2022-03-04T15:06:51.454Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-04T15:06:51.454Z] reload_test.go:342: root required [2022-03-04T15:06:51.454Z] [2022-03-04T15:06:51.454Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.01s) [2022-03-04T15:06:51.454Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:06:51.454Z] [2022-03-04T15:06:51.454Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-04T15:06:51.454Z] pull_v2_test.go:73: Needs fixing on Windows [2022-03-04T15:06:51.454Z] [2022-03-04T15:06:51.454Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-03-04T15:06:51.454Z] pull_v2_test.go:118: Needs fixing on Windows [2022-03-04T15:06:51.454Z] [2022-03-04T15:06:51.454Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-03-04T15:06:51.454Z] download_test.go:267: Needs fixing on Windows [2022-03-04T15:06:51.454Z] [2022-03-04T15:06:51.454Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-03-04T15:06:51.454Z] layer_test.go:291: Failing on Windows [2022-03-04T15:06:51.454Z] [2022-03-04T15:06:51.454Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-03-04T15:06:51.454Z] layer_test.go:340: Failing on Windows [2022-03-04T15:06:51.454Z] [2022-03-04T15:06:51.454Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-03-04T15:06:51.454Z] layer_test.go:455: Failing on Windows [2022-03-04T15:06:51.454Z] [2022-03-04T15:06:51.454Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-03-04T15:06:51.454Z] layer_test.go:684: Failing on Windows [2022-03-04T15:06:51.454Z] [2022-03-04T15:06:51.454Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-03-04T15:06:51.454Z] migration_test.go:45: Failing on Windows [2022-03-04T15:06:51.454Z] [2022-03-04T15:06:51.454Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-03-04T15:06:51.454Z] migration_test.go:181: Failing on Windows [2022-03-04T15:06:51.454Z] [2022-03-04T15:06:51.454Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-03-04T15:06:51.454Z] mount_test.go:17: Failing on Windows [2022-03-04T15:06:51.454Z] [2022-03-04T15:06:51.454Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-03-04T15:06:51.454Z] mount_test.go:76: Failing on Windows [2022-03-04T15:06:51.454Z] [2022-03-04T15:06:51.454Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-03-04T15:06:51.454Z] mount_test.go:125: Failing on Windows [2022-03-04T15:06:51.454Z] [2022-03-04T15:06:51.454Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-03-04T15:06:51.454Z] mount_test.go:212: Failing on Windows [2022-03-04T15:06:51.454Z] [2022-03-04T15:06:51.454Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.01s) [2022-03-04T15:06:51.454Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:06:51.454Z] [2022-03-04T15:06:51.454Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2022-03-04T15:06:51.454Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:06:51.454Z] [2022-03-04T15:06:51.454Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.01s) [2022-03-04T15:06:51.454Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:06:51.454Z] [2022-03-04T15:06:51.455Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-03-04T15:06:51.455Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:06:51.455Z] [2022-03-04T15:06:51.455Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-03-04T15:06:51.455Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:06:51.455Z] [2022-03-04T15:06:51.455Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-03-04T15:06:51.455Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:06:51.455Z] [2022-03-04T15:06:51.455Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-03-04T15:06:51.455Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:06:51.455Z] [2022-03-04T15:06:51.455Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-03-04T15:06:51.455Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:06:51.455Z] [2022-03-04T15:06:51.455Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-03-04T15:06:51.455Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:06:51.455Z] [2022-03-04T15:06:51.455Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-03-04T15:06:51.455Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:06:51.455Z] [2022-03-04T15:06:51.455Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-03-04T15:06:51.455Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-04T15:06:51.455Z] [2022-03-04T15:06:51.455Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-03-04T15:06:51.455Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-04T15:06:51.455Z] [2022-03-04T15:06:51.455Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-04T15:06:51.455Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T15:06:51.455Z] [2022-03-04T15:06:51.455Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-04T15:06:51.455Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T15:06:51.455Z] [2022-03-04T15:06:51.455Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-04T15:06:51.455Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T15:06:51.455Z] [2022-03-04T15:06:51.455Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-04T15:06:51.455Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T15:06:51.455Z] [2022-03-04T15:06:51.455Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-04T15:06:51.455Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T15:06:51.455Z] [2022-03-04T15:06:51.455Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-03-04T15:06:51.455Z] archive_test.go:133: Xz not present in msys2 [2022-03-04T15:06:51.455Z] [2022-03-04T15:06:51.455Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.03s) [2022-03-04T15:06:51.455Z] archive_test.go:140: zstd not installed [2022-03-04T15:06:51.455Z] [2022-03-04T15:06:51.455Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-03-04T15:06:51.455Z] archive_test.go:252: Failing on Windows CI machines [2022-03-04T15:06:51.455Z] [2022-03-04T15:06:51.455Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-03-04T15:06:51.455Z] archive_windows_test.go:16: Currently fails [2022-03-04T15:06:51.455Z] [2022-03-04T15:06:51.455Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-03-04T15:06:51.455Z] changes_test.go:195: needs more investigation [2022-03-04T15:06:51.455Z] [2022-03-04T15:06:51.455Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2022-03-04T15:06:51.455Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-04T15:06:51.455Z] [2022-03-04T15:06:51.455Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2022-03-04T15:06:51.455Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2022-03-04T15:06:51.455Z] [2022-03-04T15:06:51.455Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-03-04T15:06:51.455Z] changes_test.go:432: needs further investigation [2022-03-04T15:06:51.455Z] [2022-03-04T15:06:51.455Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-03-04T15:06:51.455Z] changes_test.go:468: needs further investigation [2022-03-04T15:06:51.455Z] [2022-03-04T15:06:51.455Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.01s) [2022-03-04T15:06:51.455Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:06:51.455Z] [2022-03-04T15:06:51.455Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-04T15:06:51.455Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:06:51.455Z] [2022-03-04T15:06:51.455Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-03-04T15:06:51.455Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-04T15:06:51.455Z] [2022-03-04T15:06:51.455Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-03-04T15:06:51.455Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-04T15:06:51.455Z] [2022-03-04T15:06:51.455Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-03-04T15:06:51.455Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:06:51.455Z] [2022-03-04T15:06:51.455Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-03-04T15:06:51.455Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-04T15:06:51.455Z] [2022-03-04T15:06:51.455Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-04T15:06:51.455Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:06:51.455Z] [2022-03-04T15:06:51.455Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-04T15:06:51.455Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:06:51.455Z] [2022-03-04T15:06:51.455Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-03-04T15:06:51.455Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:06:51.455Z] [2022-03-04T15:06:51.455Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-03-04T15:06:51.455Z] poller_test.go:40: No chmod on Windows [2022-03-04T15:06:51.455Z] [2022-03-04T15:06:51.455Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-04T15:06:51.455Z] fileutils_test.go:133: Needs porting to Windows [2022-03-04T15:06:51.455Z] [2022-03-04T15:06:51.455Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-04T15:06:51.455Z] fileutils_test.go:179: Needs porting to Windows [2022-03-04T15:06:51.455Z] [2022-03-04T15:06:51.455Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.01s) [2022-03-04T15:06:51.455Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:06:51.455Z] [2022-03-04T15:06:51.455Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2022-03-04T15:06:51.455Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:06:51.455Z] [2022-03-04T15:06:51.455Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-03-04T15:06:51.455Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:06:51.455Z] [2022-03-04T15:06:51.455Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-03-04T15:06:51.455Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-04T15:06:51.455Z] [2022-03-04T15:06:51.455Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-03-04T15:06:51.455Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-04T15:06:51.455Z] [2022-03-04T15:06:51.455Z] DONE 2072 tests, 70 skipped in 279.471s [2022-03-04T15:06:51.455Z] INFO: make.ps1 ended at 03/04/2022 15:06:51 [2022-03-04T15:06:51.703Z] === RUN TestIPDataMarshalling [2022-03-04T15:06:51.703Z] --- PASS: TestIPDataMarshalling (0.00s) [2022-03-04T15:06:51.703Z] === RUN TestValidateAndIsV6 [2022-03-04T15:06:51.703Z] --- PASS: TestValidateAndIsV6 (0.00s) [2022-03-04T15:06:51.703Z] PASS [2022-03-04T15:06:51.703Z] coverage: 68.9% of statements [2022-03-04T15:06:51.703Z] ok github.com/docker/docker/libnetwork/driverapi 0.044s coverage: 68.9% of statements [2022-03-04T15:06:51.703Z] === RUN TestDriver [2022-03-04T15:06:51.703Z] --- PASS: TestDriver (0.00s) [2022-03-04T15:06:51.703Z] PASS [2022-03-04T15:06:51.703Z] coverage: 34.8% of statements [2022-03-04T15:06:51.703Z] ok github.com/docker/docker/libnetwork/drivers/host 0.045s coverage: 34.8% of statements [2022-03-04T15:06:52.015Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-03-04T15:06:52.292Z] Removing intermediate container e5a70404ef45 [2022-03-04T15:06:52.292Z] ---> afebf9e9b40c [2022-03-04T15:06:52.292Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-03-04T15:06:52.292Z] ---> Running in 026e9908e030 [2022-03-04T15:06:52.694Z] === RUN TestDriver [2022-03-04T15:06:52.694Z] --- PASS: TestDriver (0.00s) [2022-03-04T15:06:52.694Z] PASS [2022-03-04T15:06:52.694Z] coverage: 34.8% of statements [2022-03-04T15:06:52.694Z] ok github.com/docker/docker/libnetwork/drivers/null 0.043s coverage: 34.8% of statements [2022-03-04T15:06:52.694Z] === RUN TestNetworkAllocateFree [2022-03-04T15:06:52.694Z] --- PASS: TestNetworkAllocateFree (0.00s) [2022-03-04T15:06:52.694Z] === RUN TestNetworkAllocateUserDefinedVNIs [2022-03-04T15:06:52.694Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2022-03-04T15:06:52.694Z] PASS [2022-03-04T15:06:52.694Z] coverage: 63.6% of statements [2022-03-04T15:06:52.694Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.043s coverage: 63.6% of statements [2022-03-04T15:06:52.759Z] Removing intermediate container 026e9908e030 [2022-03-04T15:06:52.759Z] ---> 5b14b91492bd [2022-03-04T15:06:52.759Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-03-04T15:06:52.759Z] ---> Running in 13941bf9e5bd [2022-03-04T15:06:52.953Z] check_test.go:379: [de19b15f37eb4] daemon is not started [2022-03-04T15:06:52.953Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-03-04T15:06:53.164Z] === RUN TestGetEmptyCapabilities [2022-03-04T15:06:53.164Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2022-03-04T15:06:53.164Z] === RUN TestGetExtraCapabilities [2022-03-04T15:06:53.164Z] --- PASS: TestGetExtraCapabilities (0.01s) [2022-03-04T15:06:53.164Z] === RUN TestGetInvalidCapabilities [2022-03-04T15:06:53.164Z] --- PASS: TestGetInvalidCapabilities (0.01s) [2022-03-04T15:06:53.164Z] === RUN TestRemoteDriver [2022-03-04T15:06:53.164Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-04T15:06:53.164Z] === RUN TestDriverError [2022-03-04T15:06:53.164Z] --- PASS: TestDriverError (0.00s) [2022-03-04T15:06:53.164Z] === RUN TestMissingValues [2022-03-04T15:06:53.164Z] --- PASS: TestMissingValues (0.01s) [2022-03-04T15:06:53.164Z] === RUN TestRollback [2022-03-04T15:06:53.164Z] --- PASS: TestRollback (0.01s) [2022-03-04T15:06:53.164Z] PASS [2022-03-04T15:06:53.164Z] coverage: 57.4% of statements [2022-03-04T15:06:53.164Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.090s coverage: 57.4% of statements [2022-03-04T15:06:53.225Z] Removing intermediate container 13941bf9e5bd [2022-03-04T15:06:53.225Z] ---> 1cf7434597db [2022-03-04T15:06:53.225Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-03-04T15:06:53.522Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-03-04T15:06:53.670Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-03-04T15:06:53.670Z] INFO: Unit tests ended at 03/04/2022 15:06:53. Duration:00:04:55.5568351 [2022-03-04T15:06:53.670Z] INFO: Building busybox [2022-03-04T15:06:53.670Z] Sending build context to Docker daemon 5.12kB [2022-03-04T15:06:53.670Z] [2022-03-04T15:06:53.670Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-03-04T15:06:53.670Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-03-04T15:06:53.670Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-03-04T15:06:53.670Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-03-04T15:06:53.670Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-03-04T15:06:53.670Z] ---> bdeb13086b9f [2022-03-04T15:06:53.670Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-03-04T15:06:53.670Z] ---> Running in 565cf4cfce69 [2022-03-04T15:06:54.153Z] === RUN TestNew [2022-03-04T15:06:54.153Z] --- PASS: TestNew (0.00s) [2022-03-04T15:06:54.153Z] === RUN TestAddDriver [2022-03-04T15:06:54.153Z] --- PASS: TestAddDriver (0.00s) [2022-03-04T15:06:54.153Z] === RUN TestAddDuplicateDriver [2022-03-04T15:06:54.153Z] --- PASS: TestAddDuplicateDriver (0.00s) [2022-03-04T15:06:54.153Z] === RUN TestIPAMDefaultAddressSpaces [2022-03-04T15:06:54.153Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2022-03-04T15:06:54.153Z] === RUN TestDriver [2022-03-04T15:06:54.153Z] --- PASS: TestDriver (0.00s) [2022-03-04T15:06:54.153Z] === RUN TestIPAM [2022-03-04T15:06:54.153Z] --- PASS: TestIPAM (0.00s) [2022-03-04T15:06:54.153Z] === RUN TestWalkIPAMs [2022-03-04T15:06:54.153Z] --- PASS: TestWalkIPAMs (0.00s) [2022-03-04T15:06:54.153Z] === RUN TestWalkDrivers [2022-03-04T15:06:54.153Z] --- PASS: TestWalkDrivers (0.00s) [2022-03-04T15:06:54.153Z] PASS [2022-03-04T15:06:54.153Z] coverage: 82.4% of statements [2022-03-04T15:06:54.153Z] ok github.com/docker/docker/libnetwork/drvregistry 0.083s coverage: 82.4% of statements [2022-03-04T15:06:54.153Z] === RUN TestNAT [2022-03-04T15:06:54.153Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-04T15:06:54.153Z] --- SKIP: TestNAT (0.00s) [2022-03-04T15:06:54.153Z] === RUN TestTransparent [2022-03-04T15:06:54.153Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-04T15:06:54.153Z] --- SKIP: TestTransparent (0.00s) [2022-03-04T15:06:54.153Z] PASS [2022-03-04T15:06:54.153Z] coverage: 0.0% of statements [2022-03-04T15:06:54.153Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.056s coverage: 0.0% of statements [2022-03-04T15:06:54.153Z] === RUN TestBuildDefault [2022-03-04T15:06:54.153Z] --- PASS: TestRandomAllocateDeallocate (5.91s) [2022-03-04T15:06:54.153Z] === RUN TestAllocateRandomDeallocate [2022-03-04T15:06:54.153Z] --- PASS: TestBuildDefault (0.00s) [2022-03-04T15:06:54.153Z] === RUN TestBuildHostnameDomainname [2022-03-04T15:06:54.153Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2022-03-04T15:06:54.153Z] === RUN TestBuildHostname [2022-03-04T15:06:54.153Z] --- PASS: TestBuildHostname (0.00s) [2022-03-04T15:06:54.153Z] === RUN TestBuildHostnameFQDN [2022-03-04T15:06:54.153Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2022-03-04T15:06:54.212Z] [2022-03-04T15:06:54.622Z] === RUN TestBuildNoIP [2022-03-04T15:06:54.622Z] --- PASS: TestBuildNoIP (0.00s) [2022-03-04T15:06:54.622Z] === RUN TestUpdate [2022-03-04T15:06:54.622Z] --- PASS: TestUpdate (0.00s) [2022-03-04T15:06:54.622Z] === RUN TestUpdateIgnoresPrefixedHostname [2022-03-04T15:06:54.622Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2022-03-04T15:06:54.622Z] === RUN TestDeleteIgnoresPrefixedHostname [2022-03-04T15:06:54.622Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2022-03-04T15:06:54.622Z] === RUN TestAddEmpty [2022-03-04T15:06:54.622Z] --- PASS: TestAddEmpty (0.00s) [2022-03-04T15:06:54.622Z] === RUN TestAdd [2022-03-04T15:06:54.622Z] --- PASS: TestAdd (0.00s) [2022-03-04T15:06:54.622Z] === RUN TestDeleteEmpty [2022-03-04T15:06:54.622Z] --- PASS: TestDeleteEmpty (0.00s) [2022-03-04T15:06:54.622Z] === RUN TestDeleteNewline [2022-03-04T15:06:54.622Z] --- PASS: TestDeleteNewline (0.00s) [2022-03-04T15:06:54.622Z] === RUN TestDelete [2022-03-04T15:06:54.622Z] --- PASS: TestDelete (0.00s) [2022-03-04T15:06:54.622Z] === RUN TestConcurrentWrites [2022-03-04T15:06:54.622Z] --- PASS: TestConcurrentWrites (0.20s) [2022-03-04T15:06:54.622Z] PASS [2022-03-04T15:06:54.622Z] coverage: 81.2% of statements [2022-03-04T15:06:54.622Z] ok github.com/docker/docker/libnetwork/etchosts 0.259s coverage: 81.2% of statements [2022-03-04T15:06:54.622Z] === RUN TestNew [2022-03-04T15:06:54.622Z] --- PASS: TestNew (0.00s) [2022-03-04T15:06:54.622Z] === RUN TestAllocate [2022-03-04T15:06:54.622Z] --- PASS: TestAllocate (0.00s) [2022-03-04T15:06:54.622Z] === RUN TestUninitialized [2022-03-04T15:06:54.622Z] --- PASS: TestUninitialized (0.00s) [2022-03-04T15:06:54.622Z] === RUN TestAllocateInRange [2022-03-04T15:06:54.622Z] --- PASS: TestAllocateInRange (0.00s) [2022-03-04T15:06:54.680Z] ---> d69b85ad1da9 [2022-03-04T15:06:54.680Z] 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-04T15:06:54.680Z] ---> Running in c7eacf06787e [2022-03-04T15:06:55.091Z] === RUN TestAllocateSerial [2022-03-04T15:06:55.091Z] --- PASS: TestAllocateSerial (0.00s) [2022-03-04T15:06:55.091Z] PASS [2022-03-04T15:06:55.091Z] coverage: 87.5% of statements [2022-03-04T15:06:55.091Z] === RUN TestCaller [2022-03-04T15:06:55.091Z] --- PASS: TestCaller (0.00s) [2022-03-04T15:06:55.091Z] PASS [2022-03-04T15:06:55.091Z] coverage: 100.0% of statements [2022-03-04T15:06:55.091Z] ok github.com/docker/docker/libnetwork/idm 0.043s coverage: 87.5% of statements [2022-03-04T15:06:55.091Z] ok github.com/docker/docker/libnetwork/internal/caller 0.041s coverage: 100.0% of statements [2022-03-04T15:06:55.426Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-03-04T15:06:55.560Z] === RUN TestSetSerialInsertDelete [2022-03-04T15:06:55.561Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2022-03-04T15:06:55.561Z] === RUN TestSetParallelInsertDelete [2022-03-04T15:06:56.030Z] --- PASS: TestAllocateRandomDeallocate (1.49s) [2022-03-04T15:06:56.030Z] === RUN TestAllocateRandomDeallocateSerialize [2022-03-04T15:06:56.501Z] === RUN TestInt2IP2IntConversion [2022-03-04T15:06:56.806Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-03-04T15:06:56.970Z] --- PASS: TestInt2IP2IntConversion (0.47s) [2022-03-04T15:06:56.970Z] === RUN TestGetAddressVersion [2022-03-04T15:06:56.970Z] --- PASS: TestGetAddressVersion (0.00s) [2022-03-04T15:06:56.970Z] === RUN TestKeyString [2022-03-04T15:06:56.970Z] --- PASS: TestKeyString (0.00s) [2022-03-04T15:06:56.970Z] === RUN TestPoolDataMarshal [2022-03-04T15:06:56.970Z] --- PASS: TestPoolDataMarshal (0.00s) [2022-03-04T15:06:56.970Z] === RUN TestSubnetsMarshal [2022-03-04T15:06:56.970Z] --- PASS: TestAllocateRandomDeallocateSerialize (1.16s) [2022-03-04T15:06:56.970Z] === RUN TestRetrieveFromStore [2022-03-04T15:06:56.970Z] === RUN TestPoolRequest [2022-03-04T15:06:56.970Z] --- PASS: TestPoolRequest (0.00s) [2022-03-04T15:06:56.970Z] === RUN TestOtherRequests [2022-03-04T15:06:56.970Z] --- PASS: TestOtherRequests (0.00s) [2022-03-04T15:06:56.970Z] PASS [2022-03-04T15:06:56.970Z] coverage: 57.1% of statements [2022-03-04T15:06:56.970Z] ok github.com/docker/docker/libnetwork/ipams/null 0.043s coverage: 57.1% of statements [2022-03-04T15:06:56.970Z] --- PASS: TestSubnetsMarshal (0.05s) [2022-03-04T15:06:56.970Z] === RUN TestAddSubnets [2022-03-04T15:06:56.970Z] --- PASS: TestAddSubnets (0.06s) [2022-03-04T15:06:56.970Z] === RUN TestDoublePoolRelease [2022-03-04T15:06:56.970Z] --- PASS: TestDoublePoolRelease (0.03s) [2022-03-04T15:06:56.970Z] === RUN TestAddReleasePoolID [2022-03-04T15:06:57.440Z] --- PASS: TestAddReleasePoolID (0.13s) [2022-03-04T15:06:57.440Z] === RUN TestPredefinedPool [2022-03-04T15:06:57.440Z] --- PASS: TestPredefinedPool (0.07s) [2022-03-04T15:06:57.440Z] === RUN TestRemoveSubnet [2022-03-04T15:06:57.440Z] --- PASS: TestRemoveSubnet (0.23s) [2022-03-04T15:06:57.440Z] === RUN TestGetSameAddress [2022-03-04T15:06:57.440Z] --- PASS: TestGetSameAddress (0.02s) [2022-03-04T15:06:57.440Z] === RUN TestPoolAllocationReuse [2022-03-04T15:06:57.440Z] --- PASS: TestRetrieveFromStore (0.65s) [2022-03-04T15:06:57.440Z] === RUN TestIsCorrupted [2022-03-04T15:06:57.909Z] --- PASS: TestIsCorrupted (0.01s) [2022-03-04T15:06:57.910Z] === RUN TestSetRollover [2022-03-04T15:06:58.185Z] === RUN TestDockerSuite/TestBuildHistory [2022-03-04T15:06:58.379Z] === RUN TestGetCapabilities [2022-03-04T15:06:58.379Z] --- PASS: TestGetCapabilities (0.01s) [2022-03-04T15:06:58.379Z] === RUN TestGetCapabilitiesFromLegacyDriver [2022-03-04T15:06:58.379Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.01s) [2022-03-04T15:06:58.379Z] === RUN TestGetDefaultAddressSpaces [2022-03-04T15:06:58.379Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2022-03-04T15:06:58.379Z] === RUN TestRemoteDriver [2022-03-04T15:06:58.379Z] --- PASS: TestRemoteDriver (0.01s) [2022-03-04T15:06:58.379Z] PASS [2022-03-04T15:06:58.379Z] coverage: 47.4% of statements [2022-03-04T15:06:58.379Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.071s coverage: 47.4% of statements [2022-03-04T15:06:59.369Z] === RUN TestWindowsIPAM [2022-03-04T15:06:59.369Z] --- PASS: TestWindowsIPAM (0.00s) [2022-03-04T15:06:59.369Z] PASS [2022-03-04T15:06:59.369Z] coverage: 71.4% of statements [2022-03-04T15:06:59.369Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.044s coverage: 71.4% of statements [2022-03-04T15:06:59.369Z] --- PASS: TestPoolAllocationReuse (1.77s) [2022-03-04T15:06:59.369Z] === RUN TestGetAddressSubPoolEqualPool [2022-03-04T15:06:59.369Z] --- PASS: TestGetAddressSubPoolEqualPool (0.03s) [2022-03-04T15:06:59.369Z] === RUN TestRequestReleaseAddressFromSubPool [2022-03-04T15:06:59.369Z] --- PASS: TestSetRollover (1.73s) [2022-03-04T15:06:59.370Z] === RUN TestSetRolloverSerial [2022-03-04T15:06:59.559Z] Removing intermediate container 565cf4cfce69 [2022-03-04T15:06:59.559Z] ---> 9b9ae14fd26f [2022-03-04T15:06:59.559Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-03-04T15:06:59.559Z] ---> Running in 48d9e9cebd2c [2022-03-04T15:06:59.839Z] === RUN TestDefaultNetwork [2022-03-04T15:07:00.028Z] Removing intermediate container 48d9e9cebd2c [2022-03-04T15:07:00.028Z] ---> b7c544503cba [2022-03-04T15:07:00.028Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-03-04T15:07:00.028Z] ---> Running in 90295d9795d1 [2022-03-04T15:07:00.309Z] --- PASS: TestDefaultNetwork (0.27s) [2022-03-04T15:07:00.309Z] === RUN TestConfigGlobalScopeDefaultNetworks [2022-03-04T15:07:00.496Z] Removing intermediate container 90295d9795d1 [2022-03-04T15:07:00.496Z] ---> 2217e21733c3 [2022-03-04T15:07:00.496Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-03-04T15:07:00.673Z] ok github.com/docker/docker/libnetwork 37.166s coverage: 40.7% of statements [2022-03-04T15:07:00.673Z] ok github.com/docker/docker/libnetwork/bitseq 0.117s coverage: 84.4% of statements [2022-03-04T15:07:00.673Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-04T15:07:00.673Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-04T15:07:00.673Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-04T15:07:00.673Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-04T15:07:00.673Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-04T15:07:00.673Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-04T15:07:00.673Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2022-03-04T15:07:00.673Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-04T15:07:00.673Z] ok github.com/docker/docker/libnetwork/config 0.014s coverage: 19.7% of statements [2022-03-04T15:07:00.673Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2022-03-04T15:07:00.673Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-04T15:07:00.673Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-04T15:07:00.780Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.30s) [2022-03-04T15:07:00.780Z] === RUN TestInitAddressPools [2022-03-04T15:07:00.780Z] --- PASS: TestInitAddressPools (0.00s) [2022-03-04T15:07:00.780Z] PASS [2022-03-04T15:07:00.780Z] coverage: 74.0% of statements [2022-03-04T15:07:00.780Z] ok github.com/docker/docker/libnetwork/ipamutils 0.633s coverage: 74.0% of statements [2022-03-04T15:07:00.938Z] ok github.com/docker/docker/libnetwork/driverapi 0.003s coverage: 68.9% of statements [2022-03-04T15:07:01.249Z] === RUN TestKeyValue [2022-03-04T15:07:01.250Z] --- PASS: TestKeyValue (0.00s) [2022-03-04T15:07:01.250Z] PASS [2022-03-04T15:07:01.250Z] coverage: 60.0% of statements [2022-03-04T15:07:01.250Z] ok github.com/docker/docker/libnetwork/netlabel 0.042s coverage: 60.0% of statements [2022-03-04T15:07:01.250Z] --- PASS: TestSetRolloverSerial (1.84s) [2022-03-04T15:07:01.250Z] === RUN TestGetFirstAvailableFromCurrent [2022-03-04T15:07:01.250Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2022-03-04T15:07:01.250Z] PASS [2022-03-04T15:07:01.250Z] coverage: 84.4% of statements [2022-03-04T15:07:01.250Z] ok github.com/docker/docker/libnetwork/bitseq 12.942s coverage: 84.4% of statements [2022-03-04T15:07:02.060Z] [2022-03-04T15:07:02.238Z] --- PASS: TestRequestReleaseAddressFromSubPool (2.71s) [2022-03-04T15:07:02.238Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2022-03-04T15:07:02.377Z] === RUN TestDockerSuite/TestBuildIidFile [2022-03-04T15:07:02.377Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-03-04T15:07:02.527Z] ---> 310519d37abc [2022-03-04T15:07:02.527Z] 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-04T15:07:02.527Z] ---> Running in fd4f5e5472a9 [2022-03-04T15:07:02.944Z] === RUN TestDockerSuite/TestBuildInheritance [2022-03-04T15:07:03.334Z] Removing intermediate container c7eacf06787e [2022-03-04T15:07:03.334Z] ---> be57eb181fb3 [2022-03-04T15:07:03.334Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-03-04T15:07:03.334Z] ---> Running in 8649abc5c303 [2022-03-04T15:07:03.501Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.351s coverage: 59.9% of statements [2022-03-04T15:07:03.501Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-04T15:07:03.512Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2022-03-04T15:07:03.512Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-03-04T15:07:03.512Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2022-03-04T15:07:03.512Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-03-04T15:07:03.760Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2022-03-04T15:07:04.081Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-03-04T15:07:04.081Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-03-04T15:07:04.317Z] [2022-03-04T15:07:04.326Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.172s coverage: 4.0% of statements [2022-03-04T15:07:04.457Z] === RUN TestNetworkDBSimple [2022-03-04T15:07:04.584Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-04T15:07:04.787Z] SUCCESS: Specified value was saved. [2022-03-04T15:07:04.842Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.015s coverage: 4.5% of statements [2022-03-04T15:07:04.927Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2022-03-04T15:07:04.927Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2022-03-04T15:07:04.927Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2022-03-04T15:07:04.927Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2022-03-04T15:07:04.927Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2022-03-04T15:07:04.927Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2022-03-04T15:07:04.927Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2022-03-04T15:07:04.927Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2022-03-04T15:07:04.927Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2022-03-04T15:07:04.927Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2022-03-04T15:07:04.927Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2022-03-04T15:07:04.927Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2022-03-04T15:07:04.927Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-04T15:07:04.927Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2022-03-04T15:07:04.927Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-04T15:07:04.927Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-04T15:07:04.927Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-04T15:07:05.100Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2022-03-04T15:07:05.100Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2022-03-04T15:07:05.398Z] 2022/03/04 15:07:05 Closing DB instances... [2022-03-04T15:07:05.460Z] === RUN TestDockerSuite/TestBuildLabel [2022-03-04T15:07:05.867Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2022-03-04T15:07:05.867Z] PASS [2022-03-04T15:07:05.867Z] coverage: 100.0% of statements [2022-03-04T15:07:05.867Z] === RUN TestGenerate [2022-03-04T15:07:05.867Z] --- PASS: TestGenerate (0.00s) [2022-03-04T15:07:05.867Z] === RUN TestGeneratePtr [2022-03-04T15:07:05.867Z] --- PASS: TestGeneratePtr (0.00s) [2022-03-04T15:07:05.867Z] === RUN TestGenerateMissingField [2022-03-04T15:07:05.867Z] --- PASS: TestGenerateMissingField (0.00s) [2022-03-04T15:07:05.867Z] === RUN TestFieldCannotBeSet [2022-03-04T15:07:05.867Z] --- PASS: TestFieldCannotBeSet (0.00s) [2022-03-04T15:07:05.867Z] === RUN TestTypeMismatchError [2022-03-04T15:07:05.867Z] --- PASS: TestTypeMismatchError (0.00s) [2022-03-04T15:07:05.867Z] PASS [2022-03-04T15:07:05.867Z] coverage: 100.0% of statements [2022-03-04T15:07:05.867Z] ok github.com/docker/docker/libnetwork/options 0.042s coverage: 100.0% of statements [2022-03-04T15:07:05.867Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.043s coverage: 100.0% of statements [2022-03-04T15:07:05.867Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (3.60s) [2022-03-04T15:07:05.867Z] === RUN TestGetAddress [2022-03-04T15:07:06.028Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-03-04T15:07:06.288Z] docker_api_swarm_test.go:46: [d21d389eddfce] joining swarm manager [d17e6ad220c45]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T15:07:06.336Z] testing: warning: no tests to run [2022-03-04T15:07:06.336Z] PASS [2022-03-04T15:07:06.336Z] coverage: 0.0% of statements [2022-03-04T15:07:06.336Z] ok github.com/docker/docker/libnetwork/osl 0.049s coverage: 0.0% of statements [no tests to run] [2022-03-04T15:07:06.548Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-03-04T15:07:06.806Z] === RUN TestRequestNewPort [2022-03-04T15:07:06.806Z] --- PASS: TestRequestNewPort (0.00s) [2022-03-04T15:07:06.806Z] === RUN TestRequestSpecificPort [2022-03-04T15:07:06.806Z] --- PASS: TestRequestSpecificPort (0.00s) [2022-03-04T15:07:06.806Z] === RUN TestReleasePort [2022-03-04T15:07:06.806Z] --- PASS: TestReleasePort (0.00s) [2022-03-04T15:07:06.806Z] === RUN TestReuseReleasedPort [2022-03-04T15:07:06.806Z] --- PASS: TestReuseReleasedPort (0.00s) [2022-03-04T15:07:06.806Z] === RUN TestReleaseUnreadledPort [2022-03-04T15:07:06.806Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2022-03-04T15:07:06.806Z] === RUN TestUnknowProtocol [2022-03-04T15:07:06.806Z] --- PASS: TestUnknowProtocol (0.00s) [2022-03-04T15:07:06.806Z] === RUN TestAllocateAllPorts [2022-03-04T15:07:06.806Z] --- PASS: TestAllocateAllPorts (0.00s) [2022-03-04T15:07:06.806Z] === RUN TestPortAllocation [2022-03-04T15:07:06.806Z] --- PASS: TestPortAllocation (0.00s) [2022-03-04T15:07:06.806Z] === RUN TestPortAllocationWithCustomRange [2022-03-04T15:07:06.806Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2022-03-04T15:07:06.806Z] === RUN TestNoDuplicateBPR [2022-03-04T15:07:06.806Z] --- PASS: TestNoDuplicateBPR (0.00s) [2022-03-04T15:07:06.806Z] === RUN TestChangePortRange [2022-03-04T15:07:06.806Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2022-03-04T15:07:06.806Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2022-03-04T15:07:06.806Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2022-03-04T15:07:06.806Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2022-03-04T15:07:06.806Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2022-03-04T15:07:06.806Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2022-03-04T15:07:06.806Z] --- PASS: TestChangePortRange (0.00s) [2022-03-04T15:07:06.806Z] PASS [2022-03-04T15:07:06.806Z] coverage: 88.6% of statements [2022-03-04T15:07:06.806Z] ok github.com/docker/docker/libnetwork/portallocator 0.041s coverage: 88.6% of statements [2022-03-04T15:07:06.806Z] --- PASS: TestNetworkDBSimple (2.24s) [2022-03-04T15:07:06.806Z] === RUN TestNetworkDBJoinLeaveNetwork [2022-03-04T15:07:07.007Z] Removing intermediate container 8649abc5c303 [2022-03-04T15:07:07.007Z] ---> d3147d4fe2be [2022-03-04T15:07:07.007Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-03-04T15:07:07.007Z] ---> Running in 38ef3cdab6da [2022-03-04T15:07:07.117Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-03-04T15:07:07.117Z] === RUN TestDockerSuite/TestBuildLabels [2022-03-04T15:07:07.276Z] testing: warning: no tests to run [2022-03-04T15:07:07.276Z] PASS [2022-03-04T15:07:07.276Z] coverage: 0.0% of statements [2022-03-04T15:07:07.276Z] ok github.com/docker/docker/libnetwork/portmapper 0.047s coverage: 0.0% of statements [no tests to run] [2022-03-04T15:07:07.276Z] === RUN TestHashData [2022-03-04T15:07:07.276Z] --- PASS: TestHashData (0.00s) [2022-03-04T15:07:07.276Z] PASS [2022-03-04T15:07:07.276Z] coverage: 2.8% of statements [2022-03-04T15:07:07.276Z] ok github.com/docker/docker/libnetwork/resolvconf 0.047s coverage: 2.8% of statements [2022-03-04T15:07:07.685Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-03-04T15:07:07.750Z] 2022/03/04 15:07:07 Closing DB instances... [2022-03-04T15:07:08.220Z] === RUN TestErrorConstructors [2022-03-04T15:07:08.220Z] --- PASS: TestErrorConstructors (0.00s) [2022-03-04T15:07:08.220Z] === RUN TestCompareIPMask [2022-03-04T15:07:08.220Z] --- PASS: TestCompareIPMask (0.00s) [2022-03-04T15:07:08.220Z] === RUN TestUtilGetHostPartIP [2022-03-04T15:07:08.220Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2022-03-04T15:07:08.220Z] === RUN TestUtilGetBroadcastIP [2022-03-04T15:07:08.220Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2022-03-04T15:07:08.220Z] === RUN TestParseCIDR [2022-03-04T15:07:08.220Z] --- PASS: TestParseCIDR (0.00s) [2022-03-04T15:07:08.220Z] PASS [2022-03-04T15:07:08.220Z] coverage: 37.3% of statements [2022-03-04T15:07:08.220Z] ok github.com/docker/docker/libnetwork/types 0.042s coverage: 37.3% of statements [2022-03-04T15:07:08.690Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2022-03-04T15:07:08.690Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2022-03-04T15:07:08.690Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2022-03-04T15:07:08.690Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2022-03-04T15:07:08.690Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2022-03-04T15:07:08.690Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2022-03-04T15:07:08.690Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2022-03-04T15:07:08.690Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2022-03-04T15:07:08.690Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2022-03-04T15:07:08.690Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2022-03-04T15:07:08.690Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2022-03-04T15:07:08.690Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2022-03-04T15:07:08.690Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2022-03-04T15:07:08.690Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2022-03-04T15:07:08.690Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2022-03-04T15:07:08.690Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2022-03-04T15:07:08.690Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2022-03-04T15:07:08.690Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2022-03-04T15:07:08.690Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2022-03-04T15:07:08.690Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2022-03-04T15:07:08.690Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2022-03-04T15:07:08.690Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2022-03-04T15:07:08.690Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2022-03-04T15:07:08.690Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2022-03-04T15:07:08.690Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2022-03-04T15:07:08.690Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2022-03-04T15:07:08.690Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2022-03-04T15:07:08.690Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2022-03-04T15:07:08.690Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2022-03-04T15:07:08.690Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2022-03-04T15:07:08.690Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2022-03-04T15:07:08.690Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2022-03-04T15:07:08.690Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2022-03-04T15:07:08.690Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2022-03-04T15:07:08.690Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2022-03-04T15:07:08.690Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2022-03-04T15:07:08.690Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2022-03-04T15:07:08.690Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2022-03-04T15:07:08.690Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2022-03-04T15:07:08.690Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2022-03-04T15:07:08.690Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2022-03-04T15:07:08.690Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2022-03-04T15:07:08.690Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2022-03-04T15:07:08.690Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2022-03-04T15:07:08.690Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2022-03-04T15:07:08.690Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2022-03-04T15:07:08.690Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2022-03-04T15:07:08.690Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2022-03-04T15:07:08.690Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2022-03-04T15:07:08.690Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2022-03-04T15:07:08.690Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2022-03-04T15:07:08.690Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2022-03-04T15:07:08.690Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2022-03-04T15:07:08.690Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2022-03-04T15:07:08.690Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2022-03-04T15:07:08.690Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2022-03-04T15:07:08.690Z] PASS [2022-03-04T15:07:08.690Z] coverage: 50.0% of statements [2022-03-04T15:07:08.690Z] ok github.com/docker/docker/oci 0.059s coverage: 50.0% of statements [2022-03-04T15:07:09.063Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-03-04T15:07:09.685Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.82s) [2022-03-04T15:07:09.685Z] === RUN TestNetworkDBJoinLeaveNetworks [2022-03-04T15:07:09.685Z] === RUN TestParseVersion [2022-03-04T15:07:09.685Z] --- PASS: TestParseVersion (0.00s) [2022-03-04T15:07:09.685Z] PASS [2022-03-04T15:07:09.685Z] coverage: 52.9% of statements [2022-03-04T15:07:09.685Z] ok github.com/docker/docker/pkg/aaparser 0.037s coverage: 52.9% of statements [2022-03-04T15:07:09.685Z] === RUN TestAddressPoolOpt [2022-03-04T15:07:09.685Z] --- PASS: TestAddressPoolOpt (0.00s) [2022-03-04T15:07:09.685Z] === RUN TestValidateEnv [2022-03-04T15:07:09.685Z] === RUN TestValidateEnv/a [2022-03-04T15:07:09.685Z] === RUN TestValidateEnv/something [2022-03-04T15:07:09.685Z] === RUN TestValidateEnv/_=a [2022-03-04T15:07:09.685Z] === RUN TestValidateEnv/env1=value1 [2022-03-04T15:07:09.685Z] === RUN TestValidateEnv/_env1=value1 [2022-03-04T15:07:09.685Z] === RUN TestValidateEnv/env2=value2=value3 [2022-03-04T15:07:09.685Z] === RUN TestValidateEnv/env3=abc!qwe [2022-03-04T15:07:09.685Z] === RUN TestValidateEnv/env_4=value_4 [2022-03-04T15:07:09.685Z] === RUN TestValidateEnv/PATH [2022-03-04T15:07:09.685Z] === RUN TestValidateEnv/=a [2022-03-04T15:07:09.685Z] === RUN TestValidateEnv/PATH= [2022-03-04T15:07:09.685Z] === RUN TestValidateEnv/PATH=something [2022-03-04T15:07:09.685Z] === RUN TestValidateEnv/asd!qwe [2022-03-04T15:07:09.685Z] === RUN TestValidateEnv/1asd [2022-03-04T15:07:09.685Z] === RUN TestValidateEnv/123 [2022-03-04T15:07:09.685Z] === RUN TestValidateEnv/some_space [2022-03-04T15:07:09.685Z] === RUN TestValidateEnv/__some_space_before [2022-03-04T15:07:09.685Z] === RUN TestValidateEnv/some_space_after__ [2022-03-04T15:07:09.685Z] === RUN TestValidateEnv/= [2022-03-04T15:07:09.685Z] === RUN TestValidateEnv/PaTh [2022-03-04T15:07:09.685Z] --- PASS: TestValidateEnv (0.00s) [2022-03-04T15:07:09.685Z] --- PASS: TestValidateEnv/a (0.00s) [2022-03-04T15:07:09.685Z] --- PASS: TestValidateEnv/something (0.00s) [2022-03-04T15:07:09.685Z] --- PASS: TestValidateEnv/_=a (0.00s) [2022-03-04T15:07:09.685Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2022-03-04T15:07:09.685Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2022-03-04T15:07:09.685Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2022-03-04T15:07:09.685Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2022-03-04T15:07:09.685Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2022-03-04T15:07:09.685Z] --- PASS: TestValidateEnv/PATH (0.00s) [2022-03-04T15:07:09.685Z] --- PASS: TestValidateEnv/=a (0.00s) [2022-03-04T15:07:09.685Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2022-03-04T15:07:09.685Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2022-03-04T15:07:09.685Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2022-03-04T15:07:09.685Z] --- PASS: TestValidateEnv/1asd (0.00s) [2022-03-04T15:07:09.685Z] --- PASS: TestValidateEnv/123 (0.00s) [2022-03-04T15:07:09.685Z] --- PASS: TestValidateEnv/some_space (0.00s) [2022-03-04T15:07:09.685Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2022-03-04T15:07:09.685Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2022-03-04T15:07:09.685Z] --- PASS: TestValidateEnv/= (0.00s) [2022-03-04T15:07:09.685Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2022-03-04T15:07:09.685Z] === RUN TestParseHost [2022-03-04T15:07:09.685Z] --- PASS: TestParseHost (0.00s) [2022-03-04T15:07:09.685Z] === RUN TestParseDockerDaemonHost [2022-03-04T15:07:09.685Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2022-03-04T15:07:09.685Z] === RUN TestParseTCP [2022-03-04T15:07:09.685Z] --- PASS: TestParseTCP (0.00s) [2022-03-04T15:07:09.685Z] === RUN TestParseInvalidUnixAddrInvalid [2022-03-04T15:07:09.685Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2022-03-04T15:07:09.685Z] === RUN TestValidateExtraHosts [2022-03-04T15:07:09.685Z] --- PASS: TestValidateExtraHosts (0.00s) [2022-03-04T15:07:09.685Z] === RUN TestIpOptString [2022-03-04T15:07:09.685Z] --- PASS: TestIpOptString (0.00s) [2022-03-04T15:07:09.685Z] === RUN TestNewIpOptInvalidDefaultVal [2022-03-04T15:07:09.685Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2022-03-04T15:07:09.685Z] === RUN TestNewIpOptValidDefaultVal [2022-03-04T15:07:09.685Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2022-03-04T15:07:09.685Z] === RUN TestIpOptSetInvalidVal [2022-03-04T15:07:09.685Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2022-03-04T15:07:09.685Z] === RUN TestValidateIPAddress [2022-03-04T15:07:09.685Z] --- PASS: TestValidateIPAddress (0.00s) [2022-03-04T15:07:09.685Z] === RUN TestMapOpts [2022-03-04T15:07:09.685Z] --- PASS: TestMapOpts (0.00s) [2022-03-04T15:07:09.685Z] === RUN TestListOptsWithoutValidator [2022-03-04T15:07:09.685Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2022-03-04T15:07:09.685Z] === RUN TestListOptsWithValidator [2022-03-04T15:07:09.685Z] --- PASS: TestListOptsWithValidator (0.00s) [2022-03-04T15:07:09.685Z] === RUN TestValidateDNSSearch [2022-03-04T15:07:09.685Z] --- PASS: TestValidateDNSSearch (0.00s) [2022-03-04T15:07:09.685Z] === RUN TestValidateLabel [2022-03-04T15:07:09.685Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2022-03-04T15:07:09.685Z] === RUN TestValidateLabel/label_with_general_format [2022-03-04T15:07:09.685Z] === RUN TestValidateLabel/label_with_more_than_one_= [2022-03-04T15:07:09.685Z] === RUN TestValidateLabel/label_with_one_more [2022-03-04T15:07:09.685Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2022-03-04T15:07:09.685Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2022-03-04T15:07:09.685Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2022-03-04T15:07:09.685Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2022-03-04T15:07:09.685Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2022-03-04T15:07:09.685Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2022-03-04T15:07:09.685Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2022-03-04T15:07:09.685Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2022-03-04T15:07:09.685Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2022-03-04T15:07:09.685Z] --- PASS: TestValidateLabel (0.00s) [2022-03-04T15:07:09.685Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2022-03-04T15:07:09.685Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2022-03-04T15:07:09.685Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2022-03-04T15:07:09.685Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2022-03-04T15:07:09.685Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2022-03-04T15:07:09.685Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2022-03-04T15:07:09.685Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2022-03-04T15:07:09.685Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2022-03-04T15:07:09.685Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2022-03-04T15:07:09.685Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2022-03-04T15:07:09.685Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2022-03-04T15:07:09.685Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2022-03-04T15:07:09.685Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2022-03-04T15:07:09.685Z] === RUN TestNamedListOpts [2022-03-04T15:07:09.685Z] --- PASS: TestNamedListOpts (0.00s) [2022-03-04T15:07:09.685Z] === RUN TestNamedMapOpts [2022-03-04T15:07:09.685Z] --- PASS: TestNamedMapOpts (0.00s) [2022-03-04T15:07:09.685Z] === RUN TestParseLink [2022-03-04T15:07:09.685Z] --- PASS: TestParseLink (0.00s) [2022-03-04T15:07:09.685Z] === RUN TestQuotedStringSetWithQuotes [2022-03-04T15:07:09.685Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2022-03-04T15:07:09.685Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2022-03-04T15:07:09.685Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2022-03-04T15:07:09.685Z] === RUN TestQuotedStringSetWithNoQuotes [2022-03-04T15:07:09.685Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2022-03-04T15:07:09.685Z] === RUN TestQuotedStringEmptyOrSingleCharString [2022-03-04T15:07:09.685Z] --- PASS: TestQuotedStringEmptyOrSingleCharString (0.00s) [2022-03-04T15:07:09.685Z] === RUN TestUlimitOpt [2022-03-04T15:07:09.685Z] --- PASS: TestUlimitOpt (0.00s) [2022-03-04T15:07:09.685Z] PASS [2022-03-04T15:07:09.685Z] coverage: 67.4% of statements [2022-03-04T15:07:09.685Z] ok github.com/docker/docker/opts 0.077s coverage: 67.4% of statements [2022-03-04T15:07:10.675Z] 2022/03/04 15:07:10 Closing DB instances... [2022-03-04T15:07:10.812Z] Cannot create a file when that file already exists. [2022-03-04T15:07:11.145Z] === RUN TestPeerCertificateMarshalJSON [2022-03-04T15:07:11.598Z] === RUN TestDockerSuite/TestBuildLastModified [2022-03-04T15:07:12.134Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2022-03-04T15:07:12.134Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2022-03-04T15:07:12.134Z] --- PASS: TestPeerCertificateMarshalJSON (0.77s) [2022-03-04T15:07:12.134Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2022-03-04T15:07:12.134Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2022-03-04T15:07:12.134Z] === RUN TestMiddleware [2022-03-04T15:07:12.134Z] --- PASS: TestMiddleware (0.00s) [2022-03-04T15:07:12.134Z] === RUN TestNewResponseModifier [2022-03-04T15:07:12.134Z] --- PASS: TestNewResponseModifier (0.00s) [2022-03-04T15:07:12.134Z] PASS [2022-03-04T15:07:12.134Z] coverage: 26.8% of statements [2022-03-04T15:07:12.134Z] ok github.com/docker/docker/pkg/authorization 0.816s coverage: 26.8% of statements [2022-03-04T15:07:12.134Z] === RUN TestIsArchivePathDir [2022-03-04T15:07:12.134Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.84s) [2022-03-04T15:07:12.134Z] === RUN TestNetworkDBCRUDTableEntry [2022-03-04T15:07:12.134Z] --- PASS: TestIsArchivePathDir (0.07s) [2022-03-04T15:07:12.134Z] === RUN TestIsArchivePathInvalidFile [2022-03-04T15:07:12.605Z] --- PASS: TestIsArchivePathInvalidFile (0.13s) [2022-03-04T15:07:12.605Z] === RUN TestIsArchivePathTar [2022-03-04T15:07:12.605Z] --- PASS: TestIsArchivePathTar (0.16s) [2022-03-04T15:07:12.605Z] === RUN TestDecompressStreamGzip [2022-03-04T15:07:12.605Z] === RUN TestUnbuffered [2022-03-04T15:07:12.605Z] --- PASS: TestUnbuffered (0.00s) [2022-03-04T15:07:12.605Z] === RUN TestRaceUnbuffered [2022-03-04T15:07:12.605Z] --- PASS: TestRaceUnbuffered (0.00s) [2022-03-04T15:07:12.605Z] PASS [2022-03-04T15:07:12.605Z] coverage: 100.0% of statements [2022-03-04T15:07:12.605Z] ok github.com/docker/docker/pkg/broadcaster 0.037s coverage: 100.0% of statements [2022-03-04T15:07:12.605Z] --- PASS: TestDecompressStreamGzip (0.11s) [2022-03-04T15:07:12.605Z] === RUN TestDecompressStreamBzip2 [2022-03-04T15:07:12.968Z] Removing intermediate container fd4f5e5472a9 [2022-03-04T15:07:12.968Z] ---> 0a0f853c316b [2022-03-04T15:07:12.968Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-03-04T15:07:12.968Z] ---> Running in b05c5f1678ff [2022-03-04T15:07:13.074Z] --- PASS: TestDecompressStreamBzip2 (0.10s) [2022-03-04T15:07:13.074Z] === RUN TestDecompressStreamXz [2022-03-04T15:07:13.074Z] archive_test.go:133: Xz not present in msys2 [2022-03-04T15:07:13.074Z] --- SKIP: TestDecompressStreamXz (0.00s) [2022-03-04T15:07:13.074Z] === RUN TestDecompressStreamZstd [2022-03-04T15:07:13.075Z] archive_test.go:140: zstd not installed [2022-03-04T15:07:13.075Z] --- SKIP: TestDecompressStreamZstd (0.01s) [2022-03-04T15:07:13.075Z] === RUN TestCompressStreamXzUnsupported [2022-03-04T15:07:13.075Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2022-03-04T15:07:13.075Z] === RUN TestCompressStreamBzip2Unsupported [2022-03-04T15:07:13.075Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2022-03-04T15:07:13.075Z] === RUN TestCompressStreamInvalid [2022-03-04T15:07:13.075Z] --- PASS: TestCompressStreamInvalid (0.00s) [2022-03-04T15:07:13.075Z] === RUN TestExtensionInvalid [2022-03-04T15:07:13.075Z] --- PASS: TestExtensionInvalid (0.00s) [2022-03-04T15:07:13.075Z] === RUN TestExtensionUncompressed [2022-03-04T15:07:13.075Z] --- PASS: TestExtensionUncompressed (0.00s) [2022-03-04T15:07:13.075Z] === RUN TestExtensionBzip2 [2022-03-04T15:07:13.075Z] --- PASS: TestExtensionBzip2 (0.00s) [2022-03-04T15:07:13.075Z] === RUN TestExtensionGzip [2022-03-04T15:07:13.075Z] --- PASS: TestExtensionGzip (0.00s) [2022-03-04T15:07:13.075Z] === RUN TestExtensionXz [2022-03-04T15:07:13.075Z] --- PASS: TestExtensionXz (0.00s) [2022-03-04T15:07:13.075Z] === RUN TestExtensionZstd [2022-03-04T15:07:13.075Z] --- PASS: TestExtensionZstd (0.00s) [2022-03-04T15:07:13.075Z] === RUN TestCmdStreamLargeStderr [2022-03-04T15:07:13.075Z] --- PASS: TestCmdStreamLargeStderr (0.07s) [2022-03-04T15:07:13.075Z] === RUN TestCmdStreamBad [2022-03-04T15:07:13.075Z] archive_test.go:252: Failing on Windows CI machines [2022-03-04T15:07:13.075Z] --- SKIP: TestCmdStreamBad (0.00s) [2022-03-04T15:07:13.075Z] === RUN TestCmdStreamGood [2022-03-04T15:07:13.075Z] --- PASS: TestCmdStreamGood (0.04s) [2022-03-04T15:07:13.075Z] === RUN TestUntarPathWithInvalidDest [2022-03-04T15:07:13.075Z] --- PASS: TestUntarPathWithInvalidDest (0.07s) [2022-03-04T15:07:13.075Z] === RUN TestUntarPathWithInvalidSrc [2022-03-04T15:07:13.075Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2022-03-04T15:07:13.075Z] === RUN TestUntarPath [2022-03-04T15:07:13.075Z] --- PASS: TestUntarPath (0.07s) [2022-03-04T15:07:13.075Z] === RUN TestUntarPathWithDestinationFile [2022-03-04T15:07:13.075Z] --- PASS: TestUntarPathWithDestinationFile (0.07s) [2022-03-04T15:07:13.075Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2022-03-04T15:07:13.075Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.07s) [2022-03-04T15:07:13.075Z] === RUN TestCopyWithTarInvalidSrc [2022-03-04T15:07:13.075Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2022-03-04T15:07:13.075Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2022-03-04T15:07:13.075Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2022-03-04T15:07:13.075Z] === RUN TestCopyWithTarSrcFile [2022-03-04T15:07:13.075Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2022-03-04T15:07:13.075Z] === RUN TestCopyWithTarSrcFolder [2022-03-04T15:07:13.075Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2022-03-04T15:07:13.075Z] === RUN TestCopyFileWithTarInvalidSrc [2022-03-04T15:07:13.075Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2022-03-04T15:07:13.075Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2022-03-04T15:07:13.075Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2022-03-04T15:07:13.075Z] === RUN TestCopyFileWithTarSrcFolder [2022-03-04T15:07:13.075Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2022-03-04T15:07:13.075Z] === RUN TestCopyFileWithTarSrcFile [2022-03-04T15:07:13.075Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2022-03-04T15:07:13.075Z] === RUN TestTarFiles [2022-03-04T15:07:13.544Z] === RUN TestMatch [2022-03-04T15:07:13.544Z] === RUN TestMatch/[[]] [2022-03-04T15:07:13.544Z] === RUN TestMatch/[[foo]] [2022-03-04T15:07:13.544Z] === RUN TestMatch/[[bar]_[foo]] [2022-03-04T15:07:13.544Z] === RUN TestMatch/[[foo_bar]] [2022-03-04T15:07:13.544Z] === RUN TestMatch/[[qux]_[foo]] [2022-03-04T15:07:13.544Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2022-03-04T15:07:13.544Z] === RUN TestMatch/[] [2022-03-04T15:07:13.544Z] === RUN TestMatch/[]#01 [2022-03-04T15:07:13.544Z] === RUN TestMatch/[[qux]] [2022-03-04T15:07:13.544Z] === RUN TestMatch/[[foo_bar_qux]] [2022-03-04T15:07:13.544Z] === RUN TestMatch/[[qux]_[baz]] [2022-03-04T15:07:13.544Z] === RUN TestMatch/[[foo_baz]] [2022-03-04T15:07:13.544Z] --- PASS: TestMatch (0.00s) [2022-03-04T15:07:13.544Z] --- PASS: TestMatch/[[]] (0.00s) [2022-03-04T15:07:13.544Z] --- PASS: TestMatch/[[foo]] (0.00s) [2022-03-04T15:07:13.544Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2022-03-04T15:07:13.544Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2022-03-04T15:07:13.544Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2022-03-04T15:07:13.544Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2022-03-04T15:07:13.544Z] --- PASS: TestMatch/[] (0.00s) [2022-03-04T15:07:13.544Z] --- PASS: TestMatch/[]#01 (0.00s) [2022-03-04T15:07:13.544Z] --- PASS: TestMatch/[[qux]] (0.00s) [2022-03-04T15:07:13.544Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2022-03-04T15:07:13.544Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2022-03-04T15:07:13.544Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2022-03-04T15:07:13.544Z] PASS [2022-03-04T15:07:13.544Z] coverage: 87.5% of statements [2022-03-04T15:07:13.545Z] ok github.com/docker/docker/pkg/capabilities 0.043s coverage: 87.5% of statements [2022-03-04T15:07:14.533Z] 2022/03/04 15:07:14 Closing DB instances... [2022-03-04T15:07:14.533Z] === RUN TestChrootTarUntar [2022-03-04T15:07:14.533Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:07:14.533Z] --- SKIP: TestChrootTarUntar (0.00s) [2022-03-04T15:07:14.533Z] === RUN TestChrootUntarWithHugeExcludesList [2022-03-04T15:07:14.533Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:07:14.533Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-04T15:07:14.533Z] === RUN TestChrootUntarEmptyArchive [2022-03-04T15:07:14.533Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2022-03-04T15:07:14.533Z] === RUN TestChrootTarUntarWithSymlink [2022-03-04T15:07:14.533Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-04T15:07:14.533Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2022-03-04T15:07:14.533Z] === RUN TestChrootCopyWithTar [2022-03-04T15:07:14.533Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-04T15:07:14.533Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2022-03-04T15:07:14.533Z] === RUN TestChrootCopyFileWithTar [2022-03-04T15:07:14.533Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:07:14.533Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2022-03-04T15:07:14.533Z] === RUN TestChrootUntarPath [2022-03-04T15:07:14.533Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-04T15:07:14.533Z] --- SKIP: TestChrootUntarPath (0.00s) [2022-03-04T15:07:14.533Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2022-03-04T15:07:14.533Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:07:14.533Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-04T15:07:14.533Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2022-03-04T15:07:14.533Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:07:14.533Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-04T15:07:14.533Z] === RUN TestChrootApplyDotDotFile [2022-03-04T15:07:14.533Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:07:14.533Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2022-03-04T15:07:14.533Z] PASS [2022-03-04T15:07:14.533Z] coverage: 15.1% of statements [2022-03-04T15:07:14.533Z] ok github.com/docker/docker/pkg/chrootarchive 0.091s coverage: 15.1% of statements [2022-03-04T15:07:14.534Z] [2022-03-04T15:07:14.534Z] SUCCESS: Specified value was saved. [2022-03-04T15:07:15.061Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.714s coverage: 7.2% of statements [2022-03-04T15:07:15.061Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2022-03-04T15:07:15.061Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.003s coverage: 63.6% of statements [2022-03-04T15:07:15.061Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.009s coverage: 57.4% of statements [2022-03-04T15:07:15.061Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2022-03-04T15:07:15.061Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2022-03-04T15:07:15.061Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2022-03-04T15:07:15.319Z] ok github.com/docker/docker/libnetwork/drvregistry 0.015s coverage: 82.4% of statements [2022-03-04T15:07:15.521Z] === RUN TestEnsureRemoveAllNotExist [2022-03-04T15:07:15.521Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2022-03-04T15:07:15.521Z] === RUN TestEnsureRemoveAllWithDir [2022-03-04T15:07:15.521Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2022-03-04T15:07:15.521Z] === RUN TestEnsureRemoveAllWithFile [2022-03-04T15:07:15.521Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2022-03-04T15:07:15.521Z] PASS [2022-03-04T15:07:15.521Z] coverage: 0.0% of statements [2022-03-04T15:07:15.521Z] ok github.com/docker/docker/pkg/containerfs 0.043s coverage: 0.0% of statements [2022-03-04T15:07:15.560Z] Removing intermediate container 38ef3cdab6da [2022-03-04T15:07:15.560Z] ---> 5574a5ff263b [2022-03-04T15:07:15.560Z] Step 13/13 : CMD ["sh"] [2022-03-04T15:07:15.560Z] ---> Running in 551357ebe375 [2022-03-04T15:07:15.560Z] Removing intermediate container 551357ebe375 [2022-03-04T15:07:15.560Z] ---> 6c55aaaed461 [2022-03-04T15:07:15.560Z] Successfully built 6c55aaaed461 [2022-03-04T15:07:15.560Z] Successfully tagged busybox:latest [2022-03-04T15:07:15.560Z] INFO: Docker images of the daemon under test [2022-03-04T15:07:15.560Z] [2022-03-04T15:07:15.560Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-04T15:07:15.560Z] busybox latest 6c55aaaed461 Less than a second ago 5GB [2022-03-04T15:07:15.560Z] microsoft/windowsservercore latest bdeb13086b9f 4 weeks ago 4.96GB [2022-03-04T15:07:15.560Z] mcr.microsoft.com/windows/servercore ltsc2022 bdeb13086b9f 4 weeks ago 4.96GB [2022-03-04T15:07:15.560Z] [2022-03-04T15:07:15.560Z] INFO: Running integration tests at 03/04/2022 15:07:15... [2022-03-04T15:07:15.560Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-03-04T15:07:15.560Z] INFO: Integration API tests being run from the host: [2022-03-04T15:07:15.577Z] ok github.com/docker/docker/libnetwork/etchosts 0.014s coverage: 81.2% of statements [2022-03-04T15:07:15.577Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2022-03-04T15:07:15.834Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2022-03-04T15:07:16.028Z] INFO: make.ps1 starting at 03/04/2022 15:07:15 [2022-03-04T15:07:16.511Z] === RUN TestSizeEmpty [2022-03-04T15:07:16.511Z] --- PASS: TestSizeEmpty (0.00s) [2022-03-04T15:07:16.511Z] === RUN TestSizeEmptyFile [2022-03-04T15:07:16.511Z] --- PASS: TestSizeEmptyFile (0.00s) [2022-03-04T15:07:16.511Z] === RUN TestSizeNonemptyFile [2022-03-04T15:07:16.511Z] --- PASS: TestSizeNonemptyFile (0.00s) [2022-03-04T15:07:16.511Z] === RUN TestSizeNestedDirectoryEmpty [2022-03-04T15:07:16.511Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2022-03-04T15:07:16.511Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2022-03-04T15:07:16.511Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2022-03-04T15:07:16.511Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2022-03-04T15:07:16.511Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2022-03-04T15:07:16.511Z] === RUN TestMoveToSubdir [2022-03-04T15:07:16.511Z] --- PASS: TestMoveToSubdir (0.00s) [2022-03-04T15:07:16.511Z] === RUN TestSizeNonExistingDirectory [2022-03-04T15:07:16.511Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2022-03-04T15:07:16.511Z] PASS [2022-03-04T15:07:16.511Z] coverage: 80.0% of statements [2022-03-04T15:07:16.511Z] ok github.com/docker/docker/pkg/directory 0.058s coverage: 80.0% of statements [2022-03-04T15:07:16.511Z] --- PASS: TestNetworkDBCRUDTableEntry (4.27s) [2022-03-04T15:07:16.511Z] === RUN TestNetworkDBCRUDTableEntries [2022-03-04T15:07:16.870Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-03-04T15:07:17.014Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-03-04T15:07:17.500Z] === RUN TestPollerAddRemove [2022-03-04T15:07:17.500Z] --- PASS: TestPollerAddRemove (0.00s) [2022-03-04T15:07:17.500Z] === RUN TestPollerEvent [2022-03-04T15:07:17.500Z] poller_test.go:40: No chmod on Windows [2022-03-04T15:07:17.500Z] --- SKIP: TestPollerEvent (0.00s) [2022-03-04T15:07:17.500Z] === RUN TestPollerClose [2022-03-04T15:07:17.500Z] --- PASS: TestPollerClose (0.00s) [2022-03-04T15:07:17.500Z] PASS [2022-03-04T15:07:17.500Z] coverage: 36.2% of statements [2022-03-04T15:07:17.500Z] ok github.com/docker/docker/pkg/filenotify 0.044s coverage: 36.2% of statements [2022-03-04T15:07:18.331Z] Removing intermediate container b05c5f1678ff [2022-03-04T15:07:18.331Z] ---> c4ff7f427703 [2022-03-04T15:07:18.331Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-03-04T15:07:18.331Z] ---> Running in e81c2241b051 [2022-03-04T15:07:18.488Z] --- PASS: TestTarFiles (5.09s) [2022-03-04T15:07:18.488Z] === RUN TestDetectCompressionZstd [2022-03-04T15:07:18.488Z] --- PASS: TestDetectCompressionZstd (0.00s) [2022-03-04T15:07:18.488Z] === RUN TestTarUntar [2022-03-04T15:07:18.488Z] --- PASS: TestTarUntar (0.03s) [2022-03-04T15:07:18.488Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2022-03-04T15:07:18.488Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2022-03-04T15:07:18.488Z] === RUN TestTarWithOptions [2022-03-04T15:07:18.488Z] --- PASS: TestTarWithOptions (0.02s) [2022-03-04T15:07:18.488Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2022-03-04T15:07:18.488Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2022-03-04T15:07:18.488Z] === RUN TestUntarUstarGnuConflict [2022-03-04T15:07:18.488Z] --- PASS: TestUntarUstarGnuConflict (0.01s) [2022-03-04T15:07:18.488Z] === RUN TestUntarInvalidFilenames [2022-03-04T15:07:18.488Z] 2022/03/04 15:07:18 Closing DB instances... [2022-03-04T15:07:18.488Z] === RUN TestCopyFileWithInvalidSrc [2022-03-04T15:07:18.488Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2022-03-04T15:07:18.488Z] === RUN TestCopyFileWithInvalidDest [2022-03-04T15:07:18.488Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2022-03-04T15:07:18.488Z] === RUN TestCopyFileWithSameSrcAndDest [2022-03-04T15:07:18.488Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2022-03-04T15:07:18.488Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2022-03-04T15:07:18.488Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2022-03-04T15:07:18.488Z] === RUN TestCopyFile [2022-03-04T15:07:18.488Z] --- PASS: TestCopyFile (0.00s) [2022-03-04T15:07:18.488Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2022-03-04T15:07:18.489Z] fileutils_test.go:133: Needs porting to Windows [2022-03-04T15:07:18.489Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-04T15:07:18.489Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2022-03-04T15:07:18.489Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2022-03-04T15:07:18.489Z] === RUN TestReadSymlinkedDirectoryToFile [2022-03-04T15:07:18.489Z] fileutils_test.go:179: Needs porting to Windows [2022-03-04T15:07:18.489Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-04T15:07:18.489Z] === RUN TestWildcardMatches [2022-03-04T15:07:18.489Z] --- PASS: TestWildcardMatches (0.00s) [2022-03-04T15:07:18.489Z] === RUN TestPatternMatches [2022-03-04T15:07:18.489Z] --- PASS: TestPatternMatches (0.00s) [2022-03-04T15:07:18.489Z] === RUN TestExclusionPatternMatchesPatternBefore [2022-03-04T15:07:18.489Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2022-03-04T15:07:18.489Z] === RUN TestPatternMatchesFolderExclusions [2022-03-04T15:07:18.489Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2022-03-04T15:07:18.489Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2022-03-04T15:07:18.489Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2022-03-04T15:07:18.489Z] === RUN TestPatternMatchesFolderWildcardExclusions [2022-03-04T15:07:18.489Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2022-03-04T15:07:18.489Z] === RUN TestExclusionPatternMatchesPatternAfter [2022-03-04T15:07:18.489Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2022-03-04T15:07:18.489Z] === RUN TestExclusionPatternMatchesWholeDirectory [2022-03-04T15:07:18.489Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2022-03-04T15:07:18.489Z] === RUN TestSingleExclamationError [2022-03-04T15:07:18.489Z] --- PASS: TestSingleExclamationError (0.00s) [2022-03-04T15:07:18.489Z] === RUN TestMatchesWithNoPatterns [2022-03-04T15:07:18.489Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2022-03-04T15:07:18.489Z] === RUN TestMatchesWithMalformedPatterns [2022-03-04T15:07:18.489Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2022-03-04T15:07:18.489Z] === RUN TestMatches [2022-03-04T15:07:18.489Z] === RUN TestMatches/MatchesOrParentMatches [2022-03-04T15:07:18.489Z] === RUN TestMatches/MatchesUsingParentResult [2022-03-04T15:07:18.489Z] === RUN TestMatches/MatchesUsingParentResults [2022-03-04T15:07:18.489Z] === RUN TestMatches/MatchesUsingParentResultsNoContext [2022-03-04T15:07:18.489Z] --- PASS: TestMatches (0.01s) [2022-03-04T15:07:18.489Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2022-03-04T15:07:18.489Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2022-03-04T15:07:18.489Z] --- PASS: TestMatches/MatchesUsingParentResults (0.00s) [2022-03-04T15:07:18.489Z] --- PASS: TestMatches/MatchesUsingParentResultsNoContext (0.00s) [2022-03-04T15:07:18.489Z] === RUN TestCleanPatterns [2022-03-04T15:07:18.489Z] --- PASS: TestCleanPatterns (0.00s) [2022-03-04T15:07:18.489Z] === RUN TestCleanPatternsStripEmptyPatterns [2022-03-04T15:07:18.489Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2022-03-04T15:07:18.489Z] === RUN TestCleanPatternsExceptionFlag [2022-03-04T15:07:18.489Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2022-03-04T15:07:18.489Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2022-03-04T15:07:18.489Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2022-03-04T15:07:18.489Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2022-03-04T15:07:18.489Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2022-03-04T15:07:18.489Z] === RUN TestCleanPatternsErrorSingleException [2022-03-04T15:07:18.489Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2022-03-04T15:07:18.489Z] === RUN TestCreateIfNotExistsDir [2022-03-04T15:07:18.489Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2022-03-04T15:07:18.489Z] === RUN TestCreateIfNotExistsFile [2022-03-04T15:07:18.489Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2022-03-04T15:07:18.489Z] === RUN TestMatch [2022-03-04T15:07:18.489Z] --- PASS: TestMatch (0.00s) [2022-03-04T15:07:18.489Z] === RUN TestCompile [2022-03-04T15:07:18.489Z] === RUN TestCompile/slash [2022-03-04T15:07:18.489Z] === RUN TestCompile/backslash [2022-03-04T15:07:18.489Z] --- PASS: TestCompile (0.00s) [2022-03-04T15:07:18.489Z] --- PASS: TestCompile/slash (0.00s) [2022-03-04T15:07:18.489Z] --- PASS: TestCompile/backslash (0.00s) [2022-03-04T15:07:18.489Z] PASS [2022-03-04T15:07:18.489Z] coverage: 84.7% of statements [2022-03-04T15:07:18.489Z] ok github.com/docker/docker/pkg/fileutils 0.073s coverage: 84.7% of statements [2022-03-04T15:07:18.489Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames25844669\\dest" [2022-03-04T15:07:18.489Z] --- PASS: TestUntarInvalidFilenames (0.18s) [2022-03-04T15:07:18.489Z] === RUN TestUntarHardlinkToSymlink [2022-03-04T15:07:18.489Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2022-03-04T15:07:18.489Z] === RUN TestUntarInvalidHardlink [2022-03-04T15:07:18.489Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink204691838\\victim\\hello" -> "../victim/hello" [2022-03-04T15:07:18.489Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1088067924\\victim\\hello" -> "/../victim/hello" [2022-03-04T15:07:18.489Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2419490056\\victim" -> "../victim" [2022-03-04T15:07:18.489Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2656025734\\victim" -> "../victim" [2022-03-04T15:07:18.489Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3396394097\\victim" -> "../victim" [2022-03-04T15:07:18.489Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1963404182\\victim" -> "../victim" [2022-03-04T15:07:18.489Z] --- PASS: TestUntarInvalidHardlink (0.04s) [2022-03-04T15:07:18.489Z] === RUN TestUntarInvalidSymlink [2022-03-04T15:07:18.489Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3818071544\\dest\\dotdot" -> "../victim/hello" [2022-03-04T15:07:18.489Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1611170262\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-04T15:07:18.489Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1520340055\\dest\\loophole-victim" -> "../victim" [2022-03-04T15:07:18.489Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3497884764\\dest\\loophole-victim" -> "../victim" [2022-03-04T15:07:18.489Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1803653067\\dest\\loophole-victim" -> "../victim" [2022-03-04T15:07:18.489Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3717158494\\dest\\loophole-victim" -> "../victim" [2022-03-04T15:07:18.489Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink179054539\\dest\\dir\\loophole" -> "../../victim" [2022-03-04T15:07:18.489Z] --- PASS: TestUntarInvalidSymlink (0.03s) [2022-03-04T15:07:18.489Z] === RUN TestTempArchiveCloseMultipleTimes [2022-03-04T15:07:18.489Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2022-03-04T15:07:18.489Z] === RUN TestXGlobalNoParent [2022-03-04T15:07:18.489Z] --- PASS: TestXGlobalNoParent (0.00s) [2022-03-04T15:07:18.489Z] === RUN TestReplaceFileTarWrapper [2022-03-04T15:07:18.958Z] --- PASS: TestReplaceFileTarWrapper (0.16s) [2022-03-04T15:07:18.958Z] === RUN TestPrefixHeaderReadable [2022-03-04T15:07:18.958Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2022-03-04T15:07:18.958Z] === RUN TestDisablePigz [2022-03-04T15:07:18.958Z] archive_test.go:1372: Test will not check full path when Pigz not installed [2022-03-04T15:07:18.958Z] --- PASS: TestDisablePigz (0.12s) [2022-03-04T15:07:18.958Z] === RUN TestPigz [2022-03-04T15:07:18.958Z] archive_test.go:1401: Tested whether Pigz is not used, as it not installed [2022-03-04T15:07:18.958Z] --- PASS: TestPigz (0.14s) [2022-03-04T15:07:18.958Z] === RUN TestNosysFileInfo [2022-03-04T15:07:18.958Z] --- PASS: TestNosysFileInfo (0.00s) [2022-03-04T15:07:18.958Z] === RUN TestCopyFileWithInvalidDest [2022-03-04T15:07:18.958Z] archive_windows_test.go:16: Currently fails [2022-03-04T15:07:18.958Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2022-03-04T15:07:18.958Z] === RUN TestCanonicalTarNameForPath [2022-03-04T15:07:18.958Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2022-03-04T15:07:18.958Z] === RUN TestCanonicalTarName [2022-03-04T15:07:18.958Z] --- PASS: TestCanonicalTarName (0.00s) [2022-03-04T15:07:18.958Z] === RUN TestChmodTarEntry [2022-03-04T15:07:18.958Z] --- PASS: TestChmodTarEntry (0.00s) [2022-03-04T15:07:18.958Z] === RUN TestHardLinkOrder [2022-03-04T15:07:19.418Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-03-04T15:07:19.418Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-03-04T15:07:19.428Z] --- PASS: TestHardLinkOrder (0.09s) [2022-03-04T15:07:19.428Z] === RUN TestChangeString [2022-03-04T15:07:19.428Z] --- PASS: TestChangeString (0.00s) [2022-03-04T15:07:19.428Z] === RUN TestChangesWithNoChanges [2022-03-04T15:07:19.428Z] === RUN TestGet [2022-03-04T15:07:19.428Z] --- PASS: TestGet (0.00s) [2022-03-04T15:07:19.428Z] === RUN TestGetShortcutString [2022-03-04T15:07:19.428Z] --- PASS: TestGetShortcutString (0.00s) [2022-03-04T15:07:19.428Z] PASS [2022-03-04T15:07:19.428Z] coverage: 42.9% of statements [2022-03-04T15:07:19.428Z] --- PASS: TestChangesWithNoChanges (0.02s) [2022-03-04T15:07:19.428Z] === RUN TestChangesWithChanges [2022-03-04T15:07:19.428Z] ok github.com/docker/docker/pkg/homedir 0.041s coverage: 42.9% of statements [2022-03-04T15:07:19.428Z] --- PASS: TestChangesWithChanges (0.04s) [2022-03-04T15:07:19.428Z] === RUN TestChangesWithChangesGH13590 [2022-03-04T15:07:19.428Z] changes_test.go:195: needs more investigation [2022-03-04T15:07:19.428Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2022-03-04T15:07:19.428Z] === RUN TestChangesDirsEmpty [2022-03-04T15:07:19.428Z] --- PASS: TestChangesDirsEmpty (0.12s) [2022-03-04T15:07:19.428Z] === RUN TestChangesDirsMutated [2022-03-04T15:07:19.428Z] --- PASS: TestChangesDirsMutated (0.15s) [2022-03-04T15:07:19.428Z] === RUN TestApplyLayer [2022-03-04T15:07:19.428Z] changes_test.go:432: needs further investigation [2022-03-04T15:07:19.428Z] --- SKIP: TestApplyLayer (0.00s) [2022-03-04T15:07:19.428Z] === RUN TestChangesSizeWithHardlinks [2022-03-04T15:07:19.428Z] changes_test.go:468: needs further investigation [2022-03-04T15:07:19.428Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2022-03-04T15:07:19.428Z] === RUN TestChangesSizeWithNoChanges [2022-03-04T15:07:19.428Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2022-03-04T15:07:19.428Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2022-03-04T15:07:19.428Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2022-03-04T15:07:19.428Z] === RUN TestChangesSize [2022-03-04T15:07:19.428Z] --- PASS: TestChangesSize (0.00s) [2022-03-04T15:07:19.428Z] === RUN TestApplyLayerInvalidFilenames [2022-03-04T15:07:19.428Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames2280111202\\dest" [2022-03-04T15:07:19.428Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2022-03-04T15:07:19.428Z] === RUN TestApplyLayerInvalidHardlink [2022-03-04T15:07:19.428Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1985343314\\victim\\hello" -> "../victim/hello" [2022-03-04T15:07:19.428Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink4205626533\\victim\\hello" -> "/../victim/hello" [2022-03-04T15:07:19.428Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink669105655\\victim" -> "../victim" [2022-03-04T15:07:19.428Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3459002083\\victim" -> "../victim" [2022-03-04T15:07:19.428Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2106882078\\victim" -> "../victim" [2022-03-04T15:07:19.428Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2266397707\\victim" -> "../victim" [2022-03-04T15:07:19.428Z] --- PASS: TestApplyLayerInvalidHardlink (0.03s) [2022-03-04T15:07:19.428Z] === RUN TestApplyLayerInvalidSymlink [2022-03-04T15:07:19.428Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink187580780\\dest\\dotdot" -> "../victim/hello" [2022-03-04T15:07:19.428Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1004047426\\dest\\slash-dotdot" -> "/../victim/hello" [2022-03-04T15:07:19.428Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink669709622\\dest\\loophole-victim" -> "../victim" [2022-03-04T15:07:19.428Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2627459471\\dest\\loophole-victim" -> "../victim" [2022-03-04T15:07:19.428Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink494310358\\dest\\loophole-victim" -> "../victim" [2022-03-04T15:07:19.428Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1713966735\\dest\\loophole-victim" -> "../victim" [2022-03-04T15:07:19.428Z] --- PASS: TestApplyLayerInvalidSymlink (0.02s) [2022-03-04T15:07:19.428Z] === RUN TestApplyLayerWhiteouts [2022-03-04T15:07:19.677Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-03-04T15:07:19.677Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-03-04T15:07:19.897Z] --- PASS: TestApplyLayerWhiteouts (0.07s) [2022-03-04T15:07:19.897Z] === RUN TestGenerateEmptyFile [2022-03-04T15:07:19.897Z] --- PASS: TestGenerateEmptyFile (0.00s) [2022-03-04T15:07:19.897Z] === RUN TestGenerateWithContent [2022-03-04T15:07:19.897Z] --- PASS: TestGenerateWithContent (0.00s) [2022-03-04T15:07:19.897Z] PASS [2022-03-04T15:07:19.897Z] coverage: 63.0% of statements [2022-03-04T15:07:19.897Z] ok github.com/docker/docker/pkg/archive 7.493s coverage: 63.0% of statements [2022-03-04T15:07:19.897Z] --- PASS: TestNetworkDBCRUDTableEntries (3.23s) [2022-03-04T15:07:19.897Z] === RUN TestNetworkDBNodeLeave [2022-03-04T15:07:19.936Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-03-04T15:07:20.212Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-03-04T15:07:20.366Z] === RUN TestCreateIDMapOrder [2022-03-04T15:07:20.366Z] --- PASS: TestCreateIDMapOrder (0.00s) [2022-03-04T15:07:20.366Z] PASS [2022-03-04T15:07:20.366Z] coverage: 7.2% of statements [2022-03-04T15:07:20.366Z] ok github.com/docker/docker/pkg/idtools 0.045s coverage: 7.2% of statements [2022-03-04T15:07:21.356Z] === RUN TestFixedBufferCap [2022-03-04T15:07:21.356Z] --- PASS: TestFixedBufferCap (0.00s) [2022-03-04T15:07:21.356Z] === RUN TestFixedBufferLen [2022-03-04T15:07:21.356Z] --- PASS: TestFixedBufferLen (0.00s) [2022-03-04T15:07:21.356Z] === RUN TestFixedBufferString [2022-03-04T15:07:21.356Z] --- PASS: TestFixedBufferString (0.00s) [2022-03-04T15:07:21.356Z] === RUN TestFixedBufferWrite [2022-03-04T15:07:21.356Z] --- PASS: TestFixedBufferWrite (0.00s) [2022-03-04T15:07:21.356Z] === RUN TestFixedBufferRead [2022-03-04T15:07:21.356Z] --- PASS: TestFixedBufferRead (0.00s) [2022-03-04T15:07:21.356Z] === RUN TestBytesPipeRead [2022-03-04T15:07:21.356Z] --- PASS: TestBytesPipeRead (0.00s) [2022-03-04T15:07:21.356Z] === RUN TestBytesPipeWrite [2022-03-04T15:07:21.356Z] --- PASS: TestBytesPipeWrite (0.00s) [2022-03-04T15:07:21.356Z] === RUN TestBytesPipeWriteRandomChunks [2022-03-04T15:07:21.827Z] --- PASS: TestBytesPipeWriteRandomChunks (0.45s) [2022-03-04T15:07:21.827Z] === RUN TestAtomicWriteToFile [2022-03-04T15:07:21.827Z] --- PASS: TestAtomicWriteToFile (0.01s) [2022-03-04T15:07:21.827Z] === RUN TestAtomicWriteSetCommit [2022-03-04T15:07:21.827Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2022-03-04T15:07:21.827Z] === RUN TestAtomicWriteSetCancel [2022-03-04T15:07:21.827Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2022-03-04T15:07:21.827Z] === RUN TestReadCloserWrapperClose [2022-03-04T15:07:21.827Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2022-03-04T15:07:21.827Z] === RUN TestReaderErrWrapperReadOnError [2022-03-04T15:07:21.827Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2022-03-04T15:07:21.827Z] === RUN TestReaderErrWrapperRead [2022-03-04T15:07:21.827Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2022-03-04T15:07:21.827Z] === RUN TestCancelReadCloser [2022-03-04T15:07:22.129Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-03-04T15:07:22.129Z] --- PASS: TestImportExtremelyLargeImageWorks (173.20s) [2022-03-04T15:07:22.129Z] PASS [2022-03-04T15:07:22.129Z] [2022-03-04T15:07:22.129Z] DONE 22 tests in 177.240s [2022-03-04T15:07:22.129Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2022-03-04T15:07:22.129Z] ++ 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-04T15:07:22.129Z] ++ set -e [2022-03-04T15:07:22.129Z] ++ '[' -n 0 ']' [2022-03-04T15:07:22.129Z] ++ set -x [2022-03-04T15:07:22.129Z] ++ 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-04T15:07:22.129Z] INFO: Testing against a local daemon [2022-03-04T15:07:22.129Z] === RUN TestNetworkCreateDelete [2022-03-04T15:07:22.296Z] --- PASS: TestCancelReadCloser (0.10s) [2022-03-04T15:07:22.296Z] === RUN TestWriteCloserWrapperClose [2022-03-04T15:07:22.296Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2022-03-04T15:07:22.296Z] === RUN TestNopWriteCloser [2022-03-04T15:07:22.296Z] --- PASS: TestNopWriteCloser (0.00s) [2022-03-04T15:07:22.296Z] === RUN TestNopWriter [2022-03-04T15:07:22.296Z] --- PASS: TestNopWriter (0.00s) [2022-03-04T15:07:22.296Z] === RUN TestWriteCounter [2022-03-04T15:07:22.296Z] --- PASS: TestWriteCounter (0.00s) [2022-03-04T15:07:22.296Z] PASS [2022-03-04T15:07:22.296Z] coverage: 70.1% of statements [2022-03-04T15:07:22.296Z] ok github.com/docker/docker/pkg/ioutils 0.624s coverage: 70.1% of statements [2022-03-04T15:07:22.391Z] --- PASS: TestNetworkCreateDelete (0.19s) [2022-03-04T15:07:22.391Z] === RUN TestDockerNetworkDeletePreferID [2022-03-04T15:07:22.766Z] --- PASS: TestNetworkDBNodeLeave (2.84s) [2022-03-04T15:07:22.766Z] === RUN TestNetworkDBWatch [2022-03-04T15:07:22.959Z] --- PASS: TestDockerNetworkDeletePreferID (0.42s) [2022-03-04T15:07:22.959Z] === RUN TestDaemonDNSFallback [2022-03-04T15:07:22.959Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-03-04T15:07:23.086Z] Cannot create a file when that file already exists. [2022-03-04T15:07:23.236Z] === RUN TestError [2022-03-04T15:07:23.236Z] --- PASS: TestError (0.00s) [2022-03-04T15:07:23.236Z] === RUN TestProgressString [2022-03-04T15:07:23.236Z] === RUN TestProgressString/no_progress [2022-03-04T15:07:23.236Z] === RUN TestProgressString/progress_1 [2022-03-04T15:07:23.236Z] === RUN TestProgressString/some_progress_with_a_start_time [2022-03-04T15:07:23.236Z] === RUN TestProgressString/some_progress_without_a_start_time [2022-03-04T15:07:23.236Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2022-03-04T15:07:23.236Z] === RUN TestProgressString/with_units [2022-03-04T15:07:23.236Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2022-03-04T15:07:23.236Z] === RUN TestProgressString/hide_counts [2022-03-04T15:07:23.236Z] --- PASS: TestProgressString (0.00s) [2022-03-04T15:07:23.236Z] --- PASS: TestProgressString/no_progress (0.00s) [2022-03-04T15:07:23.236Z] --- PASS: TestProgressString/progress_1 (0.00s) [2022-03-04T15:07:23.236Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2022-03-04T15:07:23.236Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2022-03-04T15:07:23.236Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2022-03-04T15:07:23.236Z] --- PASS: TestProgressString/with_units (0.00s) [2022-03-04T15:07:23.236Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2022-03-04T15:07:23.236Z] --- PASS: TestProgressString/hide_counts (0.00s) [2022-03-04T15:07:23.236Z] === RUN TestJSONMessageDisplay [2022-03-04T15:07:23.236Z] --- PASS: TestJSONMessageDisplay (0.15s) [2022-03-04T15:07:23.236Z] === RUN TestJSONMessageDisplayWithJSONError [2022-03-04T15:07:23.236Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2022-03-04T15:07:23.236Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2022-03-04T15:07:23.236Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2022-03-04T15:07:23.236Z] === RUN TestDisplayJSONMessagesStream [2022-03-04T15:07:23.236Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2022-03-04T15:07:23.236Z] PASS [2022-03-04T15:07:23.236Z] coverage: 91.7% of statements [2022-03-04T15:07:23.236Z] ok github.com/docker/docker/pkg/jsonmessage 0.200s coverage: 91.7% of statements [2022-03-04T15:07:23.705Z] === RUN TestStandardLongPath [2022-03-04T15:07:23.705Z] --- PASS: TestStandardLongPath (0.00s) [2022-03-04T15:07:23.705Z] === RUN TestUNCLongPath [2022-03-04T15:07:23.705Z] --- PASS: TestUNCLongPath (0.00s) [2022-03-04T15:07:23.705Z] PASS [2022-03-04T15:07:23.705Z] coverage: 100.0% of statements [2022-03-04T15:07:24.175Z] ok github.com/docker/docker/pkg/longpath 0.039s coverage: 100.0% of statements [2022-03-04T15:07:24.175Z] 2022/03/04 15:07:24 Closing DB instances... [2022-03-04T15:07:24.340Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2022-03-04T15:07:24.646Z] === RUN TestNameFormat [2022-03-04T15:07:24.646Z] --- PASS: TestNameFormat (0.00s) [2022-03-04T15:07:24.646Z] === RUN TestNameRetries [2022-03-04T15:07:24.646Z] --- PASS: TestNameRetries (0.00s) [2022-03-04T15:07:24.646Z] PASS [2022-03-04T15:07:24.646Z] coverage: 85.7% of statements [2022-03-04T15:07:24.646Z] ok github.com/docker/docker/pkg/namesgenerator 0.041s coverage: 85.7% of statements [2022-03-04T15:07:25.115Z] === RUN TestParseKeyValueOpt [2022-03-04T15:07:25.115Z] --- PASS: TestParseKeyValueOpt (0.00s) [2022-03-04T15:07:25.115Z] === RUN TestParseUintList [2022-03-04T15:07:25.115Z] --- PASS: TestParseUintList (0.00s) [2022-03-04T15:07:25.115Z] === RUN TestParseUintListMaximumLimits [2022-03-04T15:07:25.115Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2022-03-04T15:07:25.115Z] PASS [2022-03-04T15:07:25.115Z] coverage: 97.0% of statements [2022-03-04T15:07:25.115Z] ok github.com/docker/docker/pkg/parsers 0.049s coverage: 97.0% of statements [2022-03-04T15:07:25.278Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2022-03-04T15:07:25.537Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-03-04T15:07:25.590Z] --- PASS: TestNetworkDBWatch (3.03s) [2022-03-04T15:07:25.590Z] === RUN TestNetworkDBBulkSync [2022-03-04T15:07:26.059Z] === RUN TestNewAndRemove [2022-03-04T15:07:26.059Z] --- PASS: TestNewAndRemove (0.00s) [2022-03-04T15:07:26.059Z] === RUN TestRemoveInvalidPath [2022-03-04T15:07:26.059Z] --- PASS: TestRemoveInvalidPath (0.00s) [2022-03-04T15:07:26.059Z] PASS [2022-03-04T15:07:26.059Z] coverage: 82.6% of statements [2022-03-04T15:07:26.059Z] ok github.com/docker/docker/pkg/pidfile 0.051s coverage: 82.6% of statements [2022-03-04T15:07:26.106Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-03-04T15:07:26.365Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-03-04T15:07:27.049Z] 2022/03/04 15:07:26 Closing DB instances... [2022-03-04T15:07:28.030Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.011s coverage: 100.0% of statements [2022-03-04T15:07:28.043Z] === RUN TestFailedConnection [2022-03-04T15:07:28.517Z] --- PASS: TestGetAddress (22.64s) [2022-03-04T15:07:28.517Z] === RUN TestRequestSyntaxCheck [2022-03-04T15:07:28.517Z] --- PASS: TestRequestSyntaxCheck (0.03s) [2022-03-04T15:07:28.517Z] === RUN TestRequest [2022-03-04T15:07:28.517Z] --- PASS: TestNetworkDBBulkSync (2.82s) [2022-03-04T15:07:28.517Z] === RUN TestNetworkDBCRUDMediumCluster [2022-03-04T15:07:28.962Z] Removing intermediate container e81c2241b051 [2022-03-04T15:07:28.962Z] ---> ef7f2cb1ff56 [2022-03-04T15:07:28.962Z] Step 13/13 : CMD ["sh"] [2022-03-04T15:07:28.962Z] ---> Running in 6c12498b8832 [2022-03-04T15:07:28.962Z] Removing intermediate container 6c12498b8832 [2022-03-04T15:07:28.962Z] ---> e18647509e40 [2022-03-04T15:07:28.962Z] Successfully built e18647509e40 [2022-03-04T15:07:28.962Z] Successfully tagged busybox:latest [2022-03-04T15:07:28.962Z] INFO: Docker images of the daemon under test [2022-03-04T15:07:28.962Z] [2022-03-04T15:07:28.962Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-04T15:07:28.962Z] busybox latest e18647509e40 Less than a second ago 5GB [2022-03-04T15:07:28.962Z] microsoft/windowsservercore latest bdeb13086b9f 4 weeks ago 4.96GB [2022-03-04T15:07:28.962Z] mcr.microsoft.com/windows/servercore ltsc2022 bdeb13086b9f 4 weeks ago 4.96GB [2022-03-04T15:07:28.962Z] [2022-03-04T15:07:28.962Z] INFO: Running integration tests at 03/04/2022 15:07:28... [2022-03-04T15:07:28.962Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-03-04T15:07:28.962Z] INFO: Integration API tests being run from the host: [2022-03-04T15:07:28.962Z] INFO: make.ps1 starting at 03/04/2022 15:07:28 [2022-03-04T15:07:28.986Z] --- PASS: TestFailedConnection (1.06s) [2022-03-04T15:07:28.987Z] === RUN TestFailOnce [2022-03-04T15:07:28.987Z] 2022/03/04 15:07:28 http: panic serving 127.0.0.1:49282: Plugin not ready [2022-03-04T15:07:28.987Z] goroutine 18 [running]: [2022-03-04T15:07:28.987Z] net/http.(*conn).serve.func1() [2022-03-04T15:07:28.987Z] c:/go/src/net/http/server.go:1802 +0xb9 [2022-03-04T15:07:28.987Z] panic({0x44b9a0, 0x55f710}) [2022-03-04T15:07:28.987Z] c:/go/src/runtime/panic.go:1047 +0x266 [2022-03-04T15:07:28.987Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0x4ceb043c9a488e1e}, 0xc0000b7a98) [2022-03-04T15:07:28.987Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2022-03-04T15:07:28.987Z] net/http.HandlerFunc.ServeHTTP(0x0, {0x56c620, 0xc00021a000}, 0x381206) [2022-03-04T15:07:28.987Z] c:/go/src/net/http/server.go:2047 +0x2f [2022-03-04T15:07:28.987Z] net/http.(*ServeMux).ServeHTTP(0x0, {0x56c620, 0xc00021a000}, 0xc0000ae000) [2022-03-04T15:07:28.987Z] c:/go/src/net/http/server.go:2425 +0x149 [2022-03-04T15:07:28.987Z] net/http.serverHandler.ServeHTTP({0x56ad10}, {0x56c620, 0xc00021a000}, 0xc0000ae000) [2022-03-04T15:07:28.987Z] c:/go/src/net/http/server.go:2879 +0x43b [2022-03-04T15:07:28.987Z] net/http.(*conn).serve(0xc0000a8000, {0x56e620, 0xc00008a0c0}) [2022-03-04T15:07:28.987Z] c:/go/src/net/http/server.go:1930 +0xb08 [2022-03-04T15:07:28.987Z] created by net/http.(*Server).Serve [2022-03-04T15:07:28.987Z] c:/go/src/net/http/server.go:3034 +0x4e8 [2022-03-04T15:07:28.987Z] time="2022-03-04T15:07:28Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49281/Test.FailOnce: Post \"http://127.0.0.1:49281/Test.FailOnce\": EOF, retrying in 1s" [2022-03-04T15:07:29.654Z] --- PASS: TestDaemonDNSFallback (6.57s) [2022-03-04T15:07:29.655Z] === RUN TestInspectNetwork [2022-03-04T15:07:29.950Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-03-04T15:07:29.978Z] --- PASS: TestFailOnce (1.15s) [2022-03-04T15:07:29.978Z] === RUN TestEchoInputOutput [2022-03-04T15:07:29.978Z] --- PASS: TestEchoInputOutput (0.00s) [2022-03-04T15:07:29.978Z] === RUN TestBackoff [2022-03-04T15:07:29.978Z] --- PASS: TestBackoff (0.00s) [2022-03-04T15:07:29.978Z] === RUN TestAbortRetry [2022-03-04T15:07:29.978Z] --- PASS: TestAbortRetry (0.00s) [2022-03-04T15:07:29.978Z] === RUN TestClientScheme [2022-03-04T15:07:29.978Z] --- PASS: TestClientScheme (0.00s) [2022-03-04T15:07:29.978Z] === RUN TestNewClientWithTimeout [2022-03-04T15:07:30.447Z] time="2022-03-04T15:07:30Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49290/Test.Echo: Post \"http://127.0.0.1:49290/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2022-03-04T15:07:31.436Z] 2022/03/04 15:07:31 Closing DB instances... [2022-03-04T15:07:31.436Z] time="2022-03-04T15:07:31Z" level=error msg="node: 32f8a011c058 is unknown to memberlist" [2022-03-04T15:07:32.430Z] time="2022-03-04T15:07:31Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49290/Test.Echo: Post \"http://127.0.0.1:49290/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2022-03-04T15:07:32.948Z] === RUN TestInspectNetwork/full_network_id [2022-03-04T15:07:32.949Z] === RUN TestInspectNetwork/partial_network_id [2022-03-04T15:07:32.949Z] === RUN TestInspectNetwork/network_name [2022-03-04T15:07:32.949Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2022-03-04T15:07:33.207Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-03-04T15:07:34.651Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.88s) [2022-03-04T15:07:34.651Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2022-03-04T15:07:34.651Z] time="2022-03-04T15:07:34Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49290/Test.Echo: Post \"http://127.0.0.1:49290/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2022-03-04T15:07:35.120Z] === RUN TestParseEmptyInterface [2022-03-04T15:07:35.120Z] --- PASS: TestParseEmptyInterface (0.00s) [2022-03-04T15:07:35.120Z] === RUN TestParseNonInterfaceType [2022-03-04T15:07:35.120Z] --- PASS: TestParseNonInterfaceType (0.00s) [2022-03-04T15:07:35.120Z] === RUN TestParseWithOneFunction [2022-03-04T15:07:35.120Z] --- PASS: TestParseWithOneFunction (0.00s) [2022-03-04T15:07:35.120Z] === RUN TestParseWithMultipleFuncs [2022-03-04T15:07:35.120Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2022-03-04T15:07:35.120Z] === RUN TestParseWithUnnamedReturn [2022-03-04T15:07:35.120Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2022-03-04T15:07:35.120Z] === RUN TestEmbeddedInterface [2022-03-04T15:07:35.120Z] --- PASS: TestEmbeddedInterface (0.00s) [2022-03-04T15:07:35.120Z] === RUN TestParsedImports [2022-03-04T15:07:35.120Z] --- PASS: TestParsedImports (0.00s) [2022-03-04T15:07:35.120Z] === RUN TestAliasedImports [2022-03-04T15:07:35.120Z] --- PASS: TestAliasedImports (0.00s) [2022-03-04T15:07:35.120Z] PASS [2022-03-04T15:07:35.120Z] coverage: 56.8% of statements [2022-03-04T15:07:35.120Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.055s coverage: 56.8% of statements [2022-03-04T15:07:35.590Z] 2022/03/04 15:07:35 Closing DB instances... [2022-03-04T15:07:35.740Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-03-04T15:07:35.998Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-03-04T15:07:36.580Z] === RUN TestHTTPTransport [2022-03-04T15:07:36.580Z] --- PASS: TestHTTPTransport (0.00s) [2022-03-04T15:07:36.580Z] PASS [2022-03-04T15:07:36.580Z] coverage: 85.7% of statements [2022-03-04T15:07:36.580Z] ok github.com/docker/docker/pkg/plugins/transport 0.046s coverage: 85.7% of statements [2022-03-04T15:07:37.049Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.62s) [2022-03-04T15:07:37.049Z] === RUN TestNetworkDBGarbageCollection [2022-03-04T15:07:37.049Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2022-03-04T15:07:37.049Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-04T15:07:37.049Z] === RUN TestBufioReaderPoolPutAndGet [2022-03-04T15:07:37.049Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2022-03-04T15:07:37.049Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2022-03-04T15:07:37.049Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2022-03-04T15:07:37.049Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2022-03-04T15:07:37.049Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2022-03-04T15:07:37.049Z] === RUN TestBufioWriterPoolPutAndGet [2022-03-04T15:07:37.049Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2022-03-04T15:07:37.050Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2022-03-04T15:07:37.050Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2022-03-04T15:07:37.050Z] === RUN TestBufferPoolPutAndGet [2022-03-04T15:07:37.050Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2022-03-04T15:07:37.050Z] PASS [2022-03-04T15:07:37.050Z] coverage: 88.2% of statements [2022-03-04T15:07:37.050Z] ok github.com/docker/docker/pkg/pools 0.041s coverage: 88.2% of statements [2022-03-04T15:07:37.377Z] --- PASS: TestInspectNetwork (7.90s) [2022-03-04T15:07:37.378Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2022-03-04T15:07:37.378Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2022-03-04T15:07:37.378Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2022-03-04T15:07:37.378Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2022-03-04T15:07:37.378Z] === RUN TestRunContainerWithBridgeNone [2022-03-04T15:07:37.519Z] --- PASS: TestRequest (9.04s) [2022-03-04T15:07:37.519Z] === RUN TestOverlappingRequests [2022-03-04T15:07:37.519Z] === RUN TestOutputOnPrematureClose [2022-03-04T15:07:37.519Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2022-03-04T15:07:37.519Z] === RUN TestCompleteSilently [2022-03-04T15:07:37.519Z] --- PASS: TestCompleteSilently (0.00s) [2022-03-04T15:07:37.519Z] PASS [2022-03-04T15:07:37.519Z] coverage: 75.9% of statements [2022-03-04T15:07:37.519Z] ok github.com/docker/docker/pkg/progress 0.039s coverage: 75.9% of statements [2022-03-04T15:07:37.945Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-03-04T15:07:37.945Z] docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows [2022-03-04T15:07:37.945Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-03-04T15:07:37.988Z] --- PASS: TestOverlappingRequests (0.47s) [2022-03-04T15:07:37.988Z] === RUN TestRelease [2022-03-04T15:07:37.988Z] === RUN TestSendToOneSub [2022-03-04T15:07:37.988Z] --- PASS: TestSendToOneSub (0.00s) [2022-03-04T15:07:37.988Z] === RUN TestSendToMultipleSubs [2022-03-04T15:07:37.988Z] --- PASS: TestSendToMultipleSubs (0.00s) [2022-03-04T15:07:37.988Z] === RUN TestEvictOneSub [2022-03-04T15:07:37.988Z] --- PASS: TestEvictOneSub (0.00s) [2022-03-04T15:07:37.988Z] === RUN TestClosePublisher [2022-03-04T15:07:37.988Z] --- PASS: TestClosePublisher (0.00s) [2022-03-04T15:07:37.988Z] === RUN TestPubSubRace [2022-03-04T15:07:38.976Z] time="2022-03-04T15:07:38Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49290/Test.Echo: Post \"http://127.0.0.1:49290/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2022-03-04T15:07:39.323Z] --- PASS: TestRunContainerWithBridgeNone (2.04s) [2022-03-04T15:07:39.323Z] === RUN TestNetworkInvalidJSON [2022-03-04T15:07:39.323Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-04T15:07:39.323Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-04T15:07:39.323Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-04T15:07:39.323Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-04T15:07:39.323Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-04T15:07:39.323Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-04T15:07:39.323Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-04T15:07:39.323Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-04T15:07:39.323Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-04T15:07:39.323Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2022-03-04T15:07:39.323Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2022-03-04T15:07:39.323Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2022-03-04T15:07:39.323Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2022-03-04T15:07:39.323Z] === RUN TestNetworkList [2022-03-04T15:07:39.323Z] === RUN TestNetworkList//networks [2022-03-04T15:07:39.323Z] === PAUSE TestNetworkList//networks [2022-03-04T15:07:39.323Z] === RUN TestNetworkList//networks/ [2022-03-04T15:07:39.323Z] === PAUSE TestNetworkList//networks/ [2022-03-04T15:07:39.323Z] === CONT TestNetworkList//networks [2022-03-04T15:07:39.323Z] === CONT TestNetworkList//networks/ [2022-03-04T15:07:39.323Z] --- PASS: TestNetworkList (0.02s) [2022-03-04T15:07:39.323Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-04T15:07:39.323Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-04T15:07:39.323Z] === RUN TestHostIPv4BridgeLabel [2022-03-04T15:07:39.447Z] --- PASS: TestPubSubRace (1.06s) [2022-03-04T15:07:39.447Z] PASS [2022-03-04T15:07:39.447Z] coverage: 75.0% of statements [2022-03-04T15:07:39.447Z] ok github.com/docker/docker/pkg/pubsub 1.098s coverage: 75.0% of statements [2022-03-04T15:07:39.447Z] --- PASS: TestRelease (1.63s) [2022-03-04T15:07:39.447Z] === RUN TestAllocateRandomDeallocate [2022-03-04T15:07:39.891Z] --- PASS: TestHostIPv4BridgeLabel (0.60s) [2022-03-04T15:07:39.891Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-04T15:07:39.916Z] === RUN TestRegister [2022-03-04T15:07:39.916Z] --- PASS: TestRegister (0.00s) [2022-03-04T15:07:39.916Z] === RUN TestCommand [2022-03-04T15:07:39.916Z] --- PASS: TestCommand (0.03s) [2022-03-04T15:07:39.916Z] === RUN TestNaiveSelf [2022-03-04T15:07:39.916Z] --- PASS: TestNaiveSelf (0.03s) [2022-03-04T15:07:39.916Z] PASS [2022-03-04T15:07:39.916Z] coverage: 82.4% of statements [2022-03-04T15:07:39.916Z] ok github.com/docker/docker/pkg/reexec 0.103s coverage: 82.4% of statements [2022-03-04T15:07:40.225Z] ok github.com/docker/docker/libnetwork/ipam 13.656s coverage: 85.3% of statements [2022-03-04T15:07:40.225Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-04T15:07:40.225Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-04T15:07:40.484Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2022-03-04T15:07:40.743Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.006s coverage: 47.4% of statements [2022-03-04T15:07:40.743Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-04T15:07:40.906Z] === RUN TestDump [2022-03-04T15:07:40.906Z] goroutine 19 [running]: [2022-03-04T15:07:40.906Z] github.com/docker/docker/pkg/stack.dump(0x2fb6b7) [2022-03-04T15:07:40.906Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-04T15:07:40.906Z] github.com/docker/docker/pkg/stack.Dump(...) [2022-03-04T15:07:40.906Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2022-03-04T15:07:40.906Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2022-03-04T15:07:40.906Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2022-03-04T15:07:40.906Z] testing.tRunner(0xc0000851e0, 0x468f38) [2022-03-04T15:07:40.906Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-04T15:07:40.906Z] created by testing.(*T).Run [2022-03-04T15:07:40.906Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-04T15:07:40.906Z] [2022-03-04T15:07:40.906Z] goroutine 1 [chan receive]: [2022-03-04T15:07:40.906Z] testing.(*T).Run(0xc000085040, {0x45a571, 0x2da413}, 0x468f38) [2022-03-04T15:07:40.906Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-04T15:07:40.906Z] testing.runTests.func1(0xc0000b6810) [2022-03-04T15:07:40.906Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-04T15:07:40.906Z] testing.tRunner(0xc000085040, 0xc0000c1ce0) [2022-03-04T15:07:40.906Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-04T15:07:40.906Z] testing.runTests(0xc0000d0080, {0x5ccc20, 0x3, 0x3}, {0x2fa90d, 0x45c26b, 0x5d16e0}) [2022-03-04T15:07:40.906Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-04T15:07:40.906Z] testing.(*M).Run(0xc0000d0080) [2022-03-04T15:07:40.906Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-04T15:07:40.906Z] main.main() [2022-03-04T15:07:40.906Z] _testmain.go:95 +0x1f5 [2022-03-04T15:07:40.906Z] --- PASS: TestDump (0.00s) [2022-03-04T15:07:40.906Z] === RUN TestDumpToFile [2022-03-04T15:07:40.906Z] --- PASS: TestDumpToFile (0.14s) [2022-03-04T15:07:40.906Z] === RUN TestDumpToFileWithEmptyInput [2022-03-04T15:07:40.906Z] goroutine 21 [running]: [2022-03-04T15:07:40.906Z] github.com/docker/docker/pkg/stack.dump(0x368894) [2022-03-04T15:07:40.906Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2022-03-04T15:07:40.906Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0x368c40}) [2022-03-04T15:07:40.906Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2022-03-04T15:07:40.906Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc0000851e0) [2022-03-04T15:07:40.906Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2022-03-04T15:07:40.906Z] testing.tRunner(0xc0000856c0, 0x468f28) [2022-03-04T15:07:40.906Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-04T15:07:40.906Z] created by testing.(*T).Run [2022-03-04T15:07:40.906Z] c:/go/src/testing/testing.go:1306 +0x35a [2022-03-04T15:07:40.906Z] [2022-03-04T15:07:40.906Z] goroutine 1 [chan receive]: [2022-03-04T15:07:40.906Z] testing.(*T).Run(0xc000085040, {0x461356, 0x2da413}, 0x468f28) [2022-03-04T15:07:40.906Z] c:/go/src/testing/testing.go:1307 +0x375 [2022-03-04T15:07:40.906Z] testing.runTests.func1(0xc0000b6810) [2022-03-04T15:07:40.906Z] c:/go/src/testing/testing.go:1598 +0x6e [2022-03-04T15:07:40.906Z] testing.tRunner(0xc000085040, 0xc0000c1ce0) [2022-03-04T15:07:40.906Z] c:/go/src/testing/testing.go:1259 +0x102 [2022-03-04T15:07:40.906Z] testing.runTests(0xc0000d0080, {0x5ccc20, 0x3, 0x3}, {0x2fa90d, 0x45c26b, 0x5d16e0}) [2022-03-04T15:07:40.906Z] c:/go/src/testing/testing.go:1596 +0x43f [2022-03-04T15:07:40.906Z] testing.(*M).Run(0xc0000d0080) [2022-03-04T15:07:40.906Z] c:/go/src/testing/testing.go:1504 +0x51d [2022-03-04T15:07:40.906Z] main.main() [2022-03-04T15:07:40.906Z] _testmain.go:95 +0x1f5 [2022-03-04T15:07:40.906Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2022-03-04T15:07:40.906Z] PASS [2022-03-04T15:07:40.906Z] coverage: 90.9% of statements [2022-03-04T15:07:40.906Z] ok github.com/docker/docker/pkg/stack 0.183s coverage: 90.9% of statements [2022-03-04T15:07:41.001Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2022-03-04T15:07:41.267Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2022-03-04T15:07:41.267Z] === RUN TestDaemonDefaultNetworkPools [2022-03-04T15:07:41.267Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-03-04T15:07:41.376Z] === RUN TestNewStdWriter [2022-03-04T15:07:41.376Z] --- PASS: TestNewStdWriter (0.00s) [2022-03-04T15:07:41.376Z] === RUN TestWriteWithUninitializedStdWriter [2022-03-04T15:07:41.376Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2022-03-04T15:07:41.376Z] === RUN TestWriteWithNilBytes [2022-03-04T15:07:41.377Z] --- PASS: TestWriteWithNilBytes (0.00s) [2022-03-04T15:07:41.377Z] === RUN TestWrite [2022-03-04T15:07:41.377Z] --- PASS: TestWrite (0.00s) [2022-03-04T15:07:41.377Z] === RUN TestWriteWithWriterError [2022-03-04T15:07:41.377Z] --- PASS: TestWriteWithWriterError (0.00s) [2022-03-04T15:07:41.377Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2022-03-04T15:07:41.377Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2022-03-04T15:07:41.377Z] === RUN TestStdCopyWriteAndRead [2022-03-04T15:07:41.377Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2022-03-04T15:07:41.377Z] === RUN TestStdCopyReturnsErrorReadingHeader [2022-03-04T15:07:41.377Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2022-03-04T15:07:41.377Z] === RUN TestStdCopyReturnsErrorReadingFrame [2022-03-04T15:07:41.377Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2022-03-04T15:07:41.377Z] === RUN TestStdCopyDetectsCorruptedFrame [2022-03-04T15:07:41.377Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2022-03-04T15:07:41.377Z] === RUN TestStdCopyWithInvalidInputHeader [2022-03-04T15:07:41.377Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2022-03-04T15:07:41.377Z] === RUN TestStdCopyWithCorruptedPrefix [2022-03-04T15:07:41.377Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2022-03-04T15:07:41.377Z] === RUN TestStdCopyReturnsWriteErrors [2022-03-04T15:07:41.377Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2022-03-04T15:07:41.377Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2022-03-04T15:07:41.377Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2022-03-04T15:07:41.377Z] === RUN TestStdCopyReturnsErrorFromSystem [2022-03-04T15:07:41.377Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2022-03-04T15:07:41.377Z] PASS [2022-03-04T15:07:41.377Z] coverage: 100.0% of statements [2022-03-04T15:07:41.377Z] ok github.com/docker/docker/pkg/stdcopy 0.038s coverage: 100.0% of statements [2022-03-04T15:07:41.526Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-03-04T15:07:41.567Z] ok github.com/docker/docker/libnetwork/ipamutils 0.255s coverage: 74.0% of statements [2022-03-04T15:07:41.785Z] --- PASS: TestDaemonDefaultNetworkPools (0.78s) [2022-03-04T15:07:41.785Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-04T15:07:42.133Z] ok github.com/docker/docker/libnetwork/iptables 0.157s coverage: 45.1% of statements [2022-03-04T15:07:42.133Z] ok github.com/docker/docker/libnetwork/netlabel 0.001s coverage: 60.0% of statements [2022-03-04T15:07:42.370Z] === RUN TestRawProgressFormatterFormatStatus [2022-03-04T15:07:42.370Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2022-03-04T15:07:42.370Z] === RUN TestRawProgressFormatterFormatProgress [2022-03-04T15:07:42.370Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2022-03-04T15:07:42.370Z] === RUN TestFormatStatus [2022-03-04T15:07:42.370Z] --- PASS: TestFormatStatus (0.00s) [2022-03-04T15:07:42.370Z] === RUN TestFormatError [2022-03-04T15:07:42.370Z] --- PASS: TestFormatError (0.00s) [2022-03-04T15:07:42.370Z] === RUN TestFormatJSONError [2022-03-04T15:07:42.370Z] --- PASS: TestFormatJSONError (0.00s) [2022-03-04T15:07:42.370Z] === RUN TestJsonProgressFormatterFormatProgress [2022-03-04T15:07:42.370Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2022-03-04T15:07:42.370Z] === RUN TestJsonProgressFormatterFormatStatus [2022-03-04T15:07:42.370Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2022-03-04T15:07:42.370Z] === RUN TestNewJSONProgressOutput [2022-03-04T15:07:42.370Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2022-03-04T15:07:42.370Z] === RUN TestAuxFormatterEmit [2022-03-04T15:07:42.370Z] --- PASS: TestAuxFormatterEmit (0.00s) [2022-03-04T15:07:42.370Z] === RUN TestStreamWriterStdout [2022-03-04T15:07:42.370Z] --- PASS: TestStreamWriterStdout (0.00s) [2022-03-04T15:07:42.370Z] === RUN TestStreamWriterStderr [2022-03-04T15:07:42.370Z] --- PASS: TestStreamWriterStderr (0.00s) [2022-03-04T15:07:42.370Z] PASS [2022-03-04T15:07:42.370Z] coverage: 66.2% of statements [2022-03-04T15:07:42.370Z] ok github.com/docker/docker/pkg/streamformatter 0.044s coverage: 66.2% of statements [2022-03-04T15:07:42.391Z] ok github.com/docker/docker/libnetwork/netutils 0.018s coverage: 44.1% of statements [2022-03-04T15:07:42.839Z] === RUN TestGenerateRandomID [2022-03-04T15:07:42.840Z] --- PASS: TestGenerateRandomID (0.00s) [2022-03-04T15:07:42.840Z] === RUN TestShortenId [2022-03-04T15:07:42.840Z] --- PASS: TestShortenId (0.00s) [2022-03-04T15:07:42.840Z] === RUN TestShortenSha256Id [2022-03-04T15:07:42.840Z] --- PASS: TestShortenSha256Id (0.00s) [2022-03-04T15:07:42.840Z] === RUN TestShortenIdEmpty [2022-03-04T15:07:42.840Z] --- PASS: TestShortenIdEmpty (0.00s) [2022-03-04T15:07:42.840Z] === RUN TestShortenIdInvalid [2022-03-04T15:07:42.840Z] --- PASS: TestShortenIdInvalid (0.00s) [2022-03-04T15:07:42.840Z] === RUN TestIsShortIDNonHex [2022-03-04T15:07:42.840Z] --- PASS: TestIsShortIDNonHex (0.00s) [2022-03-04T15:07:42.840Z] === RUN TestIsShortIDNotCorrectSize [2022-03-04T15:07:42.840Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2022-03-04T15:07:42.840Z] PASS [2022-03-04T15:07:42.840Z] coverage: 70.6% of statements [2022-03-04T15:07:42.840Z] ok github.com/docker/docker/pkg/stringid 0.037s coverage: 70.6% of statements [2022-03-04T15:07:43.164Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-03-04T15:07:43.164Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.15s) [2022-03-04T15:07:43.164Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-04T15:07:43.164Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-03-04T15:07:43.830Z] === RUN TestIsCpusetListAvailable [2022-03-04T15:07:43.830Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2022-03-04T15:07:43.830Z] PASS [2022-03-04T15:07:43.830Z] coverage: 39.4% of statements [2022-03-04T15:07:43.830Z] ok github.com/docker/docker/pkg/sysinfo 0.038s coverage: 39.4% of statements [2022-03-04T15:07:44.103Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.26s) [2022-03-04T15:07:44.103Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-04T15:07:44.299Z] --- PASS: TestAllocateRandomDeallocate (4.92s) [2022-03-04T15:07:44.299Z] === RUN TestRetrieveFromStore [2022-03-04T15:07:44.671Z] === RUN TestDockerSuite/TestBuildNetNone [2022-03-04T15:07:44.930Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.60s) [2022-03-04T15:07:44.930Z] === RUN TestServiceWithPredefinedNetwork [2022-03-04T15:07:45.188Z] === RUN TestDockerSuite/TestBuildNoContext [2022-03-04T15:07:45.291Z] === RUN TestChtimes [2022-03-04T15:07:45.291Z] --- PASS: TestChtimes (0.00s) [2022-03-04T15:07:45.291Z] === RUN TestChtimesWindows [2022-03-04T15:07:45.291Z] --- PASS: TestChtimesWindows (0.00s) [2022-03-04T15:07:45.291Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2022-03-04T15:07:45.291Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2022-03-04T15:07:45.291Z] PASS [2022-03-04T15:07:45.291Z] coverage: 12.9% of statements [2022-03-04T15:07:45.291Z] ok github.com/docker/docker/pkg/system 0.051s coverage: 12.9% of statements [2022-03-04T15:07:45.758Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-03-04T15:07:45.761Z] === RUN TestTailFile [2022-03-04T15:07:45.761Z] --- PASS: TestTailFile (0.00s) [2022-03-04T15:07:45.761Z] === RUN TestTailFileManyLines [2022-03-04T15:07:45.761Z] --- PASS: TestTailFileManyLines (0.00s) [2022-03-04T15:07:45.761Z] === RUN TestTailEmptyFile [2022-03-04T15:07:45.761Z] --- PASS: TestTailEmptyFile (0.00s) [2022-03-04T15:07:45.761Z] === RUN TestTailNegativeN [2022-03-04T15:07:45.761Z] --- PASS: TestTailNegativeN (0.00s) [2022-03-04T15:07:45.761Z] === RUN TestNewTailReader [2022-03-04T15:07:45.761Z] === PAUSE TestNewTailReader [2022-03-04T15:07:45.761Z] === CONT TestNewTailReader [2022-03-04T15:07:45.761Z] === RUN TestNewTailReader/no_delimiter [2022-03-04T15:07:45.761Z] === PAUSE TestNewTailReader/no_delimiter [2022-03-04T15:07:45.761Z] === RUN TestNewTailReader/single_byte_delimiter [2022-03-04T15:07:45.761Z] === PAUSE TestNewTailReader/single_byte_delimiter [2022-03-04T15:07:45.761Z] === RUN TestNewTailReader/2_byte_delimiter [2022-03-04T15:07:45.761Z] === PAUSE TestNewTailReader/2_byte_delimiter [2022-03-04T15:07:45.761Z] === RUN TestNewTailReader/4_byte_delimiter [2022-03-04T15:07:45.761Z] === PAUSE TestNewTailReader/4_byte_delimiter [2022-03-04T15:07:45.761Z] === RUN TestNewTailReader/8_byte_delimiter [2022-03-04T15:07:45.761Z] === PAUSE TestNewTailReader/8_byte_delimiter [2022-03-04T15:07:45.761Z] === RUN TestNewTailReader/12_byte_delimiter [2022-03-04T15:07:45.761Z] === PAUSE TestNewTailReader/12_byte_delimiter [2022-03-04T15:07:45.761Z] === RUN TestNewTailReader/truncated_last_line [2022-03-04T15:07:45.761Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2022-03-04T15:07:45.761Z] === RUN TestNewTailReader/truncated_last_line#01 [2022-03-04T15:07:45.761Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2022-03-04T15:07:45.761Z] === RUN TestNewTailReader/truncated_last_line#02 [2022-03-04T15:07:45.761Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2022-03-04T15:07:45.761Z] === CONT TestNewTailReader/no_delimiter [2022-03-04T15:07:45.761Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2022-03-04T15:07:45.761Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2022-03-04T15:07:45.761Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2022-03-04T15:07:45.761Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2022-03-04T15:07:45.761Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2022-03-04T15:07:45.761Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2022-03-04T15:07:45.761Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T15:07:45.761Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T15:07:45.761Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T15:07:45.761Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T15:07:45.761Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-04T15:07:45.761Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-04T15:07:45.761Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-04T15:07:45.761Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-04T15:07:45.761Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2022-03-04T15:07:45.761Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2022-03-04T15:07:45.761Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-04T15:07:45.761Z] === CONT TestNewTailReader/4_byte_delimiter [2022-03-04T15:07:45.761Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-04T15:07:45.761Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-04T15:07:45.761Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-04T15:07:45.761Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-04T15:07:45.761Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-04T15:07:45.761Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-04T15:07:45.761Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2022-03-04T15:07:45.761Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2022-03-04T15:07:45.761Z] === RUN TestNewTailReader/no_delimiter/no_lines [2022-03-04T15:07:45.761Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2022-03-04T15:07:45.761Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-04T15:07:45.761Z] === CONT TestNewTailReader/2_byte_delimiter [2022-03-04T15:07:45.761Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-04T15:07:45.761Z] === CONT TestNewTailReader/12_byte_delimiter [2022-03-04T15:07:45.761Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-04T15:07:45.761Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-04T15:07:45.761Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-04T15:07:45.761Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-04T15:07:45.761Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-04T15:07:45.761Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-04T15:07:45.761Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-04T15:07:45.761Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T15:07:45.761Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T15:07:45.761Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T15:07:45.761Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T15:07:45.761Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-04T15:07:45.761Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-04T15:07:45.761Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-04T15:07:45.761Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-04T15:07:45.761Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-04T15:07:45.761Z] === CONT TestNewTailReader/single_byte_delimiter [2022-03-04T15:07:45.761Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-04T15:07:45.761Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-04T15:07:45.761Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-04T15:07:45.761Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-04T15:07:45.761Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-04T15:07:45.761Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-04T15:07:45.761Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-04T15:07:45.761Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-04T15:07:45.761Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-04T15:07:45.761Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-04T15:07:45.761Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T15:07:45.761Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-04T15:07:45.761Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-04T15:07:45.761Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-04T15:07:45.761Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-04T15:07:45.761Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2022-03-04T15:07:45.761Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2022-03-04T15:07:45.761Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-04T15:07:45.761Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-04T15:07:45.761Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-04T15:07:45.761Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-04T15:07:45.761Z] === CONT TestNewTailReader/8_byte_delimiter [2022-03-04T15:07:45.761Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T15:07:45.761Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-04T15:07:45.761Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T15:07:45.761Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T15:07:45.761Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T15:07:45.761Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-04T15:07:45.761Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-04T15:07:45.761Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-04T15:07:45.761Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-04T15:07:45.761Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-04T15:07:45.761Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-04T15:07:45.762Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-04T15:07:45.762Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-04T15:07:45.762Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-04T15:07:45.762Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-04T15:07:45.762Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2022-03-04T15:07:45.762Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2022-03-04T15:07:45.762Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-04T15:07:45.762Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-04T15:07:45.762Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T15:07:45.762Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T15:07:46.255Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T15:07:46.255Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T15:07:46.255Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-04T15:07:46.255Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-04T15:07:46.255Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-04T15:07:46.255Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-04T15:07:46.255Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-04T15:07:46.255Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-04T15:07:46.255Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-04T15:07:46.255Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-04T15:07:46.255Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-04T15:07:46.255Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-04T15:07:46.255Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2022-03-04T15:07:46.255Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2022-03-04T15:07:46.255Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2022-03-04T15:07:46.255Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T15:07:46.255Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-04T15:07:46.255Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T15:07:46.255Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-04T15:07:46.255Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T15:07:46.255Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-04T15:07:46.255Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-04T15:07:46.255Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-04T15:07:46.255Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-04T15:07:46.255Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-04T15:07:46.255Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-04T15:07:46.255Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-04T15:07:46.255Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-04T15:07:46.255Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-04T15:07:46.255Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-04T15:07:46.255Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-04T15:07:46.255Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-04T15:07:46.255Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T15:07:46.255Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T15:07:46.255Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T15:07:46.255Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T15:07:46.255Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2022-03-04T15:07:46.255Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T15:07:46.255Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-04T15:07:46.255Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T15:07:46.255Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-04T15:07:46.255Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-04T15:07:46.255Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-04T15:07:46.255Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-04T15:07:46.255Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-04T15:07:46.255Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-04T15:07:46.255Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-04T15:07:46.255Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-04T15:07:46.255Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-04T15:07:46.255Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-04T15:07:46.255Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2022-03-04T15:07:46.255Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2022-03-04T15:07:46.255Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T15:07:46.256Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2022-03-04T15:07:46.256Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-04T15:07:46.256Z] === CONT TestNewTailReader/no_delimiter/no_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-04T15:07:46.256Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-04T15:07:46.256Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-04T15:07:46.256Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T15:07:46.256Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T15:07:46.256Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T15:07:46.256Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2022-03-04T15:07:46.256Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2022-03-04T15:07:46.256Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T15:07:46.256Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T15:07:46.256Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2022-03-04T15:07:46.256Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2022-03-04T15:07:46.256Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T15:07:46.256Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T15:07:46.256Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T15:07:46.256Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T15:07:46.256Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T15:07:46.256Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-04T15:07:46.256Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T15:07:46.256Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T15:07:46.256Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T15:07:46.257Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T15:07:46.257Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T15:07:46.257Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T15:07:46.257Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T15:07:46.257Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T15:07:46.257Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T15:07:46.257Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2022-03-04T15:07:46.257Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-04T15:07:46.257Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-04T15:07:46.257Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-04T15:07:46.257Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-04T15:07:46.257Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T15:07:46.257Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T15:07:46.257Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T15:07:46.257Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T15:07:46.257Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T15:07:46.257Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T15:07:46.257Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T15:07:46.257Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T15:07:46.257Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T15:07:46.257Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T15:07:46.257Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T15:07:46.257Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T15:07:46.257Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-04T15:07:46.257Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-04T15:07:46.257Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T15:07:46.258Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T15:07:46.258Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T15:07:46.258Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T15:07:46.258Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2022-03-04T15:07:46.258Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T15:07:46.258Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T15:07:46.258Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-04T15:07:46.258Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2022-03-04T15:07:46.258Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T15:07:46.258Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T15:07:46.258Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-04T15:07:46.258Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T15:07:46.258Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T15:07:46.258Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T15:07:46.258Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-04T15:07:46.258Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T15:07:46.258Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T15:07:46.258Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T15:07:46.258Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2022-03-04T15:07:46.258Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T15:07:46.258Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2022-03-04T15:07:46.258Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T15:07:46.258Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T15:07:46.258Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T15:07:46.258Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T15:07:46.258Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T15:07:46.258Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2022-03-04T15:07:46.258Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T15:07:46.258Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2022-03-04T15:07:46.258Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2022-03-04T15:07:46.258Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2022-03-04T15:07:46.258Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2022-03-04T15:07:46.258Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2022-03-04T15:07:46.258Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2022-03-04T15:07:46.258Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2022-03-04T15:07:46.258Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T15:07:46.258Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T15:07:46.258Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2022-03-04T15:07:46.258Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T15:07:46.258Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T15:07:46.258Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T15:07:46.258Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T15:07:46.258Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T15:07:46.258Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-04T15:07:46.259Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T15:07:46.259Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2022-03-04T15:07:46.259Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2022-03-04T15:07:46.260Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2022-03-04T15:07:46.261Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2022-03-04T15:07:46.261Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2022-03-04T15:07:46.261Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2022-03-04T15:07:46.261Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2022-03-04T15:07:46.261Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2022-03-04T15:07:46.261Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2022-03-04T15:07:46.261Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2022-03-04T15:07:46.261Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2022-03-04T15:07:46.261Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2022-03-04T15:07:46.261Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2022-03-04T15:07:46.261Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2022-03-04T15:07:46.261Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2022-03-04T15:07:46.261Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2022-03-04T15:07:46.261Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2022-03-04T15:07:46.261Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2022-03-04T15:07:46.261Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2022-03-04T15:07:46.261Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2022-03-04T15:07:46.261Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2022-03-04T15:07:46.261Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2022-03-04T15:07:46.261Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2022-03-04T15:07:46.261Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2022-03-04T15:07:46.261Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2022-03-04T15:07:46.261Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2022-03-04T15:07:46.261Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2022-03-04T15:07:46.261Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2022-03-04T15:07:46.261Z] --- PASS: TestNewTailReader (0.00s) [2022-03-04T15:07:46.261Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2022-03-04T15:07:46.261Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2022-03-04T15:07:46.261Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2022-03-04T15:07:46.261Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2022-03-04T15:07:46.261Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2022-03-04T15:07:46.261Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2022-03-04T15:07:46.261Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2022-03-04T15:07:46.261Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2022-03-04T15:07:46.261Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2022-03-04T15:07:46.261Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.261Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2022-03-04T15:07:46.261Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-04T15:07:46.261Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.261Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2022-03-04T15:07:46.261Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-04T15:07:46.261Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.261Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2022-03-04T15:07:46.261Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-04T15:07:46.261Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.261Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2022-03-04T15:07:46.327Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-03-04T15:07:46.730Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.730Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2022-03-04T15:07:46.730Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-04T15:07:46.730Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.730Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-04T15:07:46.730Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-04T15:07:46.730Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-04T15:07:46.730Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-04T15:07:46.730Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-04T15:07:46.730Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.730Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-04T15:07:46.730Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2022-03-04T15:07:46.730Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-04T15:07:46.730Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.730Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-04T15:07:46.730Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-04T15:07:46.730Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-04T15:07:46.730Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-04T15:07:46.730Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-04T15:07:46.730Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-04T15:07:46.730Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-04T15:07:46.730Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-04T15:07:46.730Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-04T15:07:46.730Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-04T15:07:46.730Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-04T15:07:46.730Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-04T15:07:46.730Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-04T15:07:46.730Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.730Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-04T15:07:46.730Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-04T15:07:46.730Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-04T15:07:46.730Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-04T15:07:46.730Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-04T15:07:46.730Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-04T15:07:46.730Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-04T15:07:46.730Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-04T15:07:46.730Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.730Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2022-03-04T15:07:46.730Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2022-03-04T15:07:46.730Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.730Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2022-03-04T15:07:46.730Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2022-03-04T15:07:46.730Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2022-03-04T15:07:46.730Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2022-03-04T15:07:46.730Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.730Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2022-03-04T15:07:46.730Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.01s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-04T15:07:46.731Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.01s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.01s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.01s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.01s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2022-03-04T15:07:46.732Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2022-03-04T15:07:46.732Z] PASS [2022-03-04T15:07:46.732Z] coverage: 88.6% of statements [2022-03-04T15:07:46.733Z] ok github.com/docker/docker/pkg/tailfile 0.170s coverage: 88.6% of statements [2022-03-04T15:07:46.733Z] --- PASS: TestRetrieveFromStore (1.72s) [2022-03-04T15:07:46.733Z] === RUN TestRequestReleaseAddressDuplicate [2022-03-04T15:07:46.733Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2022-03-04T15:07:46.733Z] === RUN TestParallelPredefinedRequest1 [2022-03-04T15:07:46.733Z] === PAUSE TestParallelPredefinedRequest1 [2022-03-04T15:07:46.733Z] === RUN TestParallelPredefinedRequest2 [2022-03-04T15:07:46.733Z] === PAUSE TestParallelPredefinedRequest2 [2022-03-04T15:07:46.733Z] === RUN TestParallelPredefinedRequest3 [2022-03-04T15:07:46.733Z] === PAUSE TestParallelPredefinedRequest3 [2022-03-04T15:07:46.733Z] === RUN TestParallelPredefinedRequest4 [2022-03-04T15:07:46.733Z] === PAUSE TestParallelPredefinedRequest4 [2022-03-04T15:07:46.733Z] === RUN TestParallelPredefinedRequest5 [2022-03-04T15:07:46.733Z] === PAUSE TestParallelPredefinedRequest5 [2022-03-04T15:07:46.733Z] === RUN TestDebug [2022-03-04T15:07:46.733Z] --- PASS: TestDebug (0.00s) [2022-03-04T15:07:46.733Z] === RUN TestRequestPoolParallel [2022-03-04T15:07:46.733Z] --- PASS: TestRequestPoolParallel (0.70s) [2022-03-04T15:07:46.733Z] === RUN TestFullAllocateRelease [2022-03-04T15:07:47.153Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T15:07:47.153Z] INFO: Testing against a local daemon [2022-03-04T15:07:47.153Z] === RUN TestBuildWithSession [2022-03-04T15:07:47.153Z] build_session_test.go:25: TODO: BuildKit [2022-03-04T15:07:47.153Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-04T15:07:47.153Z] === RUN TestBuildSquashParent [2022-03-04T15:07:47.153Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:07:47.153Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-03-04T15:07:47.153Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-04T15:07:47.153Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-04T15:07:47.153Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-04T15:07:47.153Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-04T15:07:47.153Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-04T15:07:47.153Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-04T15:07:47.153Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-04T15:07:47.153Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-04T15:07:47.153Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-04T15:07:47.153Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-04T15:07:47.153Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-04T15:07:47.153Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-04T15:07:47.153Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-04T15:07:47.153Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-04T15:07:47.153Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-04T15:07:47.153Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-04T15:07:47.153Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-04T15:07:47.202Z] --- PASS: TestFullAllocateRelease (0.39s) [2022-03-04T15:07:47.202Z] === RUN TestOddAllocateRelease [2022-03-04T15:07:47.202Z] === RUN TestTarSumRemoveNonExistent [2022-03-04T15:07:47.202Z] --- PASS: TestTarSumRemoveNonExistent (0.01s) [2022-03-04T15:07:47.202Z] === RUN TestTarSumRemove [2022-03-04T15:07:47.202Z] --- PASS: TestTarSumRemove (0.00s) [2022-03-04T15:07:47.202Z] === RUN TestSortFileInfoSums [2022-03-04T15:07:47.202Z] --- PASS: TestSortFileInfoSums (0.00s) [2022-03-04T15:07:47.202Z] === RUN TestNewTarSumForLabelInvalid [2022-03-04T15:07:47.202Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2022-03-04T15:07:47.202Z] === RUN TestNewTarSumForLabel [2022-03-04T15:07:47.202Z] --- PASS: TestNewTarSumForLabel (0.00s) [2022-03-04T15:07:47.203Z] === RUN TestEmptyTar [2022-03-04T15:07:47.203Z] --- PASS: TestEmptyTar (0.00s) [2022-03-04T15:07:47.203Z] === RUN TestTarSumsReadSize [2022-03-04T15:07:47.203Z] --- PASS: TestTarSumsReadSize (0.00s) [2022-03-04T15:07:47.203Z] === RUN TestTarSums [2022-03-04T15:07:47.672Z] --- PASS: TestTarSums (0.08s) [2022-03-04T15:07:47.672Z] === RUN TestIteration [2022-03-04T15:07:47.672Z] --- PASS: TestIteration (0.00s) [2022-03-04T15:07:47.672Z] === RUN TestVersionLabelForChecksum [2022-03-04T15:07:47.672Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2022-03-04T15:07:47.672Z] === RUN TestVersion [2022-03-04T15:07:47.672Z] --- PASS: TestVersion (0.00s) [2022-03-04T15:07:47.672Z] === RUN TestGetVersion [2022-03-04T15:07:47.672Z] --- PASS: TestGetVersion (0.00s) [2022-03-04T15:07:47.672Z] === RUN TestGetVersions [2022-03-04T15:07:47.672Z] --- PASS: TestGetVersions (0.00s) [2022-03-04T15:07:47.672Z] PASS [2022-03-04T15:07:47.672Z] coverage: 89.3% of statements [2022-03-04T15:07:47.672Z] ok github.com/docker/docker/pkg/tarsum 0.137s coverage: 89.3% of statements [2022-03-04T15:07:47.672Z] --- PASS: TestOddAllocateRelease (0.27s) [2022-03-04T15:07:47.672Z] === RUN TestFullAllocateSerialReleaseParallel [2022-03-04T15:07:47.672Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.08s) [2022-03-04T15:07:47.672Z] === RUN TestOddAllocateSerialReleaseParallel [2022-03-04T15:07:47.672Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.06s) [2022-03-04T15:07:47.672Z] === RUN TestEvenAllocateSerialReleaseParallel [2022-03-04T15:07:47.672Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.05s) [2022-03-04T15:07:47.672Z] === CONT TestParallelPredefinedRequest1 [2022-03-04T15:07:47.672Z] === CONT TestParallelPredefinedRequest4 [2022-03-04T15:07:47.672Z] === CONT TestParallelPredefinedRequest3 [2022-03-04T15:07:47.672Z] === CONT TestParallelPredefinedRequest1 [2022-03-04T15:07:47.672Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T15:07:47.672Z] === CONT TestParallelPredefinedRequest5 [2022-03-04T15:07:47.672Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T15:07:47.672Z] === CONT TestParallelPredefinedRequest2 [2022-03-04T15:07:47.672Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2022-03-04T15:07:47.672Z] === CONT TestParallelPredefinedRequest2 [2022-03-04T15:07:47.672Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T15:07:47.672Z] === CONT TestParallelPredefinedRequest3 [2022-03-04T15:07:47.672Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T15:07:47.672Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2022-03-04T15:07:47.672Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2022-03-04T15:07:47.672Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2022-03-04T15:07:47.672Z] === CONT TestParallelPredefinedRequest4 [2022-03-04T15:07:47.672Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T15:07:47.672Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2022-03-04T15:07:47.672Z] PASS [2022-03-04T15:07:47.672Z] coverage: 85.3% of statements [2022-03-04T15:07:47.672Z] ok github.com/docker/docker/libnetwork/ipam 51.253s coverage: 85.3% of statements [2022-03-04T15:07:47.672Z] --- PASS: TestNewClientWithTimeout (17.61s) [2022-03-04T15:07:47.672Z] === RUN TestClientStream [2022-03-04T15:07:47.672Z] --- PASS: TestClientStream (0.00s) [2022-03-04T15:07:47.672Z] === RUN TestClientSendFile [2022-03-04T15:07:47.672Z] --- PASS: TestClientSendFile (0.00s) [2022-03-04T15:07:47.672Z] === RUN TestClientWithRequestTimeout [2022-03-04T15:07:47.672Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2022-03-04T15:07:47.672Z] === RUN TestFileSpecPlugin [2022-03-04T15:07:47.672Z] --- PASS: TestFileSpecPlugin (0.01s) [2022-03-04T15:07:47.672Z] === RUN TestFileJSONSpecPlugin [2022-03-04T15:07:47.672Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2022-03-04T15:07:47.672Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2022-03-04T15:07:47.672Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2022-03-04T15:07:47.672Z] === RUN TestPluginAddHandler [2022-03-04T15:07:47.672Z] --- PASS: TestPluginAddHandler (0.00s) [2022-03-04T15:07:47.672Z] === RUN TestPluginWaitBadPlugin [2022-03-04T15:07:47.672Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2022-03-04T15:07:47.672Z] === RUN TestGet [2022-03-04T15:07:47.672Z] time="2022-03-04T15:07:47Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2022-03-04T15:07:47.710Z] --- PASS: TestServiceWithPredefinedNetwork (2.61s) [2022-03-04T15:07:47.710Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-04T15:07:47.710Z] service_test.go:243: FLAKY_TEST [2022-03-04T15:07:47.710Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-04T15:07:47.710Z] === RUN TestServiceWithDataPathPortInit [2022-03-04T15:07:47.710Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-03-04T15:07:48.141Z] testing: warning: no tests to run [2022-03-04T15:07:48.141Z] PASS [2022-03-04T15:07:48.141Z] coverage: [no statements] [2022-03-04T15:07:48.141Z] ok github.com/docker/docker/pkg/term/windows 0.032s coverage: [no statements] [no tests to run] [2022-03-04T15:07:48.278Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-03-04T15:07:48.279Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-03-04T15:07:48.538Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-03-04T15:07:48.538Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-03-04T15:07:48.611Z] === RUN TestTruncIndex [2022-03-04T15:07:48.611Z] --- PASS: TestTruncIndex (0.10s) [2022-03-04T15:07:48.611Z] PASS [2022-03-04T15:07:48.611Z] coverage: 91.5% of statements [2022-03-04T15:07:48.611Z] ok github.com/docker/docker/pkg/truncindex 0.140s coverage: 91.5% of statements [2022-03-04T15:07:48.611Z] time="2022-03-04T15:07:48Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2022-03-04T15:07:49.080Z] === RUN TestIsGIT [2022-03-04T15:07:49.080Z] --- PASS: TestIsGIT (0.00s) [2022-03-04T15:07:49.080Z] === RUN TestIsTransport [2022-03-04T15:07:49.080Z] --- PASS: TestIsTransport (0.00s) [2022-03-04T15:07:49.080Z] PASS [2022-03-04T15:07:49.080Z] coverage: 100.0% of statements [2022-03-04T15:07:49.080Z] ok github.com/docker/docker/pkg/urlutil 0.036s coverage: 100.0% of statements [2022-03-04T15:07:49.478Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-03-04T15:07:50.069Z] === RUN TestVersionInfo [2022-03-04T15:07:50.069Z] --- PASS: TestVersionInfo (0.00s) [2022-03-04T15:07:50.069Z] === RUN TestAppendVersions [2022-03-04T15:07:50.069Z] --- PASS: TestAppendVersions (0.00s) [2022-03-04T15:07:50.069Z] PASS [2022-03-04T15:07:50.069Z] coverage: 88.9% of statements [2022-03-04T15:07:50.069Z] ok github.com/docker/docker/pkg/useragent 0.037s coverage: 88.9% of statements [2022-03-04T15:07:50.858Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-03-04T15:07:51.058Z] time="2022-03-04T15:07:50Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2022-03-04T15:07:51.117Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-03-04T15:07:51.528Z] === RUN TestValidatePrivileges [2022-03-04T15:07:51.528Z] --- PASS: TestValidatePrivileges (0.00s) [2022-03-04T15:07:51.528Z] === RUN TestFilterByCapNeg [2022-03-04T15:07:51.528Z] --- PASS: TestFilterByCapNeg (0.00s) [2022-03-04T15:07:51.528Z] === RUN TestFilterByCapPos [2022-03-04T15:07:51.528Z] --- PASS: TestFilterByCapPos (0.00s) [2022-03-04T15:07:51.528Z] === RUN TestStoreGetPluginNotMatchCapRefs [2022-03-04T15:07:51.528Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2022-03-04T15:07:51.528Z] PASS [2022-03-04T15:07:51.528Z] coverage: 12.0% of statements [2022-03-04T15:07:51.528Z] ok github.com/docker/docker/plugin 0.046s coverage: 12.0% of statements [2022-03-04T15:07:52.518Z] === RUN TestNewSettable [2022-03-04T15:07:52.518Z] --- PASS: TestNewSettable (0.00s) [2022-03-04T15:07:52.518Z] === RUN TestIsSettable [2022-03-04T15:07:52.518Z] --- PASS: TestIsSettable (0.00s) [2022-03-04T15:07:52.518Z] === RUN TestUpdateSettingsEnv [2022-03-04T15:07:52.518Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2022-03-04T15:07:52.518Z] PASS [2022-03-04T15:07:52.518Z] coverage: 20.0% of statements [2022-03-04T15:07:52.518Z] ok github.com/docker/docker/plugin/v2 0.038s coverage: 20.0% of statements [2022-03-04T15:07:53.022Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-03-04T15:07:53.509Z] === RUN TestLoad [2022-03-04T15:07:53.509Z] --- PASS: TestLoad (0.00s) [2022-03-04T15:07:53.510Z] === RUN TestSave [2022-03-04T15:07:53.510Z] --- PASS: TestSave (0.03s) [2022-03-04T15:07:53.510Z] === RUN TestAddDeleteGet [2022-03-04T15:07:53.510Z] --- PASS: TestAddDeleteGet (0.04s) [2022-03-04T15:07:53.510Z] === RUN TestInvalidTags [2022-03-04T15:07:53.510Z] --- PASS: TestInvalidTags (0.01s) [2022-03-04T15:07:53.510Z] PASS [2022-03-04T15:07:53.510Z] coverage: 84.4% of statements [2022-03-04T15:07:53.510Z] ok github.com/docker/docker/reference 0.120s coverage: 84.4% of statements [2022-03-04T15:07:53.590Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-03-04T15:07:55.077Z] time="2022-03-04T15:07:54Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2022-03-04T15:07:55.492Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-03-04T15:07:55.547Z] === RUN TestResolveAuthConfigIndexServer [2022-03-04T15:07:55.547Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2022-03-04T15:07:55.547Z] === RUN TestResolveAuthConfigFullURL [2022-03-04T15:07:55.547Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2022-03-04T15:07:55.547Z] === RUN TestLoadAllowNondistributableArtifacts [2022-03-04T15:07:55.547Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2022-03-04T15:07:55.547Z] === RUN TestValidateMirror [2022-03-04T15:07:55.547Z] --- PASS: TestValidateMirror (0.00s) [2022-03-04T15:07:55.547Z] === RUN TestLoadInsecureRegistries [2022-03-04T15:07:55.547Z] time="2022-03-04T15:07:55Z" level=warning msg="insecure registry http://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-03-04T15:07:55.547Z] time="2022-03-04T15:07:55Z" level=warning msg="insecure registry https://myregistry.example.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2022-03-04T15:07:55.547Z] time="2022-03-04T15:07:55Z" level=warning msg="insecure registry HTTP://myregistry.example.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2022-03-04T15:07:55.547Z] --- PASS: TestLoadInsecureRegistries (0.12s) [2022-03-04T15:07:55.547Z] === RUN TestNewServiceConfig [2022-03-04T15:07:55.547Z] --- PASS: TestNewServiceConfig (0.00s) [2022-03-04T15:07:55.547Z] === RUN TestValidateIndexName [2022-03-04T15:07:55.547Z] --- PASS: TestValidateIndexName (0.00s) [2022-03-04T15:07:55.547Z] === RUN TestValidateIndexNameWithError [2022-03-04T15:07:55.547Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2022-03-04T15:07:55.547Z] === RUN TestEndpointParse [2022-03-04T15:07:55.547Z] --- PASS: TestEndpointParse (0.00s) [2022-03-04T15:07:55.547Z] === RUN TestEndpointParseInvalid [2022-03-04T15:07:55.547Z] --- PASS: TestEndpointParseInvalid (0.00s) [2022-03-04T15:07:55.547Z] === RUN TestValidateEndpoint [2022-03-04T15:07:55.547Z] --- PASS: TestValidateEndpoint (0.01s) [2022-03-04T15:07:55.547Z] === RUN TestPing [2022-03-04T15:07:55.547Z] --- PASS: TestPing (0.00s) [2022-03-04T15:07:55.547Z] === RUN TestPingRegistryEndpoint [2022-03-04T15:07:55.547Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:07:55.547Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2022-03-04T15:07:55.547Z] === RUN TestEndpoint [2022-03-04T15:07:55.547Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:07:55.547Z] --- SKIP: TestEndpoint (0.01s) [2022-03-04T15:07:55.547Z] === RUN TestParseRepositoryInfo [2022-03-04T15:07:55.547Z] --- PASS: TestParseRepositoryInfo (0.00s) [2022-03-04T15:07:55.547Z] === RUN TestNewIndexInfo [2022-03-04T15:07:55.547Z] --- PASS: TestNewIndexInfo (0.00s) [2022-03-04T15:07:55.547Z] === RUN TestMirrorEndpointLookup [2022-03-04T15:07:55.547Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:07:55.547Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2022-03-04T15:07:55.547Z] === RUN TestSearchRepositories [2022-03-04T15:07:55.547Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2022-03-04T15:07:55.547Z] Host: 127.0.0.1:49316 [2022-03-04T15:07:55.547Z] User-Agent: docker test client [2022-03-04T15:07:55.547Z] Authorization: Token fake-token [2022-03-04T15:07:55.547Z] X-Docker-Token: true [2022-03-04T15:07:55.547Z] Accept-Encoding: gzip [2022-03-04T15:07:55.547Z] [2022-03-04T15:07:55.547Z] [2022-03-04T15:07:55.547Z] registry_test.go:730: HTTP/1.1 200 OK [2022-03-04T15:07:55.547Z] Connection: close [2022-03-04T15:07:55.547Z] Content-Length: 144 [2022-03-04T15:07:55.547Z] Cache-Control: no-cache [2022-03-04T15:07:55.547Z] Content-Type: application/json [2022-03-04T15:07:55.828Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-04T15:07:55.828Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-04T15:07:56.017Z] Date: Fri, 04 Mar 2022 15:07:55 GMT [2022-03-04T15:07:56.017Z] Expires: -1 [2022-03-04T15:07:56.017Z] Pragma: no-cache [2022-03-04T15:07:56.017Z] Server: docker-tests/mock [2022-03-04T15:07:56.017Z] X-Docker-Registry-Config: mock [2022-03-04T15:07:56.017Z] X-Docker-Registry-Version: 0.0.0 [2022-03-04T15:07:56.017Z] [2022-03-04T15:07:56.017Z] [2022-03-04T15:07:56.017Z] --- PASS: TestSearchRepositories (0.00s) [2022-03-04T15:07:56.017Z] === RUN TestTrustedLocation [2022-03-04T15:07:56.017Z] --- PASS: TestTrustedLocation (0.00s) [2022-03-04T15:07:56.017Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2022-03-04T15:07:56.017Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2022-03-04T15:07:56.017Z] === RUN TestAllowNondistributableArtifacts [2022-03-04T15:07:56.017Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2022-03-04T15:07:56.017Z] === RUN TestIsSecureIndex [2022-03-04T15:07:56.017Z] --- PASS: TestIsSecureIndex (0.00s) [2022-03-04T15:07:56.017Z] PASS [2022-03-04T15:07:56.017Z] coverage: 51.2% of statements [2022-03-04T15:07:56.017Z] ok github.com/docker/docker/registry 0.193s coverage: 51.2% of statements [2022-03-04T15:07:56.429Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-03-04T15:07:57.006Z] === RUN TestResumableRequestHeaderSimpleErrors [2022-03-04T15:07:57.006Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2022-03-04T15:07:57.006Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2022-03-04T15:07:57.006Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2022-03-04T15:07:57.006Z] === RUN TestResumableRequestHeaderTooMuchFailures [2022-03-04T15:07:57.006Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2022-03-04T15:07:57.006Z] === RUN TestResumableRequestReaderWithReadError [2022-03-04T15:07:57.006Z] time="2022-03-04T15:07:56Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2022-03-04T15:07:57.006Z] --- PASS: TestResumableRequestReaderWithReadError (0.10s) [2022-03-04T15:07:57.006Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2022-03-04T15:07:57.006Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2022-03-04T15:07:57.006Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2022-03-04T15:07:57.006Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2022-03-04T15:07:57.006Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2022-03-04T15:07:57.006Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2022-03-04T15:07:57.006Z] === RUN TestResumableRequestReader [2022-03-04T15:07:57.006Z] --- PASS: TestResumableRequestReader (0.00s) [2022-03-04T15:07:57.006Z] === RUN TestResumableRequestReaderWithInitialResponse [2022-03-04T15:07:57.006Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2022-03-04T15:07:57.006Z] PASS [2022-03-04T15:07:57.006Z] coverage: 100.0% of statements [2022-03-04T15:07:57.006Z] ok github.com/docker/docker/registry/resumable 0.161s coverage: 100.0% of statements [2022-03-04T15:07:57.368Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-03-04T15:07:57.476Z] === RUN TestRestartManagerTimeout [2022-03-04T15:07:57.476Z] --- PASS: TestRestartManagerTimeout (0.00s) [2022-03-04T15:07:57.476Z] === RUN TestRestartManagerTimeoutReset [2022-03-04T15:07:57.476Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2022-03-04T15:07:57.476Z] PASS [2022-03-04T15:07:57.476Z] coverage: 50.9% of statements [2022-03-04T15:07:57.476Z] ok github.com/docker/docker/restartmanager 0.034s coverage: 50.9% of statements [2022-03-04T15:07:57.937Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-03-04T15:07:57.945Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2022-03-04T15:07:57.945Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2022-03-04T15:07:57.945Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2022-03-04T15:07:57.945Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2022-03-04T15:07:58.415Z] === RUN TestDecodeContainerConfig [2022-03-04T15:07:58.415Z] --- PASS: TestDecodeContainerConfig (0.00s) [2022-03-04T15:07:58.415Z] === RUN TestDecodeContainerConfigIsolation [2022-03-04T15:07:58.415Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2022-03-04T15:07:58.415Z] === RUN TestValidatePrivileged [2022-03-04T15:07:58.415Z] --- PASS: TestValidatePrivileged (0.00s) [2022-03-04T15:07:58.415Z] PASS [2022-03-04T15:07:58.415Z] coverage: 52.6% of statements [2022-03-04T15:07:58.415Z] ok github.com/docker/docker/runconfig 0.050s coverage: 52.6% of statements [2022-03-04T15:07:58.415Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2022-03-04T15:07:58.415Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2022-03-04T15:07:58.415Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2022-03-04T15:07:58.415Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2022-03-04T15:07:58.415Z] PASS [2022-03-04T15:07:58.415Z] coverage: 62.5% of statements [2022-03-04T15:07:58.415Z] ok github.com/docker/docker/testutil 0.038s coverage: 62.5% of statements [2022-03-04T15:08:00.470Z] === RUN TestDockerSuite/TestBuildPATH [2022-03-04T15:08:01.372Z] === RUN TestGetDriver [2022-03-04T15:08:01.373Z] --- PASS: TestGetDriver (0.00s) [2022-03-04T15:08:01.373Z] === RUN TestVolumeRequestError [2022-03-04T15:08:01.373Z] --- PASS: TestVolumeRequestError (0.01s) [2022-03-04T15:08:01.373Z] PASS [2022-03-04T15:08:01.373Z] coverage: 36.1% of statements [2022-03-04T15:08:01.373Z] ok github.com/docker/docker/volume/drivers 0.051s coverage: 36.1% of statements [2022-03-04T15:08:01.842Z] === RUN TestGetAddress [2022-03-04T15:08:01.842Z] --- PASS: TestGetAddress (0.00s) [2022-03-04T15:08:01.842Z] === RUN TestRemove [2022-03-04T15:08:01.842Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-04T15:08:01.842Z] --- SKIP: TestRemove (0.00s) [2022-03-04T15:08:01.842Z] === RUN TestInitializeWithVolumes [2022-03-04T15:08:01.842Z] --- PASS: TestInitializeWithVolumes (0.00s) [2022-03-04T15:08:01.842Z] === RUN TestCreate [2022-03-04T15:08:01.842Z] --- PASS: TestCreate (0.01s) [2022-03-04T15:08:01.842Z] === RUN TestValidateName [2022-03-04T15:08:01.842Z] --- PASS: TestValidateName (0.00s) [2022-03-04T15:08:01.842Z] === RUN TestCreateWithOpts [2022-03-04T15:08:01.842Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-04T15:08:01.842Z] --- SKIP: TestCreateWithOpts (0.00s) [2022-03-04T15:08:01.842Z] === RUN TestRelaodNoOpts [2022-03-04T15:08:01.842Z] --- PASS: TestRelaodNoOpts (0.01s) [2022-03-04T15:08:01.842Z] PASS [2022-03-04T15:08:01.842Z] coverage: 41.5% of statements [2022-03-04T15:08:01.842Z] ok github.com/docker/docker/volume/local 0.076s coverage: 41.5% of statements [2022-03-04T15:08:01.848Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-03-04T15:08:02.107Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-03-04T15:08:02.833Z] === RUN TestLCOWParseMountRaw [2022-03-04T15:08:02.833Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2022-03-04T15:08:02.833Z] === RUN TestLCOWParseMountRawSplit [2022-03-04T15:08:02.833Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2022-03-04T15:08:02.833Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2022-03-04T15:08:02.833Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2022-03-04T15:08:02.833Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2022-03-04T15:08:02.833Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2022-03-04T15:08:02.833Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2022-03-04T15:08:02.833Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2022-03-04T15:08:02.833Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2022-03-04T15:08:02.833Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2022-03-04T15:08:02.833Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2022-03-04T15:08:02.833Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2022-03-04T15:08:02.833Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2022-03-04T15:08:02.833Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2022-03-04T15:08:02.833Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2022-03-04T15:08:02.833Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2022-03-04T15:08:02.833Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2022-03-04T15:08:02.833Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2022-03-04T15:08:02.833Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2022-03-04T15:08:02.833Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2022-03-04T15:08:02.833Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2022-03-04T15:08:02.833Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2022-03-04T15:08:02.833Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2022-03-04T15:08:02.833Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-04T15:08:02.833Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2022-03-04T15:08:02.833Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-04T15:08:02.833Z] === RUN TestLinuxParseMountRaw [2022-03-04T15:08:02.833Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2022-03-04T15:08:02.833Z] === RUN TestLinuxParseMountRawSplit [2022-03-04T15:08:02.833Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2022-03-04T15:08:02.833Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2022-03-04T15:08:02.833Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2022-03-04T15:08:02.833Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2022-03-04T15:08:02.833Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2022-03-04T15:08:02.833Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2022-03-04T15:08:02.833Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2022-03-04T15:08:02.833Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2022-03-04T15:08:02.833Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2022-03-04T15:08:02.833Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2022-03-04T15:08:02.833Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2022-03-04T15:08:02.833Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2022-03-04T15:08:02.833Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2022-03-04T15:08:02.833Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2022-03-04T15:08:02.833Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2022-03-04T15:08:02.833Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2022-03-04T15:08:02.833Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2022-03-04T15:08:02.833Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2022-03-04T15:08:02.833Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2022-03-04T15:08:02.833Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2022-03-04T15:08:02.833Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2022-03-04T15:08:02.833Z] === RUN TestConvertTmpfsOptions [2022-03-04T15:08:02.833Z] linux_parser_test.go:209: data="mode=700,size=1m" [2022-03-04T15:08:02.833Z] linux_parser_test.go:209: data="ro" [2022-03-04T15:08:02.833Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2022-03-04T15:08:02.833Z] === RUN TestParseMountSpec [2022-03-04T15:08:02.833Z] parser_test.go:62: case 0 [2022-03-04T15:08:02.833Z] parser_test.go:62: case 1 [2022-03-04T15:08:02.833Z] parser_test.go:62: case 2 [2022-03-04T15:08:02.833Z] parser_test.go:62: case 3 [2022-03-04T15:08:02.833Z] parser_test.go:62: case 4 [2022-03-04T15:08:02.833Z] parser_test.go:62: case 5 [2022-03-04T15:08:02.833Z] --- PASS: TestParseMountSpec (0.00s) [2022-03-04T15:08:02.833Z] === RUN TestValidateMount [2022-03-04T15:08:02.833Z] --- PASS: TestValidateMount (0.00s) [2022-03-04T15:08:02.833Z] === RUN TestWindowsParseMountRaw [2022-03-04T15:08:02.833Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2022-03-04T15:08:02.833Z] === RUN TestWindowsParseMountRawSplit [2022-03-04T15:08:02.833Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2022-03-04T15:08:02.833Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2022-03-04T15:08:02.833Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2022-03-04T15:08:02.833Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2022-03-04T15:08:02.833Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2022-03-04T15:08:02.833Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2022-03-04T15:08:02.833Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2022-03-04T15:08:02.833Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2022-03-04T15:08:02.833Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2022-03-04T15:08:02.833Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2022-03-04T15:08:02.833Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2022-03-04T15:08:02.833Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2022-03-04T15:08:02.833Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2022-03-04T15:08:02.833Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2022-03-04T15:08:02.833Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2022-03-04T15:08:02.833Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2022-03-04T15:08:02.833Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2022-03-04T15:08:02.833Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2022-03-04T15:08:02.833Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2022-03-04T15:08:02.833Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2022-03-04T15:08:02.833Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2022-03-04T15:08:02.833Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2022-03-04T15:08:02.833Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2022-03-04T15:08:02.833Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2022-03-04T15:08:02.833Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2022-03-04T15:08:02.833Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2022-03-04T15:08:02.833Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2022-03-04T15:08:02.833Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2022-03-04T15:08:02.833Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2022-03-04T15:08:02.833Z] PASS [2022-03-04T15:08:02.833Z] coverage: 67.5% of statements [2022-03-04T15:08:02.833Z] ok github.com/docker/docker/volume/mounts 0.052s coverage: 67.5% of statements [2022-03-04T15:08:02.833Z] --- PASS: TestGet (15.01s) [2022-03-04T15:08:02.833Z] === RUN TestPluginWithNoManifest [2022-03-04T15:08:02.833Z] --- PASS: TestPluginWithNoManifest (0.00s) [2022-03-04T15:08:02.833Z] === RUN TestGetAll [2022-03-04T15:08:02.833Z] --- PASS: TestGetAll (0.00s) [2022-03-04T15:08:02.833Z] PASS [2022-03-04T15:08:02.833Z] coverage: 73.2% of statements [2022-03-04T15:08:02.833Z] ok github.com/docker/docker/pkg/plugins 34.912s coverage: 73.2% of statements [2022-03-04T15:08:03.045Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-03-04T15:08:03.303Z] === RUN TestSetGetMeta [2022-03-04T15:08:03.303Z] === PAUSE TestSetGetMeta [2022-03-04T15:08:03.303Z] === RUN TestRestore [2022-03-04T15:08:03.303Z] === PAUSE TestRestore [2022-03-04T15:08:03.303Z] === RUN TestServiceCreate [2022-03-04T15:08:03.303Z] === PAUSE TestServiceCreate [2022-03-04T15:08:03.303Z] === RUN TestServiceList [2022-03-04T15:08:03.303Z] === PAUSE TestServiceList [2022-03-04T15:08:03.303Z] === RUN TestServiceRemove [2022-03-04T15:08:03.303Z] === PAUSE TestServiceRemove [2022-03-04T15:08:03.303Z] === RUN TestServiceGet [2022-03-04T15:08:03.303Z] === PAUSE TestServiceGet [2022-03-04T15:08:03.303Z] === RUN TestServicePrune [2022-03-04T15:08:03.303Z] === PAUSE TestServicePrune [2022-03-04T15:08:03.303Z] === RUN TestCreate [2022-03-04T15:08:03.303Z] === PAUSE TestCreate [2022-03-04T15:08:03.303Z] === RUN TestRemove [2022-03-04T15:08:03.303Z] === PAUSE TestRemove [2022-03-04T15:08:03.303Z] === RUN TestList [2022-03-04T15:08:03.303Z] === PAUSE TestList [2022-03-04T15:08:03.303Z] === RUN TestFindByDriver [2022-03-04T15:08:03.305Z] --- PASS: TestServiceWithDataPathPortInit (15.74s) [2022-03-04T15:08:03.306Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-04T15:08:03.773Z] === PAUSE TestFindByDriver [2022-03-04T15:08:03.773Z] === RUN TestFindByReferenced [2022-03-04T15:08:03.773Z] === PAUSE TestFindByReferenced [2022-03-04T15:08:03.773Z] === RUN TestDerefMultipleOfSameRef [2022-03-04T15:08:03.773Z] === PAUSE TestDerefMultipleOfSameRef [2022-03-04T15:08:03.773Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-04T15:08:03.773Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-04T15:08:03.773Z] === RUN TestDefererencePluginOnCreateError [2022-03-04T15:08:03.773Z] === PAUSE TestDefererencePluginOnCreateError [2022-03-04T15:08:03.773Z] === RUN TestRefDerefRemove [2022-03-04T15:08:03.773Z] === PAUSE TestRefDerefRemove [2022-03-04T15:08:03.773Z] === RUN TestGet [2022-03-04T15:08:03.773Z] === PAUSE TestGet [2022-03-04T15:08:03.773Z] === RUN TestGetWithReference [2022-03-04T15:08:03.773Z] === PAUSE TestGetWithReference [2022-03-04T15:08:03.773Z] === RUN TestFilterFunc [2022-03-04T15:08:03.773Z] === RUN TestFilterFunc/test_nil_list [2022-03-04T15:08:03.773Z] === PAUSE TestFilterFunc/test_nil_list [2022-03-04T15:08:03.773Z] === RUN TestFilterFunc/test_empty_list [2022-03-04T15:08:03.773Z] === PAUSE TestFilterFunc/test_empty_list [2022-03-04T15:08:03.773Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2022-03-04T15:08:03.773Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2022-03-04T15:08:03.773Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-04T15:08:03.773Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-04T15:08:03.773Z] === RUN TestFilterFunc/test_filter_some [2022-03-04T15:08:03.773Z] === PAUSE TestFilterFunc/test_filter_some [2022-03-04T15:08:03.773Z] === RUN TestFilterFunc/test_filter_middle [2022-03-04T15:08:03.773Z] === PAUSE TestFilterFunc/test_filter_middle [2022-03-04T15:08:03.773Z] === RUN TestFilterFunc/test_filter_middle_and_last [2022-03-04T15:08:03.773Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2022-03-04T15:08:03.773Z] === RUN TestFilterFunc/test_filter_first_and_last [2022-03-04T15:08:03.773Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2022-03-04T15:08:03.773Z] === CONT TestFilterFunc/test_nil_list [2022-03-04T15:08:03.773Z] === CONT TestFilterFunc/test_filter_some [2022-03-04T15:08:03.773Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2022-03-04T15:08:03.773Z] === CONT TestFilterFunc/test_filter_middle_and_last [2022-03-04T15:08:03.773Z] === CONT TestFilterFunc/test_filter_first_and_last [2022-03-04T15:08:03.773Z] === CONT TestFilterFunc/test_filter_middle [2022-03-04T15:08:03.773Z] === CONT TestFilterFunc/test_empty_list [2022-03-04T15:08:03.773Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2022-03-04T15:08:03.773Z] --- PASS: TestFilterFunc (0.00s) [2022-03-04T15:08:03.773Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2022-03-04T15:08:03.773Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2022-03-04T15:08:03.773Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2022-03-04T15:08:03.773Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2022-03-04T15:08:03.773Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2022-03-04T15:08:03.773Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2022-03-04T15:08:03.773Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2022-03-04T15:08:03.773Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2022-03-04T15:08:03.773Z] === CONT TestSetGetMeta [2022-03-04T15:08:03.773Z] === CONT TestList [2022-03-04T15:08:03.773Z] === CONT TestServiceGet [2022-03-04T15:08:03.773Z] === CONT TestCreate [2022-03-04T15:08:03.773Z] --- PASS: TestSetGetMeta (0.02s) [2022-03-04T15:08:03.773Z] === CONT TestServicePrune [2022-03-04T15:08:03.773Z] --- PASS: TestCreate (0.02s) [2022-03-04T15:08:03.773Z] === CONT TestGetWithReference [2022-03-04T15:08:03.773Z] --- PASS: TestList (0.04s) [2022-03-04T15:08:03.773Z] === CONT TestGet [2022-03-04T15:08:03.773Z] --- PASS: TestGetWithReference (0.02s) [2022-03-04T15:08:03.773Z] === CONT TestRefDerefRemove [2022-03-04T15:08:03.773Z] --- PASS: TestGet (0.02s) [2022-03-04T15:08:03.773Z] === CONT TestDefererencePluginOnCreateError [2022-03-04T15:08:03.773Z] --- PASS: TestRefDerefRemove (0.02s) [2022-03-04T15:08:03.773Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2022-03-04T15:08:03.773Z] --- PASS: TestDefererencePluginOnCreateError (0.02s) [2022-03-04T15:08:03.773Z] === CONT TestDerefMultipleOfSameRef [2022-03-04T15:08:03.773Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2022-03-04T15:08:03.773Z] === CONT TestFindByReferenced [2022-03-04T15:08:03.773Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2022-03-04T15:08:03.773Z] === CONT TestFindByDriver [2022-03-04T15:08:03.773Z] --- PASS: TestFindByReferenced (0.02s) [2022-03-04T15:08:03.773Z] === CONT TestServiceList [2022-03-04T15:08:03.773Z] --- PASS: TestFindByDriver (0.02s) [2022-03-04T15:08:03.773Z] === CONT TestServiceRemove [2022-03-04T15:08:03.773Z] --- PASS: TestServiceGet (0.16s) [2022-03-04T15:08:03.773Z] === CONT TestRemove [2022-03-04T15:08:03.773Z] time="2022-03-04T15:08:03Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-04T15:08:03.773Z] --- PASS: TestServiceRemove (0.05s) [2022-03-04T15:08:03.773Z] === CONT TestServiceCreate [2022-03-04T15:08:03.773Z] --- PASS: TestServiceList (0.07s) [2022-03-04T15:08:03.773Z] === CONT TestRestore [2022-03-04T15:08:03.773Z] time="2022-03-04T15:08:03Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-04T15:08:03.773Z] time="2022-03-04T15:08:03Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-04T15:08:03.773Z] --- PASS: TestRemove (0.02s) [2022-03-04T15:08:03.773Z] time="2022-03-04T15:08:03Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2022-03-04T15:08:03.773Z] --- PASS: TestServiceCreate (0.03s) [2022-03-04T15:08:03.773Z] time="2022-03-04T15:08:03Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2022-03-04T15:08:03.773Z] --- PASS: TestRestore (0.03s) [2022-03-04T15:08:03.773Z] --- PASS: TestServicePrune (0.18s) [2022-03-04T15:08:03.773Z] PASS [2022-03-04T15:08:03.773Z] coverage: 69.0% of statements [2022-03-04T15:08:03.773Z] ok github.com/docker/docker/volume/service 0.241s coverage: 69.0% of statements [2022-03-04T15:08:04.485Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2022-03-04T15:08:04.485Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (10.56s) [2022-03-04T15:08:04.485Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (11.23s) [2022-03-04T15:08:04.485Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (12.78s) [2022-03-04T15:08:04.485Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (12.88s) [2022-03-04T15:08:04.485Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (9.05s) [2022-03-04T15:08:04.485Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (8.56s) [2022-03-04T15:08:04.485Z] === RUN TestBuildMultiStageCopy [2022-03-04T15:08:04.485Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-04T15:08:05.853Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T15:08:05.853Z] INFO: Testing against a local daemon [2022-03-04T15:08:05.853Z] === RUN TestBuildWithSession [2022-03-04T15:08:05.853Z] build_session_test.go:25: TODO: BuildKit [2022-03-04T15:08:05.853Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-04T15:08:05.853Z] === RUN TestBuildSquashParent [2022-03-04T15:08:05.853Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:08:05.853Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-03-04T15:08:05.853Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-04T15:08:05.853Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-04T15:08:05.853Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-04T15:08:05.853Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-04T15:08:05.853Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-04T15:08:05.853Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-04T15:08:05.853Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-04T15:08:05.853Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-04T15:08:05.853Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-04T15:08:05.853Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-04T15:08:05.853Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-04T15:08:05.853Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-04T15:08:05.853Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-04T15:08:05.853Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-04T15:08:05.853Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-04T15:08:05.853Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-04T15:08:05.853Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-04T15:08:06.597Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:ea8yisvsegap5qo4jhf3ebr2w Created:2022-03-04 15:08:04.706368756 +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[6805cc27153b52cd819652d37b9587dd3d42ba0431da9450baa23334bb4c2cb7:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.jocele2gf5q7g4s573sasf6s7 EndpointID:47c38cd6c83c696727a7f7e27f350d54f8cbd425aea924548460bf6874407473 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:9e15f148b950d2595b3b907d136c5d5aeb17d74175a85ff5abcee00f5a90c3e7 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:77b6ea763802 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.jocele2gf5q7g4s573sasf6s7 EndpointID:47c38cd6c83c696727a7f7e27f350d54f8cbd425aea924548460bf6874407473 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2022-03-04T15:08:09.138Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-03-04T15:08:11.060Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.78s) [2022-03-04T15:08:11.060Z] PASS [2022-03-04T15:08:11.060Z] [2022-03-04T15:08:11.060Z] === Skipped [2022-03-04T15:08:11.060Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-04T15:08:11.060Z] service_test.go:243: FLAKY_TEST [2022-03-04T15:08:11.060Z] [2022-03-04T15:08:11.060Z] DONE 26 tests, 1 skipped in 48.860s [2022-03-04T15:08:11.060Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2022-03-04T15:08:11.060Z] ++ 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-04T15:08:11.060Z] ++ set -e [2022-03-04T15:08:11.060Z] ++ '[' -n 0 ']' [2022-03-04T15:08:11.060Z] ++ set -x [2022-03-04T15:08:11.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-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-04T15:08:11.060Z] INFO: Testing against a local daemon [2022-03-04T15:08:11.060Z] === RUN TestDockerNetworkIpvlanPersistance [2022-03-04T15:08:11.060Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-04T15:08:11.060Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-04T15:08:11.060Z] === RUN TestDockerNetworkIpvlan [2022-03-04T15:08:11.060Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-04T15:08:11.060Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2022-03-04T15:08:11.060Z] PASS [2022-03-04T15:08:11.060Z] [2022-03-04T15:08:11.060Z] === Skipped [2022-03-04T15:08:11.060Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2022-03-04T15:08:11.060Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-04T15:08:11.060Z] [2022-03-04T15:08:11.060Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2022-03-04T15:08:11.060Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2022-03-04T15:08:11.060Z] [2022-03-04T15:08:11.060Z] DONE 2 tests, 2 skipped in 0.103s [2022-03-04T15:08:11.060Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2022-03-04T15:08:11.060Z] ++ 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-04T15:08:11.060Z] ++ set -e [2022-03-04T15:08:11.060Z] ++ '[' -n 0 ']' [2022-03-04T15:08:11.060Z] ++ set -x [2022-03-04T15:08:11.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-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-04T15:08:11.319Z] INFO: Testing against a local daemon [2022-03-04T15:08:11.319Z] === RUN TestDockerNetworkMacvlanPersistance [2022-03-04T15:08:11.887Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2022-03-04T15:08:12.456Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.36s) [2022-03-04T15:08:12.456Z] === RUN TestDockerNetworkMacvlan [2022-03-04T15:08:13.135Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-04T15:08:13.135Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-04T15:08:13.396Z] === RUN TestDockerNetworkMacvlan/Subinterface [2022-03-04T15:08:13.396Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2022-03-04T15:08:13.396Z] === RUN TestDockerSuite/TestBuildRm [2022-03-04T15:08:14.119Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-04T15:08:14.334Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2022-03-04T15:08:15.105Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-04T15:08:15.271Z] === RUN TestDockerNetworkMacvlan/NilParent [2022-03-04T15:08:15.838Z] docker_api_swarm_test.go:304: [d9df03ad0b8ec] joining swarm manager [d3761978aadb8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T15:08:16.405Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-03-04T15:08:16.667Z] --- PASS: TestBuildMultiStageCopy (12.19s) [2022-03-04T15:08:16.667Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (8.04s) [2022-03-04T15:08:16.667Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.83s) [2022-03-04T15:08:16.667Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.94s) [2022-03-04T15:08:16.667Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.11s) [2022-03-04T15:08:16.667Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.27s) [2022-03-04T15:08:16.667Z] === RUN TestBuildMultiStageParentConfig [2022-03-04T15:08:17.342Z] docker_api_swarm_test.go:305: [dfae182568707] joining swarm manager [d3761978aadb8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-04T15:08:17.342Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-03-04T15:08:17.911Z] === RUN TestDockerNetworkMacvlan/InternalMode [2022-03-04T15:08:18.170Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2022-03-04T15:08:18.429Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-03-04T15:08:18.879Z] --- PASS: TestBuildMultiStageParentConfig (2.52s) [2022-03-04T15:08:18.879Z] === RUN TestBuildLabelWithTargets [2022-03-04T15:08:18.879Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T15:08:18.879Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2022-03-04T15:08:18.879Z] === RUN TestBuildWithEmptyLayers [2022-03-04T15:08:18.997Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-03-04T15:08:19.565Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-03-04T15:08:20.133Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2022-03-04T15:08:20.393Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-03-04T15:08:20.446Z] --- PASS: TestBuildWithEmptyLayers (1.31s) [2022-03-04T15:08:20.446Z] === RUN TestBuildMultiStageOnBuild [2022-03-04T15:08:20.805Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-04T15:08:20.805Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-04T15:08:21.330Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-03-04T15:08:22.267Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-03-04T15:08:24.803Z] === RUN TestDockerNetworkMacvlan/Addressing [2022-03-04T15:08:25.063Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-03-04T15:08:25.323Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-03-04T15:08:25.582Z] --- PASS: TestDockerNetworkMacvlan (12.98s) [2022-03-04T15:08:25.582Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.12s) [2022-03-04T15:08:25.582Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2022-03-04T15:08:25.582Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.51s) [2022-03-04T15:08:25.582Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.22s) [2022-03-04T15:08:25.582Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.87s) [2022-03-04T15:08:25.582Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.85s) [2022-03-04T15:08:25.582Z] PASS [2022-03-04T15:08:25.582Z] [2022-03-04T15:08:25.582Z] DONE 8 tests in 14.449s [2022-03-04T15:08:25.582Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2022-03-04T15:08:25.582Z] ++ 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-04T15:08:25.582Z] ++ set -e [2022-03-04T15:08:25.582Z] ++ '[' -n 0 ']' [2022-03-04T15:08:25.582Z] ++ set -x [2022-03-04T15:08:25.583Z] ++ 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-04T15:08:25.583Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-03-04T15:08:25.583Z] docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows [2022-03-04T15:08:25.583Z] === RUN TestDockerSuite/TestBuildSpaces [2022-03-04T15:08:25.583Z] testing: warning: no tests to run [2022-03-04T15:08:25.583Z] PASS [2022-03-04T15:08:25.583Z] [2022-03-04T15:08:25.583Z] DONE 0 tests in 0.032s [2022-03-04T15:08:25.583Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2022-03-04T15:08:25.583Z] ++ 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-04T15:08:25.583Z] ++ set -e [2022-03-04T15:08:25.583Z] ++ '[' -n 0 ']' [2022-03-04T15:08:25.583Z] ++ set -x [2022-03-04T15:08:25.583Z] ++ 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-04T15:08:25.842Z] INFO: Testing against a local daemon [2022-03-04T15:08:25.842Z] === RUN TestAuthZPluginAllowRequest [2022-03-04T15:08:25.842Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-03-04T15:08:26.780Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-03-04T15:08:26.780Z] === RUN TestDockerSuite/TestBuildStderr [2022-03-04T15:08:27.039Z] --- PASS: TestAuthZPluginAllowRequest (1.38s) [2022-03-04T15:08:27.039Z] === RUN TestAuthZPluginTLS [2022-03-04T15:08:27.608Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-03-04T15:08:27.608Z] --- PASS: TestAuthZPluginTLS (0.56s) [2022-03-04T15:08:27.608Z] === RUN TestAuthZPluginDenyRequest [2022-03-04T15:08:28.176Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2022-03-04T15:08:28.176Z] === RUN TestAuthZPluginAPIDenyResponse [2022-03-04T15:08:28.744Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2022-03-04T15:08:28.744Z] === RUN TestAuthZPluginDenyResponse [2022-03-04T15:08:29.078Z] 2022/03/04 15:08:29 Closing DB instances... [2022-03-04T15:08:29.313Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2022-03-04T15:08:29.313Z] === RUN TestAuthZPluginAllowEventStream [2022-03-04T15:08:30.252Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-03-04T15:08:30.819Z] --- PASS: TestAuthZPluginAllowEventStream (1.37s) [2022-03-04T15:08:30.819Z] === RUN TestAuthZPluginErrorResponse [2022-03-04T15:08:31.078Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-03-04T15:08:31.301Z] --- PASS: TestNetworkDBGarbageCollection (54.25s) [2022-03-04T15:08:31.301Z] === RUN TestFindNode [2022-03-04T15:08:31.301Z] 2022/03/04 15:08:31 Closing DB instances... [2022-03-04T15:08:31.301Z] --- PASS: TestFindNode (0.02s) [2022-03-04T15:08:31.301Z] === RUN TestChangeNodeState [2022-03-04T15:08:31.301Z] 2022/03/04 15:08:31 Closing DB instances... [2022-03-04T15:08:31.301Z] --- PASS: TestChangeNodeState (0.02s) [2022-03-04T15:08:31.301Z] === RUN TestNodeReincarnation [2022-03-04T15:08:31.301Z] 2022/03/04 15:08:31 Closing DB instances... [2022-03-04T15:08:31.337Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2022-03-04T15:08:31.337Z] === RUN TestAuthZPluginErrorRequest [2022-03-04T15:08:31.905Z] --- PASS: TestAuthZPluginErrorRequest (0.55s) [2022-03-04T15:08:31.905Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2022-03-04T15:08:31.905Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-03-04T15:08:32.472Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-03-04T15:08:32.472Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2022-03-04T15:08:32.472Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2022-03-04T15:08:32.944Z] --- PASS: TestBuildMultiStageOnBuild (11.70s) [2022-03-04T15:08:32.944Z] === RUN TestBuildUncleanTarFilenames [2022-03-04T15:08:32.944Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T15:08:32.944Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2022-03-04T15:08:32.944Z] === RUN TestBuildMultiStageLayerLeak [2022-03-04T15:08:33.043Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-03-04T15:08:33.365Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2022-03-04T15:08:33.365Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (19.08s) [2022-03-04T15:08:33.365Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (19.20s) [2022-03-04T15:08:33.365Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (19.46s) [2022-03-04T15:08:33.365Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (19.57s) [2022-03-04T15:08:33.365Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (11.22s) [2022-03-04T15:08:33.365Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (11.38s) [2022-03-04T15:08:33.365Z] === RUN TestBuildMultiStageCopy [2022-03-04T15:08:33.365Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-04T15:08:34.420Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.85s) [2022-03-04T15:08:34.420Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2022-03-04T15:08:34.420Z] === RUN TestDockerSuite/TestBuildUser [2022-03-04T15:08:35.802Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.61s) [2022-03-04T15:08:35.802Z] === RUN TestAuthZPluginHeader [2022-03-04T15:08:35.802Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-03-04T15:08:36.741Z] --- PASS: TestAuthZPluginHeader (0.78s) [2022-03-04T15:08:36.741Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2022-03-04T15:08:37.177Z] time="2022-03-04T15:08:36Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2022-03-04T15:08:37.177Z] --- PASS: TestNodeReincarnation (5.02s) [2022-03-04T15:08:37.177Z] === RUN TestParallelCreate [2022-03-04T15:08:37.177Z] 2022/03/04 15:08:36 Closing DB instances... [2022-03-04T15:08:37.177Z] --- PASS: TestParallelCreate (0.02s) [2022-03-04T15:08:37.177Z] === RUN TestParallelDelete [2022-03-04T15:08:37.177Z] 2022/03/04 15:08:36 Closing DB instances... [2022-03-04T15:08:37.177Z] --- PASS: TestParallelDelete (0.01s) [2022-03-04T15:08:37.177Z] === RUN TestNetworkDBIslands [2022-03-04T15:08:37.177Z] time="2022-03-04T15:08:36Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:a262c7babe93 with config:&{NodeID:a262c7babe93 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-04T15:08:37.177Z] time="2022-03-04T15:08:36Z" level=info msg="Node a262c7babe93/172.20.182.103, joined gossip cluster" [2022-03-04T15:08:37.177Z] time="2022-03-04T15:08:36Z" level=info msg="Node a262c7babe93/172.20.182.103, added to nodes list" [2022-03-04T15:08:37.177Z] time="2022-03-04T15:08:36Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:96ba5cc66cd3 with config:&{NodeID:96ba5cc66cd3 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-04T15:08:37.177Z] time="2022-03-04T15:08:36Z" level=info msg="Node 96ba5cc66cd3/172.20.182.103, joined gossip cluster" [2022-03-04T15:08:37.177Z] time="2022-03-04T15:08:36Z" level=info msg="Node 96ba5cc66cd3/172.20.182.103, added to nodes list" [2022-03-04T15:08:37.177Z] time="2022-03-04T15:08:36Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2022-03-04T15:08:37.177Z] time="2022-03-04T15:08:36Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2022-03-04T15:08:37.177Z] time="2022-03-04T15:08:36Z" level=debug msg="memberlist: Stream connection from=[::1]:49350" [2022-03-04T15:08:37.177Z] time="2022-03-04T15:08:36Z" level=info msg="Node 96ba5cc66cd3/172.20.182.103, joined gossip cluster" [2022-03-04T15:08:37.177Z] time="2022-03-04T15:08:36Z" level=info msg="Node 96ba5cc66cd3/172.20.182.103, added to nodes list" [2022-03-04T15:08:37.177Z] time="2022-03-04T15:08:36Z" level=info msg="Node a262c7babe93/172.20.182.103, joined gossip cluster" [2022-03-04T15:08:37.177Z] time="2022-03-04T15:08:36Z" level=info msg="Node a262c7babe93/172.20.182.103, added to nodes list" [2022-03-04T15:08:37.177Z] time="2022-03-04T15:08:36Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2022-03-04T15:08:37.177Z] time="2022-03-04T15:08:36Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49351" [2022-03-04T15:08:37.177Z] time="2022-03-04T15:08:36Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:0704f30eddef with config:&{NodeID:0704f30eddef 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-04T15:08:37.177Z] time="2022-03-04T15:08:36Z" level=info msg="Node 0704f30eddef/172.20.182.103, joined gossip cluster" [2022-03-04T15:08:37.177Z] time="2022-03-04T15:08:36Z" level=info msg="Node 0704f30eddef/172.20.182.103, added to nodes list" [2022-03-04T15:08:37.178Z] time="2022-03-04T15:08:36Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2022-03-04T15:08:37.178Z] time="2022-03-04T15:08:36Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2022-03-04T15:08:37.178Z] time="2022-03-04T15:08:36Z" level=debug msg="memberlist: Stream connection from=[::1]:49352" [2022-03-04T15:08:37.178Z] time="2022-03-04T15:08:36Z" level=info msg="Node 0704f30eddef/172.20.182.103, joined gossip cluster" [2022-03-04T15:08:37.178Z] time="2022-03-04T15:08:36Z" level=info msg="Node 0704f30eddef/172.20.182.103, added to nodes list" [2022-03-04T15:08:37.178Z] time="2022-03-04T15:08:36Z" level=info msg="Node a262c7babe93/172.20.182.103, joined gossip cluster" [2022-03-04T15:08:37.178Z] time="2022-03-04T15:08:36Z" level=info msg="Node a262c7babe93/172.20.182.103, added to nodes list" [2022-03-04T15:08:37.178Z] time="2022-03-04T15:08:36Z" level=info msg="Node 96ba5cc66cd3/172.20.182.103, joined gossip cluster" [2022-03-04T15:08:37.178Z] time="2022-03-04T15:08:36Z" level=info msg="Node 96ba5cc66cd3/172.20.182.103, added to nodes list" [2022-03-04T15:08:37.178Z] time="2022-03-04T15:08:36Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2022-03-04T15:08:37.178Z] time="2022-03-04T15:08:36Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49353" [2022-03-04T15:08:37.178Z] time="2022-03-04T15:08:37Z" level=info msg="Node 0704f30eddef/172.20.182.103, joined gossip cluster" [2022-03-04T15:08:37.178Z] time="2022-03-04T15:08:37Z" level=info msg="Node 0704f30eddef/172.20.182.103, added to nodes list" [2022-03-04T15:08:37.646Z] time="2022-03-04T15:08:37Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:140bd79a7b27 with config:&{NodeID:140bd79a7b27 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-04T15:08:37.647Z] time="2022-03-04T15:08:37Z" level=info msg="Node 140bd79a7b27/172.20.182.103, joined gossip cluster" [2022-03-04T15:08:37.647Z] time="2022-03-04T15:08:37Z" level=info msg="Node 140bd79a7b27/172.20.182.103, added to nodes list" [2022-03-04T15:08:37.647Z] time="2022-03-04T15:08:37Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2022-03-04T15:08:37.647Z] time="2022-03-04T15:08:37Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2022-03-04T15:08:37.647Z] time="2022-03-04T15:08:37Z" level=debug msg="memberlist: Stream connection from=[::1]:49354" [2022-03-04T15:08:37.647Z] time="2022-03-04T15:08:37Z" level=info msg="Node 140bd79a7b27/172.20.182.103, joined gossip cluster" [2022-03-04T15:08:37.647Z] time="2022-03-04T15:08:37Z" level=info msg="Node 140bd79a7b27/172.20.182.103, added to nodes list" [2022-03-04T15:08:37.647Z] time="2022-03-04T15:08:37Z" level=info msg="Node a262c7babe93/172.20.182.103, joined gossip cluster" [2022-03-04T15:08:37.647Z] time="2022-03-04T15:08:37Z" level=info msg="Node a262c7babe93/172.20.182.103, added to nodes list" [2022-03-04T15:08:37.647Z] time="2022-03-04T15:08:37Z" level=info msg="Node 96ba5cc66cd3/172.20.182.103, joined gossip cluster" [2022-03-04T15:08:37.647Z] time="2022-03-04T15:08:37Z" level=info msg="Node 96ba5cc66cd3/172.20.182.103, added to nodes list" [2022-03-04T15:08:37.647Z] time="2022-03-04T15:08:37Z" level=info msg="Node 0704f30eddef/172.20.182.103, joined gossip cluster" [2022-03-04T15:08:37.647Z] time="2022-03-04T15:08:37Z" level=info msg="Node 0704f30eddef/172.20.182.103, added to nodes list" [2022-03-04T15:08:37.647Z] time="2022-03-04T15:08:37Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2022-03-04T15:08:37.647Z] time="2022-03-04T15:08:37Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49355" [2022-03-04T15:08:37.647Z] time="2022-03-04T15:08:37Z" level=info msg="Node 140bd79a7b27/172.20.182.103, joined gossip cluster" [2022-03-04T15:08:37.647Z] time="2022-03-04T15:08:37Z" level=info msg="Node 140bd79a7b27/172.20.182.103, added to nodes list" [2022-03-04T15:08:37.647Z] time="2022-03-04T15:08:37Z" level=info msg="Node 140bd79a7b27/172.20.182.103, joined gossip cluster" [2022-03-04T15:08:37.647Z] time="2022-03-04T15:08:37Z" level=info msg="Node 140bd79a7b27/172.20.182.103, added to nodes list" [2022-03-04T15:08:38.116Z] time="2022-03-04T15:08:37Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:b820f9b370b6 with config:&{NodeID:b820f9b370b6 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-04T15:08:38.116Z] time="2022-03-04T15:08:37Z" level=info msg="Node b820f9b370b6/172.20.182.103, joined gossip cluster" [2022-03-04T15:08:38.116Z] time="2022-03-04T15:08:37Z" level=info msg="Node b820f9b370b6/172.20.182.103, added to nodes list" [2022-03-04T15:08:38.116Z] time="2022-03-04T15:08:37Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2022-03-04T15:08:38.116Z] time="2022-03-04T15:08:37Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2022-03-04T15:08:38.116Z] time="2022-03-04T15:08:37Z" level=debug msg="memberlist: Stream connection from=[::1]:49356" [2022-03-04T15:08:38.117Z] time="2022-03-04T15:08:37Z" level=info msg="Node b820f9b370b6/172.20.182.103, joined gossip cluster" [2022-03-04T15:08:38.117Z] time="2022-03-04T15:08:37Z" level=info msg="Node b820f9b370b6/172.20.182.103, added to nodes list" [2022-03-04T15:08:38.117Z] time="2022-03-04T15:08:37Z" level=info msg="Node a262c7babe93/172.20.182.103, joined gossip cluster" [2022-03-04T15:08:38.117Z] time="2022-03-04T15:08:37Z" level=info msg="Node a262c7babe93/172.20.182.103, added to nodes list" [2022-03-04T15:08:38.117Z] time="2022-03-04T15:08:37Z" level=info msg="Node 96ba5cc66cd3/172.20.182.103, joined gossip cluster" [2022-03-04T15:08:38.117Z] time="2022-03-04T15:08:37Z" level=info msg="Node 96ba5cc66cd3/172.20.182.103, added to nodes list" [2022-03-04T15:08:38.117Z] time="2022-03-04T15:08:37Z" level=info msg="Node 0704f30eddef/172.20.182.103, joined gossip cluster" [2022-03-04T15:08:38.117Z] time="2022-03-04T15:08:37Z" level=info msg="Node 0704f30eddef/172.20.182.103, added to nodes list" [2022-03-04T15:08:38.117Z] time="2022-03-04T15:08:37Z" level=info msg="Node 140bd79a7b27/172.20.182.103, joined gossip cluster" [2022-03-04T15:08:38.117Z] time="2022-03-04T15:08:37Z" level=info msg="Node 140bd79a7b27/172.20.182.103, added to nodes list" [2022-03-04T15:08:38.117Z] time="2022-03-04T15:08:37Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2022-03-04T15:08:38.117Z] time="2022-03-04T15:08:37Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49357" [2022-03-04T15:08:38.117Z] time="2022-03-04T15:08:37Z" level=info msg="Node b820f9b370b6/172.20.182.103, joined gossip cluster" [2022-03-04T15:08:38.117Z] time="2022-03-04T15:08:37Z" level=info msg="Node b820f9b370b6/172.20.182.103, added to nodes list" [2022-03-04T15:08:38.117Z] time="2022-03-04T15:08:37Z" level=info msg="Node b820f9b370b6/172.20.182.103, joined gossip cluster" [2022-03-04T15:08:38.117Z] time="2022-03-04T15:08:37Z" level=info msg="Node b820f9b370b6/172.20.182.103, added to nodes list" [2022-03-04T15:08:38.117Z] time="2022-03-04T15:08:37Z" level=info msg="Node b820f9b370b6/172.20.182.103, joined gossip cluster" [2022-03-04T15:08:38.117Z] time="2022-03-04T15:08:37Z" level=info msg="Node b820f9b370b6/172.20.182.103, added to nodes list" [2022-03-04T15:08:38.586Z] networkdb_test.go:835: Re-joining: 3 [2022-03-04T15:08:38.586Z] time="2022-03-04T15:08:38Z" level=info msg="The new bootstrap node list is:[172.20.182.103:10033 172.20.182.103:10034 172.20.182.103:10035]" [2022-03-04T15:08:38.586Z] time="2022-03-04T15:08:38Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.182.103:10033" [2022-03-04T15:08:38.586Z] time="2022-03-04T15:08:38Z" level=debug msg="memberlist: Stream connection from=172.20.182.103:49358" [2022-03-04T15:08:38.586Z] time="2022-03-04T15:08:38Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.182.103:10034" [2022-03-04T15:08:38.586Z] time="2022-03-04T15:08:38Z" level=debug msg="memberlist: Stream connection from=172.20.182.103:49359" [2022-03-04T15:08:38.586Z] time="2022-03-04T15:08:38Z" level=debug msg="memberlist: Stream connection from=172.20.182.103:49360" [2022-03-04T15:08:38.586Z] time="2022-03-04T15:08:38Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.182.103:10035" [2022-03-04T15:08:38.586Z] networkdb_test.go:835: Re-joining: 4 [2022-03-04T15:08:38.586Z] time="2022-03-04T15:08:38Z" level=info msg="The new bootstrap node list is:[172.20.182.103:10033 172.20.182.103:10034 172.20.182.103:10035]" [2022-03-04T15:08:38.586Z] time="2022-03-04T15:08:38Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.182.103:10033" [2022-03-04T15:08:38.586Z] time="2022-03-04T15:08:38Z" level=debug msg="memberlist: Stream connection from=172.20.182.103:49361" [2022-03-04T15:08:38.586Z] time="2022-03-04T15:08:38Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.182.103:10034" [2022-03-04T15:08:38.586Z] time="2022-03-04T15:08:38Z" level=debug msg="memberlist: Stream connection from=172.20.182.103:49362" [2022-03-04T15:08:38.586Z] time="2022-03-04T15:08:38Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.182.103:10035" [2022-03-04T15:08:38.586Z] time="2022-03-04T15:08:38Z" level=debug msg="memberlist: Stream connection from=172.20.182.103:49363" [2022-03-04T15:08:38.586Z] time="2022-03-04T15:08:38Z" level=info msg="node 0 leaving" [2022-03-04T15:08:38.586Z] time="2022-03-04T15:08:38Z" level=info msg="Node a262c7babe93 change state NodeActive --> NodeLeft" [2022-03-04T15:08:38.586Z] time="2022-03-04T15:08:38Z" level=info msg="node4(140bd79a7b27): Node leave event for a262c7babe93/172.20.182.103" [2022-03-04T15:08:38.586Z] time="2022-03-04T15:08:38Z" level=info msg="Node a262c7babe93 change state NodeActive --> NodeLeft" [2022-03-04T15:08:38.586Z] time="2022-03-04T15:08:38Z" level=info msg="node2(96ba5cc66cd3): Node leave event for a262c7babe93/172.20.182.103" [2022-03-04T15:08:38.586Z] time="2022-03-04T15:08:38Z" level=info msg="Node a262c7babe93 change state NodeActive --> NodeLeft" [2022-03-04T15:08:38.586Z] time="2022-03-04T15:08:38Z" level=info msg="node5(b820f9b370b6): Node leave event for a262c7babe93/172.20.182.103" [2022-03-04T15:08:38.586Z] time="2022-03-04T15:08:38Z" level=info msg="Node a262c7babe93 change state NodeActive --> NodeLeft" [2022-03-04T15:08:38.586Z] time="2022-03-04T15:08:38Z" level=info msg="node1(a262c7babe93): Node leave event for a262c7babe93/172.20.182.103" [2022-03-04T15:08:38.645Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-03-04T15:08:39.056Z] time="2022-03-04T15:08:38Z" level=info msg="Node a262c7babe93 change state NodeActive --> NodeLeft" [2022-03-04T15:08:39.056Z] time="2022-03-04T15:08:38Z" level=info msg="node3(0704f30eddef): Node leave event for a262c7babe93/172.20.182.103" [2022-03-04T15:08:39.056Z] time="2022-03-04T15:08:38Z" level=info msg="Node a262c7babe93/172.20.182.103, left gossip cluster" [2022-03-04T15:08:39.056Z] time="2022-03-04T15:08:38Z" level=info msg="Node a262c7babe93/172.20.182.103, left gossip cluster" [2022-03-04T15:08:39.056Z] time="2022-03-04T15:08:38Z" level=info msg="Node a262c7babe93/172.20.182.103, left gossip cluster" [2022-03-04T15:08:39.056Z] time="2022-03-04T15:08:38Z" level=info msg="Node a262c7babe93/172.20.182.103, left gossip cluster" [2022-03-04T15:08:39.056Z] time="2022-03-04T15:08:38Z" level=info msg="Node a262c7babe93/172.20.182.103, left gossip cluster" [2022-03-04T15:08:39.056Z] time="2022-03-04T15:08:38Z" level=info msg="node 1 leaving" [2022-03-04T15:08:39.056Z] time="2022-03-04T15:08:38Z" level=info msg="Node 96ba5cc66cd3 change state NodeActive --> NodeLeft" [2022-03-04T15:08:39.056Z] time="2022-03-04T15:08:38Z" level=info msg="node3(0704f30eddef): Node leave event for 96ba5cc66cd3/172.20.182.103" [2022-03-04T15:08:39.056Z] time="2022-03-04T15:08:38Z" level=info msg="Node 96ba5cc66cd3 change state NodeActive --> NodeLeft" [2022-03-04T15:08:39.056Z] time="2022-03-04T15:08:38Z" level=info msg="node5(b820f9b370b6): Node leave event for 96ba5cc66cd3/172.20.182.103" [2022-03-04T15:08:39.056Z] time="2022-03-04T15:08:38Z" level=info msg="Node 96ba5cc66cd3 change state NodeActive --> NodeLeft" [2022-03-04T15:08:39.056Z] time="2022-03-04T15:08:38Z" level=info msg="node4(140bd79a7b27): Node leave event for 96ba5cc66cd3/172.20.182.103" [2022-03-04T15:08:39.056Z] time="2022-03-04T15:08:38Z" level=info msg="Node 96ba5cc66cd3 change state NodeActive --> NodeLeft" [2022-03-04T15:08:39.056Z] time="2022-03-04T15:08:38Z" level=info msg="node2(96ba5cc66cd3): Node leave event for 96ba5cc66cd3/172.20.182.103" [2022-03-04T15:08:39.525Z] time="2022-03-04T15:08:39Z" level=info msg="Node 96ba5cc66cd3/172.20.182.103, left gossip cluster" [2022-03-04T15:08:39.525Z] time="2022-03-04T15:08:39Z" level=info msg="Node 96ba5cc66cd3/172.20.182.103, left gossip cluster" [2022-03-04T15:08:39.525Z] time="2022-03-04T15:08:39Z" level=info msg="Node 96ba5cc66cd3/172.20.182.103, left gossip cluster" [2022-03-04T15:08:39.525Z] time="2022-03-04T15:08:39Z" level=info msg="Node 96ba5cc66cd3/172.20.182.103, left gossip cluster" [2022-03-04T15:08:39.525Z] time="2022-03-04T15:08:39Z" level=info msg="node 2 leaving" [2022-03-04T15:08:39.525Z] time="2022-03-04T15:08:39Z" level=info msg="Node 0704f30eddef change state NodeActive --> NodeLeft" [2022-03-04T15:08:39.525Z] time="2022-03-04T15:08:39Z" level=info msg="node4(140bd79a7b27): Node leave event for 0704f30eddef/172.20.182.103" [2022-03-04T15:08:39.525Z] time="2022-03-04T15:08:39Z" level=info msg="Node 0704f30eddef change state NodeActive --> NodeLeft" [2022-03-04T15:08:39.525Z] time="2022-03-04T15:08:39Z" level=info msg="node5(b820f9b370b6): Node leave event for 0704f30eddef/172.20.182.103" [2022-03-04T15:08:39.525Z] time="2022-03-04T15:08:39Z" level=info msg="Node 0704f30eddef change state NodeActive --> NodeLeft" [2022-03-04T15:08:39.525Z] time="2022-03-04T15:08:39Z" level=info msg="node3(0704f30eddef): Node leave event for 0704f30eddef/172.20.182.103" [2022-03-04T15:08:39.996Z] time="2022-03-04T15:08:39Z" level=info msg="Node 0704f30eddef/172.20.182.103, left gossip cluster" [2022-03-04T15:08:39.997Z] time="2022-03-04T15:08:39Z" level=info msg="Node 0704f30eddef/172.20.182.103, left gossip cluster" [2022-03-04T15:08:39.997Z] time="2022-03-04T15:08:39Z" level=info msg="Node 0704f30eddef/172.20.182.103, left gossip cluster" [2022-03-04T15:08:39.997Z] networkdb_test.go:867: node4: OK [2022-03-04T15:08:39.997Z] networkdb_test.go:867: node5: OK [2022-03-04T15:08:39.997Z] time="2022-03-04T15:08:39Z" level=info msg="node 0 coming back" [2022-03-04T15:08:39.997Z] time="2022-03-04T15:08:39Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:524185bd78b8 with config:&{NodeID:524185bd78b8 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-04T15:08:39.997Z] time="2022-03-04T15:08:39Z" level=info msg="Node 524185bd78b8/172.20.182.103, joined gossip cluster" [2022-03-04T15:08:39.997Z] time="2022-03-04T15:08:39Z" level=info msg="Node 524185bd78b8/172.20.182.103, added to nodes list" [2022-03-04T15:08:39.997Z] time="2022-03-04T15:08:39Z" level=info msg="node 1 coming back" [2022-03-04T15:08:39.997Z] time="2022-03-04T15:08:39Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:65dfeffdfa7d with config:&{NodeID:65dfeffdfa7d 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-04T15:08:40.469Z] time="2022-03-04T15:08:39Z" level=info msg="Node 65dfeffdfa7d/172.20.182.103, joined gossip cluster" [2022-03-04T15:08:40.469Z] time="2022-03-04T15:08:39Z" level=info msg="Node 65dfeffdfa7d/172.20.182.103, added to nodes list" [2022-03-04T15:08:40.469Z] time="2022-03-04T15:08:39Z" level=info msg="node 2 coming back" [2022-03-04T15:08:40.469Z] time="2022-03-04T15:08:39Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:f3d2c128b166 with config:&{NodeID:f3d2c128b166 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-04T15:08:40.469Z] time="2022-03-04T15:08:39Z" level=info msg="Node f3d2c128b166/172.20.182.103, joined gossip cluster" [2022-03-04T15:08:40.469Z] time="2022-03-04T15:08:39Z" level=info msg="Node f3d2c128b166/172.20.182.103, added to nodes list" [2022-03-04T15:08:41.180Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.43s) [2022-03-04T15:08:41.180Z] === RUN TestAuthZPluginV2Disable [2022-03-04T15:08:43.364Z] --- PASS: TestBuildMultiStageLayerLeak (10.43s) [2022-03-04T15:08:43.364Z] === RUN TestBuildWithHugeFile [2022-03-04T15:08:43.427Z] time="2022-03-04T15:08:43Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.20.182.103:10033 172.20.182.103:10034 172.20.182.103:10035]" [2022-03-04T15:08:43.798Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-04T15:08:43.897Z] time="2022-03-04T15:08:43Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.20.182.103:10033 172.20.182.103:10034 172.20.182.103:10035]" [2022-03-04T15:08:44.273Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-04T15:08:44.887Z] time="2022-03-04T15:08:44Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.182.103:10033" [2022-03-04T15:08:44.888Z] time="2022-03-04T15:08:44Z" level=debug msg="memberlist: Stream connection from=172.20.182.103:49365" [2022-03-04T15:08:44.888Z] time="2022-03-04T15:08:44Z" level=info msg="Node b820f9b370b6/172.20.182.103, joined gossip cluster" [2022-03-04T15:08:44.888Z] time="2022-03-04T15:08:44Z" level=info msg="Node b820f9b370b6/172.20.182.103, added to nodes list" [2022-03-04T15:08:44.888Z] time="2022-03-04T15:08:44Z" level=info msg="Node 140bd79a7b27/172.20.182.103, joined gossip cluster" [2022-03-04T15:08:44.888Z] time="2022-03-04T15:08:44Z" level=info msg="Node 140bd79a7b27/172.20.182.103, added to nodes list" [2022-03-04T15:08:44.888Z] time="2022-03-04T15:08:44Z" level=info msg="Node 524185bd78b8/172.20.182.103, joined gossip cluster" [2022-03-04T15:08:44.888Z] time="2022-03-04T15:08:44Z" level=info msg="Node 524185bd78b8/172.20.182.103, is the new incarnation of the shutdown node a262c7babe93/172.20.182.103" [2022-03-04T15:08:44.888Z] time="2022-03-04T15:08:44Z" level=info msg="Node 524185bd78b8/172.20.182.103, added to nodes list" [2022-03-04T15:08:44.888Z] time="2022-03-04T15:08:44Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.182.103:10034" [2022-03-04T15:08:44.888Z] time="2022-03-04T15:08:44Z" level=debug msg="memberlist: Stream connection from=172.20.182.103:49366" [2022-03-04T15:08:44.888Z] time="2022-03-04T15:08:44Z" level=info msg="Node 524185bd78b8/172.20.182.103, joined gossip cluster" [2022-03-04T15:08:44.888Z] time="2022-03-04T15:08:44Z" level=info msg="Node 524185bd78b8/172.20.182.103, added to nodes list" [2022-03-04T15:08:44.888Z] time="2022-03-04T15:08:44Z" level=info msg="Node b820f9b370b6/172.20.182.103, joined gossip cluster" [2022-03-04T15:08:44.888Z] time="2022-03-04T15:08:44Z" level=info msg="Node b820f9b370b6/172.20.182.103, added to nodes list" [2022-03-04T15:08:44.888Z] time="2022-03-04T15:08:44Z" level=info msg="Node 140bd79a7b27/172.20.182.103, joined gossip cluster" [2022-03-04T15:08:44.888Z] time="2022-03-04T15:08:44Z" level=info msg="Node 140bd79a7b27/172.20.182.103, added to nodes list" [2022-03-04T15:08:44.888Z] time="2022-03-04T15:08:44Z" level=info msg="Node 65dfeffdfa7d/172.20.182.103, joined gossip cluster" [2022-03-04T15:08:44.888Z] time="2022-03-04T15:08:44Z" level=info msg="Node 65dfeffdfa7d/172.20.182.103, is the new incarnation of the shutdown node 96ba5cc66cd3/172.20.182.103" [2022-03-04T15:08:44.888Z] time="2022-03-04T15:08:44Z" level=info msg="Node 65dfeffdfa7d/172.20.182.103, added to nodes list" [2022-03-04T15:08:44.888Z] time="2022-03-04T15:08:44Z" level=debug msg="memberlist: Stream connection from=172.20.182.103:49367" [2022-03-04T15:08:44.888Z] time="2022-03-04T15:08:44Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.182.103:10035" [2022-03-04T15:08:44.888Z] time="2022-03-04T15:08:44Z" level=info msg="Node 524185bd78b8/172.20.182.103, joined gossip cluster" [2022-03-04T15:08:44.888Z] time="2022-03-04T15:08:44Z" level=info msg="Node 524185bd78b8/172.20.182.103, added to nodes list" [2022-03-04T15:08:44.888Z] time="2022-03-04T15:08:44Z" level=info msg="Node b820f9b370b6/172.20.182.103, joined gossip cluster" [2022-03-04T15:08:44.888Z] time="2022-03-04T15:08:44Z" level=info msg="Node b820f9b370b6/172.20.182.103, added to nodes list" [2022-03-04T15:08:44.888Z] time="2022-03-04T15:08:44Z" level=info msg="Node 140bd79a7b27/172.20.182.103, joined gossip cluster" [2022-03-04T15:08:44.888Z] time="2022-03-04T15:08:44Z" level=info msg="Node 140bd79a7b27/172.20.182.103, added to nodes list" [2022-03-04T15:08:44.888Z] time="2022-03-04T15:08:44Z" level=info msg="Node 65dfeffdfa7d/172.20.182.103, joined gossip cluster" [2022-03-04T15:08:44.888Z] time="2022-03-04T15:08:44Z" level=info msg="Node 65dfeffdfa7d/172.20.182.103, added to nodes list" [2022-03-04T15:08:44.888Z] time="2022-03-04T15:08:44Z" level=info msg="Node f3d2c128b166/172.20.182.103, joined gossip cluster" [2022-03-04T15:08:44.888Z] time="2022-03-04T15:08:44Z" level=info msg="Node f3d2c128b166/172.20.182.103, is the new incarnation of the shutdown node 0704f30eddef/172.20.182.103" [2022-03-04T15:08:44.888Z] time="2022-03-04T15:08:44Z" level=info msg="Node f3d2c128b166/172.20.182.103, added to nodes list" [2022-03-04T15:08:44.888Z] time="2022-03-04T15:08:44Z" level=info msg="Node 65dfeffdfa7d/172.20.182.103, joined gossip cluster" [2022-03-04T15:08:44.888Z] time="2022-03-04T15:08:44Z" level=info msg="Node 65dfeffdfa7d/172.20.182.103, added to nodes list" [2022-03-04T15:08:44.888Z] time="2022-03-04T15:08:44Z" level=info msg="Node 65dfeffdfa7d/172.20.182.103, joined gossip cluster" [2022-03-04T15:08:44.888Z] time="2022-03-04T15:08:44Z" level=info msg="Node 65dfeffdfa7d/172.20.182.103, is the new incarnation of the shutdown node 96ba5cc66cd3/172.20.182.103" [2022-03-04T15:08:44.888Z] time="2022-03-04T15:08:44Z" level=info msg="Node 65dfeffdfa7d/172.20.182.103, added to nodes list" [2022-03-04T15:08:44.888Z] time="2022-03-04T15:08:44Z" level=info msg="Node 524185bd78b8/172.20.182.103, joined gossip cluster" [2022-03-04T15:08:44.888Z] time="2022-03-04T15:08:44Z" level=info msg="Node 524185bd78b8/172.20.182.103, is the new incarnation of the shutdown node a262c7babe93/172.20.182.103" [2022-03-04T15:08:44.888Z] time="2022-03-04T15:08:44Z" level=info msg="Node 524185bd78b8/172.20.182.103, added to nodes list" [2022-03-04T15:08:44.888Z] time="2022-03-04T15:08:44Z" level=info msg="Node f3d2c128b166/172.20.182.103, joined gossip cluster" [2022-03-04T15:08:44.888Z] time="2022-03-04T15:08:44Z" level=info msg="Node f3d2c128b166/172.20.182.103, added to nodes list" [2022-03-04T15:08:44.888Z] time="2022-03-04T15:08:44Z" level=info msg="Node f3d2c128b166/172.20.182.103, joined gossip cluster" [2022-03-04T15:08:44.888Z] time="2022-03-04T15:08:44Z" level=info msg="Node f3d2c128b166/172.20.182.103, added to nodes list" [2022-03-04T15:08:44.888Z] time="2022-03-04T15:08:44Z" level=info msg="Node f3d2c128b166/172.20.182.103, joined gossip cluster" [2022-03-04T15:08:44.888Z] time="2022-03-04T15:08:44Z" level=info msg="Node f3d2c128b166/172.20.182.103, is the new incarnation of the shutdown node 0704f30eddef/172.20.182.103" [2022-03-04T15:08:44.888Z] time="2022-03-04T15:08:44Z" level=info msg="Node f3d2c128b166/172.20.182.103, added to nodes list" [2022-03-04T15:08:44.888Z] time="2022-03-04T15:08:44Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.182.103:10033" [2022-03-04T15:08:44.888Z] time="2022-03-04T15:08:44Z" level=debug msg="memberlist: Stream connection from=172.20.182.103:49368" [2022-03-04T15:08:44.888Z] time="2022-03-04T15:08:44Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.182.103:10034" [2022-03-04T15:08:44.888Z] time="2022-03-04T15:08:44Z" level=debug msg="memberlist: Stream connection from=172.20.182.103:49369" [2022-03-04T15:08:44.888Z] time="2022-03-04T15:08:44Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.20.182.103:10035" [2022-03-04T15:08:44.888Z] time="2022-03-04T15:08:44Z" level=debug msg="memberlist: Stream connection from=172.20.182.103:49370" [2022-03-04T15:08:45.360Z] 2022/03/04 15:08:44 Closing DB instances... [2022-03-04T15:08:45.360Z] time="2022-03-04T15:08:45Z" level=info msg="Node 524185bd78b8 change state NodeActive --> NodeLeft" [2022-03-04T15:08:45.360Z] time="2022-03-04T15:08:45Z" level=info msg="node5(b820f9b370b6): Node leave event for 524185bd78b8/172.20.182.103" [2022-03-04T15:08:45.360Z] time="2022-03-04T15:08:45Z" level=info msg="Node 524185bd78b8 change state NodeActive --> NodeLeft" [2022-03-04T15:08:45.360Z] time="2022-03-04T15:08:45Z" level=info msg="node2(65dfeffdfa7d): Node leave event for 524185bd78b8/172.20.182.103" [2022-03-04T15:08:45.360Z] time="2022-03-04T15:08:45Z" level=info msg="Node 524185bd78b8 change state NodeActive --> NodeLeft" [2022-03-04T15:08:45.360Z] time="2022-03-04T15:08:45Z" level=info msg="node3(f3d2c128b166): Node leave event for 524185bd78b8/172.20.182.103" [2022-03-04T15:08:45.360Z] time="2022-03-04T15:08:45Z" level=info msg="Node 524185bd78b8 change state NodeActive --> NodeLeft" [2022-03-04T15:08:45.360Z] time="2022-03-04T15:08:45Z" level=info msg="node1(524185bd78b8): Node leave event for 524185bd78b8/172.20.182.103" [2022-03-04T15:08:45.360Z] time="2022-03-04T15:08:45Z" level=info msg="Node 524185bd78b8 change state NodeActive --> NodeLeft" [2022-03-04T15:08:45.360Z] time="2022-03-04T15:08:45Z" level=info msg="node4(140bd79a7b27): Node leave event for 524185bd78b8/172.20.182.103" [2022-03-04T15:08:45.378Z] --- PASS: TestAuthZPluginV2Disable (3.74s) [2022-03-04T15:08:45.378Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2022-03-04T15:08:45.830Z] time="2022-03-04T15:08:45Z" level=info msg="Node 524185bd78b8/172.20.182.103, left gossip cluster" [2022-03-04T15:08:45.830Z] time="2022-03-04T15:08:45Z" level=info msg="Node 524185bd78b8/172.20.182.103, left gossip cluster" [2022-03-04T15:08:45.830Z] time="2022-03-04T15:08:45Z" level=info msg="Node 524185bd78b8/172.20.182.103, left gossip cluster" [2022-03-04T15:08:45.830Z] time="2022-03-04T15:08:45Z" level=info msg="Node 524185bd78b8/172.20.182.103, left gossip cluster" [2022-03-04T15:08:45.830Z] time="2022-03-04T15:08:45Z" level=info msg="Node 524185bd78b8/172.20.182.103, left gossip cluster" [2022-03-04T15:08:45.830Z] time="2022-03-04T15:08:45Z" level=info msg="Node 65dfeffdfa7d change state NodeActive --> NodeLeft" [2022-03-04T15:08:45.830Z] time="2022-03-04T15:08:45Z" level=info msg="node5(b820f9b370b6): Node leave event for 65dfeffdfa7d/172.20.182.103" [2022-03-04T15:08:45.830Z] time="2022-03-04T15:08:45Z" level=info msg="Node 65dfeffdfa7d change state NodeActive --> NodeLeft" [2022-03-04T15:08:45.830Z] time="2022-03-04T15:08:45Z" level=info msg="node4(140bd79a7b27): Node leave event for 65dfeffdfa7d/172.20.182.103" [2022-03-04T15:08:45.830Z] time="2022-03-04T15:08:45Z" level=info msg="Node 65dfeffdfa7d change state NodeActive --> NodeLeft" [2022-03-04T15:08:45.830Z] time="2022-03-04T15:08:45Z" level=info msg="node3(f3d2c128b166): Node leave event for 65dfeffdfa7d/172.20.182.103" [2022-03-04T15:08:45.830Z] time="2022-03-04T15:08:45Z" level=info msg="Node 65dfeffdfa7d change state NodeActive --> NodeLeft" [2022-03-04T15:08:45.830Z] time="2022-03-04T15:08:45Z" level=info msg="node2(65dfeffdfa7d): Node leave event for 65dfeffdfa7d/172.20.182.103" [2022-03-04T15:08:45.830Z] time="2022-03-04T15:08:45Z" level=info msg="Node 65dfeffdfa7d/172.20.182.103, left gossip cluster" [2022-03-04T15:08:45.830Z] time="2022-03-04T15:08:45Z" level=info msg="Node 65dfeffdfa7d/172.20.182.103, left gossip cluster" [2022-03-04T15:08:45.830Z] time="2022-03-04T15:08:45Z" level=info msg="Node 65dfeffdfa7d/172.20.182.103, left gossip cluster" [2022-03-04T15:08:45.830Z] time="2022-03-04T15:08:45Z" level=info msg="Node 65dfeffdfa7d/172.20.182.103, left gossip cluster" [2022-03-04T15:08:45.840Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-04T15:08:46.300Z] time="2022-03-04T15:08:45Z" level=warning msg="memberlist: Failed to send gossip to 172.20.182.103:10035: write udp [::]:10034->172.20.182.103:10035: use of closed network connection" [2022-03-04T15:08:46.300Z] time="2022-03-04T15:08:45Z" level=info msg="Node f3d2c128b166 change state NodeActive --> NodeLeft" [2022-03-04T15:08:46.300Z] time="2022-03-04T15:08:45Z" level=info msg="node5(b820f9b370b6): Node leave event for f3d2c128b166/172.20.182.103" [2022-03-04T15:08:46.300Z] time="2022-03-04T15:08:45Z" level=info msg="Node f3d2c128b166 change state NodeActive --> NodeLeft" [2022-03-04T15:08:46.300Z] time="2022-03-04T15:08:45Z" level=info msg="node4(140bd79a7b27): Node leave event for f3d2c128b166/172.20.182.103" [2022-03-04T15:08:46.300Z] time="2022-03-04T15:08:46Z" level=info msg="Node f3d2c128b166 change state NodeActive --> NodeLeft" [2022-03-04T15:08:46.300Z] time="2022-03-04T15:08:46Z" level=info msg="node3(f3d2c128b166): Node leave event for f3d2c128b166/172.20.182.103" [2022-03-04T15:08:46.300Z] time="2022-03-04T15:08:46Z" level=info msg="Node f3d2c128b166/172.20.182.103, left gossip cluster" [2022-03-04T15:08:46.300Z] time="2022-03-04T15:08:46Z" level=info msg="Node f3d2c128b166/172.20.182.103, left gossip cluster" [2022-03-04T15:08:46.769Z] time="2022-03-04T15:08:46Z" level=info msg="Node f3d2c128b166/172.20.182.103, left gossip cluster" [2022-03-04T15:08:46.769Z] time="2022-03-04T15:08:46Z" level=debug msg="memberlist: Failed ping: 140bd79a7b27 (timeout reached)" [2022-03-04T15:08:46.769Z] time="2022-03-04T15:08:46Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.20.182.103:10035: use of closed network connection" [2022-03-04T15:08:46.769Z] time="2022-03-04T15:08:46Z" level=debug msg="memberlist: Stream connection from=172.20.182.103:49371" [2022-03-04T15:08:47.239Z] time="2022-03-04T15:08:46Z" level=info msg="Node 140bd79a7b27 change state NodeActive --> NodeLeft" [2022-03-04T15:08:47.239Z] time="2022-03-04T15:08:46Z" level=info msg="node5(b820f9b370b6): Node leave event for 140bd79a7b27/172.20.182.103" [2022-03-04T15:08:47.239Z] time="2022-03-04T15:08:46Z" level=info msg="Node 140bd79a7b27 change state NodeActive --> NodeLeft" [2022-03-04T15:08:47.239Z] time="2022-03-04T15:08:46Z" level=info msg="node4(140bd79a7b27): Node leave event for 140bd79a7b27/172.20.182.103" [2022-03-04T15:08:47.239Z] time="2022-03-04T15:08:46Z" level=warning msg="memberlist: Was able to connect to 140bd79a7b27 but other probes failed, network may be misconfigured" [2022-03-04T15:08:47.239Z] time="2022-03-04T15:08:47Z" level=info msg="Node 140bd79a7b27/172.20.182.103, left gossip cluster" [2022-03-04T15:08:47.411Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-04T15:08:47.709Z] time="2022-03-04T15:08:47Z" level=info msg="Node 140bd79a7b27/172.20.182.103, left gossip cluster" [2022-03-04T15:08:48.178Z] time="2022-03-04T15:08:47Z" level=info msg="Node b820f9b370b6/172.20.182.103, left gossip cluster" [2022-03-04T15:08:48.178Z] time="2022-03-04T15:08:47Z" level=info msg="Node b820f9b370b6 change state NodeActive --> NodeFailed" [2022-03-04T15:08:48.178Z] time="2022-03-04T15:08:47Z" level=info msg="Node b820f9b370b6/172.20.182.103, added to failed nodes list" [2022-03-04T15:08:48.178Z] --- PASS: TestNetworkDBIslands (11.67s) [2022-03-04T15:08:48.178Z] PASS [2022-03-04T15:08:48.178Z] coverage: 60.0% of statements [2022-03-04T15:08:48.178Z] ok github.com/docker/docker/libnetwork/networkdb 103.660s coverage: 60.0% of statements [2022-03-04T15:08:48.178Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-04T15:08:48.178Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2022-03-04T15:08:48.178Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-04T15:08:48.178Z] ? github.com/docker/docker/oci/caps [no test files] [2022-03-04T15:08:48.178Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2022-03-04T15:08:48.178Z] ? github.com/docker/docker/pkg/locker [no test files] [2022-03-04T15:08:48.178Z] ? github.com/docker/docker/pkg/mount [no test files] [2022-03-04T15:08:48.178Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2022-03-04T15:08:48.178Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2022-03-04T15:08:48.178Z] ? github.com/docker/docker/pkg/platform [no test files] [2022-03-04T15:08:48.178Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2022-03-04T15:08:48.178Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2022-03-04T15:08:48.178Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2022-03-04T15:08:48.178Z] ? github.com/docker/docker/pkg/signal [no test files] [2022-03-04T15:08:48.178Z] ? github.com/docker/docker/pkg/symlink [no test files] [2022-03-04T15:08:48.178Z] ? github.com/docker/docker/pkg/term [no test files] [2022-03-04T15:08:48.178Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2022-03-04T15:08:48.178Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2022-03-04T15:08:48.178Z] ? github.com/docker/docker/quota [no test files] [2022-03-04T15:08:48.178Z] ? github.com/docker/docker/rootless [no test files] [2022-03-04T15:08:48.178Z] ? github.com/docker/docker/runconfig/opts [no test files] [2022-03-04T15:08:48.178Z] ? github.com/docker/docker/testutil/daemon [no test files] [2022-03-04T15:08:48.178Z] ? github.com/docker/docker/testutil/environment [no test files] [2022-03-04T15:08:48.178Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2022-03-04T15:08:48.178Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2022-03-04T15:08:48.178Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2022-03-04T15:08:48.178Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2022-03-04T15:08:48.178Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2022-03-04T15:08:48.178Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2022-03-04T15:08:48.178Z] ? github.com/docker/docker/testutil/registry [no test files] [2022-03-04T15:08:48.178Z] ? github.com/docker/docker/testutil/request [no test files] [2022-03-04T15:08:48.178Z] ? github.com/docker/docker/volume [no test files] [2022-03-04T15:08:48.178Z] ? github.com/docker/docker/volume/service/opts [no test files] [2022-03-04T15:08:48.178Z] ? github.com/docker/docker/volume/testutils [no test files] [2022-03-04T15:08:48.763Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.57s) [2022-03-04T15:08:48.763Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2022-03-04T15:08:48.975Z] --- PASS: TestBuildMultiStageCopy (17.09s) [2022-03-04T15:08:48.975Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (11.67s) [2022-03-04T15:08:48.975Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.03s) [2022-03-04T15:08:48.975Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.20s) [2022-03-04T15:08:48.975Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.47s) [2022-03-04T15:08:48.975Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.72s) [2022-03-04T15:08:48.975Z] === RUN TestBuildMultiStageParentConfig [2022-03-04T15:08:49.330Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === Skipped [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2022-03-04T15:08:49.749Z] dispatchers_test.go:377: Windows does not support stopsignal [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2022-03-04T15:08:49.749Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2022-03-04T15:08:49.749Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2022-03-04T15:08:49.749Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2022-03-04T15:08:49.749Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2022-03-04T15:08:49.749Z] client_test.go:23: runtime.GOOS == "windows" [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2022-03-04T15:08:49.749Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2022-03-04T15:08:49.749Z] network_proxy_test.go:208: No support for dual stack yet [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2022-03-04T15:08:49.749Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2022-03-04T15:08:49.749Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2022-03-04T15:08:49.749Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2022-03-04T15:08:49.749Z] daemon_test.go:145: root required [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2022-03-04T15:08:49.749Z] reload_test.go:342: root required [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.01s) [2022-03-04T15:08:49.749Z] config_test.go:447: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2022-03-04T15:08:49.749Z] pull_v2_test.go:73: Needs fixing on Windows [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2022-03-04T15:08:49.749Z] pull_v2_test.go:118: Needs fixing on Windows [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2022-03-04T15:08:49.749Z] download_test.go:267: Needs fixing on Windows [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2022-03-04T15:08:49.749Z] layer_test.go:291: Failing on Windows [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2022-03-04T15:08:49.749Z] layer_test.go:340: Failing on Windows [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2022-03-04T15:08:49.749Z] layer_test.go:455: Failing on Windows [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2022-03-04T15:08:49.749Z] layer_test.go:684: Failing on Windows [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2022-03-04T15:08:49.749Z] migration_test.go:45: Failing on Windows [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2022-03-04T15:08:49.749Z] migration_test.go:181: Failing on Windows [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2022-03-04T15:08:49.749Z] mount_test.go:17: Failing on Windows [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2022-03-04T15:08:49.749Z] mount_test.go:76: Failing on Windows [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2022-03-04T15:08:49.749Z] mount_test.go:125: Failing on Windows [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2022-03-04T15:08:49.749Z] mount_test.go:212: Failing on Windows [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.00s) [2022-03-04T15:08:49.749Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.01s) [2022-03-04T15:08:49.749Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.01s) [2022-03-04T15:08:49.749Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2022-03-04T15:08:49.749Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2022-03-04T15:08:49.749Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2022-03-04T15:08:49.749Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2022-03-04T15:08:49.749Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2022-03-04T15:08:49.749Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2022-03-04T15:08:49.749Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2022-03-04T15:08:49.749Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2022-03-04T15:08:49.749Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2022-03-04T15:08:49.749Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-04T15:08:49.749Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-04T15:08:49.749Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-04T15:08:49.749Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-04T15:08:49.749Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-04T15:08:49.749Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2022-03-04T15:08:49.749Z] archive_test.go:133: Xz not present in msys2 [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.01s) [2022-03-04T15:08:49.749Z] archive_test.go:140: zstd not installed [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2022-03-04T15:08:49.749Z] archive_test.go:252: Failing on Windows CI machines [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2022-03-04T15:08:49.749Z] archive_windows_test.go:16: Currently fails [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2022-03-04T15:08:49.749Z] changes_test.go:195: needs more investigation [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2022-03-04T15:08:49.749Z] changes_test.go:432: needs further investigation [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2022-03-04T15:08:49.749Z] changes_test.go:468: needs further investigation [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2022-03-04T15:08:49.749Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2022-03-04T15:08:49.749Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2022-03-04T15:08:49.749Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2022-03-04T15:08:49.749Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2022-03-04T15:08:49.749Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2022-03-04T15:08:49.749Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2022-03-04T15:08:49.749Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2022-03-04T15:08:49.749Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2022-03-04T15:08:49.749Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2022-03-04T15:08:49.749Z] poller_test.go:40: No chmod on Windows [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.749Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2022-03-04T15:08:49.749Z] fileutils_test.go:133: Needs porting to Windows [2022-03-04T15:08:49.749Z] [2022-03-04T15:08:49.899Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-03-04T15:08:49.899Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-03-04T15:08:50.218Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2022-03-04T15:08:50.218Z] fileutils_test.go:179: Needs porting to Windows [2022-03-04T15:08:50.218Z] [2022-03-04T15:08:50.218Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2022-03-04T15:08:50.218Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:08:50.218Z] [2022-03-04T15:08:50.218Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.01s) [2022-03-04T15:08:50.218Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:08:50.218Z] [2022-03-04T15:08:50.218Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2022-03-04T15:08:50.218Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2022-03-04T15:08:50.218Z] [2022-03-04T15:08:50.218Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2022-03-04T15:08:50.218Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2022-03-04T15:08:50.218Z] [2022-03-04T15:08:50.218Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2022-03-04T15:08:50.218Z] local_test.go:180: runtime.GOOS == "windows" [2022-03-04T15:08:50.218Z] [2022-03-04T15:08:50.218Z] DONE 2072 tests, 68 skipped in 270.746s [2022-03-04T15:08:50.218Z] INFO: make.ps1 ended at 03/04/2022 15:08:49 [2022-03-04T15:08:50.470Z] docker_api_swarm_test.go:364: Waiting for possible election... [2022-03-04T15:08:51.040Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-03-04T15:08:51.788Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2022-03-04T15:08:51.788Z] INFO: Unit tests ended at 03/04/2022 15:08:51. Duration:00:04:47.1456908 [2022-03-04T15:08:51.788Z] INFO: Building busybox [2022-03-04T15:08:51.929Z] --- PASS: TestBuildMultiStageParentConfig (3.05s) [2022-03-04T15:08:51.929Z] === RUN TestBuildLabelWithTargets [2022-03-04T15:08:51.929Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T15:08:51.929Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2022-03-04T15:08:51.929Z] === RUN TestBuildWithEmptyLayers [2022-03-04T15:08:52.259Z] Sending build context to Docker daemon 5.12kB [2022-03-04T15:08:52.259Z] [2022-03-04T15:08:52.259Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2022-03-04T15:08:52.259Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2022-03-04T15:08:52.259Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2022-03-04T15:08:52.259Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2022-03-04T15:08:52.259Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2022-03-04T15:08:52.259Z] ---> c703d4d60533 [2022-03-04T15:08:52.259Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2022-03-04T15:08:52.259Z] ---> Running in aace1ad996c8 [2022-03-04T15:08:52.421Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-03-04T15:08:53.499Z] --- PASS: TestBuildWithEmptyLayers (1.79s) [2022-03-04T15:08:53.499Z] === RUN TestBuildMultiStageOnBuild [2022-03-04T15:08:53.800Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-03-04T15:08:53.800Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-03-04T15:08:54.060Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-03-04T15:08:54.060Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2022-03-04T15:08:54.060Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-03-04T15:08:54.060Z] docker_cli_build_test.go:5992: unmatched requirement DaemonIsWindows [2022-03-04T15:08:54.060Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-03-04T15:08:54.060Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-03-04T15:08:54.060Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-03-04T15:08:55.966Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-03-04T15:08:55.966Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-03-04T15:08:56.904Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-03-04T15:08:57.476Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-03-04T15:08:58.047Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-03-04T15:08:58.047Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-03-04T15:08:59.955Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.28s) [2022-03-04T15:08:59.955Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2022-03-04T15:08:59.955Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-03-04T15:09:01.333Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-03-04T15:09:01.901Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-03-04T15:09:01.901Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-03-04T15:09:02.470Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-03-04T15:09:02.470Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-03-04T15:09:02.470Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-03-04T15:09:03.065Z] === RUN TestDockerSuite/TestBuildXZHost [2022-03-04T15:09:04.442Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-03-04T15:09:04.442Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-03-04T15:09:04.442Z] docker_cli_sni_test.go:18: Flakey test [2022-03-04T15:09:04.442Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-03-04T15:09:04.701Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-03-04T15:09:05.271Z] === RUN TestDockerSuite/TestCommitChange [2022-03-04T15:09:05.841Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-03-04T15:09:06.410Z] === RUN TestDockerSuite/TestCommitHardlink [2022-03-04T15:09:06.669Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2022-03-04T15:09:07.607Z] === RUN TestDockerSuite/TestCommitNewFile [2022-03-04T15:09:09.030Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-03-04T15:09:09.030Z] docker_api_swarm_test.go:272: [dbe11a708e560] joining swarm manager [d244c043297a6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T15:09:09.597Z] === RUN TestDockerSuite/TestCommitTTY [2022-03-04T15:09:10.092Z] Removing intermediate container aace1ad996c8 [2022-03-04T15:09:10.092Z] ---> f5f28c435ea3 [2022-03-04T15:09:10.092Z] Step 7/13 : ARG BUSYBOX_VERSION [2022-03-04T15:09:10.092Z] ---> Running in d68c97bb73bb [2022-03-04T15:09:10.092Z] Removing intermediate container d68c97bb73bb [2022-03-04T15:09:10.092Z] ---> b71a77397671 [2022-03-04T15:09:10.092Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2022-03-04T15:09:10.165Z] docker_api_swarm_test.go:273: [d120908206df9] joining swarm manager [d244c043297a6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-04T15:09:10.561Z] ---> Running in 0dbcbb06749d [2022-03-04T15:09:10.561Z] Removing intermediate container 0dbcbb06749d [2022-03-04T15:09:10.561Z] ---> 4effa402570f [2022-03-04T15:09:10.561Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2022-03-04T15:09:10.732Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-03-04T15:09:11.299Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-03-04T15:09:11.336Z] --- PASS: TestBuildMultiStageOnBuild (17.13s) [2022-03-04T15:09:11.336Z] === RUN TestBuildUncleanTarFilenames [2022-03-04T15:09:11.336Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T15:09:11.336Z] --- SKIP: TestBuildUncleanTarFilenames (0.01s) [2022-03-04T15:09:11.336Z] === RUN TestBuildMultiStageLayerLeak [2022-03-04T15:09:12.134Z] [2022-03-04T15:09:12.237Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-03-04T15:09:12.604Z] ---> d10f539bd90d [2022-03-04T15:09:12.604Z] 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-04T15:09:12.604Z] ---> Running in bd6a4b827abc [2022-03-04T15:09:12.804Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-03-04T15:09:12.805Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-03-04T15:09:12.805Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-03-04T15:09:13.063Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-03-04T15:09:13.064Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-03-04T15:09:13.064Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-03-04T15:09:13.064Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-03-04T15:09:14.000Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-03-04T15:09:14.937Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-03-04T15:09:14.937Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-03-04T15:09:15.505Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-03-04T15:09:15.765Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-03-04T15:09:16.334Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.61s) [2022-03-04T15:09:16.334Z] PASS [2022-03-04T15:09:16.334Z] [2022-03-04T15:09:16.334Z] DONE 17 tests in 50.605s [2022-03-04T15:09:16.334Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2022-03-04T15:09:16.334Z] ++ 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-04T15:09:16.334Z] ++ set -e [2022-03-04T15:09:16.334Z] ++ '[' -n 0 ']' [2022-03-04T15:09:16.334Z] ++ set -x [2022-03-04T15:09:16.334Z] ++ 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-04T15:09:16.334Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-03-04T15:09:16.334Z] INFO: Testing against a local daemon [2022-03-04T15:09:16.334Z] === RUN TestPluginInvalidJSON [2022-03-04T15:09:16.334Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-04T15:09:16.334Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-04T15:09:16.334Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-04T15:09:16.334Z] --- PASS: TestPluginInvalidJSON (0.02s) [2022-03-04T15:09:16.334Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-04T15:09:16.334Z] === RUN TestPluginInstall [2022-03-04T15:09:16.334Z] === RUN TestPluginInstall/no_auth [2022-03-04T15:09:16.902Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-03-04T15:09:17.469Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-03-04T15:09:17.469Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-03-04T15:09:17.469Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-03-04T15:09:18.039Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-03-04T15:09:18.039Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-03-04T15:09:18.039Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-03-04T15:09:18.039Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-03-04T15:09:18.039Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-03-04T15:09:18.298Z] time="2022-03-04T15:09:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-04T15:09:18.298Z] time="2022-03-04T15:09:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7fb46c8434f77d1333c45d892b6c23f947f101f65226110cdeba500c0b9a687d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-04T15:09:18.298Z] time="2022-03-04T15:09:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-04T15:09:18.298Z] time="2022-03-04T15:09:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7fb46c8434f77d1333c45d892b6c23f947f101f65226110cdeba500c0b9a687d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-04T15:09:18.868Z] === RUN TestPluginInstall/with_htpasswd [2022-03-04T15:09:18.868Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-03-04T15:09:19.127Z] time="2022-03-04T15:09:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-04T15:09:19.127Z] time="2022-03-04T15:09:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:844af46ff750327b97496ddce023fc9752738cd96bca7e438f35b4832bec0e4d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-04T15:09:19.127Z] time="2022-03-04T15:09:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-04T15:09:19.127Z] time="2022-03-04T15:09:18Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:844af46ff750327b97496ddce023fc9752738cd96bca7e438f35b4832bec0e4d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-04T15:09:19.386Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-03-04T15:09:19.386Z] === RUN TestPluginInstall/with_insecure [2022-03-04T15:09:19.955Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-03-04T15:09:19.955Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-03-04T15:09:20.525Z] time="2022-03-04T15:09:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-04T15:09:20.525Z] time="2022-03-04T15:09:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:97311e463170e51ce60314c106369284c4741bbb4ecd94d3c675ccacfe27651e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-04T15:09:20.525Z] time="2022-03-04T15:09:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2022-03-04T15:09:20.525Z] time="2022-03-04T15:09:20Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:97311e463170e51ce60314c106369284c4741bbb4ecd94d3c675ccacfe27651e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2022-03-04T15:09:20.784Z] plugin_test.go:165: [dfba55bc5e3d9] daemon is not started [2022-03-04T15:09:20.784Z] --- PASS: TestPluginInstall (4.38s) [2022-03-04T15:09:20.784Z] --- PASS: TestPluginInstall/no_auth (2.32s) [2022-03-04T15:09:20.784Z] --- PASS: TestPluginInstall/with_htpasswd (0.78s) [2022-03-04T15:09:20.784Z] --- PASS: TestPluginInstall/with_insecure (1.27s) [2022-03-04T15:09:20.784Z] === RUN TestPluginsWithRuntimes [2022-03-04T15:09:21.354Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-03-04T15:09:21.923Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-03-04T15:09:21.923Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-03-04T15:09:22.494Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-03-04T15:09:22.494Z] === RUN TestPluginsWithRuntimes/No_Args [2022-03-04T15:09:23.062Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-03-04T15:09:23.581Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-03-04T15:09:23.581Z] === RUN TestPluginsWithRuntimes/With_Args [2022-03-04T15:09:24.159Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-03-04T15:09:24.159Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-03-04T15:09:24.732Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-03-04T15:09:24.732Z] --- PASS: TestPluginsWithRuntimes (3.91s) [2022-03-04T15:09:24.732Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.06s) [2022-03-04T15:09:24.732Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.05s) [2022-03-04T15:09:24.732Z] === RUN TestPluginBackCompatMediaTypes [2022-03-04T15:09:25.299Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-03-04T15:09:25.299Z] --- PASS: TestPluginBackCompatMediaTypes (0.72s) [2022-03-04T15:09:25.299Z] PASS [2022-03-04T15:09:25.299Z] [2022-03-04T15:09:25.299Z] DONE 10 tests in 9.148s [2022-03-04T15:09:25.299Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2022-03-04T15:09:25.299Z] ++ 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-04T15:09:25.299Z] ++ set -e [2022-03-04T15:09:25.300Z] ++ '[' -n 0 ']' [2022-03-04T15:09:25.300Z] ++ set -x [2022-03-04T15:09:25.300Z] ++ 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-04T15:09:25.559Z] INFO: Testing against a local daemon [2022-03-04T15:09:25.559Z] === RUN TestExternalGraphDriver [2022-03-04T15:09:25.559Z] === RUN TestExternalGraphDriver/json [2022-03-04T15:09:25.817Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-03-04T15:09:26.075Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-03-04T15:09:26.282Z] --- PASS: TestBuildMultiStageLayerLeak (13.73s) [2022-03-04T15:09:26.282Z] === RUN TestBuildWithHugeFile [2022-03-04T15:09:26.644Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-03-04T15:09:27.582Z] === RUN TestExternalGraphDriver/spec [2022-03-04T15:09:27.841Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2022-03-04T15:09:28.101Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-03-04T15:09:29.479Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-03-04T15:09:29.479Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-03-04T15:09:29.479Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-03-04T15:09:29.479Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-03-04T15:09:29.479Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-03-04T15:09:29.738Z] === RUN TestExternalGraphDriver/pull [2022-03-04T15:09:30.307Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-03-04T15:09:31.245Z] --- PASS: TestExternalGraphDriver (5.74s) [2022-03-04T15:09:31.245Z] --- PASS: TestExternalGraphDriver/json (2.08s) [2022-03-04T15:09:31.245Z] --- PASS: TestExternalGraphDriver/spec (1.99s) [2022-03-04T15:09:31.245Z] --- PASS: TestExternalGraphDriver/pull (1.63s) [2022-03-04T15:09:31.245Z] === RUN TestGraphdriverPluginV2 [2022-03-04T15:09:33.831Z] ok github.com/docker/docker/libnetwork/networkdb 104.481s coverage: 60.4% of statements [2022-03-04T15:09:33.831Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2022-03-04T15:09:33.831Z] ok github.com/docker/docker/libnetwork/options 0.009s coverage: 100.0% of statements [2022-03-04T15:09:33.831Z] ok github.com/docker/docker/libnetwork/osl 4.319s coverage: 39.7% of statements [2022-03-04T15:09:33.831Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.003s coverage: 20.0% of statements [2022-03-04T15:09:33.831Z] ok github.com/docker/docker/libnetwork/portallocator 0.007s coverage: 86.1% of statements [2022-03-04T15:09:33.907Z] Removing intermediate container bd6a4b827abc [2022-03-04T15:09:33.907Z] ---> 3c200b5a1273 [2022-03-04T15:09:33.907Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2022-03-04T15:09:33.907Z] ---> Running in cfc12e40b5b5 [2022-03-04T15:09:33.907Z] [2022-03-04T15:09:33.907Z] SUCCESS: Specified value was saved. [2022-03-04T15:09:34.398Z] ok github.com/docker/docker/libnetwork/portmapper 0.216s coverage: 48.6% of statements [2022-03-04T15:09:34.398Z] ok github.com/docker/docker/libnetwork/resolvconf 0.004s coverage: 70.6% of statements [2022-03-04T15:09:34.398Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2022-03-04T15:09:34.533Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-03-04T15:09:34.655Z] ok github.com/docker/docker/libnetwork/types 0.003s coverage: 37.3% of statements [2022-03-04T15:09:34.655Z] [2022-03-04T15:09:34.655Z] === Skipped [2022-03-04T15:09:34.655Z] === SKIP: libnetwork TestParallel1 (0.00s) [2022-03-04T15:09:34.655Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-04T15:09:34.655Z] [2022-03-04T15:09:34.655Z] === SKIP: libnetwork TestParallel3 (0.00s) [2022-03-04T15:09:34.655Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-04T15:09:34.655Z] [2022-03-04T15:09:34.655Z] === SKIP: libnetwork TestParallel2 (0.00s) [2022-03-04T15:09:34.655Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2022-03-04T15:09:34.655Z] [2022-03-04T15:09:34.655Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2022-03-04T15:09:34.655Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T15:09:34.655Z] [2022-03-04T15:09:34.655Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2022-03-04T15:09:34.655Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T15:09:34.655Z] [2022-03-04T15:09:34.655Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2022-03-04T15:09:34.655Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T15:09:34.655Z] [2022-03-04T15:09:34.655Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2022-03-04T15:09:34.655Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T15:09:34.655Z] [2022-03-04T15:09:34.655Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2022-03-04T15:09:34.655Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2022-03-04T15:09:34.655Z] [2022-03-04T15:09:34.655Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2022-03-04T15:09:34.655Z] firewalld_test.go:14: firewalld is not running [2022-03-04T15:09:34.655Z] [2022-03-04T15:09:34.655Z] DONE 326 tests, 9 skipped in 198.055s [2022-03-04T15:09:35.101Z] --- PASS: TestGraphdriverPluginV2 (3.90s) [2022-03-04T15:09:35.101Z] PASS [2022-03-04T15:09:35.101Z] [2022-03-04T15:09:35.101Z] DONE 5 tests in 9.757s [2022-03-04T15:09:35.101Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2022-03-04T15:09:35.101Z] ++ 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-04T15:09:35.101Z] ++ set -e [2022-03-04T15:09:35.101Z] ++ '[' -n 0 ']' [2022-03-04T15:09:35.101Z] ++ set -x [2022-03-04T15:09:35.101Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 Post stage [Pipeline] junit [2022-03-04T15:09:35.231Z] Recording test results [2022-03-04T15:09:35.492Z] === RUN TestDockerSuite/TestContainerAPITop [2022-03-04T15:09:35.492Z] INFO: Testing against a local daemon [2022-03-04T15:09:35.492Z] === RUN TestContinueAfterPluginCrash [2022-03-04T15:09:35.492Z] === PAUSE TestContinueAfterPluginCrash [2022-03-04T15:09:35.492Z] === RUN TestReadPluginNoRead [2022-03-04T15:09:35.492Z] === PAUSE TestReadPluginNoRead [2022-03-04T15:09:35.492Z] === RUN TestDaemonStartWithLogOpt [2022-03-04T15:09:35.492Z] === PAUSE TestDaemonStartWithLogOpt [2022-03-04T15:09:35.492Z] === CONT TestContinueAfterPluginCrash [2022-03-04T15:09:35.492Z] === CONT TestDaemonStartWithLogOpt [2022-03-04T15:09:35.602Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2022-03-04T15:09:35.752Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-03-04T15:09:35.752Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2022-03-04T15:09:35.752Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-03-04T15:09:35.937Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43324/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=384532a8d29ccd3ae29128d9f9e03c82300160f7 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:384532a8d29ccd3ae29128d9f9e03c82300160f7 hack/validate/vendor [2022-03-04T15:09:36.012Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-03-04T15:09:36.207Z] Removing intermediate container cfc12e40b5b5 [2022-03-04T15:09:36.207Z] ---> 1a628f68c4da [2022-03-04T15:09:36.207Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2022-03-04T15:09:36.207Z] ---> Running in 5c562ddcd662 [2022-03-04T15:09:36.501Z] No vendor changes in diff. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-04T15:09:37.083Z] + echo Ensuring container killed. [2022-03-04T15:09:37.083Z] Ensuring container killed. [2022-03-04T15:09:37.083Z] + docker rm -vf docker-pr1 [2022-03-04T15:09:37.083Z] Error: No such container: docker-pr1 [Pipeline] sh [2022-03-04T15:09:37.360Z] + echo Chowning /workspace to jenkins user [2022-03-04T15:09:37.360Z] Chowning /workspace to jenkins user [2022-03-04T15:09:37.360Z] + id -u [2022-03-04T15:09:37.360Z] + id -g [2022-03-04T15:09:37.360Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43324:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-04T15:09:38.552Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-03-04T15:09:38.586Z] + bundleName=unit [2022-03-04T15:09:38.587Z] + echo Creating unit-bundles.tar.gz [2022-03-04T15:09:38.587Z] Creating unit-bundles.tar.gz [2022-03-04T15:09:38.587Z] + 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-04T15:09:38.587Z] bundles/junit-report-libnetwork.xml [2022-03-04T15:09:38.587Z] bundles/junit-report.xml [2022-03-04T15:09:38.587Z] bundles/go-test-report-libnetwork.json [2022-03-04T15:09:38.587Z] bundles/go-test-report.json [2022-03-04T15:09:38.587Z] bundles/profile-libnetwork.out [2022-03-04T15:09:38.587Z] bundles/profile.out [Pipeline] archiveArtifacts [2022-03-04T15:09:38.597Z] Archiving artifacts [2022-03-04T15:09:38.988Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43324/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-04T15:09:39.119Z] --- PASS: TestDaemonStartWithLogOpt (3.67s) [2022-03-04T15:09:39.119Z] === CONT TestReadPluginNoRead [2022-03-04T15:09:39.119Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-03-04T15:09:39.297Z] + make clean [2022-03-04T15:09:39.297Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-04T15:09:39.297Z] docker-dev-cache [2022-03-04T15:09:39.297Z] docker-mod-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-04T15:09:40.058Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-03-04T15:09:41.964Z] === RUN TestReadPluginNoRead/default [2022-03-04T15:09:42.081Z] Cannot create a file when that file already exists. [2022-03-04T15:09:43.343Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-03-04T15:09:43.343Z] === RUN TestReadPluginNoRead/disabled_caching [2022-03-04T15:09:43.603Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-03-04T15:09:44.182Z] --- PASS: TestContinueAfterPluginCrash (8.77s) [2022-03-04T15:09:44.768Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2022-03-04T15:09:45.027Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-03-04T15:09:45.883Z] Removing intermediate container 5c562ddcd662 [2022-03-04T15:09:45.883Z] ---> 4e39a338420d [2022-03-04T15:09:45.883Z] Step 13/13 : CMD ["sh"] [2022-03-04T15:09:45.883Z] ---> Running in b56d9ac6d6b7 [2022-03-04T15:09:45.883Z] Removing intermediate container b56d9ac6d6b7 [2022-03-04T15:09:45.883Z] ---> dbe812e17667 [2022-03-04T15:09:45.883Z] Successfully built dbe812e17667 [2022-03-04T15:09:45.883Z] Successfully tagged busybox:latest [2022-03-04T15:09:45.883Z] INFO: Docker images of the daemon under test [2022-03-04T15:09:45.883Z] [2022-03-04T15:09:45.883Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-03-04T15:09:45.883Z] busybox latest dbe812e17667 Less than a second ago 5.78GB [2022-03-04T15:09:45.883Z] microsoft/windowsservercore latest c703d4d60533 4 weeks ago 5.75GB [2022-03-04T15:09:45.883Z] mcr.microsoft.com/windows/servercore ltsc2019 c703d4d60533 4 weeks ago 5.75GB [2022-03-04T15:09:45.883Z] [2022-03-04T15:09:45.883Z] INFO: Running integration tests at 03/04/2022 15:09:45... [2022-03-04T15:09:45.883Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2022-03-04T15:09:45.883Z] INFO: Integration API tests being run from the host: [2022-03-04T15:09:45.883Z] INFO: make.ps1 starting at 03/04/2022 15:09:45 [2022-03-04T15:09:46.404Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-03-04T15:09:46.404Z] === CONT TestReadPluginNoRead [2022-03-04T15:09:46.404Z] read_test.go:92: [d71f408e69e28] daemon is not started [2022-03-04T15:09:46.404Z] --- PASS: TestReadPluginNoRead (7.22s) [2022-03-04T15:09:46.404Z] --- PASS: TestReadPluginNoRead/default (1.41s) [2022-03-04T15:09:46.404Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.57s) [2022-03-04T15:09:46.404Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.42s) [2022-03-04T15:09:46.404Z] PASS [2022-03-04T15:09:46.404Z] [2022-03-04T15:09:46.404Z] DONE 6 tests in 11.011s [2022-03-04T15:09:46.404Z] 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-04T15:09:46.404Z] ++ 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-04T15:09:46.404Z] ++ set -e [2022-03-04T15:09:46.404Z] ++ '[' -n 0 ']' [2022-03-04T15:09:46.404Z] ++ set -x [2022-03-04T15:09:46.404Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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-04T15:09:46.404Z] testing: warning: no tests to run [2022-03-04T15:09:46.404Z] PASS [2022-03-04T15:09:46.404Z] [2022-03-04T15:09:46.404Z] DONE 0 tests in 0.035s [2022-03-04T15:09:46.404Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2022-03-04T15:09:46.404Z] ++ 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-04T15:09:46.404Z] ++ set -e [2022-03-04T15:09:46.404Z] ++ '[' -n 0 ']' [2022-03-04T15:09:46.404Z] ++ set -x [2022-03-04T15:09:46.404Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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-04T15:09:46.404Z] INFO: Testing against a local daemon [2022-03-04T15:09:46.404Z] === RUN TestPluginWithDevMounts [2022-03-04T15:09:46.404Z] === PAUSE TestPluginWithDevMounts [2022-03-04T15:09:46.404Z] === CONT TestPluginWithDevMounts [2022-03-04T15:09:46.872Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2022-03-04T15:09:46.972Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2022-03-04T15:09:48.348Z] --- PASS: TestPluginWithDevMounts (1.71s) [2022-03-04T15:09:48.348Z] PASS [2022-03-04T15:09:48.348Z] [2022-03-04T15:09:48.348Z] DONE 1 tests in 1.822s [2022-03-04T15:09:48.348Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2022-03-04T15:09:48.348Z] ++ 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-04T15:09:48.348Z] ++ set -e [2022-03-04T15:09:48.348Z] ++ '[' -n 0 ']' [2022-03-04T15:09:48.348Z] ++ set -x [2022-03-04T15:09:48.348Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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-04T15:09:48.348Z] INFO: Testing against a local daemon [2022-03-04T15:09:48.348Z] === RUN TestSecretInspect [2022-03-04T15:09:48.348Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2022-03-04T15:09:49.725Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2022-03-04T15:09:50.662Z] --- PASS: TestSecretInspect (2.30s) [2022-03-04T15:09:50.662Z] === RUN TestSecretList [2022-03-04T15:09:50.921Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2022-03-04T15:09:51.489Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2022-03-04T15:09:52.426Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000e42a80_} [2022-03-04T15:09:52.995Z] --- PASS: TestSecretList (2.53s) [2022-03-04T15:09:52.995Z] === RUN TestSecretsCreateAndDelete [2022-03-04T15:09:53.255Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-13830241152_/foo_false____} [2022-03-04T15:09:55.165Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-13830241152_/foo_true____} [2022-03-04T15:09:55.165Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2022-03-04T15:09:55.735Z] --- PASS: TestSecretsCreateAndDelete (2.79s) [2022-03-04T15:09:55.735Z] === RUN TestSecretsUpdate [2022-03-04T15:09:56.302Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-31722345180_/foo_false____} [2022-03-04T15:09:56.872Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-31722345180_/foo_true____} [2022-03-04T15:09:57.440Z] docker_api_swarm_node_test.go:20: [d297eac09991c] joining swarm manager [db6f8b4eb0b2c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T15:09:58.376Z] docker_api_swarm_node_test.go:21: [d07aceac53303] joining swarm manager [db6f8b4eb0b2c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-04T15:09:58.376Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-31722345180_/foo_true__0xc000e8d878__} [2022-03-04T15:09:58.943Z] --- PASS: TestSecretsUpdate (2.98s) [2022-03-04T15:09:58.943Z] === RUN TestTemplatedSecret [2022-03-04T15:10:00.320Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000e42ab0_} [2022-03-04T15:10:01.701Z] --- PASS: TestTemplatedSecret (2.73s) [2022-03-04T15:10:01.701Z] === RUN TestSecretCreateResolve [2022-03-04T15:10:01.701Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000e42ae0_} [2022-03-04T15:10:03.080Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000e42b10_} [2022-03-04T15:10:03.647Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000e42b40_} [2022-03-04T15:10:03.907Z] --- PASS: TestSecretCreateResolve (2.36s) [2022-03-04T15:10:03.907Z] PASS [2022-03-04T15:10:03.907Z] [2022-03-04T15:10:03.907Z] DONE 6 tests in 15.778s [2022-03-04T15:10:03.907Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2022-03-04T15:10:03.907Z] ++ 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-04T15:10:03.907Z] ++ set -e [2022-03-04T15:10:03.907Z] ++ '[' -n 0 ']' [2022-03-04T15:10:03.907Z] ++ set -x [2022-03-04T15:10:03.907Z] ++ 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-04T15:10:04.165Z] INFO: Testing against a local daemon [2022-03-04T15:10:04.165Z] === RUN TestServiceCreateInit [2022-03-04T15:10:04.165Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-04T15:10:05.118Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-03-04T15:10:06.510Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-03-04T15:10:06.510Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-03-04T15:10:06.510Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-03-04T15:10:06.510Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-03-04T15:10:06.510Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-03-04T15:10:06.510Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-03-04T15:10:06.510Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-03-04T15:10:06.510Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-03-04T15:10:06.510Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-03-04T15:10:06.510Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-03-04T15:10:06.510Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-03-04T15:10:06.510Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2022-03-04T15:10:06.510Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2022-03-04T15:10:06.510Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2022-03-04T15:10:06.510Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2022-03-04T15:10:06.510Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2022-03-04T15:10:06.774Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2022-03-04T15:10:06.774Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-03-04T15:10:08.681Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-04T15:10:08.940Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-03-04T15:10:08.940Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2022-03-04T15:10:10.845Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-03-04T15:10:13.383Z] docker_api_swarm_test.go:502: [d07b1d30ab080] joining swarm manager [d9739bce82f08]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T15:10:13.643Z] --- PASS: TestServiceCreateInit (9.49s) [2022-03-04T15:10:13.643Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.23s) [2022-03-04T15:10:13.643Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.23s) [2022-03-04T15:10:13.643Z] === RUN TestCreateServiceMultipleTimes [2022-03-04T15:10:13.643Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-03-04T15:10:15.023Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-03-04T15:10:15.023Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-03-04T15:10:15.591Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-03-04T15:10:16.529Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2022-03-04T15:10:17.045Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-04T15:10:17.045Z] INFO: Testing against a local daemon [2022-03-04T15:10:17.045Z] === RUN TestBuildWithSession [2022-03-04T15:10:17.045Z] build_session_test.go:25: TODO: BuildKit [2022-03-04T15:10:17.045Z] --- SKIP: TestBuildWithSession (0.00s) [2022-03-04T15:10:17.045Z] === RUN TestBuildSquashParent [2022-03-04T15:10:17.045Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:10:17.045Z] --- SKIP: TestBuildSquashParent (0.00s) [2022-03-04T15:10:17.045Z] === RUN TestBuildWithRemoveAndForceRemove [2022-03-04T15:10:17.045Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-04T15:10:17.045Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-04T15:10:17.045Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-04T15:10:17.045Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-04T15:10:17.045Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-04T15:10:17.045Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-04T15:10:17.045Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-04T15:10:17.045Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-04T15:10:17.045Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-04T15:10:17.045Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-04T15:10:17.045Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-04T15:10:17.045Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-04T15:10:17.045Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2022-03-04T15:10:17.045Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2022-03-04T15:10:17.045Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2022-03-04T15:10:17.045Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2022-03-04T15:10:17.101Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-03-04T15:10:18.038Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-03-04T15:10:18.605Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-03-04T15:10:19.544Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-03-04T15:10:20.483Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-03-04T15:10:21.050Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-03-04T15:10:21.619Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-03-04T15:10:22.190Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-03-04T15:10:22.757Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-03-04T15:10:23.326Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-03-04T15:10:24.225Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2022-03-04T15:10:24.265Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-03-04T15:10:24.698Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2022-03-04T15:10:25.203Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-03-04T15:10:25.203Z] docker_api_swarm_test.go:507: [ddbb507eb8452] joining swarm manager [d9739bce82f08]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-04T15:10:25.778Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-03-04T15:10:26.360Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-03-04T15:10:26.360Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-03-04T15:10:26.927Z] === RUN TestDockerSuite/TestCpRelativePath [2022-03-04T15:10:27.493Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-03-04T15:10:28.062Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-03-04T15:10:28.630Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-03-04T15:10:29.197Z] === RUN TestDockerSuite/TestCpToCaseA [2022-03-04T15:10:30.134Z] === RUN TestDockerSuite/TestCpToCaseB [2022-03-04T15:10:30.394Z] === RUN TestDockerSuite/TestCpToCaseC [2022-03-04T15:10:30.963Z] --- PASS: TestCreateServiceMultipleTimes (17.36s) [2022-03-04T15:10:30.963Z] === RUN TestCreateServiceConflict [2022-03-04T15:10:32.342Z] === RUN TestDockerSuite/TestCpToCaseD [2022-03-04T15:10:33.386Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2022-03-04T15:10:33.386Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (10.08s) [2022-03-04T15:10:33.386Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (10.59s) [2022-03-04T15:10:33.386Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (10.71s) [2022-03-04T15:10:33.386Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (15.48s) [2022-03-04T15:10:33.386Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (8.94s) [2022-03-04T15:10:33.386Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (8.70s) [2022-03-04T15:10:33.386Z] === RUN TestBuildMultiStageCopy [2022-03-04T15:10:33.386Z] === RUN TestBuildMultiStageCopy/copy_to_root [2022-03-04T15:10:33.720Z] --- PASS: TestCreateServiceConflict (2.53s) [2022-03-04T15:10:33.720Z] === RUN TestCreateServiceMaxReplicas [2022-03-04T15:10:35.626Z] === RUN TestDockerSuite/TestCpToCaseE [2022-03-04T15:10:37.004Z] --- PASS: TestCreateServiceMaxReplicas (3.56s) [2022-03-04T15:10:37.004Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-04T15:10:38.381Z] === RUN TestDockerSuite/TestCpToCaseF [2022-03-04T15:10:38.641Z] === RUN TestDockerSuite/TestCpToCaseG [2022-03-04T15:10:40.056Z] --- PASS: TestBuildWithHugeFile (106.04s) [2022-03-04T15:10:40.056Z] === RUN TestBuildWCOWSandboxSize [2022-03-04T15:10:40.056Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-04T15:10:40.056Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-04T15:10:40.056Z] === RUN TestBuildWithEmptyDockerfile [2022-03-04T15:10:40.056Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-04T15:10:40.056Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-04T15:10:40.056Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-04T15:10:40.056Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-04T15:10:40.056Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-04T15:10:40.056Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-04T15:10:40.056Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-04T15:10:40.056Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-04T15:10:40.056Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-04T15:10:40.056Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s) [2022-03-04T15:10:40.056Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2022-03-04T15:10:40.056Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-03-04T15:10:40.056Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-03-04T15:10:40.056Z] === RUN TestBuildPreserveOwnership [2022-03-04T15:10:40.056Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T15:10:40.056Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-03-04T15:10:40.056Z] === RUN TestBuildPlatformInvalid [2022-03-04T15:10:40.056Z] --- PASS: TestBuildPlatformInvalid (0.05s) [2022-03-04T15:10:40.056Z] PASS [2022-03-04T15:10:40.056Z] ok github.com/docker/docker/integration/build 164.167s [2022-03-04T15:10:40.056Z] [2022-03-04T15:10:40.056Z] === Skipped [2022-03-04T15:10:40.056Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-03-04T15:10:40.056Z] build_session_test.go:25: TODO: BuildKit [2022-03-04T15:10:40.056Z] [2022-03-04T15:10:40.056Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-03-04T15:10:40.056Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:10:40.056Z] [2022-03-04T15:10:40.056Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2022-03-04T15:10:40.056Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T15:10:40.056Z] [2022-03-04T15:10:40.056Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2022-03-04T15:10:40.056Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T15:10:40.056Z] [2022-03-04T15:10:40.056Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-03-04T15:10:40.056Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-04T15:10:40.056Z] [2022-03-04T15:10:40.056Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-03-04T15:10:40.056Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T15:10:40.056Z] [2022-03-04T15:10:40.056Z] DONE 29 tests, 6 skipped in 192.236s [2022-03-04T15:10:40.056Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-03-04T15:10:40.056Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T15:10:40.056Z] INFO: Testing against a local daemon [2022-03-04T15:10:40.056Z] === RUN TestConfigInspect [2022-03-04T15:10:40.056Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:10:40.056Z] --- SKIP: TestConfigInspect (0.00s) [2022-03-04T15:10:40.056Z] === RUN TestConfigList [2022-03-04T15:10:40.056Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:10:40.056Z] --- SKIP: TestConfigList (0.00s) [2022-03-04T15:10:40.056Z] === RUN TestConfigsCreateAndDelete [2022-03-04T15:10:40.056Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:10:40.056Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-03-04T15:10:40.056Z] === RUN TestConfigsUpdate [2022-03-04T15:10:40.056Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:10:40.056Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-03-04T15:10:40.056Z] === RUN TestTemplatedConfig [2022-03-04T15:10:40.056Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:10:40.056Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-03-04T15:10:40.056Z] === RUN TestConfigCreateResolve [2022-03-04T15:10:40.056Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:10:40.056Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-03-04T15:10:40.056Z] PASS [2022-03-04T15:10:40.056Z] ok github.com/docker/docker/integration/config 0.110s [2022-03-04T15:10:40.056Z] [2022-03-04T15:10:40.056Z] === Skipped [2022-03-04T15:10:40.056Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-03-04T15:10:40.056Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:10:40.056Z] [2022-03-04T15:10:40.056Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-03-04T15:10:40.056Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:10:40.056Z] [2022-03-04T15:10:40.056Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-03-04T15:10:40.056Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:10:40.056Z] [2022-03-04T15:10:40.056Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-03-04T15:10:40.056Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:10:40.056Z] [2022-03-04T15:10:40.056Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-03-04T15:10:40.056Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:10:40.056Z] [2022-03-04T15:10:40.056Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-03-04T15:10:40.056Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:10:40.056Z] [2022-03-04T15:10:40.056Z] DONE 6 tests, 6 skipped in 2.077s [2022-03-04T15:10:40.056Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-03-04T15:10:40.056Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T15:10:40.056Z] INFO: Testing against a local daemon [2022-03-04T15:10:40.056Z] === RUN TestCheckpoint [2022-03-04T15:10:40.056Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-04T15:10:40.056Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-04T15:10:40.056Z] === RUN TestContainerInvalidJSON [2022-03-04T15:10:40.056Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-04T15:10:40.056Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-04T15:10:40.056Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-04T15:10:40.056Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-04T15:10:40.056Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-04T15:10:40.056Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-04T15:10:40.056Z] --- PASS: TestContainerInvalidJSON (0.04s) [2022-03-04T15:10:40.056Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-04T15:10:40.056Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-03-04T15:10:40.056Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-04T15:10:40.056Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.22s) [2022-03-04T15:10:40.056Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-04T15:10:40.056Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.22s) [2022-03-04T15:10:40.056Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-04T15:10:40.056Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.21s) [2022-03-04T15:10:40.056Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-04T15:10:40.056Z] --- PASS: TestCopyToContainerPathIsNotDir (0.21s) [2022-03-04T15:10:40.056Z] === RUN TestCopyFromContainer [2022-03-04T15:10:40.056Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:10:40.056Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-03-04T15:10:40.056Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-04T15:10:40.056Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-04T15:10:40.056Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-04T15:10:40.056Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-04T15:10:40.057Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-04T15:10:40.057Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-04T15:10:40.057Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-04T15:10:40.057Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-04T15:10:40.057Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-04T15:10:40.057Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-04T15:10:40.057Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2022-03-04T15:10:40.057Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-04T15:10:40.057Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-04T15:10:40.057Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-04T15:10:40.057Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-04T15:10:40.057Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-04T15:10:40.057Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-03-04T15:10:40.057Z] === RUN TestCreateWithInvalidEnv [2022-03-04T15:10:40.057Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-04T15:10:40.057Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-04T15:10:40.057Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-04T15:10:40.057Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-04T15:10:40.057Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-04T15:10:40.057Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-04T15:10:40.057Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-04T15:10:40.057Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-04T15:10:40.057Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-04T15:10:40.057Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2022-03-04T15:10:40.057Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-04T15:10:40.057Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-04T15:10:40.057Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2022-03-04T15:10:40.057Z] === RUN TestCreateTmpfsMountsTarget [2022-03-04T15:10:40.057Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:10:40.057Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-03-04T15:10:40.057Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-04T15:10:40.057Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:10:40.057Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-03-04T15:10:40.057Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-04T15:10:40.057Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:10:40.057Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-04T15:10:40.057Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-04T15:10:40.057Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-04T15:10:40.057Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-04T15:10:40.057Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-04T15:10:40.057Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-04T15:10:40.057Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-04T15:10:40.057Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-04T15:10:40.057Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-04T15:10:40.057Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-04T15:10:40.057Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-04T15:10:40.057Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-04T15:10:40.057Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-04T15:10:40.057Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-04T15:10:40.057Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-04T15:10:40.057Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-04T15:10:40.057Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-04T15:10:40.057Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2022-03-04T15:10:40.057Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.00s) [2022-03-04T15:10:40.057Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.00s) [2022-03-04T15:10:40.057Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-04T15:10:40.057Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-04T15:10:40.057Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-03-04T15:10:40.057Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-04T15:10:40.057Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-04T15:10:40.057Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-04T15:10:40.057Z] === RUN TestCreateDifferentPlatform [2022-03-04T15:10:40.057Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-04T15:10:40.057Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-04T15:10:40.057Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2022-03-04T15:10:40.057Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-04T15:10:40.057Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-04T15:10:40.057Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-04T15:10:40.057Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.11s) [2022-03-04T15:10:40.057Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-04T15:10:40.057Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-04T15:10:40.057Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-03-04T15:10:40.057Z] === RUN TestContainerKillOnDaemonStart [2022-03-04T15:10:40.057Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:10:40.057Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-03-04T15:10:40.057Z] === RUN TestDiff [2022-03-04T15:10:40.057Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-04T15:10:40.057Z] --- SKIP: TestDiff (0.00s) [2022-03-04T15:10:40.057Z] === RUN TestExecWithCloseStdin [2022-03-04T15:10:40.057Z] --- PASS: TestExecWithCloseStdin (2.29s) [2022-03-04T15:10:40.057Z] === RUN TestExec [2022-03-04T15:10:40.057Z] --- PASS: TestExec (2.11s) [2022-03-04T15:10:40.057Z] === RUN TestExecUser [2022-03-04T15:10:40.057Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-04T15:10:40.057Z] --- SKIP: TestExecUser (0.00s) [2022-03-04T15:10:40.057Z] === RUN TestExportContainerAndImportImage [2022-03-04T15:10:40.057Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:10:40.057Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-03-04T15:10:40.057Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-04T15:10:40.057Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:10:40.057Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-03-04T15:10:40.057Z] === RUN TestHealthCheckWorkdir [2022-03-04T15:10:40.057Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-04T15:10:40.057Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-03-04T15:10:40.057Z] === RUN TestHealthKillContainer [2022-03-04T15:10:40.057Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-04T15:10:40.057Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-03-04T15:10:40.057Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-04T15:10:40.057Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-04T15:10:40.057Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-03-04T15:10:40.057Z] === RUN TestKillContainerInvalidSignal [2022-03-04T15:10:41.619Z] --- PASS: TestKillContainerInvalidSignal (2.06s) [2022-03-04T15:10:41.619Z] === RUN TestKillContainer [2022-03-04T15:10:41.619Z] === RUN TestKillContainer/no_signal [2022-03-04T15:10:41.936Z] === RUN TestDockerSuite/TestCpToCaseH [2022-03-04T15:10:42.087Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2022-03-04T15:10:43.080Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2022-03-04T15:10:43.839Z] === RUN TestDockerSuite/TestCpToCaseI [2022-03-04T15:10:43.875Z] === RUN TestKillContainer/non_killing_signal [2022-03-04T15:10:43.875Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-04T15:10:43.875Z] === RUN TestKillContainer/killing_signal [2022-03-04T15:10:44.069Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2022-03-04T15:10:44.097Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-03-04T15:10:45.057Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2022-03-04T15:10:46.044Z] --- PASS: TestBuildMultiStageCopy (12.68s) [2022-03-04T15:10:46.044Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (8.78s) [2022-03-04T15:10:46.044Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.87s) [2022-03-04T15:10:46.044Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.93s) [2022-03-04T15:10:46.044Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.02s) [2022-03-04T15:10:46.044Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.09s) [2022-03-04T15:10:46.044Z] === RUN TestBuildMultiStageParentConfig [2022-03-04T15:10:46.087Z] --- PASS: TestKillContainer (4.72s) [2022-03-04T15:10:46.088Z] --- PASS: TestKillContainer/no_signal (2.07s) [2022-03-04T15:10:46.088Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-04T15:10:46.088Z] --- PASS: TestKillContainer/killing_signal (2.62s) [2022-03-04T15:10:46.088Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-04T15:10:46.088Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-04T15:10:46.088Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-04T15:10:46.088Z] === RUN TestKillStoppedContainer [2022-03-04T15:10:46.088Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-04T15:10:46.088Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-03-04T15:10:46.088Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-04T15:10:46.088Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-04T15:10:46.088Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-04T15:10:46.088Z] === RUN TestKillDifferentUserContainer [2022-03-04T15:10:46.088Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-04T15:10:46.088Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-03-04T15:10:46.088Z] === RUN TestInspectOomKilledTrue [2022-03-04T15:10:46.088Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:10:46.088Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-04T15:10:46.088Z] === RUN TestInspectOomKilledFalse [2022-03-04T15:10:46.088Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-04T15:10:46.088Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-04T15:10:46.088Z] === RUN TestLogsFollowTailEmpty [2022-03-04T15:10:46.631Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2022-03-04T15:10:47.200Z] === RUN TestDockerSuite/TestCpToDot [2022-03-04T15:10:47.767Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-03-04T15:10:48.263Z] --- PASS: TestBuildMultiStageParentConfig (2.37s) [2022-03-04T15:10:48.263Z] === RUN TestBuildLabelWithTargets [2022-03-04T15:10:48.263Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T15:10:48.263Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2022-03-04T15:10:48.263Z] === RUN TestBuildWithEmptyLayers [2022-03-04T15:10:48.299Z] --- PASS: TestLogsFollowTailEmpty (2.11s) [2022-03-04T15:10:48.299Z] === RUN TestNetworkNat [2022-03-04T15:10:48.299Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-04T15:10:48.299Z] --- SKIP: TestNetworkNat (0.00s) [2022-03-04T15:10:48.299Z] === RUN TestNetworkLocalhostTCPNat [2022-03-04T15:10:48.733Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-03-04T15:10:49.668Z] === RUN TestDockerSuite/TestCpToStdout [2022-03-04T15:10:49.831Z] --- PASS: TestBuildWithEmptyLayers (1.17s) [2022-03-04T15:10:49.831Z] === RUN TestBuildMultiStageOnBuild [2022-03-04T15:10:49.927Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-03-04T15:10:50.513Z] --- PASS: TestNetworkLocalhostTCPNat (2.35s) [2022-03-04T15:10:50.513Z] === RUN TestNetworkLoopbackNat [2022-03-04T15:10:50.513Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-04T15:10:50.513Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-03-04T15:10:50.513Z] === RUN TestPause [2022-03-04T15:10:50.513Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-04T15:10:50.513Z] --- SKIP: TestPause (0.00s) [2022-03-04T15:10:50.513Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-04T15:10:50.864Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.74s) [2022-03-04T15:10:50.864Z] === RUN TestCreateServiceSecretFileMode [2022-03-04T15:10:50.864Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-03-04T15:10:51.122Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-03-04T15:10:51.691Z] === RUN TestDockerSuite/TestCpVolumePath [2022-03-04T15:10:52.734Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.24s) [2022-03-04T15:10:52.734Z] === RUN TestPauseStopPausedContainer [2022-03-04T15:10:52.734Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:10:52.734Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-03-04T15:10:52.734Z] === RUN TestPsFilter [2022-03-04T15:10:53.070Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-03-04T15:10:53.070Z] === RUN TestDockerSuite/TestCreateArgs [2022-03-04T15:10:53.070Z] === RUN TestDockerSuite/TestCreateByImageID [2022-03-04T15:10:53.202Z] --- PASS: TestPsFilter (0.34s) [2022-03-04T15:10:53.202Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-04T15:10:53.329Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-03-04T15:10:53.896Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-03-04T15:10:53.896Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-03-04T15:10:53.896Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-03-04T15:10:53.896Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-03-04T15:10:54.155Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-03-04T15:10:54.413Z] === RUN TestDockerSuite/TestCreateLabels [2022-03-04T15:10:54.414Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-03-04T15:10:54.673Z] === RUN TestDockerSuite/TestCreateRM [2022-03-04T15:10:54.673Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-03-04T15:10:54.673Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-04T15:10:54.673Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-03-04T15:10:54.673Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-03-04T15:10:54.931Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-03-04T15:10:56.155Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.67s) [2022-03-04T15:10:56.155Z] === RUN TestRemoveContainerWithVolume [2022-03-04T15:10:56.307Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-03-04T15:10:56.307Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-03-04T15:10:56.307Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-03-04T15:10:56.874Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2022-03-04T15:10:58.368Z] --- PASS: TestRemoveContainerWithVolume (2.57s) [2022-03-04T15:10:58.368Z] === RUN TestRemoveContainerRunning [2022-03-04T15:10:59.410Z] docker_api_swarm_node_test.go:81: [df324dac21deb] joining swarm manager [d73875e619cf6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T15:10:59.669Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-03-04T15:10:59.928Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-03-04T15:10:59.928Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-03-04T15:10:59.928Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-03-04T15:10:59.928Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-03-04T15:10:59.928Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-03-04T15:11:00.496Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-03-04T15:11:00.581Z] --- PASS: TestRemoveContainerRunning (2.01s) [2022-03-04T15:11:00.581Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-04T15:11:01.433Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-03-04T15:11:02.003Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-03-04T15:11:02.793Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.98s) [2022-03-04T15:11:02.793Z] === RUN TestRemoveInvalidContainer [2022-03-04T15:11:02.793Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2022-03-04T15:11:02.793Z] === RUN TestRenameLinkedContainer [2022-03-04T15:11:02.793Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-04T15:11:02.793Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-03-04T15:11:02.793Z] === RUN TestRenameStoppedContainer [2022-03-04T15:11:03.382Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-03-04T15:11:03.642Z] --- PASS: TestCreateServiceSecretFileMode (12.80s) [2022-03-04T15:11:03.642Z] === RUN TestCreateServiceConfigFileMode [2022-03-04T15:11:04.581Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-03-04T15:11:04.776Z] --- PASS: TestBuildMultiStageOnBuild (15.30s) [2022-03-04T15:11:04.776Z] === RUN TestBuildUncleanTarFilenames [2022-03-04T15:11:04.776Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T15:11:04.776Z] --- SKIP: TestBuildUncleanTarFilenames (0.01s) [2022-03-04T15:11:04.776Z] === RUN TestBuildMultiStageLayerLeak [2022-03-04T15:11:05.005Z] --- PASS: TestRenameStoppedContainer (2.64s) [2022-03-04T15:11:05.005Z] === RUN TestRenameRunningContainerAndReuse [2022-03-04T15:11:05.149Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-03-04T15:11:06.086Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-03-04T15:11:06.086Z] === RUN TestDockerSuite/TestDevicePermissions [2022-03-04T15:11:07.463Z] === RUN TestDockerSuite/TestDockerFails [2022-03-04T15:11:07.463Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2022-03-04T15:11:07.463Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2022-03-04T15:11:07.463Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2022-03-04T15:11:08.031Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2022-03-04T15:11:08.619Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2022-03-04T15:11:09.559Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2022-03-04T15:11:09.559Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2022-03-04T15:11:09.559Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2022-03-04T15:11:09.756Z] --- PASS: TestRenameRunningContainerAndReuse (4.06s) [2022-03-04T15:11:09.756Z] === RUN TestRenameInvalidName [2022-03-04T15:11:09.818Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2022-03-04T15:11:11.317Z] --- PASS: TestRenameInvalidName (2.03s) [2022-03-04T15:11:11.317Z] === RUN TestRenameAnonymousContainer [2022-03-04T15:11:13.103Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2022-03-04T15:11:13.454Z] --- PASS: TestBuildMultiStageLayerLeak (8.81s) [2022-03-04T15:11:13.454Z] === RUN TestBuildWithHugeFile [2022-03-04T15:11:14.482Z] docker_api_swarm_node_test.go:53: [de8989f0681df] joining swarm manager [dbb0c7421d37b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T15:11:15.049Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-03-04T15:11:15.309Z] docker_api_swarm_node_test.go:54: [d5c1e587c1eb6] joining swarm manager [dbb0c7421d37b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-04T15:11:16.686Z] --- PASS: TestCreateServiceConfigFileMode (13.16s) [2022-03-04T15:11:16.686Z] === RUN TestCreateServiceSysctls [2022-03-04T15:11:16.946Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-03-04T15:11:18.851Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-03-04T15:11:20.231Z] --- PASS: TestCreateServiceSysctls (3.52s) [2022-03-04T15:11:20.231Z] === RUN TestCreateServiceCapabilities [2022-03-04T15:11:20.491Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2022-03-04T15:11:21.429Z] === RUN TestDockerSuite/TestEventsAttach [2022-03-04T15:11:21.769Z] --- PASS: TestRenameAnonymousContainer (9.36s) [2022-03-04T15:11:21.769Z] === RUN TestRenameContainerWithSameName [2022-03-04T15:11:21.998Z] === RUN TestDockerSuite/TestEventsCommit [2022-03-04T15:11:22.754Z] --- PASS: TestRenameContainerWithSameName (2.11s) [2022-03-04T15:11:22.754Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-04T15:11:22.754Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-04T15:11:22.754Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-03-04T15:11:22.754Z] === RUN TestResize [2022-03-04T15:11:22.936Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-03-04T15:11:23.195Z] --- PASS: TestCreateServiceCapabilities (2.85s) [2022-03-04T15:11:23.195Z] === RUN TestInspect [2022-03-04T15:11:23.195Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-03-04T15:11:23.765Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-03-04T15:11:24.333Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2022-03-04T15:11:24.966Z] --- PASS: TestResize (2.14s) [2022-03-04T15:11:24.966Z] === RUN TestResizeWithInvalidSize [2022-03-04T15:11:26.242Z] --- PASS: TestInspect (2.85s) [2022-03-04T15:11:26.242Z] === RUN TestCreateJob [2022-03-04T15:11:26.242Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2022-03-04T15:11:27.179Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-03-04T15:11:27.181Z] --- PASS: TestResizeWithInvalidSize (2.18s) [2022-03-04T15:11:27.181Z] === RUN TestResizeWhenContainerNotStarted [2022-03-04T15:11:29.717Z] --- PASS: TestCreateJob (3.39s) [2022-03-04T15:11:29.717Z] === RUN TestReplicatedJob [2022-03-04T15:11:29.717Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2022-03-04T15:11:30.132Z] --- PASS: TestResizeWhenContainerNotStarted (2.70s) [2022-03-04T15:11:30.132Z] === RUN TestDaemonRestartKillContainers [2022-03-04T15:11:30.132Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:11:30.132Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-03-04T15:11:30.132Z] === RUN TestStats [2022-03-04T15:11:30.132Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-04T15:11:30.132Z] --- SKIP: TestStats (0.00s) [2022-03-04T15:11:30.132Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-04T15:11:31.625Z] === RUN TestDockerSuite/TestEventsCopy [2022-03-04T15:11:33.002Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-03-04T15:11:33.943Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-03-04T15:11:34.879Z] --- PASS: TestReplicatedJob (5.49s) [2022-03-04T15:11:34.879Z] === RUN TestUpdateReplicatedJob [2022-03-04T15:11:35.995Z] --- PASS: TestStopContainerWithRestartPolicyAlways (6.19s) [2022-03-04T15:11:35.995Z] === RUN TestStopContainerWithTimeout [2022-03-04T15:11:35.995Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-04T15:11:35.995Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-03-04T15:11:35.995Z] === RUN TestUpdateRestartPolicy [2022-03-04T15:11:38.162Z] --- PASS: TestUpdateReplicatedJob (3.04s) [2022-03-04T15:11:38.162Z] === RUN TestServiceListWithStatuses [2022-03-04T15:11:38.162Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-04T15:11:38.162Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-04T15:11:38.162Z] === RUN TestDockerNetworkConnectAlias [2022-03-04T15:11:38.258Z] --- PASS: TestBuildWithHugeFile (126.93s) [2022-03-04T15:11:38.258Z] === RUN TestBuildWCOWSandboxSize [2022-03-04T15:11:38.258Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-04T15:11:38.258Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-04T15:11:38.258Z] === RUN TestBuildWithEmptyDockerfile [2022-03-04T15:11:38.258Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-04T15:11:38.258Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-04T15:11:38.258Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-04T15:11:38.258Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-04T15:11:38.258Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-04T15:11:38.258Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-04T15:11:38.258Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-04T15:11:38.258Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-04T15:11:38.258Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-04T15:11:38.258Z] --- PASS: TestBuildWithEmptyDockerfile (0.08s) [2022-03-04T15:11:38.258Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2022-03-04T15:11:38.258Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-03-04T15:11:38.258Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-03-04T15:11:38.258Z] === RUN TestBuildPreserveOwnership [2022-03-04T15:11:38.258Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T15:11:38.258Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-03-04T15:11:38.258Z] === RUN TestBuildPlatformInvalid [2022-03-04T15:11:38.258Z] --- PASS: TestBuildPlatformInvalid (0.09s) [2022-03-04T15:11:38.258Z] PASS [2022-03-04T15:11:38.258Z] ok github.com/docker/docker/integration/build 210.477s [2022-03-04T15:11:38.258Z] [2022-03-04T15:11:38.258Z] === Skipped [2022-03-04T15:11:38.258Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-03-04T15:11:38.258Z] build_session_test.go:25: TODO: BuildKit [2022-03-04T15:11:38.258Z] [2022-03-04T15:11:38.258Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-03-04T15:11:38.258Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:11:38.258Z] [2022-03-04T15:11:38.258Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2022-03-04T15:11:38.258Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T15:11:38.258Z] [2022-03-04T15:11:38.258Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.01s) [2022-03-04T15:11:38.258Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T15:11:38.258Z] [2022-03-04T15:11:38.258Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-03-04T15:11:38.258Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-04T15:11:38.258Z] [2022-03-04T15:11:38.258Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-03-04T15:11:38.258Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T15:11:38.258Z] [2022-03-04T15:11:38.258Z] DONE 29 tests, 6 skipped in 242.421s [2022-03-04T15:11:38.258Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-03-04T15:11:38.258Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T15:11:38.258Z] INFO: Testing against a local daemon [2022-03-04T15:11:38.258Z] === RUN TestConfigInspect [2022-03-04T15:11:38.258Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:11:38.258Z] --- SKIP: TestConfigInspect (0.00s) [2022-03-04T15:11:38.258Z] === RUN TestConfigList [2022-03-04T15:11:38.258Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:11:38.258Z] --- SKIP: TestConfigList (0.00s) [2022-03-04T15:11:38.258Z] === RUN TestConfigsCreateAndDelete [2022-03-04T15:11:38.258Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:11:38.258Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-03-04T15:11:38.258Z] === RUN TestConfigsUpdate [2022-03-04T15:11:38.258Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:11:38.258Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-03-04T15:11:38.258Z] === RUN TestTemplatedConfig [2022-03-04T15:11:38.258Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:11:38.258Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-03-04T15:11:38.258Z] === RUN TestConfigCreateResolve [2022-03-04T15:11:38.258Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:11:38.258Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-03-04T15:11:38.258Z] PASS [2022-03-04T15:11:38.258Z] ok github.com/docker/docker/integration/config 0.122s [2022-03-04T15:11:38.258Z] [2022-03-04T15:11:38.258Z] === Skipped [2022-03-04T15:11:38.258Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-03-04T15:11:38.258Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:11:38.258Z] [2022-03-04T15:11:38.258Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-03-04T15:11:38.258Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:11:38.258Z] [2022-03-04T15:11:38.258Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-03-04T15:11:38.258Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:11:38.258Z] [2022-03-04T15:11:38.258Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-03-04T15:11:38.258Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:11:38.258Z] [2022-03-04T15:11:38.258Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-03-04T15:11:38.258Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:11:38.258Z] [2022-03-04T15:11:38.258Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-03-04T15:11:38.258Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:11:38.258Z] [2022-03-04T15:11:38.258Z] DONE 6 tests, 6 skipped in 2.295s [2022-03-04T15:11:38.258Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-03-04T15:11:38.258Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T15:11:38.258Z] INFO: Testing against a local daemon [2022-03-04T15:11:38.258Z] === RUN TestCheckpoint [2022-03-04T15:11:38.258Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-04T15:11:38.258Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-04T15:11:38.258Z] === RUN TestContainerInvalidJSON [2022-03-04T15:11:38.258Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-04T15:11:38.258Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-04T15:11:38.258Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-04T15:11:38.258Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-04T15:11:38.258Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-04T15:11:38.258Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-04T15:11:38.258Z] --- PASS: TestContainerInvalidJSON (0.06s) [2022-03-04T15:11:38.258Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-04T15:11:38.258Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2022-03-04T15:11:38.258Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-04T15:11:38.258Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.29s) [2022-03-04T15:11:38.258Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-04T15:11:38.727Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.28s) [2022-03-04T15:11:38.727Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-04T15:11:38.727Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.25s) [2022-03-04T15:11:38.727Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-04T15:11:39.195Z] --- PASS: TestCopyToContainerPathIsNotDir (0.28s) [2022-03-04T15:11:39.196Z] === RUN TestCopyFromContainer [2022-03-04T15:11:39.196Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:11:39.196Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-03-04T15:11:39.196Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-04T15:11:39.196Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-04T15:11:39.196Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-04T15:11:39.196Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-04T15:11:39.196Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-04T15:11:39.196Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-04T15:11:39.196Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-04T15:11:39.196Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-04T15:11:39.196Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-04T15:11:39.196Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-04T15:11:39.196Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.04s) [2022-03-04T15:11:39.196Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2022-03-04T15:11:39.196Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2022-03-04T15:11:39.196Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.01s) [2022-03-04T15:11:39.196Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-04T15:11:39.196Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-04T15:11:39.196Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-03-04T15:11:39.196Z] === RUN TestCreateWithInvalidEnv [2022-03-04T15:11:39.196Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-04T15:11:39.196Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-04T15:11:39.196Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-04T15:11:39.196Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-04T15:11:39.196Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-04T15:11:39.196Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-04T15:11:39.196Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-04T15:11:39.196Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-04T15:11:39.196Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-04T15:11:39.196Z] --- PASS: TestCreateWithInvalidEnv (0.04s) [2022-03-04T15:11:39.196Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2022-03-04T15:11:39.196Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2022-03-04T15:11:39.196Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2022-03-04T15:11:39.196Z] === RUN TestCreateTmpfsMountsTarget [2022-03-04T15:11:39.196Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:11:39.196Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-03-04T15:11:39.196Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-04T15:11:39.196Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:11:39.196Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-03-04T15:11:39.196Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-04T15:11:39.196Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:11:39.196Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-04T15:11:39.196Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-04T15:11:39.196Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-04T15:11:39.196Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-04T15:11:39.196Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-04T15:11:39.196Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-04T15:11:39.196Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-04T15:11:39.196Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-04T15:11:39.196Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-04T15:11:39.196Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-04T15:11:39.196Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-04T15:11:39.196Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-04T15:11:39.196Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-04T15:11:39.196Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-04T15:11:39.196Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-04T15:11:39.196Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-04T15:11:39.196Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-04T15:11:39.196Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2022-03-04T15:11:39.196Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-04T15:11:39.196Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-04T15:11:39.196Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2022-03-04T15:11:39.196Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-04T15:11:39.196Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-03-04T15:11:39.196Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-04T15:11:39.196Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-04T15:11:39.196Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-04T15:11:39.196Z] === RUN TestCreateDifferentPlatform [2022-03-04T15:11:39.196Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-04T15:11:39.196Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-04T15:11:39.196Z] --- PASS: TestCreateDifferentPlatform (0.05s) [2022-03-04T15:11:39.196Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2022-03-04T15:11:39.196Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-04T15:11:39.196Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-04T15:11:39.540Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-03-04T15:11:39.665Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.14s) [2022-03-04T15:11:39.665Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-04T15:11:39.665Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-04T15:11:39.665Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-04T15:11:39.665Z] === RUN TestContainerKillOnDaemonStart [2022-03-04T15:11:39.666Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:11:39.666Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-03-04T15:11:39.666Z] === RUN TestDiff [2022-03-04T15:11:39.666Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-04T15:11:39.666Z] --- SKIP: TestDiff (0.00s) [2022-03-04T15:11:39.666Z] === RUN TestExecWithCloseStdin [2022-03-04T15:11:39.666Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-03-04T15:11:39.666Z] --- SKIP: TestExecWithCloseStdin (0.00s) [2022-03-04T15:11:39.666Z] === RUN TestExec [2022-03-04T15:11:39.799Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-03-04T15:11:41.175Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-03-04T15:11:41.175Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2022-03-04T15:11:41.434Z] === RUN TestDockerSuite/TestEventsFilterType [2022-03-04T15:11:41.694Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2022-03-04T15:11:41.953Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2022-03-04T15:11:41.953Z] === RUN TestDockerSuite/TestEventsFilters [2022-03-04T15:11:42.889Z] --- PASS: TestDockerNetworkConnectAlias (4.92s) [2022-03-04T15:11:42.889Z] === RUN TestDockerNetworkReConnect [2022-03-04T15:11:43.149Z] === RUN TestDockerSuite/TestEventsFormat [2022-03-04T15:11:44.437Z] --- PASS: TestExec (4.61s) [2022-03-04T15:11:44.437Z] === RUN TestExecUser [2022-03-04T15:11:44.437Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-04T15:11:44.437Z] --- SKIP: TestExecUser (0.00s) [2022-03-04T15:11:44.437Z] === RUN TestExportContainerAndImportImage [2022-03-04T15:11:44.437Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:11:44.437Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-03-04T15:11:44.437Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-04T15:11:44.437Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:11:44.437Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-03-04T15:11:44.437Z] === RUN TestHealthCheckWorkdir [2022-03-04T15:11:44.437Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-04T15:11:44.437Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-03-04T15:11:44.437Z] === RUN TestHealthKillContainer [2022-03-04T15:11:44.437Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-04T15:11:44.437Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-03-04T15:11:44.437Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-04T15:11:44.437Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-04T15:11:44.437Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-03-04T15:11:44.437Z] === RUN TestKillContainerInvalidSignal [2022-03-04T15:11:44.528Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-03-04T15:11:44.528Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-03-04T15:11:44.528Z] === RUN TestDockerSuite/TestEventsImageImport [2022-03-04T15:11:45.096Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-03-04T15:11:45.355Z] === RUN TestDockerSuite/TestEventsImagePull [2022-03-04T15:11:46.290Z] === RUN TestDockerSuite/TestEventsImageTag [2022-03-04T15:11:46.856Z] --- PASS: TestDockerNetworkReConnect (3.95s) [2022-03-04T15:11:46.856Z] === RUN TestServicePlugin [2022-03-04T15:11:47.115Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2022-03-04T15:11:47.374Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2022-03-04T15:11:47.374Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-03-04T15:11:47.374Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2022-03-04T15:11:47.374Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-03-04T15:11:47.374Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-03-04T15:11:47.941Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2022-03-04T15:11:48.245Z] --- PASS: TestKillContainerInvalidSignal (3.75s) [2022-03-04T15:11:48.245Z] === RUN TestKillContainer [2022-03-04T15:11:48.245Z] === RUN TestKillContainer/no_signal [2022-03-04T15:11:49.850Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2022-03-04T15:11:50.109Z] === RUN TestDockerSuite/TestEventsRename [2022-03-04T15:11:50.677Z] plugin_test.go:61: [d35767207d9a7] joining swarm manager [d27a71005740e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T15:11:50.935Z] === RUN TestDockerSuite/TestEventsResize [2022-03-04T15:11:51.252Z] === RUN TestKillContainer/non_killing_signal [2022-03-04T15:11:51.252Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-04T15:11:51.503Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-03-04T15:11:51.721Z] === RUN TestKillContainer/killing_signal [2022-03-04T15:11:51.763Z] plugin_test.go:64: [d6cc4ff9c8701] joining swarm manager [d27a71005740e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-04T15:11:54.329Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2022-03-04T15:11:55.516Z] --- PASS: TestKillContainer (7.21s) [2022-03-04T15:11:55.516Z] --- PASS: TestKillContainer/no_signal (3.54s) [2022-03-04T15:11:55.516Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-04T15:11:55.516Z] --- PASS: TestKillContainer/killing_signal (3.61s) [2022-03-04T15:11:55.516Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-04T15:11:55.516Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-04T15:11:55.516Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-04T15:11:55.516Z] === RUN TestKillStoppedContainer [2022-03-04T15:11:55.516Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-04T15:11:55.516Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-03-04T15:11:55.516Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-04T15:11:55.516Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-04T15:11:55.516Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-04T15:11:55.516Z] === RUN TestKillDifferentUserContainer [2022-03-04T15:11:55.516Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-04T15:11:55.516Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-03-04T15:11:55.516Z] === RUN TestInspectOomKilledTrue [2022-03-04T15:11:55.516Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:11:55.516Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-04T15:11:55.516Z] === RUN TestInspectOomKilledFalse [2022-03-04T15:11:55.516Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-04T15:11:55.516Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-04T15:11:55.516Z] === RUN TestLogsFollowTailEmpty [2022-03-04T15:11:56.231Z] docker_api_swarm_test.go:202: [d596b3baed3b8] joining swarm manager [d9a65dbc471cc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T15:11:57.168Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-03-04T15:11:57.736Z] === RUN TestDockerSuite/TestEventsStreaming [2022-03-04T15:11:57.995Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-03-04T15:11:58.483Z] --- PASS: TestLogsFollowTailEmpty (3.53s) [2022-03-04T15:11:58.483Z] === RUN TestNetworkNat [2022-03-04T15:11:58.483Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-04T15:11:58.483Z] --- SKIP: TestNetworkNat (0.00s) [2022-03-04T15:11:58.483Z] === RUN TestNetworkLocalhostTCPNat [2022-03-04T15:12:01.280Z] --- PASS: TestUpdateRestartPolicy (21.86s) [2022-03-04T15:12:01.280Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-04T15:12:01.280Z] --- PASS: TestUpdateRestartWithAutoRemove (2.01s) [2022-03-04T15:12:01.280Z] === RUN TestWaitNonBlocked [2022-03-04T15:12:01.280Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-04T15:12:01.280Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-04T15:12:01.280Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-04T15:12:01.280Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-04T15:12:01.280Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-04T15:12:01.280Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-04T15:12:01.283Z] === RUN TestDockerSuite/TestEventsTop [2022-03-04T15:12:01.543Z] === RUN TestDockerSuite/TestEventsUntag [2022-03-04T15:12:03.245Z] --- PASS: TestNetworkLocalhostTCPNat (4.48s) [2022-03-04T15:12:03.245Z] === RUN TestNetworkLoopbackNat [2022-03-04T15:12:03.245Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-04T15:12:03.245Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-03-04T15:12:03.245Z] === RUN TestPause [2022-03-04T15:12:03.245Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-04T15:12:03.245Z] --- SKIP: TestPause (0.00s) [2022-03-04T15:12:03.245Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-04T15:12:03.502Z] --- PASS: TestWaitNonBlocked (0.03s) [2022-03-04T15:12:03.502Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (3.26s) [2022-03-04T15:12:03.503Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (3.37s) [2022-03-04T15:12:03.503Z] === RUN TestWaitBlocked [2022-03-04T15:12:03.503Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:12:03.503Z] --- SKIP: TestWaitBlocked (0.00s) [2022-03-04T15:12:03.503Z] PASS [2022-03-04T15:12:03.503Z] ok github.com/docker/docker/integration/container 89.386s [2022-03-04T15:12:03.503Z] [2022-03-04T15:12:03.503Z] === Skipped [2022-03-04T15:12:03.503Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-03-04T15:12:03.503Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-04T15:12:03.503Z] [2022-03-04T15:12:03.503Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-03-04T15:12:03.503Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:03.503Z] [2022-03-04T15:12:03.503Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-03-04T15:12:03.503Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-04T15:12:03.503Z] [2022-03-04T15:12:03.503Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-03-04T15:12:03.503Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:03.503Z] [2022-03-04T15:12:03.503Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-03-04T15:12:03.503Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:12:03.503Z] [2022-03-04T15:12:03.503Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-04T15:12:03.503Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:12:03.503Z] [2022-03-04T15:12:03.503Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-04T15:12:03.503Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-04T15:12:03.503Z] [2022-03-04T15:12:03.503Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-03-04T15:12:03.503Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-04T15:12:03.503Z] [2022-03-04T15:12:03.503Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-03-04T15:12:03.503Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:03.503Z] [2022-03-04T15:12:03.503Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-03-04T15:12:03.503Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-04T15:12:03.503Z] [2022-03-04T15:12:03.503Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-03-04T15:12:03.503Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-04T15:12:03.503Z] [2022-03-04T15:12:03.503Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-03-04T15:12:03.503Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:03.503Z] [2022-03-04T15:12:03.503Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-03-04T15:12:03.503Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:03.503Z] [2022-03-04T15:12:03.503Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-03-04T15:12:03.503Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-04T15:12:03.503Z] [2022-03-04T15:12:03.503Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-03-04T15:12:03.503Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-04T15:12:03.503Z] [2022-03-04T15:12:03.503Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-03-04T15:12:03.503Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-04T15:12:03.503Z] [2022-03-04T15:12:03.503Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-03-04T15:12:03.503Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-04T15:12:03.503Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-04T15:12:03.503Z] [2022-03-04T15:12:03.503Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-04T15:12:03.503Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-04T15:12:03.503Z] [2022-03-04T15:12:03.503Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-03-04T15:12:03.503Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-04T15:12:03.503Z] [2022-03-04T15:12:03.503Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-04T15:12:03.503Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-04T15:12:03.503Z] [2022-03-04T15:12:03.503Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-03-04T15:12:03.503Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-04T15:12:03.503Z] [2022-03-04T15:12:03.503Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-03-04T15:12:03.503Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:03.503Z] [2022-03-04T15:12:03.503Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-03-04T15:12:03.503Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-04T15:12:03.503Z] [2022-03-04T15:12:03.503Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-03-04T15:12:03.503Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-04T15:12:03.503Z] [2022-03-04T15:12:03.503Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-03-04T15:12:03.503Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-04T15:12:03.503Z] [2022-03-04T15:12:03.503Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-03-04T15:12:03.503Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-04T15:12:03.503Z] [2022-03-04T15:12:03.503Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-03-04T15:12:03.503Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:03.503Z] [2022-03-04T15:12:03.503Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-03-04T15:12:03.503Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-04T15:12:03.503Z] [2022-03-04T15:12:03.503Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-03-04T15:12:03.503Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-04T15:12:03.503Z] [2022-03-04T15:12:03.503Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-03-04T15:12:03.503Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:03.503Z] [2022-03-04T15:12:03.503Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-03-04T15:12:03.503Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-04T15:12:03.503Z] [2022-03-04T15:12:03.503Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-03-04T15:12:03.503Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-04T15:12:03.503Z] [2022-03-04T15:12:03.503Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-03-04T15:12:03.503Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:12:03.503Z] [2022-03-04T15:12:03.503Z] DONE 87 tests, 33 skipped in 91.783s [2022-03-04T15:12:03.503Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-03-04T15:12:04.075Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-03-04T15:12:07.035Z] --- PASS: TestPauseFailsOnWindowsServerContainers (3.55s) [2022-03-04T15:12:07.035Z] === RUN TestPauseStopPausedContainer [2022-03-04T15:12:07.035Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:07.035Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-03-04T15:12:07.035Z] === RUN TestPsFilter [2022-03-04T15:12:07.035Z] --- PASS: TestPsFilter (0.42s) [2022-03-04T15:12:07.035Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-04T15:12:10.829Z] --- PASS: TestRemoveContainerWithRemovedVolume (3.63s) [2022-03-04T15:12:10.829Z] === RUN TestRemoveContainerWithVolume [2022-03-04T15:12:14.622Z] --- PASS: TestRemoveContainerWithVolume (3.51s) [2022-03-04T15:12:14.622Z] === RUN TestRemoveContainerRunning [2022-03-04T15:12:16.282Z] === RUN TestDockerSuite/TestExec [2022-03-04T15:12:16.282Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-03-04T15:12:16.282Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2022-03-04T15:12:16.282Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-03-04T15:12:16.851Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-03-04T15:12:17.109Z] === RUN TestDockerSuite/TestExecAPIStart [2022-03-04T15:12:18.048Z] --- PASS: TestServicePlugin (31.22s) [2022-03-04T15:12:18.048Z] === RUN TestServiceUpdateLabel [2022-03-04T15:12:18.308Z] docker_api_swarm_test.go:384: [deb2fcb7f9dcf] joining swarm manager [db1a4c70d5d5b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T15:12:18.431Z] --- PASS: TestRemoveContainerRunning (3.60s) [2022-03-04T15:12:18.431Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-04T15:12:18.876Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-03-04T15:12:19.445Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-03-04T15:12:20.012Z] docker_api_swarm_test.go:385: [d25a4d62d8b7f] joining swarm manager [db1a4c70d5d5b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-04T15:12:20.012Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-03-04T15:12:20.582Z] --- PASS: TestServiceUpdateLabel (2.77s) [2022-03-04T15:12:20.582Z] === RUN TestServiceUpdateSecrets [2022-03-04T15:12:20.842Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-03-04T15:12:21.390Z] --- PASS: TestRemoveContainerForceRemoveRunning (3.69s) [2022-03-04T15:12:21.391Z] === RUN TestRemoveInvalidContainer [2022-03-04T15:12:21.391Z] --- PASS: TestRemoveInvalidContainer (0.04s) [2022-03-04T15:12:21.391Z] === RUN TestRenameLinkedContainer [2022-03-04T15:12:21.391Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-04T15:12:21.391Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-03-04T15:12:21.391Z] === RUN TestRenameStoppedContainer [2022-03-04T15:12:21.780Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-03-04T15:12:22.041Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-03-04T15:12:22.996Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-03-04T15:12:23.934Z] === RUN TestDockerSuite/TestExecCgroup [2022-03-04T15:12:24.766Z] === RUN TestConfigDaemonLibtrustID [2022-03-04T15:12:24.766Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-04T15:12:24.766Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-03-04T15:12:24.766Z] === RUN TestDaemonConfigValidation [2022-03-04T15:12:24.766Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-04T15:12:24.766Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-03-04T15:12:24.766Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-04T15:12:24.766Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-04T15:12:24.766Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-03-04T15:12:24.766Z] === RUN TestDaemonProxy [2022-03-04T15:12:24.766Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-04T15:12:24.766Z] --- SKIP: TestDaemonProxy (0.00s) [2022-03-04T15:12:24.766Z] PASS [2022-03-04T15:12:24.766Z] ok github.com/docker/docker/integration/daemon 0.098s [2022-03-04T15:12:24.766Z] [2022-03-04T15:12:24.766Z] === Skipped [2022-03-04T15:12:24.766Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-03-04T15:12:24.766Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-04T15:12:24.766Z] [2022-03-04T15:12:24.766Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-03-04T15:12:24.766Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-04T15:12:24.766Z] [2022-03-04T15:12:24.766Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-03-04T15:12:24.766Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-04T15:12:24.766Z] [2022-03-04T15:12:24.766Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-03-04T15:12:24.766Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-04T15:12:24.766Z] [2022-03-04T15:12:24.766Z] DONE 4 tests, 4 skipped in 21.125s [2022-03-04T15:12:24.766Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-03-04T15:12:24.870Z] === RUN TestDockerSuite/TestExecEnv [2022-03-04T15:12:25.129Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-03-04T15:12:25.184Z] --- PASS: TestRenameStoppedContainer (3.73s) [2022-03-04T15:12:25.184Z] === RUN TestRenameRunningContainerAndReuse [2022-03-04T15:12:26.064Z] === RUN TestDockerSuite/TestExecExitStatus [2022-03-04T15:12:26.631Z] === RUN TestDockerSuite/TestExecInspectID [2022-03-04T15:12:28.572Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T15:12:28.572Z] INFO: Testing against a local daemon [2022-03-04T15:12:28.572Z] === RUN TestCommitInheritsEnv [2022-03-04T15:12:28.572Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T15:12:28.572Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-03-04T15:12:28.572Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-04T15:12:28.572Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-04T15:12:28.572Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-03-04T15:12:28.572Z] === RUN TestImportWithCustomPlatform [2022-03-04T15:12:28.572Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-04T15:12:28.572Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-03-04T15:12:28.572Z] === RUN TestImagesFilterMultiReference [2022-03-04T15:12:28.572Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2022-03-04T15:12:28.572Z] === RUN TestImagePullPlatformInvalid [2022-03-04T15:12:28.572Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2022-03-04T15:12:28.572Z] === RUN TestRemoveImageOrphaning [2022-03-04T15:12:29.165Z] === RUN TestDockerSuite/TestExecInteractive [2022-03-04T15:12:29.557Z] --- PASS: TestRemoveImageOrphaning (1.01s) [2022-03-04T15:12:29.557Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-04T15:12:29.557Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2022-03-04T15:12:29.557Z] === RUN TestTagInvalidReference [2022-03-04T15:12:29.557Z] --- PASS: TestTagInvalidReference (0.03s) [2022-03-04T15:12:29.557Z] === RUN TestTagValidPrefixedRepo [2022-03-04T15:12:29.557Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2022-03-04T15:12:29.557Z] === RUN TestTagExistedNameWithoutForce [2022-03-04T15:12:29.557Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2022-03-04T15:12:29.557Z] === RUN TestTagOfficialNames [2022-03-04T15:12:29.557Z] --- PASS: TestTagOfficialNames (0.08s) [2022-03-04T15:12:29.557Z] === RUN TestTagMatchesDigest [2022-03-04T15:12:29.557Z] --- PASS: TestTagMatchesDigest (0.03s) [2022-03-04T15:12:29.557Z] PASS [2022-03-04T15:12:29.557Z] ok github.com/docker/docker/integration/image 1.459s [2022-03-04T15:12:29.557Z] [2022-03-04T15:12:29.557Z] === Skipped [2022-03-04T15:12:29.557Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-03-04T15:12:29.557Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T15:12:29.557Z] [2022-03-04T15:12:29.557Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-03-04T15:12:29.557Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-04T15:12:29.557Z] [2022-03-04T15:12:29.557Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-03-04T15:12:29.557Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-04T15:12:29.557Z] [2022-03-04T15:12:29.557Z] DONE 12 tests, 3 skipped in 5.256s [2022-03-04T15:12:29.733Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2022-03-04T15:12:30.025Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-03-04T15:12:30.302Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-03-04T15:12:30.871Z] === RUN TestDockerSuite/TestExecParseError [2022-03-04T15:12:31.442Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-03-04T15:12:31.587Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T15:12:31.587Z] INFO: Testing against a local daemon [2022-03-04T15:12:31.587Z] === RUN TestNetworkCreateDelete [2022-03-04T15:12:31.587Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:12:31.587Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-03-04T15:12:31.587Z] === RUN TestDockerNetworkDeletePreferID [2022-03-04T15:12:31.587Z] 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-04T15:12:31.587Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-03-04T15:12:31.587Z] === RUN TestDaemonDNSFallback [2022-03-04T15:12:31.587Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:12:31.587Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-03-04T15:12:31.587Z] === RUN TestInspectNetwork [2022-03-04T15:12:31.587Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-04T15:12:31.587Z] --- SKIP: TestInspectNetwork (0.00s) [2022-03-04T15:12:31.587Z] === RUN TestRunContainerWithBridgeNone [2022-03-04T15:12:31.587Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:12:31.587Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-03-04T15:12:31.587Z] === RUN TestNetworkInvalidJSON [2022-03-04T15:12:31.587Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-04T15:12:31.588Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-04T15:12:31.588Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-04T15:12:31.588Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-04T15:12:31.588Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-04T15:12:31.588Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-04T15:12:31.588Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-04T15:12:31.588Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-04T15:12:31.588Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-04T15:12:31.588Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2022-03-04T15:12:31.588Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-03-04T15:12:31.588Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2022-03-04T15:12:31.588Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2022-03-04T15:12:31.588Z] === RUN TestNetworkList [2022-03-04T15:12:31.588Z] === RUN TestNetworkList//networks [2022-03-04T15:12:31.588Z] === PAUSE TestNetworkList//networks [2022-03-04T15:12:31.588Z] === RUN TestNetworkList//networks/ [2022-03-04T15:12:31.588Z] === PAUSE TestNetworkList//networks/ [2022-03-04T15:12:32.009Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-03-04T15:12:32.056Z] === CONT TestNetworkList//networks [2022-03-04T15:12:32.056Z] === CONT TestNetworkList//networks/ [2022-03-04T15:12:32.056Z] --- PASS: TestNetworkList (0.04s) [2022-03-04T15:12:32.056Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-04T15:12:32.056Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-04T15:12:32.056Z] === RUN TestHostIPv4BridgeLabel [2022-03-04T15:12:32.056Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-04T15:12:32.056Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-03-04T15:12:32.056Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-04T15:12:32.056Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-04T15:12:32.056Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-03-04T15:12:32.056Z] === RUN TestDaemonDefaultNetworkPools [2022-03-04T15:12:32.056Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-04T15:12:32.056Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-03-04T15:12:32.056Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-04T15:12:32.056Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-04T15:12:32.056Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-04T15:12:32.056Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-04T15:12:32.056Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-04T15:12:32.056Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-04T15:12:32.056Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-04T15:12:32.056Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-04T15:12:32.056Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-04T15:12:32.056Z] === RUN TestServiceWithPredefinedNetwork [2022-03-04T15:12:32.056Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-04T15:12:32.056Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-03-04T15:12:32.056Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-04T15:12:32.056Z] service_test.go:243: FLAKY_TEST [2022-03-04T15:12:32.056Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-04T15:12:32.056Z] === RUN TestServiceWithDataPathPortInit [2022-03-04T15:12:32.056Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-04T15:12:32.056Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-03-04T15:12:32.056Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-04T15:12:32.056Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-04T15:12:32.056Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-04T15:12:32.056Z] PASS [2022-03-04T15:12:32.056Z] ok github.com/docker/docker/integration/network 0.169s [2022-03-04T15:12:32.056Z] [2022-03-04T15:12:32.056Z] === Skipped [2022-03-04T15:12:32.056Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-03-04T15:12:32.056Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:12:32.056Z] [2022-03-04T15:12:32.056Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-03-04T15:12:32.056Z] 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-04T15:12:32.056Z] [2022-03-04T15:12:32.056Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-03-04T15:12:32.056Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:12:32.056Z] [2022-03-04T15:12:32.056Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-03-04T15:12:32.056Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-04T15:12:32.056Z] [2022-03-04T15:12:32.056Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-03-04T15:12:32.056Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:12:32.056Z] [2022-03-04T15:12:32.056Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-03-04T15:12:32.056Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-04T15:12:32.056Z] [2022-03-04T15:12:32.056Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-03-04T15:12:32.056Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-04T15:12:32.056Z] [2022-03-04T15:12:32.056Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-03-04T15:12:32.056Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-04T15:12:32.056Z] [2022-03-04T15:12:32.056Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-04T15:12:32.056Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-04T15:12:32.056Z] [2022-03-04T15:12:32.056Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-04T15:12:32.056Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-04T15:12:32.056Z] [2022-03-04T15:12:32.056Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-04T15:12:32.056Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-04T15:12:32.056Z] [2022-03-04T15:12:32.056Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-03-04T15:12:32.056Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-04T15:12:32.056Z] [2022-03-04T15:12:32.056Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-04T15:12:32.056Z] service_test.go:243: FLAKY_TEST [2022-03-04T15:12:32.056Z] [2022-03-04T15:12:32.056Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-03-04T15:12:32.056Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-04T15:12:32.056Z] [2022-03-04T15:12:32.056Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-04T15:12:32.056Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-04T15:12:32.056Z] [2022-03-04T15:12:32.056Z] DONE 22 tests, 15 skipped in 2.063s [2022-03-04T15:12:32.056Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-03-04T15:12:32.269Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-03-04T15:12:32.346Z] --- PASS: TestRenameRunningContainerAndReuse (7.15s) [2022-03-04T15:12:32.346Z] === RUN TestRenameInvalidName [2022-03-04T15:12:32.528Z] testing: warning: no tests to run [2022-03-04T15:12:32.528Z] PASS [2022-03-04T15:12:32.528Z] ok github.com/docker/docker/integration/network/ipvlan 0.060s [2022-03-04T15:12:32.528Z] [2022-03-04T15:12:32.528Z] DONE 0 tests in 0.652s [2022-03-04T15:12:32.995Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-03-04T15:12:33.206Z] === RUN TestDockerSuite/TestExecSetEnv [2022-03-04T15:12:33.462Z] testing: warning: no tests to run [2022-03-04T15:12:33.462Z] PASS [2022-03-04T15:12:33.462Z] ok github.com/docker/docker/integration/network/macvlan 0.062s [2022-03-04T15:12:33.462Z] [2022-03-04T15:12:33.462Z] DONE 0 tests in 0.639s [2022-03-04T15:12:33.462Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-03-04T15:12:33.773Z] === RUN TestDockerSuite/TestExecStartFails [2022-03-04T15:12:34.341Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-03-04T15:12:34.447Z] testing: warning: no tests to run [2022-03-04T15:12:34.447Z] PASS [2022-03-04T15:12:34.447Z] ok github.com/docker/docker/integration/plugin 0.077s [2022-03-04T15:12:34.447Z] [2022-03-04T15:12:34.447Z] DONE 0 tests in 0.660s [2022-03-04T15:12:34.447Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-03-04T15:12:34.915Z] testing: warning: no tests to run [2022-03-04T15:12:34.915Z] PASS [2022-03-04T15:12:34.915Z] ok github.com/docker/docker/integration/plugin/authz 0.069s [2022-03-04T15:12:34.915Z] [2022-03-04T15:12:34.915Z] DONE 0 tests in 0.637s [2022-03-04T15:12:34.915Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-03-04T15:12:35.716Z] --- PASS: TestServiceUpdateSecrets (14.88s) [2022-03-04T15:12:35.716Z] === RUN TestServiceUpdateConfigs [2022-03-04T15:12:36.139Z] --- PASS: TestRenameInvalidName (3.69s) [2022-03-04T15:12:36.139Z] === RUN TestRenameAnonymousContainer [2022-03-04T15:12:39.715Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T15:12:39.715Z] INFO: Testing against a local daemon [2022-03-04T15:12:39.715Z] === RUN TestPluginInvalidJSON [2022-03-04T15:12:39.715Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-04T15:12:39.715Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-04T15:12:39.715Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-04T15:12:39.715Z] --- PASS: TestPluginInvalidJSON (0.03s) [2022-03-04T15:12:39.715Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-04T15:12:39.715Z] === RUN TestPluginInstall [2022-03-04T15:12:39.715Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-04T15:12:39.715Z] --- SKIP: TestPluginInstall (0.00s) [2022-03-04T15:12:39.715Z] === RUN TestPluginsWithRuntimes [2022-03-04T15:12:39.715Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-04T15:12:39.715Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-03-04T15:12:39.715Z] === RUN TestPluginBackCompatMediaTypes [2022-03-04T15:12:39.715Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-04T15:12:39.715Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-03-04T15:12:39.715Z] PASS [2022-03-04T15:12:39.715Z] ok github.com/docker/docker/integration/plugin/common 0.101s [2022-03-04T15:12:39.715Z] [2022-03-04T15:12:39.715Z] === Skipped [2022-03-04T15:12:39.715Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-03-04T15:12:39.715Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-04T15:12:39.715Z] [2022-03-04T15:12:39.715Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-03-04T15:12:39.715Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-04T15:12:39.715Z] [2022-03-04T15:12:39.715Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-03-04T15:12:39.715Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-04T15:12:39.715Z] [2022-03-04T15:12:39.715Z] DONE 5 tests, 3 skipped in 4.307s [2022-03-04T15:12:39.715Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-03-04T15:12:41.938Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T15:12:41.938Z] INFO: Testing against a local daemon [2022-03-04T15:12:41.938Z] === RUN TestExternalGraphDriver [2022-03-04T15:12:41.938Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-04T15:12:41.938Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-03-04T15:12:41.938Z] === RUN TestGraphdriverPluginV2 [2022-03-04T15:12:41.938Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-04T15:12:41.938Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-03-04T15:12:41.938Z] PASS [2022-03-04T15:12:41.938Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.099s [2022-03-04T15:12:41.938Z] [2022-03-04T15:12:41.938Z] === Skipped [2022-03-04T15:12:41.938Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-03-04T15:12:41.938Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-04T15:12:41.938Z] [2022-03-04T15:12:41.938Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-03-04T15:12:41.938Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-04T15:12:41.938Z] [2022-03-04T15:12:41.938Z] DONE 2 tests, 2 skipped in 2.252s [2022-03-04T15:12:41.938Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-03-04T15:12:43.504Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T15:12:43.504Z] INFO: Testing against a local daemon [2022-03-04T15:12:43.504Z] === RUN TestReadPluginNoRead [2022-03-04T15:12:43.504Z] read_test.go:21: no unix domain sockets on Windows [2022-03-04T15:12:43.504Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-03-04T15:12:43.504Z] PASS [2022-03-04T15:12:43.504Z] ok github.com/docker/docker/integration/plugin/logging 0.084s [2022-03-04T15:12:43.971Z] [2022-03-04T15:12:43.971Z] === Skipped [2022-03-04T15:12:43.971Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-03-04T15:12:43.971Z] read_test.go:21: no unix domain sockets on Windows [2022-03-04T15:12:43.971Z] [2022-03-04T15:12:43.971Z] DONE 1 tests, 1 skipped in 1.993s [2022-03-04T15:12:43.971Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-03-04T15:12:44.956Z] testing: warning: no tests to run [2022-03-04T15:12:44.956Z] PASS [2022-03-04T15:12:44.956Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.062s [2022-03-04T15:12:44.956Z] [2022-03-04T15:12:44.956Z] DONE 0 tests in 0.986s [2022-03-04T15:12:44.956Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-03-04T15:12:45.690Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-03-04T15:12:45.690Z] === RUN TestDockerSuite/TestExecTTY [2022-03-04T15:12:45.949Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-03-04T15:12:46.517Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-03-04T15:12:47.084Z] === RUN TestDockerSuite/TestExecUlimits [2022-03-04T15:12:47.198Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T15:12:47.198Z] INFO: Testing against a local daemon [2022-03-04T15:12:47.198Z] === RUN TestPluginWithDevMounts [2022-03-04T15:12:47.198Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:47.198Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-03-04T15:12:47.198Z] PASS [2022-03-04T15:12:47.198Z] ok github.com/docker/docker/integration/plugin/volumes 0.081s [2022-03-04T15:12:47.198Z] [2022-03-04T15:12:47.198Z] === Skipped [2022-03-04T15:12:47.198Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-03-04T15:12:47.198Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:47.198Z] [2022-03-04T15:12:47.198Z] DONE 1 tests, 1 skipped in 2.188s [2022-03-04T15:12:47.198Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-03-04T15:12:47.651Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-03-04T15:12:47.651Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-03-04T15:12:47.651Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-03-04T15:12:48.634Z] --- PASS: TestRenameAnonymousContainer (12.67s) [2022-03-04T15:12:48.634Z] === RUN TestRenameContainerWithSameName [2022-03-04T15:12:49.035Z] === RUN TestDockerSuite/TestExecWithNoTERM [2022-03-04T15:12:49.306Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-03-04T15:12:49.417Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T15:12:49.417Z] INFO: Testing against a local daemon [2022-03-04T15:12:49.417Z] === RUN TestSecretInspect [2022-03-04T15:12:49.417Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:49.417Z] --- SKIP: TestSecretInspect (0.00s) [2022-03-04T15:12:49.417Z] === RUN TestSecretList [2022-03-04T15:12:49.417Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:49.417Z] --- SKIP: TestSecretList (0.00s) [2022-03-04T15:12:49.417Z] === RUN TestSecretsCreateAndDelete [2022-03-04T15:12:49.417Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:49.417Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-03-04T15:12:49.417Z] === RUN TestSecretsUpdate [2022-03-04T15:12:49.417Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:49.417Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-03-04T15:12:49.417Z] === RUN TestTemplatedSecret [2022-03-04T15:12:49.417Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:49.417Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-03-04T15:12:49.417Z] === RUN TestSecretCreateResolve [2022-03-04T15:12:49.417Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:12:49.417Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-03-04T15:12:49.417Z] PASS [2022-03-04T15:12:49.417Z] ok github.com/docker/docker/integration/secret 0.102s [2022-03-04T15:12:49.417Z] [2022-03-04T15:12:49.417Z] === Skipped [2022-03-04T15:12:49.417Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-03-04T15:12:49.417Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:49.417Z] [2022-03-04T15:12:49.417Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-03-04T15:12:49.417Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:49.417Z] [2022-03-04T15:12:49.417Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-03-04T15:12:49.417Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:49.417Z] [2022-03-04T15:12:49.417Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-03-04T15:12:49.417Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:49.417Z] [2022-03-04T15:12:49.417Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-03-04T15:12:49.417Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:49.417Z] [2022-03-04T15:12:49.417Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-03-04T15:12:49.417Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:12:49.417Z] [2022-03-04T15:12:49.417Z] DONE 6 tests, 6 skipped in 1.840s [2022-03-04T15:12:49.417Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-03-04T15:12:50.243Z] --- PASS: TestServiceUpdateConfigs (14.43s) [2022-03-04T15:12:50.243Z] === RUN TestServiceUpdateNetwork [2022-03-04T15:12:50.243Z] === RUN TestDockerSuite/TestExecWithTERM [2022-03-04T15:12:50.811Z] === RUN TestDockerSuite/TestExecWithUser [2022-03-04T15:12:51.380Z] === RUN TestDockerSuite/TestGetContainerStats [2022-03-04T15:12:51.637Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T15:12:51.637Z] INFO: Testing against a local daemon [2022-03-04T15:12:51.638Z] === RUN TestServiceCreateInit [2022-03-04T15:12:51.638Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-04T15:12:51.638Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:51.638Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-04T15:12:51.638Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:51.638Z] --- PASS: TestServiceCreateInit (0.04s) [2022-03-04T15:12:51.638Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.01s) [2022-03-04T15:12:51.638Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-04T15:12:51.638Z] === RUN TestCreateServiceMultipleTimes [2022-03-04T15:12:51.638Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:51.638Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-03-04T15:12:51.638Z] === RUN TestCreateServiceConflict [2022-03-04T15:12:51.638Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:51.638Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-03-04T15:12:51.638Z] === RUN TestCreateServiceMaxReplicas [2022-03-04T15:12:51.638Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:51.638Z] --- SKIP: TestCreateServiceMaxReplicas (0.04s) [2022-03-04T15:12:51.638Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-04T15:12:51.638Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:51.638Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-04T15:12:51.638Z] === RUN TestCreateServiceSecretFileMode [2022-03-04T15:12:51.638Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:51.638Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-03-04T15:12:51.638Z] === RUN TestCreateServiceConfigFileMode [2022-03-04T15:12:51.638Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:51.638Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-03-04T15:12:51.638Z] === RUN TestCreateServiceSysctls [2022-03-04T15:12:51.638Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:51.638Z] --- SKIP: TestCreateServiceSysctls (0.04s) [2022-03-04T15:12:51.638Z] === RUN TestCreateServiceCapabilities [2022-03-04T15:12:51.638Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:51.638Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2022-03-04T15:12:51.638Z] === RUN TestInspect [2022-03-04T15:12:51.638Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:51.638Z] --- SKIP: TestInspect (0.00s) [2022-03-04T15:12:51.638Z] === RUN TestCreateJob [2022-03-04T15:12:51.638Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:51.638Z] --- SKIP: TestCreateJob (0.00s) [2022-03-04T15:12:51.638Z] === RUN TestReplicatedJob [2022-03-04T15:12:51.638Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:51.638Z] --- SKIP: TestReplicatedJob (0.00s) [2022-03-04T15:12:51.638Z] === RUN TestUpdateReplicatedJob [2022-03-04T15:12:51.638Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:51.638Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-03-04T15:12:51.638Z] === RUN TestServiceListWithStatuses [2022-03-04T15:12:51.638Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:51.638Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-04T15:12:51.638Z] === RUN TestDockerNetworkConnectAlias [2022-03-04T15:12:51.638Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:51.638Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-03-04T15:12:51.638Z] === RUN TestDockerNetworkReConnect [2022-03-04T15:12:51.638Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:51.638Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-03-04T15:12:51.638Z] === RUN TestServicePlugin [2022-03-04T15:12:51.638Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:51.638Z] --- SKIP: TestServicePlugin (0.00s) [2022-03-04T15:12:51.638Z] === RUN TestServiceUpdateLabel [2022-03-04T15:12:51.638Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:12:51.638Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-03-04T15:12:51.638Z] === RUN TestServiceUpdateSecrets [2022-03-04T15:12:51.638Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:12:51.638Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-03-04T15:12:51.638Z] === RUN TestServiceUpdateConfigs [2022-03-04T15:12:51.638Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:12:51.638Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-03-04T15:12:51.638Z] === RUN TestServiceUpdateNetwork [2022-03-04T15:12:51.638Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:12:51.638Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-03-04T15:12:51.638Z] === RUN TestServiceUpdatePidsLimit [2022-03-04T15:12:51.638Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:12:51.638Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-03-04T15:12:51.638Z] PASS [2022-03-04T15:12:51.638Z] ok github.com/docker/docker/integration/service 0.233s [2022-03-04T15:12:52.114Z] [2022-03-04T15:12:52.114Z] === Skipped [2022-03-04T15:12:52.114Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.01s) [2022-03-04T15:12:52.114Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:52.114Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.01s) [2022-03-04T15:12:52.114Z] [2022-03-04T15:12:52.114Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-04T15:12:52.114Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:52.114Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-04T15:12:52.114Z] [2022-03-04T15:12:52.114Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-03-04T15:12:52.114Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:52.114Z] [2022-03-04T15:12:52.114Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-03-04T15:12:52.114Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:52.114Z] [2022-03-04T15:12:52.114Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.04s) [2022-03-04T15:12:52.114Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:52.114Z] [2022-03-04T15:12:52.114Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-04T15:12:52.114Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:52.114Z] [2022-03-04T15:12:52.114Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-03-04T15:12:52.114Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:52.114Z] [2022-03-04T15:12:52.114Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-03-04T15:12:52.114Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:52.114Z] [2022-03-04T15:12:52.114Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.04s) [2022-03-04T15:12:52.115Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:52.115Z] [2022-03-04T15:12:52.115Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2022-03-04T15:12:52.115Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:52.115Z] [2022-03-04T15:12:52.115Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-03-04T15:12:52.115Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:52.115Z] [2022-03-04T15:12:52.115Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-03-04T15:12:52.115Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:52.115Z] [2022-03-04T15:12:52.115Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-03-04T15:12:52.115Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:52.115Z] [2022-03-04T15:12:52.115Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-03-04T15:12:52.115Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:52.115Z] [2022-03-04T15:12:52.115Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-03-04T15:12:52.115Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:52.115Z] [2022-03-04T15:12:52.115Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-03-04T15:12:52.115Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:52.115Z] [2022-03-04T15:12:52.115Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-03-04T15:12:52.115Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:52.115Z] [2022-03-04T15:12:52.115Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-03-04T15:12:52.115Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:52.115Z] [2022-03-04T15:12:52.115Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-03-04T15:12:52.115Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:12:52.115Z] [2022-03-04T15:12:52.115Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-03-04T15:12:52.115Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:12:52.115Z] [2022-03-04T15:12:52.115Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-03-04T15:12:52.115Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:12:52.115Z] [2022-03-04T15:12:52.115Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-03-04T15:12:52.115Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:12:52.115Z] [2022-03-04T15:12:52.115Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-03-04T15:12:52.115Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:12:52.115Z] [2022-03-04T15:12:52.115Z] DONE 24 tests, 23 skipped in 2.631s [2022-03-04T15:12:52.115Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-03-04T15:12:52.424Z] --- PASS: TestRenameContainerWithSameName (3.63s) [2022-03-04T15:12:52.424Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-04T15:12:52.424Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-04T15:12:52.424Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-03-04T15:12:52.424Z] === RUN TestResize [2022-03-04T15:12:53.679Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T15:12:53.679Z] INFO: Testing against a local daemon [2022-03-04T15:12:53.679Z] === RUN TestSessionCreate [2022-03-04T15:12:53.679Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-04T15:12:53.679Z] --- SKIP: TestSessionCreate (0.00s) [2022-03-04T15:12:53.679Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-04T15:12:53.679Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-04T15:12:53.679Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-03-04T15:12:53.679Z] PASS [2022-03-04T15:12:53.679Z] ok github.com/docker/docker/integration/session 0.079s [2022-03-04T15:12:53.679Z] [2022-03-04T15:12:53.679Z] === Skipped [2022-03-04T15:12:53.679Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-03-04T15:12:53.679Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-04T15:12:53.679Z] [2022-03-04T15:12:53.679Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-03-04T15:12:53.679Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-04T15:12:53.679Z] [2022-03-04T15:12:53.679Z] DONE 2 tests, 2 skipped in 1.671s [2022-03-04T15:12:53.679Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-03-04T15:12:55.892Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T15:12:55.892Z] INFO: Testing against a local daemon [2022-03-04T15:12:55.892Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-04T15:12:55.892Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:55.892Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-04T15:12:55.892Z] === RUN TestDiskUsage [2022-03-04T15:12:55.892Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-04T15:12:55.892Z] --- SKIP: TestDiskUsage (0.00s) [2022-03-04T15:12:55.892Z] === RUN TestEventsExecDie [2022-03-04T15:12:55.892Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-04T15:12:55.892Z] --- SKIP: TestEventsExecDie (0.00s) [2022-03-04T15:12:55.892Z] === RUN TestEventsBackwardsCompatible [2022-03-04T15:12:55.892Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-04T15:12:55.892Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-03-04T15:12:55.892Z] === RUN TestEventsVolumeCreate [2022-03-04T15:12:55.892Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-04T15:12:55.892Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-03-04T15:12:55.892Z] === RUN TestInfoAPI [2022-03-04T15:12:55.892Z] --- PASS: TestInfoAPI (0.04s) [2022-03-04T15:12:55.892Z] === RUN TestInfoAPIWarnings [2022-03-04T15:12:55.892Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T15:12:55.892Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-03-04T15:12:55.892Z] === RUN TestInfoDebug [2022-03-04T15:12:55.892Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-04T15:12:55.892Z] --- SKIP: TestInfoDebug (0.00s) [2022-03-04T15:12:55.892Z] === RUN TestInfoInsecureRegistries [2022-03-04T15:12:55.892Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-04T15:12:55.892Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-03-04T15:12:55.892Z] === RUN TestInfoRegistryMirrors [2022-03-04T15:12:55.892Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-04T15:12:55.892Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-03-04T15:12:55.892Z] === RUN TestLoginFailsWithBadCredentials [2022-03-04T15:12:56.238Z] --- PASS: TestResize (3.74s) [2022-03-04T15:12:56.238Z] === RUN TestResizeWithInvalidSize [2022-03-04T15:12:56.649Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-03-04T15:12:56.877Z] --- PASS: TestLoginFailsWithBadCredentials (1.01s) [2022-03-04T15:12:56.877Z] === RUN TestPingCacheHeaders [2022-03-04T15:12:56.877Z] --- PASS: TestPingCacheHeaders (0.03s) [2022-03-04T15:12:56.877Z] === RUN TestPingGet [2022-03-04T15:12:56.877Z] --- PASS: TestPingGet (0.04s) [2022-03-04T15:12:56.877Z] === RUN TestPingHead [2022-03-04T15:12:56.877Z] --- PASS: TestPingHead (0.03s) [2022-03-04T15:12:56.877Z] === RUN TestVersion [2022-03-04T15:12:56.877Z] --- PASS: TestVersion (0.03s) [2022-03-04T15:12:56.877Z] PASS [2022-03-04T15:12:56.877Z] ok github.com/docker/docker/integration/system 1.232s [2022-03-04T15:12:56.877Z] [2022-03-04T15:12:56.877Z] === Skipped [2022-03-04T15:12:56.877Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-04T15:12:56.877Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:12:56.877Z] [2022-03-04T15:12:56.877Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-03-04T15:12:56.877Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-04T15:12:56.877Z] [2022-03-04T15:12:56.877Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-03-04T15:12:56.877Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-04T15:12:56.877Z] [2022-03-04T15:12:56.877Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-03-04T15:12:56.877Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-04T15:12:56.877Z] [2022-03-04T15:12:56.877Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-03-04T15:12:56.877Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-04T15:12:56.877Z] [2022-03-04T15:12:56.877Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-03-04T15:12:56.877Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T15:12:56.877Z] [2022-03-04T15:12:56.877Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-03-04T15:12:56.877Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-04T15:12:56.877Z] [2022-03-04T15:12:56.877Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-03-04T15:12:56.877Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-04T15:12:56.877Z] [2022-03-04T15:12:56.877Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-03-04T15:12:56.877Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-04T15:12:56.877Z] [2022-03-04T15:12:56.877Z] DONE 15 tests, 9 skipped in 3.265s [2022-03-04T15:12:57.345Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-03-04T15:12:58.907Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T15:12:58.907Z] INFO: Testing against a local daemon [2022-03-04T15:12:58.907Z] === RUN TestVolumesCreateAndList [2022-03-04T15:12:58.907Z] --- PASS: TestVolumesCreateAndList (0.05s) [2022-03-04T15:12:58.907Z] === RUN TestVolumesRemove [2022-03-04T15:12:58.907Z] --- PASS: TestVolumesRemove (0.14s) [2022-03-04T15:12:58.907Z] === RUN TestVolumesInspect [2022-03-04T15:12:58.907Z] --- PASS: TestVolumesInspect (0.04s) [2022-03-04T15:12:58.907Z] === RUN TestVolumesInvalidJSON [2022-03-04T15:12:58.907Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-04T15:12:58.907Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-04T15:12:59.376Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-04T15:12:59.376Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2022-03-04T15:12:59.376Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-04T15:12:59.376Z] PASS [2022-03-04T15:12:59.376Z] ok github.com/docker/docker/integration/volume 0.317s [2022-03-04T15:12:59.376Z] [2022-03-04T15:12:59.376Z] DONE 5 tests in 2.096s [2022-03-04T15:12:59.376Z] INFO: make.ps1 ended at 03/04/2022 15:12:59 [2022-03-04T15:12:59.376Z] INFO: Integration CLI tests being run from the host: [2022-03-04T15:12:59.376Z] 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-04T15:13:00.035Z] --- PASS: TestResizeWithInvalidSize (3.58s) [2022-03-04T15:13:00.035Z] === RUN TestResizeWhenContainerNotStarted [2022-03-04T15:13:00.836Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-03-04T15:13:02.213Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-03-04T15:13:03.148Z] --- PASS: TestServiceUpdateNetwork (12.93s) [2022-03-04T15:13:03.148Z] === RUN TestServiceUpdatePidsLimit [2022-03-04T15:13:03.827Z] --- PASS: TestResizeWhenContainerNotStarted (3.56s) [2022-03-04T15:13:03.827Z] === RUN TestDaemonRestartKillContainers [2022-03-04T15:13:03.827Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:13:03.827Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-03-04T15:13:03.827Z] === RUN TestStats [2022-03-04T15:13:03.827Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-04T15:13:03.827Z] --- SKIP: TestStats (0.00s) [2022-03-04T15:13:03.827Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-04T15:13:04.085Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2022-03-04T15:13:05.021Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2022-03-04T15:13:06.929Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-03-04T15:13:07.189Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-03-04T15:13:07.189Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-03-04T15:13:07.189Z] === RUN TestDockerSuite/TestHealth [2022-03-04T15:13:09.807Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T15:13:09.807Z] INFO: Testing against a local daemon [2022-03-04T15:13:09.807Z] === RUN TestDockerSuite [2022-03-04T15:13:09.807Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-03-04T15:13:09.807Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-03-04T15:13:09.807Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-04T15:13:09.807Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-03-04T15:13:09.807Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-03-04T15:13:09.807Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-03-04T15:13:09.807Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-03-04T15:13:09.807Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-04T15:13:09.807Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-03-04T15:13:09.807Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-03-04T15:13:09.807Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-03-04T15:13:09.807Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-03-04T15:13:10.791Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-03-04T15:13:10.791Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-03-04T15:13:11.050Z] --- PASS: TestStopContainerWithRestartPolicyAlways (7.70s) [2022-03-04T15:13:11.050Z] === RUN TestStopContainerWithTimeout [2022-03-04T15:13:11.050Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-04T15:13:11.050Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-03-04T15:13:11.050Z] === RUN TestUpdateRestartPolicy [2022-03-04T15:13:12.458Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2022-03-04T15:13:17.724Z] check_test.go:379: [d25a4d62d8b7f] daemon is not started [2022-03-04T15:13:17.724Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2022-03-04T15:13:19.109Z] docker_api_swarm_test.go:802: [d87441c89eb0e] joining swarm manager [d9dcad8887796]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T15:13:19.679Z] --- PASS: TestServiceUpdatePidsLimit (16.57s) [2022-03-04T15:13:19.679Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.62s) [2022-03-04T15:13:19.679Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.00s) [2022-03-04T15:13:19.679Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.90s) [2022-03-04T15:13:19.679Z] PASS [2022-03-04T15:13:19.679Z] [2022-03-04T15:13:19.679Z] === Skipped [2022-03-04T15:13:19.679Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2022-03-04T15:13:19.679Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2022-03-04T15:13:19.679Z] [2022-03-04T15:13:19.679Z] DONE 27 tests, 1 skipped in 195.592s [2022-03-04T15:13:19.679Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2022-03-04T15:13:19.679Z] ++ 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-04T15:13:19.679Z] ++ set -e [2022-03-04T15:13:19.679Z] ++ '[' -n 0 ']' [2022-03-04T15:13:19.679Z] ++ set -x [2022-03-04T15:13:19.679Z] ++ 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-04T15:13:19.679Z] INFO: Testing against a local daemon [2022-03-04T15:13:19.679Z] === RUN TestSessionCreate [2022-03-04T15:13:19.679Z] --- PASS: TestSessionCreate (0.02s) [2022-03-04T15:13:19.679Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-04T15:13:19.679Z] --- PASS: TestSessionCreateWithBadUpgrade (0.09s) [2022-03-04T15:13:19.679Z] PASS [2022-03-04T15:13:19.679Z] [2022-03-04T15:13:19.679Z] DONE 2 tests in 0.212s [2022-03-04T15:13:19.679Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2022-03-04T15:13:19.679Z] ++ 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-04T15:13:19.679Z] ++ set -e [2022-03-04T15:13:19.679Z] ++ '[' -n 0 ']' [2022-03-04T15:13:19.679Z] ++ set -x [2022-03-04T15:13:19.680Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-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-04T15:13:19.938Z] INFO: Testing against a local daemon [2022-03-04T15:13:19.938Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-04T15:13:19.938Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-04T15:13:19.938Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-04T15:13:19.938Z] === RUN TestDiskUsage [2022-03-04T15:13:19.938Z] === PAUSE TestDiskUsage [2022-03-04T15:13:19.938Z] === RUN TestEventsExecDie [2022-03-04T15:13:20.507Z] --- PASS: TestEventsExecDie (0.57s) [2022-03-04T15:13:20.507Z] === RUN TestEventsBackwardsCompatible [2022-03-04T15:13:20.507Z] docker_api_swarm_test.go:802: [deb80d609aeaa] joining swarm manager [d9dcad8887796]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-04T15:13:20.507Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2022-03-04T15:13:20.507Z] === RUN TestEventsVolumeCreate [2022-03-04T15:13:20.507Z] --- PASS: TestEventsVolumeCreate (0.08s) [2022-03-04T15:13:20.507Z] === RUN TestInfoBinaryCommits [2022-03-04T15:13:20.507Z] --- PASS: TestInfoBinaryCommits (0.02s) [2022-03-04T15:13:20.507Z] === RUN TestInfoAPIVersioned [2022-03-04T15:13:20.507Z] --- PASS: TestInfoAPIVersioned (0.01s) [2022-03-04T15:13:20.507Z] === RUN TestInfoAPI [2022-03-04T15:13:20.766Z] --- PASS: TestInfoAPI (0.02s) [2022-03-04T15:13:20.766Z] === RUN TestInfoAPIWarnings [2022-03-04T15:13:21.701Z] docker_api_swarm_test.go:802: [d1d53f85d5f60] joining swarm manager [d9dcad8887796]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-03-04T15:13:23.077Z] docker_api_swarm_test.go:802: [d87208890bc55] joining swarm manager [d9dcad8887796]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-03-04T15:13:24.454Z] docker_api_swarm_test.go:810: [d6ab87b7a6d52] joining swarm manager [d9dcad8887796]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2022-03-04T15:13:25.383Z] --- PASS: TestBuildWithHugeFile (121.06s) [2022-03-04T15:13:25.383Z] === RUN TestBuildWCOWSandboxSize [2022-03-04T15:13:25.383Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-04T15:13:25.383Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2022-03-04T15:13:25.383Z] === RUN TestBuildWithEmptyDockerfile [2022-03-04T15:13:25.383Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-04T15:13:25.383Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-04T15:13:25.383Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-04T15:13:25.383Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-04T15:13:25.383Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-04T15:13:25.383Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-04T15:13:25.383Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2022-03-04T15:13:25.383Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2022-03-04T15:13:25.383Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2022-03-04T15:13:25.383Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s) [2022-03-04T15:13:25.383Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2022-03-04T15:13:25.383Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2022-03-04T15:13:25.383Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2022-03-04T15:13:25.383Z] === RUN TestBuildPreserveOwnership [2022-03-04T15:13:25.383Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T15:13:25.383Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2022-03-04T15:13:25.383Z] === RUN TestBuildPlatformInvalid [2022-03-04T15:13:25.383Z] --- PASS: TestBuildPlatformInvalid (0.05s) [2022-03-04T15:13:25.383Z] PASS [2022-03-04T15:13:25.383Z] ok github.com/docker/docker/integration/build 180.895s [2022-03-04T15:13:25.383Z] [2022-03-04T15:13:25.383Z] === Skipped [2022-03-04T15:13:25.383Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2022-03-04T15:13:25.383Z] build_session_test.go:25: TODO: BuildKit [2022-03-04T15:13:25.383Z] [2022-03-04T15:13:25.383Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2022-03-04T15:13:25.383Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:13:25.383Z] [2022-03-04T15:13:25.383Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) [2022-03-04T15:13:25.383Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T15:13:25.383Z] [2022-03-04T15:13:25.383Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.01s) [2022-03-04T15:13:25.383Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T15:13:25.383Z] [2022-03-04T15:13:25.383Z] === SKIP: github.com/docker/docker/integration/build TestBuildWCOWSandboxSize (0.00s) [2022-03-04T15:13:25.383Z] build_test.go:527: FLAKY_TEST that needs to be fixed; see https://github.com/moby/moby/issues/42743 [2022-03-04T15:13:25.383Z] [2022-03-04T15:13:25.383Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2022-03-04T15:13:25.383Z] build_test.go:633: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T15:13:25.383Z] [2022-03-04T15:13:25.383Z] DONE 29 tests, 6 skipped in 208.255s [2022-03-04T15:13:25.383Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2022-03-04T15:13:25.383Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-04T15:13:25.383Z] INFO: Testing against a local daemon [2022-03-04T15:13:25.383Z] === RUN TestConfigInspect [2022-03-04T15:13:25.383Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:13:25.383Z] --- SKIP: TestConfigInspect (0.00s) [2022-03-04T15:13:25.383Z] === RUN TestConfigList [2022-03-04T15:13:25.383Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:13:25.383Z] --- SKIP: TestConfigList (0.00s) [2022-03-04T15:13:25.383Z] === RUN TestConfigsCreateAndDelete [2022-03-04T15:13:25.383Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:13:25.383Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2022-03-04T15:13:25.383Z] === RUN TestConfigsUpdate [2022-03-04T15:13:25.383Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:13:25.383Z] --- SKIP: TestConfigsUpdate (0.00s) [2022-03-04T15:13:25.383Z] === RUN TestTemplatedConfig [2022-03-04T15:13:25.383Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:13:25.383Z] --- SKIP: TestTemplatedConfig (0.00s) [2022-03-04T15:13:25.383Z] === RUN TestConfigCreateResolve [2022-03-04T15:13:25.383Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:13:25.383Z] --- SKIP: TestConfigCreateResolve (0.00s) [2022-03-04T15:13:25.383Z] PASS [2022-03-04T15:13:25.383Z] ok github.com/docker/docker/integration/config 0.078s [2022-03-04T15:13:25.383Z] [2022-03-04T15:13:25.383Z] === Skipped [2022-03-04T15:13:25.383Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2022-03-04T15:13:25.383Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:13:25.383Z] [2022-03-04T15:13:25.383Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2022-03-04T15:13:25.383Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:13:25.383Z] [2022-03-04T15:13:25.383Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2022-03-04T15:13:25.383Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:13:25.383Z] [2022-03-04T15:13:25.383Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2022-03-04T15:13:25.383Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:13:25.383Z] [2022-03-04T15:13:25.383Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2022-03-04T15:13:25.383Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:13:25.383Z] [2022-03-04T15:13:25.383Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2022-03-04T15:13:25.383Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:13:25.383Z] [2022-03-04T15:13:25.383Z] DONE 6 tests, 6 skipped in 1.925s [2022-03-04T15:13:25.383Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2022-03-04T15:13:25.383Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-04T15:13:25.383Z] INFO: Testing against a local daemon [2022-03-04T15:13:25.383Z] === RUN TestCheckpoint [2022-03-04T15:13:25.383Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-04T15:13:25.383Z] --- SKIP: TestCheckpoint (0.00s) [2022-03-04T15:13:25.383Z] === RUN TestContainerInvalidJSON [2022-03-04T15:13:25.383Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2022-03-04T15:13:25.383Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2022-03-04T15:13:25.383Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2022-03-04T15:13:25.383Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2022-03-04T15:13:25.383Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2022-03-04T15:13:25.383Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2022-03-04T15:13:25.383Z] --- PASS: TestContainerInvalidJSON (0.02s) [2022-03-04T15:13:25.383Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2022-03-04T15:13:25.383Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2022-03-04T15:13:25.383Z] === RUN TestCopyFromContainerPathDoesNotExist [2022-03-04T15:13:25.383Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.19s) [2022-03-04T15:13:25.383Z] === RUN TestCopyFromContainerPathIsNotDir [2022-03-04T15:13:25.383Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.17s) [2022-03-04T15:13:25.383Z] === RUN TestCopyToContainerPathDoesNotExist [2022-03-04T15:13:25.383Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.32s) [2022-03-04T15:13:25.383Z] === RUN TestCopyToContainerPathIsNotDir [2022-03-04T15:13:25.383Z] --- PASS: TestCopyToContainerPathIsNotDir (0.17s) [2022-03-04T15:13:25.383Z] === RUN TestCopyFromContainer [2022-03-04T15:13:25.383Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:13:25.383Z] --- SKIP: TestCopyFromContainer (0.00s) [2022-03-04T15:13:25.383Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2022-03-04T15:13:25.383Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-04T15:13:25.383Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-04T15:13:25.383Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-04T15:13:25.383Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-04T15:13:25.383Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-04T15:13:25.383Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-04T15:13:25.383Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2022-03-04T15:13:25.383Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2022-03-04T15:13:25.383Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2022-03-04T15:13:25.383Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2022-03-04T15:13:25.383Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2022-03-04T15:13:25.383Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2022-03-04T15:13:25.383Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2022-03-04T15:13:25.383Z] === RUN TestCreateLinkToNonExistingContainer [2022-03-04T15:13:25.383Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-04T15:13:25.383Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2022-03-04T15:13:25.383Z] === RUN TestCreateWithInvalidEnv [2022-03-04T15:13:25.383Z] === RUN TestCreateWithInvalidEnv/0 [2022-03-04T15:13:25.383Z] === PAUSE TestCreateWithInvalidEnv/0 [2022-03-04T15:13:25.383Z] === RUN TestCreateWithInvalidEnv/1 [2022-03-04T15:13:25.383Z] === PAUSE TestCreateWithInvalidEnv/1 [2022-03-04T15:13:25.383Z] === RUN TestCreateWithInvalidEnv/2 [2022-03-04T15:13:25.383Z] === PAUSE TestCreateWithInvalidEnv/2 [2022-03-04T15:13:25.383Z] === CONT TestCreateWithInvalidEnv/0 [2022-03-04T15:13:25.383Z] === CONT TestCreateWithInvalidEnv/2 [2022-03-04T15:13:25.383Z] === CONT TestCreateWithInvalidEnv/1 [2022-03-04T15:13:25.383Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2022-03-04T15:13:25.383Z] --- PASS: TestCreateWithInvalidEnv/2 (0.01s) [2022-03-04T15:13:25.383Z] --- PASS: TestCreateWithInvalidEnv/1 (0.01s) [2022-03-04T15:13:25.383Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2022-03-04T15:13:25.383Z] === RUN TestCreateTmpfsMountsTarget [2022-03-04T15:13:25.383Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:13:25.383Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2022-03-04T15:13:25.383Z] === RUN TestCreateWithCustomMaskedPaths [2022-03-04T15:13:25.383Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:13:25.383Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2022-03-04T15:13:25.383Z] === RUN TestCreateWithCustomReadonlyPaths [2022-03-04T15:13:25.383Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:13:25.383Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-04T15:13:25.383Z] === RUN TestCreateWithInvalidHealthcheckParams [2022-03-04T15:13:25.383Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-04T15:13:25.383Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-04T15:13:25.383Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-04T15:13:25.383Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-04T15:13:25.383Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-04T15:13:25.383Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-04T15:13:25.383Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-04T15:13:25.383Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-04T15:13:25.383Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-04T15:13:25.383Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-04T15:13:25.383Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2022-03-04T15:13:25.383Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2022-03-04T15:13:25.383Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2022-03-04T15:13:25.383Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2022-03-04T15:13:25.383Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2022-03-04T15:13:25.383Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2022-03-04T15:13:25.383Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.00s) [2022-03-04T15:13:25.383Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2022-03-04T15:13:25.383Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2022-03-04T15:13:25.383Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2022-03-04T15:13:25.383Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2022-03-04T15:13:25.383Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2022-03-04T15:13:25.383Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-04T15:13:25.383Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-04T15:13:25.383Z] === RUN TestCreateDifferentPlatform [2022-03-04T15:13:25.383Z] === RUN TestCreateDifferentPlatform/different_os [2022-03-04T15:13:25.383Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2022-03-04T15:13:25.383Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2022-03-04T15:13:25.383Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2022-03-04T15:13:25.383Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2022-03-04T15:13:25.383Z] === RUN TestCreateVolumesFromNonExistingContainer [2022-03-04T15:13:25.383Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s) [2022-03-04T15:13:25.383Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2022-03-04T15:13:25.383Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-04T15:13:25.383Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-03-04T15:13:25.383Z] === RUN TestContainerKillOnDaemonStart [2022-03-04T15:13:25.383Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:13:25.383Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2022-03-04T15:13:25.383Z] === RUN TestDiff [2022-03-04T15:13:25.383Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-04T15:13:25.383Z] --- SKIP: TestDiff (0.00s) [2022-03-04T15:13:25.383Z] === RUN TestExecWithCloseStdin [2022-03-04T15:13:25.383Z] --- PASS: TestExecWithCloseStdin (2.17s) [2022-03-04T15:13:25.383Z] === RUN TestExec [2022-03-04T15:13:25.383Z] --- PASS: TestExec (1.94s) [2022-03-04T15:13:25.383Z] === RUN TestExecUser [2022-03-04T15:13:25.383Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-04T15:13:25.383Z] --- SKIP: TestExecUser (0.00s) [2022-03-04T15:13:25.383Z] === RUN TestExportContainerAndImportImage [2022-03-04T15:13:25.383Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:13:25.383Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2022-03-04T15:13:25.383Z] === RUN TestExportContainerAfterDaemonRestart [2022-03-04T15:13:25.383Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:13:25.383Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2022-03-04T15:13:25.383Z] === RUN TestHealthCheckWorkdir [2022-03-04T15:13:25.383Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-04T15:13:25.384Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2022-03-04T15:13:25.384Z] === RUN TestHealthKillContainer [2022-03-04T15:13:25.384Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-04T15:13:25.384Z] --- SKIP: TestHealthKillContainer (0.00s) [2022-03-04T15:13:25.384Z] === RUN TestInspectCpusetInConfigPre120 [2022-03-04T15:13:25.384Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-04T15:13:25.384Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2022-03-04T15:13:25.384Z] === RUN TestKillContainerInvalidSignal [2022-03-04T15:13:26.355Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-03-04T15:13:26.355Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-03-04T15:13:26.355Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-03-04T15:13:26.355Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-03-04T15:13:26.923Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-03-04T15:13:26.923Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-03-04T15:13:26.962Z] --- PASS: TestKillContainerInvalidSignal (1.87s) [2022-03-04T15:13:26.962Z] === RUN TestKillContainer [2022-03-04T15:13:26.962Z] === RUN TestKillContainer/no_signal [2022-03-04T15:13:27.490Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-03-04T15:13:27.490Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-03-04T15:13:27.490Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-03-04T15:13:27.490Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-03-04T15:13:27.750Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-03-04T15:13:27.750Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-03-04T15:13:28.319Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-03-04T15:13:28.319Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-03-04T15:13:28.528Z] === RUN TestKillContainer/non_killing_signal [2022-03-04T15:13:28.528Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-04T15:13:28.528Z] === RUN TestKillContainer/killing_signal [2022-03-04T15:13:28.887Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-03-04T15:13:28.887Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-03-04T15:13:29.455Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-03-04T15:13:30.392Z] === RUN TestDockerSuite/TestImagesFormat [2022-03-04T15:13:30.392Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-03-04T15:13:30.748Z] --- PASS: TestKillContainer (4.06s) [2022-03-04T15:13:30.748Z] --- PASS: TestKillContainer/no_signal (1.71s) [2022-03-04T15:13:30.748Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-04T15:13:30.748Z] --- PASS: TestKillContainer/killing_signal (2.31s) [2022-03-04T15:13:30.748Z] === RUN TestKillWithStopSignalAndRestartPolicies [2022-03-04T15:13:30.748Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-04T15:13:30.748Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-04T15:13:30.748Z] === RUN TestKillStoppedContainer [2022-03-04T15:13:30.748Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-04T15:13:30.748Z] --- SKIP: TestKillStoppedContainer (0.00s) [2022-03-04T15:13:30.748Z] === RUN TestKillStoppedContainerAPIPre120 [2022-03-04T15:13:30.748Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-04T15:13:30.748Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-04T15:13:30.748Z] === RUN TestKillDifferentUserContainer [2022-03-04T15:13:30.748Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-04T15:13:30.748Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2022-03-04T15:13:30.748Z] === RUN TestInspectOomKilledTrue [2022-03-04T15:13:30.748Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:13:30.748Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2022-03-04T15:13:30.748Z] === RUN TestInspectOomKilledFalse [2022-03-04T15:13:30.748Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-04T15:13:30.748Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2022-03-04T15:13:30.748Z] === RUN TestLogsFollowTailEmpty [2022-03-04T15:13:30.959Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-03-04T15:13:32.313Z] --- PASS: TestLogsFollowTailEmpty (1.72s) [2022-03-04T15:13:32.313Z] === RUN TestNetworkNat [2022-03-04T15:13:32.313Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-04T15:13:32.313Z] --- SKIP: TestNetworkNat (0.00s) [2022-03-04T15:13:32.313Z] === RUN TestNetworkLocalhostTCPNat [2022-03-04T15:13:33.492Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-03-04T15:13:33.492Z] === RUN TestDockerSuite/TestImportBadURL [2022-03-04T15:13:33.492Z] === RUN TestDockerSuite/TestImportDisplay [2022-03-04T15:13:34.427Z] === RUN TestDockerSuite/TestImportFile [2022-03-04T15:13:34.531Z] --- PASS: TestNetworkLocalhostTCPNat (2.15s) [2022-03-04T15:13:34.531Z] === RUN TestNetworkLoopbackNat [2022-03-04T15:13:34.531Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-04T15:13:34.531Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2022-03-04T15:13:34.531Z] === RUN TestPause [2022-03-04T15:13:34.531Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-04T15:13:34.531Z] --- SKIP: TestPause (0.00s) [2022-03-04T15:13:34.531Z] === RUN TestPauseFailsOnWindowsServerContainers [2022-03-04T15:13:35.804Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-03-04T15:13:35.804Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-03-04T15:13:36.740Z] === RUN TestDockerSuite/TestImportGzipped [2022-03-04T15:13:36.746Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.84s) [2022-03-04T15:13:36.746Z] === RUN TestPauseStopPausedContainer [2022-03-04T15:13:36.746Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:13:36.746Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2022-03-04T15:13:36.746Z] === RUN TestPsFilter [2022-03-04T15:13:36.746Z] --- PASS: TestPsFilter (0.16s) [2022-03-04T15:13:36.746Z] === RUN TestRemoveContainerWithRemovedVolume [2022-03-04T15:13:37.001Z] --- PASS: TestInfoAPIWarnings (16.31s) [2022-03-04T15:13:37.001Z] === RUN TestInfoDebug [2022-03-04T15:13:37.569Z] --- PASS: TestInfoDebug (0.53s) [2022-03-04T15:13:37.569Z] === RUN TestInfoInsecureRegistries [2022-03-04T15:13:38.136Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-03-04T15:13:38.136Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2022-03-04T15:13:38.136Z] === RUN TestInfoRegistryMirrors [2022-03-04T15:13:38.705Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2022-03-04T15:13:38.705Z] === RUN TestLoginFailsWithBadCredentials [2022-03-04T15:13:38.705Z] --- PASS: TestLoginFailsWithBadCredentials (0.11s) [2022-03-04T15:13:38.705Z] === RUN TestPingCacheHeaders [2022-03-04T15:13:38.705Z] --- PASS: TestPingCacheHeaders (0.02s) [2022-03-04T15:13:38.705Z] === RUN TestPingGet [2022-03-04T15:13:38.705Z] --- PASS: TestPingGet (0.03s) [2022-03-04T15:13:38.705Z] === RUN TestPingHead [2022-03-04T15:13:38.705Z] --- PASS: TestPingHead (0.03s) [2022-03-04T15:13:38.705Z] === RUN TestVersion [2022-03-04T15:13:38.705Z] --- PASS: TestVersion (0.02s) [2022-03-04T15:13:38.705Z] === CONT TestDiskUsage [2022-03-04T15:13:38.964Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.98s) [2022-03-04T15:13:38.964Z] === RUN TestRemoveContainerWithVolume [2022-03-04T15:13:39.273Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-03-04T15:13:39.273Z] === RUN TestDiskUsage/empty [2022-03-04T15:13:39.273Z] === RUN TestDiskUsage/empty/container_types [2022-03-04T15:13:39.273Z] === RUN TestDiskUsage/empty/image_types [2022-03-04T15:13:39.273Z] === RUN TestDiskUsage/empty/volume_types [2022-03-04T15:13:39.273Z] === RUN TestDiskUsage/empty/build-cache_types [2022-03-04T15:13:39.273Z] === RUN TestDiskUsage/empty/container,_volume_types [2022-03-04T15:13:39.273Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2022-03-04T15:13:39.273Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2022-03-04T15:13:39.273Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2022-03-04T15:13:39.273Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2022-03-04T15:13:39.273Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2022-03-04T15:13:39.273Z] === RUN TestDiskUsage/after_LoadBusybox [2022-03-04T15:13:39.556Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2022-03-04T15:13:39.556Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2022-03-04T15:13:39.556Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2022-03-04T15:13:39.556Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2022-03-04T15:13:39.556Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2022-03-04T15:13:39.556Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2022-03-04T15:13:39.556Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2022-03-04T15:13:39.556Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2022-03-04T15:13:39.556Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2022-03-04T15:13:39.556Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2022-03-04T15:13:39.556Z] === RUN TestDiskUsage/after_container.Run [2022-03-04T15:13:39.816Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-03-04T15:13:40.075Z] === RUN TestDiskUsage/after_container.Run/container_types [2022-03-04T15:13:40.075Z] === RUN TestDiskUsage/after_container.Run/image_types [2022-03-04T15:13:40.075Z] === RUN TestDiskUsage/after_container.Run/volume_types [2022-03-04T15:13:40.075Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2022-03-04T15:13:40.075Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2022-03-04T15:13:40.075Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2022-03-04T15:13:40.075Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2022-03-04T15:13:40.075Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2022-03-04T15:13:40.075Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2022-03-04T15:13:40.075Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2022-03-04T15:13:40.334Z] --- PASS: TestDiskUsage (1.52s) [2022-03-04T15:13:40.334Z] --- PASS: TestDiskUsage/empty (0.01s) [2022-03-04T15:13:40.334Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2022-03-04T15:13:40.334Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2022-03-04T15:13:40.334Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2022-03-04T15:13:40.334Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2022-03-04T15:13:40.334Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2022-03-04T15:13:40.334Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2022-03-04T15:13:40.334Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2022-03-04T15:13:40.334Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2022-03-04T15:13:40.334Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2022-03-04T15:13:40.334Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2022-03-04T15:13:40.334Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.29s) [2022-03-04T15:13:40.334Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2022-03-04T15:13:40.334Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2022-03-04T15:13:40.334Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2022-03-04T15:13:40.334Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2022-03-04T15:13:40.334Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2022-03-04T15:13:40.334Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2022-03-04T15:13:40.334Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2022-03-04T15:13:40.334Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2022-03-04T15:13:40.334Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2022-03-04T15:13:40.334Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2022-03-04T15:13:40.334Z] --- PASS: TestDiskUsage/after_container.Run (0.47s) [2022-03-04T15:13:40.334Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2022-03-04T15:13:40.334Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2022-03-04T15:13:40.334Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2022-03-04T15:13:40.334Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2022-03-04T15:13:40.334Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2022-03-04T15:13:40.334Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2022-03-04T15:13:40.334Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2022-03-04T15:13:40.334Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2022-03-04T15:13:40.334Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.01s) [2022-03-04T15:13:40.334Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2022-03-04T15:13:40.334Z] PASS [2022-03-04T15:13:40.334Z] [2022-03-04T15:13:40.334Z] === Skipped [2022-03-04T15:13:40.334Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-04T15:13:40.334Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2022-03-04T15:13:40.334Z] [2022-03-04T15:13:40.334Z] DONE 50 tests, 1 skipped in 20.526s [2022-03-04T15:13:40.334Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2022-03-04T15:13:40.334Z] ++ 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-04T15:13:40.334Z] ++ set -e [2022-03-04T15:13:40.334Z] ++ '[' -n 0 ']' [2022-03-04T15:13:40.334Z] ++ set -x [2022-03-04T15:13:40.334Z] ++ 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-04T15:13:40.595Z] INFO: Testing against a local daemon [2022-03-04T15:13:40.595Z] === RUN TestVolumesCreateAndList [2022-03-04T15:13:40.595Z] --- PASS: TestVolumesCreateAndList (0.03s) [2022-03-04T15:13:40.595Z] === RUN TestVolumesRemove [2022-03-04T15:13:40.595Z] --- PASS: TestVolumesRemove (0.10s) [2022-03-04T15:13:40.595Z] === RUN TestVolumesInspect [2022-03-04T15:13:40.595Z] --- PASS: TestVolumesInspect (0.03s) [2022-03-04T15:13:40.595Z] === RUN TestVolumesInvalidJSON [2022-03-04T15:13:40.595Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-04T15:13:40.595Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-04T15:13:40.595Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-04T15:13:40.595Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2022-03-04T15:13:40.595Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-04T15:13:40.595Z] PASS [2022-03-04T15:13:40.595Z] [2022-03-04T15:13:40.595Z] DONE 5 tests in 0.363s [2022-03-04T15:13:40.595Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-04T15:13:40.854Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-03-04T15:13:41.113Z] ++++ cat bundles/test-integration/docker.pid [2022-03-04T15:13:41.113Z] +++ kill 6112 [2022-03-04T15:13:41.175Z] --- PASS: TestUpdateRestartPolicy (26.37s) [2022-03-04T15:13:41.175Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-04T15:13:41.175Z] --- PASS: TestUpdateRestartWithAutoRemove (3.66s) [2022-03-04T15:13:41.175Z] === RUN TestWaitNonBlocked [2022-03-04T15:13:41.175Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-04T15:13:41.175Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-04T15:13:41.175Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-04T15:13:41.175Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-04T15:13:41.175Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-04T15:13:41.175Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-04T15:13:41.185Z] --- PASS: TestRemoveContainerWithVolume (2.81s) [2022-03-04T15:13:41.185Z] === RUN TestRemoveContainerRunning [2022-03-04T15:13:41.374Z] +++ /etc/init.d/apparmor stop [2022-03-04T15:13:41.374Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-04T15:13:41.374Z] [2022-03-04T15:13:41.374Z] Unloading profiles will leave already running processes permanently [2022-03-04T15:13:41.374Z] unconfined, which can lead to unexpected situations. [2022-03-04T15:13:41.374Z] [2022-03-04T15:13:41.374Z] To set a process to complain mode, use the command line tool [2022-03-04T15:13:41.374Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-04T15:13:41.374Z] +++ true [2022-03-04T15:13:41.374Z] exiting test-integration [2022-03-04T15:13:41.374Z] ++ exit 0 [2022-03-04T15:13:41.374Z] [2022-03-04T15:13:41.942Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-03-04T15:13:41.942Z] + for job in $(jobs -p) [2022-03-04T15:13:41.942Z] + wait 7539 [2022-03-04T15:13:41.942Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2022-03-04T15:13:41.942Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-03-04T15:13:42.509Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-03-04T15:13:43.076Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-03-04T15:13:43.334Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-03-04T15:13:43.400Z] --- PASS: TestRemoveContainerRunning (1.79s) [2022-03-04T15:13:43.400Z] === RUN TestRemoveContainerForceRemoveRunning [2022-03-04T15:13:43.902Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-03-04T15:13:44.161Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-03-04T15:13:44.729Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-03-04T15:13:44.729Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2022-03-04T15:13:44.970Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.79s) [2022-03-04T15:13:44.970Z] === RUN TestRemoveInvalidContainer [2022-03-04T15:13:44.970Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2022-03-04T15:13:44.970Z] === RUN TestRenameLinkedContainer [2022-03-04T15:13:44.970Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-04T15:13:44.970Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2022-03-04T15:13:44.970Z] === RUN TestRenameStoppedContainer [2022-03-04T15:13:45.665Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-03-04T15:13:46.233Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-03-04T15:13:46.800Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-03-04T15:13:46.801Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-03-04T15:13:47.049Z] --- PASS: TestWaitNonBlocked (0.05s) [2022-03-04T15:13:47.049Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (4.45s) [2022-03-04T15:13:47.049Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (5.14s) [2022-03-04T15:13:47.049Z] === RUN TestWaitBlocked [2022-03-04T15:13:47.049Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:13:47.049Z] --- SKIP: TestWaitBlocked (0.00s) [2022-03-04T15:13:47.049Z] PASS [2022-03-04T15:13:47.049Z] ok github.com/docker/docker/integration/container 128.341s [2022-03-04T15:13:47.049Z] [2022-03-04T15:13:47.049Z] === Skipped [2022-03-04T15:13:47.049Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-03-04T15:13:47.049Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-04T15:13:47.049Z] [2022-03-04T15:13:47.049Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-03-04T15:13:47.049Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:13:47.049Z] [2022-03-04T15:13:47.049Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-03-04T15:13:47.049Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-04T15:13:47.049Z] [2022-03-04T15:13:47.049Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-03-04T15:13:47.049Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:13:47.049Z] [2022-03-04T15:13:47.049Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-03-04T15:13:47.049Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:13:47.049Z] [2022-03-04T15:13:47.049Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-04T15:13:47.049Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:13:47.049Z] [2022-03-04T15:13:47.049Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-04T15:13:47.049Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-04T15:13:47.049Z] [2022-03-04T15:13:47.049Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.04s) [2022-03-04T15:13:47.049Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-04T15:13:47.049Z] [2022-03-04T15:13:47.049Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-03-04T15:13:47.049Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:13:47.049Z] [2022-03-04T15:13:47.049Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-03-04T15:13:47.049Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-04T15:13:47.049Z] [2022-03-04T15:13:47.049Z] === SKIP: github.com/docker/docker/integration/container TestExecWithCloseStdin (0.00s) [2022-03-04T15:13:47.049Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-03-04T15:13:47.049Z] [2022-03-04T15:13:47.049Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-03-04T15:13:47.049Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-04T15:13:47.049Z] [2022-03-04T15:13:47.049Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-03-04T15:13:47.049Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:13:47.049Z] [2022-03-04T15:13:47.049Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-03-04T15:13:47.049Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:13:47.049Z] [2022-03-04T15:13:47.049Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-03-04T15:13:47.049Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-04T15:13:47.049Z] [2022-03-04T15:13:47.049Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-03-04T15:13:47.049Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-04T15:13:47.049Z] [2022-03-04T15:13:47.049Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-03-04T15:13:47.049Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-04T15:13:47.049Z] [2022-03-04T15:13:47.049Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-03-04T15:13:47.049Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-04T15:13:47.049Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-04T15:13:47.049Z] [2022-03-04T15:13:47.049Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-04T15:13:47.049Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-04T15:13:47.049Z] [2022-03-04T15:13:47.049Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-03-04T15:13:47.049Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-04T15:13:47.049Z] [2022-03-04T15:13:47.049Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-04T15:13:47.049Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-04T15:13:47.049Z] [2022-03-04T15:13:47.049Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-03-04T15:13:47.049Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-04T15:13:47.049Z] [2022-03-04T15:13:47.049Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-03-04T15:13:47.049Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:13:47.049Z] [2022-03-04T15:13:47.049Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-03-04T15:13:47.049Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-04T15:13:47.049Z] [2022-03-04T15:13:47.049Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-03-04T15:13:47.049Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-04T15:13:47.049Z] [2022-03-04T15:13:47.049Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-03-04T15:13:47.049Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-04T15:13:47.049Z] [2022-03-04T15:13:47.049Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-03-04T15:13:47.049Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-04T15:13:47.049Z] [2022-03-04T15:13:47.049Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-03-04T15:13:47.049Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:13:47.049Z] [2022-03-04T15:13:47.049Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-03-04T15:13:47.049Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-04T15:13:47.049Z] [2022-03-04T15:13:47.049Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-03-04T15:13:47.049Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-04T15:13:47.049Z] [2022-03-04T15:13:47.049Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-03-04T15:13:47.049Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:13:47.049Z] [2022-03-04T15:13:47.049Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-03-04T15:13:47.049Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-04T15:13:47.049Z] [2022-03-04T15:13:47.049Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-03-04T15:13:47.049Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-04T15:13:47.049Z] [2022-03-04T15:13:47.049Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-03-04T15:13:47.049Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:13:47.049Z] [2022-03-04T15:13:47.049Z] DONE 87 tests, 34 skipped in 131.315s [2022-03-04T15:13:47.049Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-03-04T15:13:47.061Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-03-04T15:13:47.061Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-03-04T15:13:47.061Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-03-04T15:13:47.190Z] --- PASS: TestRenameStoppedContainer (2.09s) [2022-03-04T15:13:47.190Z] === RUN TestRenameRunningContainerAndReuse [2022-03-04T15:13:48.000Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-03-04T15:13:48.259Z] === RUN TestDockerSuite/TestInspectDefault [2022-03-04T15:13:48.828Z] === RUN TestDockerSuite/TestInspectHistory [2022-03-04T15:13:49.395Z] === RUN TestDockerSuite/TestInspectImage [2022-03-04T15:13:49.395Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-03-04T15:13:49.395Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-03-04T15:13:49.395Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-03-04T15:13:49.395Z] === RUN TestDockerSuite/TestInspectInt64 [2022-03-04T15:13:49.655Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-03-04T15:13:50.223Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-03-04T15:13:50.223Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-03-04T15:13:50.792Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-03-04T15:13:50.982Z] --- PASS: TestRenameRunningContainerAndReuse (3.67s) [2022-03-04T15:13:50.982Z] === RUN TestRenameInvalidName [2022-03-04T15:13:51.360Z] === RUN TestDockerSuite/TestInspectPlugin [2022-03-04T15:13:52.548Z] --- PASS: TestRenameInvalidName (1.76s) [2022-03-04T15:13:52.548Z] === RUN TestRenameAnonymousContainer [2022-03-04T15:13:53.265Z] === RUN TestDockerSuite/TestInspectRootFS [2022-03-04T15:13:53.265Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-03-04T15:13:53.832Z] === RUN TestDockerSuite/TestInspectStatus [2022-03-04T15:13:54.399Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-03-04T15:13:55.336Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-03-04T15:13:55.903Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-03-04T15:13:56.162Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-03-04T15:13:56.731Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-03-04T15:13:56.990Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-03-04T15:13:57.559Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-03-04T15:13:57.818Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-03-04T15:13:58.092Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2022-03-04T15:13:59.483Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-03-04T15:14:00.418Z] === RUN TestDockerSuite/TestLinksEnvs [2022-03-04T15:14:01.356Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-03-04T15:14:01.616Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-03-04T15:14:02.552Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-03-04T15:14:03.931Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-03-04T15:14:05.041Z] --- PASS: TestRenameAnonymousContainer (11.06s) [2022-03-04T15:14:05.041Z] === RUN TestRenameContainerWithSameName [2022-03-04T15:14:05.310Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-03-04T15:14:05.310Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-03-04T15:14:05.510Z] --- PASS: TestRenameContainerWithSameName (1.83s) [2022-03-04T15:14:05.510Z] === RUN TestRenameContainerWithLinkedContainer [2022-03-04T15:14:05.510Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-04T15:14:05.510Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2022-03-04T15:14:05.510Z] === RUN TestResize [2022-03-04T15:14:06.687Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-03-04T15:14:06.946Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-03-04T15:14:07.075Z] --- PASS: TestResize (1.83s) [2022-03-04T15:14:07.075Z] === RUN TestResizeWithInvalidSize [2022-03-04T15:14:07.513Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-03-04T15:14:09.295Z] --- PASS: TestResizeWithInvalidSize (1.86s) [2022-03-04T15:14:09.295Z] === RUN TestResizeWhenContainerNotStarted [2022-03-04T15:14:11.514Z] --- PASS: TestResizeWhenContainerNotStarted (2.07s) [2022-03-04T15:14:11.514Z] === RUN TestDaemonRestartKillContainers [2022-03-04T15:14:11.514Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:11.514Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2022-03-04T15:14:11.514Z] === RUN TestStats [2022-03-04T15:14:11.514Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-04T15:14:11.514Z] --- SKIP: TestStats (0.00s) [2022-03-04T15:14:11.514Z] === RUN TestStopContainerWithRestartPolicyAlways [2022-03-04T15:14:12.418Z] === RUN TestConfigDaemonLibtrustID [2022-03-04T15:14:12.418Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-04T15:14:12.418Z] --- SKIP: TestConfigDaemonLibtrustID (0.01s) [2022-03-04T15:14:12.418Z] === RUN TestDaemonConfigValidation [2022-03-04T15:14:12.418Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-04T15:14:12.418Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-03-04T15:14:12.418Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-04T15:14:12.418Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-04T15:14:12.418Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-03-04T15:14:12.418Z] === RUN TestDaemonProxy [2022-03-04T15:14:12.418Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-04T15:14:12.418Z] --- SKIP: TestDaemonProxy (0.00s) [2022-03-04T15:14:12.418Z] PASS [2022-03-04T15:14:12.418Z] ok github.com/docker/docker/integration/daemon 0.138s [2022-03-04T15:14:12.418Z] [2022-03-04T15:14:12.418Z] === Skipped [2022-03-04T15:14:12.418Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.01s) [2022-03-04T15:14:12.418Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-04T15:14:12.418Z] [2022-03-04T15:14:12.418Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-03-04T15:14:12.418Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-04T15:14:12.418Z] [2022-03-04T15:14:12.418Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-03-04T15:14:12.418Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-04T15:14:12.418Z] [2022-03-04T15:14:12.418Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-03-04T15:14:12.418Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-04T15:14:12.418Z] [2022-03-04T15:14:12.418Z] DONE 4 tests, 4 skipped in 24.635s [2022-03-04T15:14:12.418Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-03-04T15:14:14.080Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-03-04T15:14:15.312Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.69s) [2022-03-04T15:14:15.312Z] === RUN TestStopContainerWithTimeout [2022-03-04T15:14:15.312Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-04T15:14:15.312Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2022-03-04T15:14:15.312Z] === RUN TestUpdateRestartPolicy [2022-03-04T15:14:15.459Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-03-04T15:14:16.212Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T15:14:16.212Z] INFO: Testing against a local daemon [2022-03-04T15:14:16.212Z] === RUN TestCommitInheritsEnv [2022-03-04T15:14:16.212Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T15:14:16.212Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-03-04T15:14:16.212Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-04T15:14:16.212Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-04T15:14:16.212Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-03-04T15:14:16.212Z] === RUN TestImportWithCustomPlatform [2022-03-04T15:14:16.212Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-04T15:14:16.212Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-03-04T15:14:16.212Z] === RUN TestImagesFilterMultiReference [2022-03-04T15:14:16.212Z] --- PASS: TestImagesFilterMultiReference (0.13s) [2022-03-04T15:14:16.212Z] === RUN TestImagePullPlatformInvalid [2022-03-04T15:14:16.212Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2022-03-04T15:14:16.212Z] === RUN TestRemoveImageOrphaning [2022-03-04T15:14:16.394Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2022-03-04T15:14:16.394Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-03-04T15:14:16.963Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-03-04T15:14:17.204Z] --- PASS: TestRemoveImageOrphaning (1.29s) [2022-03-04T15:14:17.204Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-04T15:14:17.204Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2022-03-04T15:14:17.204Z] === RUN TestTagInvalidReference [2022-03-04T15:14:17.204Z] --- PASS: TestTagInvalidReference (0.04s) [2022-03-04T15:14:17.204Z] === RUN TestTagValidPrefixedRepo [2022-03-04T15:14:17.673Z] --- PASS: TestTagValidPrefixedRepo (0.08s) [2022-03-04T15:14:17.673Z] === RUN TestTagExistedNameWithoutForce [2022-03-04T15:14:17.673Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2022-03-04T15:14:17.673Z] === RUN TestTagOfficialNames [2022-03-04T15:14:17.673Z] --- PASS: TestTagOfficialNames (0.12s) [2022-03-04T15:14:17.673Z] === RUN TestTagMatchesDigest [2022-03-04T15:14:17.673Z] --- PASS: TestTagMatchesDigest (0.04s) [2022-03-04T15:14:17.673Z] PASS [2022-03-04T15:14:17.673Z] ok github.com/docker/docker/integration/image 1.924s [2022-03-04T15:14:17.673Z] [2022-03-04T15:14:17.673Z] === Skipped [2022-03-04T15:14:17.673Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-03-04T15:14:17.673Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T15:14:17.673Z] [2022-03-04T15:14:17.673Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-03-04T15:14:17.673Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-04T15:14:17.673Z] [2022-03-04T15:14:17.673Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-03-04T15:14:17.673Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-04T15:14:17.673Z] [2022-03-04T15:14:17.673Z] DONE 12 tests, 3 skipped in 6.559s [2022-03-04T15:14:18.141Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-03-04T15:14:18.339Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2022-03-04T15:14:18.598Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-03-04T15:14:18.856Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-03-04T15:14:18.856Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-03-04T15:14:18.856Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-03-04T15:14:19.114Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-03-04T15:14:19.681Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-03-04T15:14:20.366Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T15:14:20.366Z] INFO: Testing against a local daemon [2022-03-04T15:14:20.366Z] === RUN TestNetworkCreateDelete [2022-03-04T15:14:20.366Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:14:20.366Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-03-04T15:14:20.366Z] === RUN TestDockerNetworkDeletePreferID [2022-03-04T15:14:20.366Z] 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-04T15:14:20.366Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-03-04T15:14:20.366Z] === RUN TestDaemonDNSFallback [2022-03-04T15:14:20.366Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:14:20.366Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-03-04T15:14:20.366Z] === RUN TestInspectNetwork [2022-03-04T15:14:20.366Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-04T15:14:20.366Z] --- SKIP: TestInspectNetwork (0.00s) [2022-03-04T15:14:20.366Z] === RUN TestRunContainerWithBridgeNone [2022-03-04T15:14:20.366Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:14:20.366Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-03-04T15:14:20.366Z] === RUN TestNetworkInvalidJSON [2022-03-04T15:14:20.366Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-04T15:14:20.366Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-04T15:14:20.366Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-04T15:14:20.366Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-04T15:14:20.366Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-04T15:14:20.366Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-04T15:14:20.366Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-04T15:14:20.366Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-04T15:14:20.366Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-04T15:14:20.366Z] --- PASS: TestNetworkInvalidJSON (0.05s) [2022-03-04T15:14:20.366Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2022-03-04T15:14:20.366Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-03-04T15:14:20.366Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2022-03-04T15:14:20.366Z] === RUN TestNetworkList [2022-03-04T15:14:20.366Z] === RUN TestNetworkList//networks [2022-03-04T15:14:20.366Z] === PAUSE TestNetworkList//networks [2022-03-04T15:14:20.366Z] === RUN TestNetworkList//networks/ [2022-03-04T15:14:20.366Z] === PAUSE TestNetworkList//networks/ [2022-03-04T15:14:20.366Z] === CONT TestNetworkList//networks [2022-03-04T15:14:20.366Z] === CONT TestNetworkList//networks/ [2022-03-04T15:14:20.366Z] --- PASS: TestNetworkList (0.05s) [2022-03-04T15:14:20.366Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-04T15:14:20.366Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-04T15:14:20.366Z] === RUN TestHostIPv4BridgeLabel [2022-03-04T15:14:20.366Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-04T15:14:20.366Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-03-04T15:14:20.366Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-04T15:14:20.366Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-04T15:14:20.366Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-03-04T15:14:20.366Z] === RUN TestDaemonDefaultNetworkPools [2022-03-04T15:14:20.366Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-04T15:14:20.366Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-03-04T15:14:20.366Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-04T15:14:20.366Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-04T15:14:20.366Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-04T15:14:20.366Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-04T15:14:20.366Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-04T15:14:20.366Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-04T15:14:20.366Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-04T15:14:20.366Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-04T15:14:20.366Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-04T15:14:20.366Z] === RUN TestServiceWithPredefinedNetwork [2022-03-04T15:14:20.366Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-04T15:14:20.366Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-03-04T15:14:20.366Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-04T15:14:20.366Z] service_test.go:243: FLAKY_TEST [2022-03-04T15:14:20.366Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-04T15:14:20.366Z] === RUN TestServiceWithDataPathPortInit [2022-03-04T15:14:20.366Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-04T15:14:20.366Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-03-04T15:14:20.366Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-04T15:14:20.366Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-04T15:14:20.366Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-04T15:14:20.366Z] PASS [2022-03-04T15:14:20.366Z] ok github.com/docker/docker/integration/network 0.195s [2022-03-04T15:14:20.837Z] [2022-03-04T15:14:20.837Z] === Skipped [2022-03-04T15:14:20.837Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-03-04T15:14:20.837Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:14:20.837Z] [2022-03-04T15:14:20.837Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-03-04T15:14:20.837Z] 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-04T15:14:20.837Z] [2022-03-04T15:14:20.837Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-03-04T15:14:20.837Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:14:20.837Z] [2022-03-04T15:14:20.837Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-03-04T15:14:20.837Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-04T15:14:20.837Z] [2022-03-04T15:14:20.837Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-03-04T15:14:20.837Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:14:20.837Z] [2022-03-04T15:14:20.837Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-03-04T15:14:20.837Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-04T15:14:20.837Z] [2022-03-04T15:14:20.837Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-03-04T15:14:20.837Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-04T15:14:20.837Z] [2022-03-04T15:14:20.837Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-03-04T15:14:20.837Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-04T15:14:20.837Z] [2022-03-04T15:14:20.837Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-04T15:14:20.837Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-04T15:14:20.837Z] [2022-03-04T15:14:20.837Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-04T15:14:20.837Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-04T15:14:20.837Z] [2022-03-04T15:14:20.837Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-04T15:14:20.837Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-04T15:14:20.837Z] [2022-03-04T15:14:20.837Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-03-04T15:14:20.837Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-04T15:14:20.837Z] [2022-03-04T15:14:20.837Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-04T15:14:20.837Z] service_test.go:243: FLAKY_TEST [2022-03-04T15:14:20.837Z] [2022-03-04T15:14:20.837Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-03-04T15:14:20.837Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-04T15:14:20.837Z] [2022-03-04T15:14:20.837Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-04T15:14:20.837Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-04T15:14:20.837Z] [2022-03-04T15:14:20.837Z] DONE 22 tests, 15 skipped in 2.607s [2022-03-04T15:14:20.837Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-03-04T15:14:21.823Z] testing: warning: no tests to run [2022-03-04T15:14:21.823Z] PASS [2022-03-04T15:14:21.823Z] ok github.com/docker/docker/integration/network/ipvlan 0.092s [2022-03-04T15:14:21.823Z] [2022-03-04T15:14:21.823Z] DONE 0 tests in 0.858s [2022-03-04T15:14:21.823Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-03-04T15:14:22.814Z] testing: warning: no tests to run [2022-03-04T15:14:22.814Z] PASS [2022-03-04T15:14:22.814Z] ok github.com/docker/docker/integration/network/macvlan 0.082s [2022-03-04T15:14:22.814Z] [2022-03-04T15:14:22.814Z] DONE 0 tests in 0.802s [2022-03-04T15:14:22.814Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-03-04T15:14:22.968Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-03-04T15:14:23.073Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-03-04T15:14:23.073Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-03-04T15:14:23.073Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-03-04T15:14:23.073Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-04T15:14:23.073Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-03-04T15:14:23.073Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-04T15:14:23.073Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-03-04T15:14:23.073Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-04T15:14:23.073Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-03-04T15:14:23.073Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-04T15:14:23.073Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-03-04T15:14:23.073Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-04T15:14:23.073Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-03-04T15:14:23.073Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-04T15:14:23.073Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-03-04T15:14:23.073Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T15:14:23.073Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-03-04T15:14:23.073Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-03-04T15:14:23.073Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-04T15:14:23.073Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-03-04T15:14:23.282Z] testing: warning: no tests to run [2022-03-04T15:14:23.282Z] PASS [2022-03-04T15:14:23.282Z] ok github.com/docker/docker/integration/plugin 0.089s [2022-03-04T15:14:23.282Z] [2022-03-04T15:14:23.282Z] DONE 0 tests in 0.779s [2022-03-04T15:14:23.577Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-03-04T15:14:23.752Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-03-04T15:14:24.219Z] testing: warning: no tests to run [2022-03-04T15:14:24.219Z] PASS [2022-03-04T15:14:24.219Z] ok github.com/docker/docker/integration/plugin/authz 0.076s [2022-03-04T15:14:24.219Z] [2022-03-04T15:14:24.219Z] DONE 0 tests in 0.767s [2022-03-04T15:14:24.687Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-03-04T15:14:27.860Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-03-04T15:14:27.860Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-04T15:14:27.860Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-03-04T15:14:27.860Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-04T15:14:27.860Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-03-04T15:14:28.846Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-03-04T15:14:28.847Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-03-04T15:14:28.847Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-03-04T15:14:29.414Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-03-04T15:14:29.467Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T15:14:29.467Z] INFO: Testing against a local daemon [2022-03-04T15:14:29.467Z] === RUN TestPluginInvalidJSON [2022-03-04T15:14:29.467Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-04T15:14:29.467Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-04T15:14:29.467Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-04T15:14:29.467Z] --- PASS: TestPluginInvalidJSON (0.04s) [2022-03-04T15:14:29.467Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-04T15:14:29.467Z] === RUN TestPluginInstall [2022-03-04T15:14:29.467Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-04T15:14:29.467Z] --- SKIP: TestPluginInstall (0.00s) [2022-03-04T15:14:29.467Z] === RUN TestPluginsWithRuntimes [2022-03-04T15:14:29.467Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-04T15:14:29.467Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-03-04T15:14:29.467Z] === RUN TestPluginBackCompatMediaTypes [2022-03-04T15:14:29.467Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-04T15:14:29.467Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-03-04T15:14:29.467Z] PASS [2022-03-04T15:14:29.467Z] ok github.com/docker/docker/integration/plugin/common 0.122s [2022-03-04T15:14:29.937Z] [2022-03-04T15:14:29.937Z] === Skipped [2022-03-04T15:14:29.937Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-03-04T15:14:29.937Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-04T15:14:29.937Z] [2022-03-04T15:14:29.937Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-03-04T15:14:29.937Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-04T15:14:29.937Z] [2022-03-04T15:14:29.937Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-03-04T15:14:29.937Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-04T15:14:29.937Z] [2022-03-04T15:14:29.937Z] DONE 5 tests, 3 skipped in 5.197s [2022-03-04T15:14:29.937Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-03-04T15:14:29.981Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-03-04T15:14:30.919Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-03-04T15:14:31.700Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-03-04T15:14:31.857Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-03-04T15:14:32.162Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T15:14:32.162Z] INFO: Testing against a local daemon [2022-03-04T15:14:32.162Z] === RUN TestExternalGraphDriver [2022-03-04T15:14:32.162Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-04T15:14:32.162Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-03-04T15:14:32.162Z] === RUN TestGraphdriverPluginV2 [2022-03-04T15:14:32.162Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-04T15:14:32.162Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-03-04T15:14:32.162Z] PASS [2022-03-04T15:14:32.162Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.120s [2022-03-04T15:14:32.425Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-03-04T15:14:32.934Z] [2022-03-04T15:14:32.934Z] === Skipped [2022-03-04T15:14:32.934Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-03-04T15:14:32.934Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-04T15:14:32.934Z] [2022-03-04T15:14:32.934Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-03-04T15:14:32.934Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-04T15:14:32.934Z] [2022-03-04T15:14:32.934Z] DONE 2 tests, 2 skipped in 2.704s [2022-03-04T15:14:32.934Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-03-04T15:14:33.912Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-03-04T15:14:33.912Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-04T15:14:33.912Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-03-04T15:14:33.912Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-04T15:14:33.912Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-03-04T15:14:33.912Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-04T15:14:33.912Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-03-04T15:14:33.912Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-04T15:14:33.912Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-03-04T15:14:34.328Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-03-04T15:14:34.586Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-03-04T15:14:35.152Z] === RUN TestDockerSuite/TestLogsSince [2022-03-04T15:14:35.182Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T15:14:35.182Z] INFO: Testing against a local daemon [2022-03-04T15:14:35.182Z] === RUN TestReadPluginNoRead [2022-03-04T15:14:35.182Z] read_test.go:21: no unix domain sockets on Windows [2022-03-04T15:14:35.182Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-03-04T15:14:35.182Z] PASS [2022-03-04T15:14:35.182Z] ok github.com/docker/docker/integration/plugin/logging 0.115s [2022-03-04T15:14:35.182Z] [2022-03-04T15:14:35.182Z] === Skipped [2022-03-04T15:14:35.182Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-03-04T15:14:35.182Z] read_test.go:21: no unix domain sockets on Windows [2022-03-04T15:14:35.182Z] [2022-03-04T15:14:35.182Z] DONE 1 tests, 1 skipped in 2.542s [2022-03-04T15:14:35.182Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-03-04T15:14:36.557Z] --- PASS: TestUpdateRestartPolicy (19.41s) [2022-03-04T15:14:36.557Z] === RUN TestUpdateRestartWithAutoRemove [2022-03-04T15:14:36.557Z] --- PASS: TestUpdateRestartWithAutoRemove (1.96s) [2022-03-04T15:14:36.557Z] === RUN TestWaitNonBlocked [2022-03-04T15:14:36.557Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-04T15:14:36.557Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-04T15:14:36.557Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-04T15:14:36.557Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-04T15:14:36.557Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2022-03-04T15:14:36.557Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2022-03-04T15:14:36.751Z] testing: warning: no tests to run [2022-03-04T15:14:36.751Z] PASS [2022-03-04T15:14:36.751Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.080s [2022-03-04T15:14:36.751Z] [2022-03-04T15:14:36.751Z] DONE 0 tests in 1.247s [2022-03-04T15:14:36.751Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-03-04T15:14:36.860Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-03-04T15:14:36.860Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-04T15:14:36.860Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-03-04T15:14:36.860Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-04T15:14:36.860Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-03-04T15:14:37.686Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2022-03-04T15:14:38.967Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T15:14:38.967Z] INFO: Testing against a local daemon [2022-03-04T15:14:38.967Z] === RUN TestPluginWithDevMounts [2022-03-04T15:14:38.967Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:38.967Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-03-04T15:14:38.967Z] PASS [2022-03-04T15:14:38.967Z] ok github.com/docker/docker/integration/plugin/volumes 0.125s [2022-03-04T15:14:39.436Z] [2022-03-04T15:14:39.436Z] === Skipped [2022-03-04T15:14:39.436Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-03-04T15:14:39.436Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:39.436Z] [2022-03-04T15:14:39.436Z] DONE 1 tests, 1 skipped in 2.544s [2022-03-04T15:14:39.436Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-03-04T15:14:39.526Z] --- PASS: TestWaitNonBlocked (0.04s) [2022-03-04T15:14:39.526Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.68s) [2022-03-04T15:14:39.526Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.81s) [2022-03-04T15:14:39.526Z] === RUN TestWaitBlocked [2022-03-04T15:14:39.526Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:14:39.526Z] --- SKIP: TestWaitBlocked (0.00s) [2022-03-04T15:14:39.526Z] PASS [2022-03-04T15:14:39.526Z] ok github.com/docker/docker/integration/container 79.568s [2022-03-04T15:14:39.526Z] [2022-03-04T15:14:39.526Z] === Skipped [2022-03-04T15:14:39.526Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2022-03-04T15:14:39.526Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2022-03-04T15:14:39.526Z] [2022-03-04T15:14:39.526Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2022-03-04T15:14:39.526Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:39.526Z] [2022-03-04T15:14:39.526Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2022-03-04T15:14:39.526Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2022-03-04T15:14:39.526Z] [2022-03-04T15:14:39.526Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2022-03-04T15:14:39.526Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:39.526Z] [2022-03-04T15:14:39.526Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2022-03-04T15:14:39.526Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:14:39.526Z] [2022-03-04T15:14:39.526Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2022-03-04T15:14:39.526Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:14:39.526Z] [2022-03-04T15:14:39.526Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2022-03-04T15:14:39.526Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2022-03-04T15:14:39.526Z] [2022-03-04T15:14:39.526Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2022-03-04T15:14:39.526Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2022-03-04T15:14:39.526Z] [2022-03-04T15:14:39.526Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2022-03-04T15:14:39.526Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:39.526Z] [2022-03-04T15:14:39.526Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2022-03-04T15:14:39.526Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2022-03-04T15:14:39.526Z] [2022-03-04T15:14:39.526Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2022-03-04T15:14:39.526Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2022-03-04T15:14:39.526Z] [2022-03-04T15:14:39.526Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2022-03-04T15:14:39.526Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:39.526Z] [2022-03-04T15:14:39.526Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2022-03-04T15:14:39.526Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:39.526Z] [2022-03-04T15:14:39.526Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2022-03-04T15:14:39.526Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2022-03-04T15:14:39.526Z] [2022-03-04T15:14:39.526Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2022-03-04T15:14:39.526Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2022-03-04T15:14:39.526Z] [2022-03-04T15:14:39.526Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2022-03-04T15:14:39.526Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2022-03-04T15:14:39.526Z] [2022-03-04T15:14:39.526Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2022-03-04T15:14:39.526Z] kill_test.go:67: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2022-03-04T15:14:39.526Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2022-03-04T15:14:39.526Z] [2022-03-04T15:14:39.526Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2022-03-04T15:14:39.526Z] kill_test.go:79: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-04T15:14:39.526Z] [2022-03-04T15:14:39.526Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2022-03-04T15:14:39.526Z] kill_test.go:118: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-04T15:14:39.526Z] [2022-03-04T15:14:39.526Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2022-03-04T15:14:39.526Z] kill_test.go:129: testEnv.OSType == "windows": Windows only supports 1.25 or later [2022-03-04T15:14:39.526Z] [2022-03-04T15:14:39.526Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2022-03-04T15:14:39.526Z] kill_test.go:140: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2022-03-04T15:14:39.526Z] [2022-03-04T15:14:39.526Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2022-03-04T15:14:39.526Z] kill_test.go:157: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:39.526Z] [2022-03-04T15:14:39.526Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2022-03-04T15:14:39.526Z] kill_test.go:178: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2022-03-04T15:14:39.526Z] [2022-03-04T15:14:39.526Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2022-03-04T15:14:39.526Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2022-03-04T15:14:39.526Z] [2022-03-04T15:14:39.526Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2022-03-04T15:14:39.526Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2022-03-04T15:14:39.526Z] [2022-03-04T15:14:39.526Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2022-03-04T15:14:39.526Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2022-03-04T15:14:39.526Z] [2022-03-04T15:14:39.526Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2022-03-04T15:14:39.526Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:39.526Z] [2022-03-04T15:14:39.526Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2022-03-04T15:14:39.526Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2022-03-04T15:14:39.526Z] [2022-03-04T15:14:39.526Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2022-03-04T15:14:39.526Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2022-03-04T15:14:39.526Z] [2022-03-04T15:14:39.526Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2022-03-04T15:14:39.526Z] restart_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:39.526Z] [2022-03-04T15:14:39.526Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2022-03-04T15:14:39.526Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2022-03-04T15:14:39.526Z] [2022-03-04T15:14:39.526Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2022-03-04T15:14:39.526Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2022-03-04T15:14:39.526Z] [2022-03-04T15:14:39.526Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2022-03-04T15:14:39.526Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:14:39.526Z] [2022-03-04T15:14:39.526Z] DONE 87 tests, 33 skipped in 81.850s [2022-03-04T15:14:39.526Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2022-03-04T15:14:41.659Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T15:14:41.659Z] INFO: Testing against a local daemon [2022-03-04T15:14:41.659Z] === RUN TestSecretInspect [2022-03-04T15:14:41.659Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:41.659Z] --- SKIP: TestSecretInspect (0.00s) [2022-03-04T15:14:41.659Z] === RUN TestSecretList [2022-03-04T15:14:41.659Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:41.659Z] --- SKIP: TestSecretList (0.00s) [2022-03-04T15:14:41.659Z] === RUN TestSecretsCreateAndDelete [2022-03-04T15:14:41.659Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:41.659Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-03-04T15:14:41.659Z] === RUN TestSecretsUpdate [2022-03-04T15:14:41.659Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:41.659Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-03-04T15:14:41.659Z] === RUN TestTemplatedSecret [2022-03-04T15:14:41.659Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:41.659Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-03-04T15:14:41.659Z] === RUN TestSecretCreateResolve [2022-03-04T15:14:41.659Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:14:41.659Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-03-04T15:14:41.659Z] PASS [2022-03-04T15:14:41.659Z] ok github.com/docker/docker/integration/secret 0.097s [2022-03-04T15:14:41.659Z] [2022-03-04T15:14:41.659Z] === Skipped [2022-03-04T15:14:41.659Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-03-04T15:14:41.659Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:41.659Z] [2022-03-04T15:14:41.659Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-03-04T15:14:41.659Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:41.659Z] [2022-03-04T15:14:41.659Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-03-04T15:14:41.659Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:41.659Z] [2022-03-04T15:14:41.659Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-03-04T15:14:41.659Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:41.659Z] [2022-03-04T15:14:41.659Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-03-04T15:14:41.659Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:41.659Z] [2022-03-04T15:14:41.659Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-03-04T15:14:41.659Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:14:41.659Z] [2022-03-04T15:14:41.659Z] DONE 6 tests, 6 skipped in 2.146s [2022-03-04T15:14:41.659Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-03-04T15:14:41.875Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2022-03-04T15:14:41.875Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-03-04T15:14:43.251Z] docker_api_swarm_service_test.go:395: [d3aa7b1344312] joining swarm manager [d0730b73ae48e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T15:14:44.006Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-03-04T15:14:44.186Z] docker_api_swarm_service_test.go:395: [dfab11edbbe04] joining swarm manager [d0730b73ae48e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-04T15:14:44.616Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T15:14:44.616Z] INFO: Testing against a local daemon [2022-03-04T15:14:44.616Z] === RUN TestServiceCreateInit [2022-03-04T15:14:44.616Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-04T15:14:44.616Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:44.616Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-04T15:14:44.616Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:44.616Z] --- PASS: TestServiceCreateInit (0.05s) [2022-03-04T15:14:44.616Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-04T15:14:44.616Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-04T15:14:44.616Z] === RUN TestCreateServiceMultipleTimes [2022-03-04T15:14:44.616Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:44.616Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2022-03-04T15:14:44.616Z] === RUN TestCreateServiceConflict [2022-03-04T15:14:44.616Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:44.616Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-03-04T15:14:44.616Z] === RUN TestCreateServiceMaxReplicas [2022-03-04T15:14:44.616Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:44.616Z] --- SKIP: TestCreateServiceMaxReplicas (0.04s) [2022-03-04T15:14:44.616Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-04T15:14:44.616Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:44.616Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-04T15:14:44.616Z] === RUN TestCreateServiceSecretFileMode [2022-03-04T15:14:44.616Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:44.616Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-03-04T15:14:44.616Z] === RUN TestCreateServiceConfigFileMode [2022-03-04T15:14:44.616Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:44.616Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-03-04T15:14:44.616Z] === RUN TestCreateServiceSysctls [2022-03-04T15:14:44.616Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:44.616Z] --- SKIP: TestCreateServiceSysctls (0.05s) [2022-03-04T15:14:44.616Z] === RUN TestCreateServiceCapabilities [2022-03-04T15:14:44.616Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:44.616Z] --- SKIP: TestCreateServiceCapabilities (0.04s) [2022-03-04T15:14:44.616Z] === RUN TestInspect [2022-03-04T15:14:44.616Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:44.616Z] --- SKIP: TestInspect (0.00s) [2022-03-04T15:14:44.616Z] === RUN TestCreateJob [2022-03-04T15:14:44.616Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:44.616Z] --- SKIP: TestCreateJob (0.00s) [2022-03-04T15:14:44.616Z] === RUN TestReplicatedJob [2022-03-04T15:14:44.616Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:44.616Z] --- SKIP: TestReplicatedJob (0.00s) [2022-03-04T15:14:44.616Z] === RUN TestUpdateReplicatedJob [2022-03-04T15:14:44.616Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:44.616Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-03-04T15:14:44.616Z] === RUN TestServiceListWithStatuses [2022-03-04T15:14:44.616Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:44.616Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-04T15:14:44.616Z] === RUN TestDockerNetworkConnectAlias [2022-03-04T15:14:44.616Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:44.616Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-03-04T15:14:44.616Z] === RUN TestDockerNetworkReConnect [2022-03-04T15:14:44.616Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:44.616Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-03-04T15:14:44.616Z] === RUN TestServicePlugin [2022-03-04T15:14:44.616Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:44.616Z] --- SKIP: TestServicePlugin (0.00s) [2022-03-04T15:14:44.616Z] === RUN TestServiceUpdateLabel [2022-03-04T15:14:44.616Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:14:44.616Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-03-04T15:14:44.616Z] === RUN TestServiceUpdateSecrets [2022-03-04T15:14:44.616Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:14:44.616Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-03-04T15:14:44.616Z] === RUN TestServiceUpdateConfigs [2022-03-04T15:14:44.616Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:14:44.616Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-03-04T15:14:44.616Z] === RUN TestServiceUpdateNetwork [2022-03-04T15:14:44.616Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:14:44.616Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-03-04T15:14:44.616Z] === RUN TestServiceUpdatePidsLimit [2022-03-04T15:14:44.616Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:14:44.616Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-03-04T15:14:44.616Z] PASS [2022-03-04T15:14:44.616Z] ok github.com/docker/docker/integration/service 0.272s [2022-03-04T15:14:44.616Z] [2022-03-04T15:14:44.616Z] === Skipped [2022-03-04T15:14:44.616Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-04T15:14:44.616Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:44.616Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-04T15:14:44.616Z] [2022-03-04T15:14:44.616Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-04T15:14:44.616Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:44.616Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-04T15:14:44.616Z] [2022-03-04T15:14:44.616Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.01s) [2022-03-04T15:14:44.616Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:44.616Z] [2022-03-04T15:14:44.616Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-03-04T15:14:44.616Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:44.616Z] [2022-03-04T15:14:44.616Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.04s) [2022-03-04T15:14:44.616Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:44.616Z] [2022-03-04T15:14:44.616Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-04T15:14:44.616Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:44.616Z] [2022-03-04T15:14:44.616Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-03-04T15:14:44.616Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:44.616Z] [2022-03-04T15:14:44.616Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-03-04T15:14:44.616Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:44.616Z] [2022-03-04T15:14:44.616Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.05s) [2022-03-04T15:14:44.616Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:44.616Z] [2022-03-04T15:14:44.616Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.04s) [2022-03-04T15:14:44.616Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:44.616Z] [2022-03-04T15:14:44.616Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-03-04T15:14:44.616Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:44.616Z] [2022-03-04T15:14:44.616Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-03-04T15:14:44.616Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:44.616Z] [2022-03-04T15:14:44.616Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-03-04T15:14:44.616Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:44.616Z] [2022-03-04T15:14:44.616Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-03-04T15:14:44.616Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:44.616Z] [2022-03-04T15:14:44.616Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-03-04T15:14:44.616Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:44.616Z] [2022-03-04T15:14:44.616Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-03-04T15:14:44.616Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:44.616Z] [2022-03-04T15:14:44.616Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-03-04T15:14:44.616Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:44.616Z] [2022-03-04T15:14:44.616Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-03-04T15:14:44.616Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:44.616Z] [2022-03-04T15:14:44.616Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-03-04T15:14:44.616Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:14:44.616Z] [2022-03-04T15:14:44.616Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-03-04T15:14:44.616Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:14:44.616Z] [2022-03-04T15:14:44.616Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-03-04T15:14:44.616Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:14:44.616Z] [2022-03-04T15:14:44.616Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-03-04T15:14:44.616Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:14:44.616Z] [2022-03-04T15:14:44.616Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-03-04T15:14:44.616Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:14:44.616Z] [2022-03-04T15:14:44.616Z] DONE 24 tests, 23 skipped in 2.932s [2022-03-04T15:14:44.616Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-03-04T15:14:46.836Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T15:14:46.836Z] INFO: Testing against a local daemon [2022-03-04T15:14:46.836Z] === RUN TestSessionCreate [2022-03-04T15:14:46.836Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-04T15:14:46.836Z] --- SKIP: TestSessionCreate (0.00s) [2022-03-04T15:14:46.836Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-04T15:14:46.836Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-04T15:14:46.836Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-03-04T15:14:46.836Z] PASS [2022-03-04T15:14:46.836Z] ok github.com/docker/docker/integration/session 0.096s [2022-03-04T15:14:46.836Z] [2022-03-04T15:14:46.836Z] === Skipped [2022-03-04T15:14:46.836Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-03-04T15:14:46.836Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-04T15:14:46.836Z] [2022-03-04T15:14:46.836Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-03-04T15:14:46.836Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-04T15:14:46.836Z] [2022-03-04T15:14:46.836Z] DONE 2 tests, 2 skipped in 2.067s [2022-03-04T15:14:46.836Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-03-04T15:14:47.471Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-03-04T15:14:47.729Z] === RUN TestDockerSuite/TestLogsTail [2022-03-04T15:14:48.668Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-03-04T15:14:49.053Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T15:14:49.053Z] INFO: Testing against a local daemon [2022-03-04T15:14:49.053Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-04T15:14:49.053Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:49.053Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-04T15:14:49.053Z] === RUN TestDiskUsage [2022-03-04T15:14:49.053Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-04T15:14:49.053Z] --- SKIP: TestDiskUsage (0.00s) [2022-03-04T15:14:49.053Z] === RUN TestEventsExecDie [2022-03-04T15:14:49.053Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-04T15:14:49.053Z] --- SKIP: TestEventsExecDie (0.00s) [2022-03-04T15:14:49.053Z] === RUN TestEventsBackwardsCompatible [2022-03-04T15:14:49.053Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-04T15:14:49.053Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-03-04T15:14:49.053Z] === RUN TestEventsVolumeCreate [2022-03-04T15:14:49.053Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-04T15:14:49.053Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-03-04T15:14:49.053Z] === RUN TestInfoAPI [2022-03-04T15:14:49.053Z] --- PASS: TestInfoAPI (0.05s) [2022-03-04T15:14:49.053Z] === RUN TestInfoAPIWarnings [2022-03-04T15:14:49.053Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T15:14:49.053Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-03-04T15:14:49.053Z] === RUN TestInfoDebug [2022-03-04T15:14:49.053Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-04T15:14:49.053Z] --- SKIP: TestInfoDebug (0.00s) [2022-03-04T15:14:49.053Z] === RUN TestInfoInsecureRegistries [2022-03-04T15:14:49.053Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-04T15:14:49.053Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-03-04T15:14:49.053Z] === RUN TestInfoRegistryMirrors [2022-03-04T15:14:49.053Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-04T15:14:49.053Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-03-04T15:14:49.053Z] === RUN TestLoginFailsWithBadCredentials [2022-03-04T15:14:49.244Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-03-04T15:14:49.512Z] === RUN TestDockerSuite/TestMountIntoProc [2022-03-04T15:14:49.771Z] === RUN TestDockerSuite/TestMountIntoSys [2022-03-04T15:14:50.039Z] --- PASS: TestLoginFailsWithBadCredentials (1.00s) [2022-03-04T15:14:50.040Z] === RUN TestPingCacheHeaders [2022-03-04T15:14:50.040Z] --- PASS: TestPingCacheHeaders (0.04s) [2022-03-04T15:14:50.040Z] === RUN TestPingGet [2022-03-04T15:14:50.040Z] --- PASS: TestPingGet (0.03s) [2022-03-04T15:14:50.040Z] === RUN TestPingHead [2022-03-04T15:14:50.040Z] --- PASS: TestPingHead (0.04s) [2022-03-04T15:14:50.040Z] === RUN TestVersion [2022-03-04T15:14:50.040Z] --- PASS: TestVersion (0.03s) [2022-03-04T15:14:50.040Z] PASS [2022-03-04T15:14:50.338Z] === RUN TestDockerSuite/TestNetHostname [2022-03-04T15:14:50.508Z] ok github.com/docker/docker/integration/system 1.269s [2022-03-04T15:14:50.508Z] [2022-03-04T15:14:50.508Z] === Skipped [2022-03-04T15:14:50.508Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-04T15:14:50.508Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:14:50.508Z] [2022-03-04T15:14:50.508Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-03-04T15:14:50.508Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-04T15:14:50.508Z] [2022-03-04T15:14:50.508Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-03-04T15:14:50.508Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-04T15:14:50.508Z] [2022-03-04T15:14:50.508Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-03-04T15:14:50.508Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-04T15:14:50.508Z] [2022-03-04T15:14:50.508Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-03-04T15:14:50.508Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-04T15:14:50.508Z] [2022-03-04T15:14:50.508Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-03-04T15:14:50.508Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T15:14:50.508Z] [2022-03-04T15:14:50.508Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-03-04T15:14:50.508Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-04T15:14:50.508Z] [2022-03-04T15:14:50.508Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-03-04T15:14:50.508Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-04T15:14:50.508Z] [2022-03-04T15:14:50.508Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-03-04T15:14:50.508Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-04T15:14:50.508Z] [2022-03-04T15:14:50.508Z] DONE 15 tests, 9 skipped in 3.483s [2022-03-04T15:14:50.508Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-03-04T15:14:51.273Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-03-04T15:14:51.531Z] === RUN TestDockerSuite/TestNetworkEvents [2022-03-04T15:14:52.723Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T15:14:52.723Z] INFO: Testing against a local daemon [2022-03-04T15:14:52.723Z] === RUN TestVolumesCreateAndList [2022-03-04T15:14:52.723Z] --- PASS: TestVolumesCreateAndList (0.05s) [2022-03-04T15:14:52.723Z] === RUN TestVolumesRemove [2022-03-04T15:14:52.723Z] --- PASS: TestVolumesRemove (0.18s) [2022-03-04T15:14:52.723Z] === RUN TestVolumesInspect [2022-03-04T15:14:52.723Z] --- PASS: TestVolumesInspect (0.05s) [2022-03-04T15:14:52.723Z] === RUN TestVolumesInvalidJSON [2022-03-04T15:14:52.723Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-04T15:14:52.723Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-04T15:14:52.723Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-04T15:14:52.723Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2022-03-04T15:14:52.723Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2022-03-04T15:14:52.723Z] PASS [2022-03-04T15:14:52.723Z] ok github.com/docker/docker/integration/volume 0.386s [2022-03-04T15:14:53.191Z] [2022-03-04T15:14:53.191Z] DONE 5 tests in 2.563s [2022-03-04T15:14:53.191Z] INFO: make.ps1 ended at 03/04/2022 15:14:52 [2022-03-04T15:14:53.191Z] INFO: Integration CLI tests being run from the host: [2022-03-04T15:14:53.191Z] 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-04T15:14:58.091Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-03-04T15:14:58.350Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-03-04T15:14:58.609Z] === RUN TestDockerSuite/TestPluginActive [2022-03-04T15:14:58.868Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2022-03-04T15:15:00.771Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-03-04T15:15:01.030Z] docker_api_swarm_service_test.go:343: [d2cce3026418f] joining swarm manager [dc3f04ee61f1f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T15:15:01.965Z] docker_api_swarm_service_test.go:343: [d39722c8233d9] joining swarm manager [dc3f04ee61f1f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-04T15:15:04.869Z] === RUN TestConfigDaemonLibtrustID [2022-03-04T15:15:04.869Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-04T15:15:04.869Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2022-03-04T15:15:04.869Z] === RUN TestDaemonConfigValidation [2022-03-04T15:15:04.869Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-04T15:15:04.869Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2022-03-04T15:15:04.869Z] === RUN TestConfigDaemonSeccompProfiles [2022-03-04T15:15:04.869Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-04T15:15:04.869Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2022-03-04T15:15:04.869Z] === RUN TestDaemonProxy [2022-03-04T15:15:04.869Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-04T15:15:04.869Z] --- SKIP: TestDaemonProxy (0.00s) [2022-03-04T15:15:04.869Z] PASS [2022-03-04T15:15:04.869Z] ok github.com/docker/docker/integration/daemon 0.114s [2022-03-04T15:15:04.869Z] [2022-03-04T15:15:04.869Z] === Skipped [2022-03-04T15:15:04.869Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2022-03-04T15:15:04.869Z] daemon_test.go:26: runtime.GOOS == "windows" [2022-03-04T15:15:04.869Z] [2022-03-04T15:15:04.869Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2022-03-04T15:15:04.869Z] daemon_test.go:45: runtime.GOOS == "windows" [2022-03-04T15:15:04.869Z] [2022-03-04T15:15:04.869Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2022-03-04T15:15:04.869Z] daemon_test.go:111: runtime.GOOS == "windows" [2022-03-04T15:15:04.869Z] [2022-03-04T15:15:04.869Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonProxy (0.00s) [2022-03-04T15:15:04.869Z] daemon_test.go:159: runtime.GOOS == "windows": cannot start multiple daemons on windows [2022-03-04T15:15:04.869Z] [2022-03-04T15:15:04.869Z] DONE 4 tests, 4 skipped in 22.717s [2022-03-04T15:15:04.869Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2022-03-04T15:15:05.707Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2022-03-04T15:15:05.707Z] INFO: Testing against a local daemon [2022-03-04T15:15:05.707Z] === RUN TestDockerSuite [2022-03-04T15:15:05.707Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-03-04T15:15:05.707Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-03-04T15:15:05.707Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-04T15:15:05.707Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-03-04T15:15:05.707Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-03-04T15:15:05.707Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-03-04T15:15:05.707Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-03-04T15:15:05.707Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-04T15:15:05.707Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-03-04T15:15:05.707Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-03-04T15:15:05.707Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-03-04T15:15:05.859Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-04T15:15:05.859Z] INFO: Testing against a local daemon [2022-03-04T15:15:05.859Z] === RUN TestCommitInheritsEnv [2022-03-04T15:15:05.859Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T15:15:05.859Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2022-03-04T15:15:05.859Z] === RUN TestImportExtremelyLargeImageWorks [2022-03-04T15:15:05.859Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-04T15:15:05.859Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2022-03-04T15:15:05.859Z] === RUN TestImportWithCustomPlatform [2022-03-04T15:15:05.859Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-04T15:15:05.859Z] --- SKIP: TestImportWithCustomPlatform (0.00s) [2022-03-04T15:15:05.859Z] === RUN TestImagesFilterMultiReference [2022-03-04T15:15:05.859Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2022-03-04T15:15:05.859Z] === RUN TestImagePullPlatformInvalid [2022-03-04T15:15:05.859Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2022-03-04T15:15:05.859Z] === RUN TestRemoveImageOrphaning [2022-03-04T15:15:06.176Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-03-04T15:15:06.848Z] --- PASS: TestRemoveImageOrphaning (0.91s) [2022-03-04T15:15:06.848Z] === RUN TestTagUnprefixedRepoByNameOrName [2022-03-04T15:15:06.848Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2022-03-04T15:15:06.848Z] === RUN TestTagInvalidReference [2022-03-04T15:15:06.848Z] --- PASS: TestTagInvalidReference (0.03s) [2022-03-04T15:15:06.848Z] === RUN TestTagValidPrefixedRepo [2022-03-04T15:15:07.162Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-03-04T15:15:07.162Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-03-04T15:15:07.317Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2022-03-04T15:15:07.317Z] === RUN TestTagExistedNameWithoutForce [2022-03-04T15:15:07.317Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2022-03-04T15:15:07.317Z] === RUN TestTagOfficialNames [2022-03-04T15:15:07.317Z] --- PASS: TestTagOfficialNames (0.08s) [2022-03-04T15:15:07.317Z] === RUN TestTagMatchesDigest [2022-03-04T15:15:07.317Z] --- PASS: TestTagMatchesDigest (0.03s) [2022-03-04T15:15:07.317Z] PASS [2022-03-04T15:15:07.317Z] ok github.com/docker/docker/integration/image 1.405s [2022-03-04T15:15:07.317Z] [2022-03-04T15:15:07.317Z] === Skipped [2022-03-04T15:15:07.317Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2022-03-04T15:15:07.317Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T15:15:07.317Z] [2022-03-04T15:15:07.317Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2022-03-04T15:15:07.317Z] import_test.go:25: testEnv.OSType == "windows": TODO enable on windows [2022-03-04T15:15:07.317Z] [2022-03-04T15:15:07.317Z] === SKIP: github.com/docker/docker/integration/image TestImportWithCustomPlatform (0.00s) [2022-03-04T15:15:07.317Z] import_test.go:54: testEnv.OSType == "windows": TODO enable on windows [2022-03-04T15:15:07.317Z] [2022-03-04T15:15:07.317Z] DONE 12 tests, 3 skipped in 5.334s [2022-03-04T15:15:07.786Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2022-03-04T15:15:08.533Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-03-04T15:15:08.534Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-03-04T15:15:08.534Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-03-04T15:15:08.534Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-03-04T15:15:09.356Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-04T15:15:09.356Z] INFO: Testing against a local daemon [2022-03-04T15:15:09.356Z] === RUN TestNetworkCreateDelete [2022-03-04T15:15:09.356Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:15:09.356Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2022-03-04T15:15:09.356Z] === RUN TestDockerNetworkDeletePreferID [2022-03-04T15:15:09.356Z] 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-04T15:15:09.356Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2022-03-04T15:15:09.356Z] === RUN TestDaemonDNSFallback [2022-03-04T15:15:09.356Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:15:09.356Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2022-03-04T15:15:09.356Z] === RUN TestInspectNetwork [2022-03-04T15:15:09.356Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-04T15:15:09.356Z] --- SKIP: TestInspectNetwork (0.00s) [2022-03-04T15:15:09.356Z] === RUN TestRunContainerWithBridgeNone [2022-03-04T15:15:09.356Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:15:09.356Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2022-03-04T15:15:09.356Z] === RUN TestNetworkInvalidJSON [2022-03-04T15:15:09.356Z] === RUN TestNetworkInvalidJSON//networks/create [2022-03-04T15:15:09.356Z] === PAUSE TestNetworkInvalidJSON//networks/create [2022-03-04T15:15:09.356Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2022-03-04T15:15:09.356Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2022-03-04T15:15:09.356Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-04T15:15:09.356Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-04T15:15:09.356Z] === CONT TestNetworkInvalidJSON//networks/create [2022-03-04T15:15:09.356Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2022-03-04T15:15:09.356Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2022-03-04T15:15:09.356Z] --- PASS: TestNetworkInvalidJSON (0.04s) [2022-03-04T15:15:09.356Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2022-03-04T15:15:09.356Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2022-03-04T15:15:09.356Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2022-03-04T15:15:09.356Z] === RUN TestNetworkList [2022-03-04T15:15:09.356Z] === RUN TestNetworkList//networks [2022-03-04T15:15:09.356Z] === PAUSE TestNetworkList//networks [2022-03-04T15:15:09.356Z] === RUN TestNetworkList//networks/ [2022-03-04T15:15:09.356Z] === PAUSE TestNetworkList//networks/ [2022-03-04T15:15:09.356Z] === CONT TestNetworkList//networks [2022-03-04T15:15:09.356Z] === CONT TestNetworkList//networks/ [2022-03-04T15:15:09.356Z] --- PASS: TestNetworkList (0.03s) [2022-03-04T15:15:09.356Z] --- PASS: TestNetworkList//networks (0.00s) [2022-03-04T15:15:09.356Z] --- PASS: TestNetworkList//networks/ (0.00s) [2022-03-04T15:15:09.356Z] === RUN TestHostIPv4BridgeLabel [2022-03-04T15:15:09.356Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-04T15:15:09.356Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2022-03-04T15:15:09.356Z] === RUN TestDaemonRestartWithLiveRestore [2022-03-04T15:15:09.356Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-04T15:15:09.356Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2022-03-04T15:15:09.356Z] === RUN TestDaemonDefaultNetworkPools [2022-03-04T15:15:09.356Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-04T15:15:09.356Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2022-03-04T15:15:09.356Z] === RUN TestDaemonRestartWithExistingNetwork [2022-03-04T15:15:09.356Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-04T15:15:09.356Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-04T15:15:09.356Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2022-03-04T15:15:09.356Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-04T15:15:09.356Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-04T15:15:09.356Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2022-03-04T15:15:09.356Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-04T15:15:09.356Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-04T15:15:09.356Z] === RUN TestServiceWithPredefinedNetwork [2022-03-04T15:15:09.356Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-04T15:15:09.356Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2022-03-04T15:15:09.356Z] === RUN TestServiceRemoveKeepsIngressNetwork [2022-03-04T15:15:09.356Z] service_test.go:243: FLAKY_TEST [2022-03-04T15:15:09.356Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-04T15:15:09.356Z] === RUN TestServiceWithDataPathPortInit [2022-03-04T15:15:09.356Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-04T15:15:09.356Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2022-03-04T15:15:09.356Z] === RUN TestServiceWithDefaultAddressPoolInit [2022-03-04T15:15:09.356Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-04T15:15:09.356Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-04T15:15:09.356Z] PASS [2022-03-04T15:15:09.356Z] ok github.com/docker/docker/integration/network 0.156s [2022-03-04T15:15:09.826Z] [2022-03-04T15:15:09.826Z] === Skipped [2022-03-04T15:15:09.826Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2022-03-04T15:15:09.826Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:15:09.826Z] [2022-03-04T15:15:09.826Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2022-03-04T15:15:09.826Z] 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-04T15:15:09.826Z] [2022-03-04T15:15:09.826Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2022-03-04T15:15:09.826Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:15:09.826Z] [2022-03-04T15:15:09.826Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2022-03-04T15:15:09.826Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2022-03-04T15:15:09.826Z] [2022-03-04T15:15:09.826Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2022-03-04T15:15:09.826Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:15:09.826Z] [2022-03-04T15:15:09.826Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2022-03-04T15:15:09.826Z] network_test.go:128: testEnv.OSType == "windows" [2022-03-04T15:15:09.826Z] [2022-03-04T15:15:09.826Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2022-03-04T15:15:09.826Z] service_test.go:30: testEnv.OSType == "windows" [2022-03-04T15:15:09.826Z] [2022-03-04T15:15:09.826Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2022-03-04T15:15:09.826Z] service_test.go:59: testEnv.OSType == "windows" [2022-03-04T15:15:09.826Z] [2022-03-04T15:15:09.826Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2022-03-04T15:15:09.826Z] service_test.go:103: testEnv.OSType == "windows" [2022-03-04T15:15:09.826Z] [2022-03-04T15:15:09.826Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2022-03-04T15:15:09.826Z] service_test.go:137: testEnv.OSType == "windows" [2022-03-04T15:15:09.826Z] [2022-03-04T15:15:09.826Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2022-03-04T15:15:09.826Z] service_test.go:188: testEnv.OSType == "windows" [2022-03-04T15:15:09.826Z] [2022-03-04T15:15:09.826Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2022-03-04T15:15:09.826Z] service_test.go:213: testEnv.OSType == "windows" [2022-03-04T15:15:09.826Z] [2022-03-04T15:15:09.826Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2022-03-04T15:15:09.826Z] service_test.go:243: FLAKY_TEST [2022-03-04T15:15:09.826Z] [2022-03-04T15:15:09.826Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2022-03-04T15:15:09.826Z] service_test.go:334: testEnv.OSType == "windows" [2022-03-04T15:15:09.826Z] [2022-03-04T15:15:09.826Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2022-03-04T15:15:09.826Z] service_test.go:402: testEnv.OSType == "windows" [2022-03-04T15:15:09.826Z] [2022-03-04T15:15:09.826Z] DONE 22 tests, 15 skipped in 2.109s [2022-03-04T15:15:09.826Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2022-03-04T15:15:10.296Z] testing: warning: no tests to run [2022-03-04T15:15:10.296Z] PASS [2022-03-04T15:15:10.296Z] ok github.com/docker/docker/integration/network/ipvlan 0.058s [2022-03-04T15:15:10.296Z] [2022-03-04T15:15:10.296Z] DONE 0 tests in 0.610s [2022-03-04T15:15:10.296Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2022-03-04T15:15:11.285Z] testing: warning: no tests to run [2022-03-04T15:15:11.285Z] PASS [2022-03-04T15:15:11.285Z] ok github.com/docker/docker/integration/network/macvlan 0.061s [2022-03-04T15:15:11.285Z] [2022-03-04T15:15:11.285Z] DONE 0 tests in 0.654s [2022-03-04T15:15:11.285Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2022-03-04T15:15:11.754Z] testing: warning: no tests to run [2022-03-04T15:15:11.754Z] PASS [2022-03-04T15:15:11.754Z] ok github.com/docker/docker/integration/plugin 0.066s [2022-03-04T15:15:11.754Z] [2022-03-04T15:15:11.754Z] DONE 0 tests in 0.630s [2022-03-04T15:15:11.754Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2022-03-04T15:15:11.821Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-03-04T15:15:12.753Z] testing: warning: no tests to run [2022-03-04T15:15:12.753Z] PASS [2022-03-04T15:15:12.753Z] ok github.com/docker/docker/integration/plugin/authz 0.062s [2022-03-04T15:15:12.753Z] [2022-03-04T15:15:12.753Z] DONE 0 tests in 0.633s [2022-03-04T15:15:12.753Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2022-03-04T15:15:13.721Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-03-04T15:15:16.255Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2022-03-04T15:15:16.255Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-03-04T15:15:16.563Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-04T15:15:16.563Z] INFO: Testing against a local daemon [2022-03-04T15:15:16.563Z] === RUN TestPluginInvalidJSON [2022-03-04T15:15:16.563Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2022-03-04T15:15:16.563Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2022-03-04T15:15:16.563Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2022-03-04T15:15:16.563Z] --- PASS: TestPluginInvalidJSON (0.03s) [2022-03-04T15:15:16.563Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2022-03-04T15:15:16.563Z] === RUN TestPluginInstall [2022-03-04T15:15:16.563Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-04T15:15:16.563Z] --- SKIP: TestPluginInstall (0.00s) [2022-03-04T15:15:16.563Z] === RUN TestPluginsWithRuntimes [2022-03-04T15:15:16.563Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-04T15:15:16.563Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2022-03-04T15:15:16.563Z] === RUN TestPluginBackCompatMediaTypes [2022-03-04T15:15:16.563Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-04T15:15:16.563Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2022-03-04T15:15:16.563Z] PASS [2022-03-04T15:15:16.563Z] ok github.com/docker/docker/integration/plugin/common 0.093s [2022-03-04T15:15:17.034Z] [2022-03-04T15:15:17.034Z] === Skipped [2022-03-04T15:15:17.034Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2022-03-04T15:15:17.034Z] plugin_test.go:63: testEnv.OSType == "windows" [2022-03-04T15:15:17.034Z] [2022-03-04T15:15:17.034Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2022-03-04T15:15:17.034Z] plugin_test.go:172: testEnv.OSType == "windows" [2022-03-04T15:15:17.034Z] [2022-03-04T15:15:17.034Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2022-03-04T15:15:17.034Z] plugin_test.go:234: testEnv.OSType == "windows" [2022-03-04T15:15:17.034Z] [2022-03-04T15:15:17.034Z] DONE 5 tests, 3 skipped in 4.233s [2022-03-04T15:15:17.034Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2022-03-04T15:15:18.190Z] docker_api_swarm_service_test.go:490: [df6a3e1d73c6b] joining swarm manager [da59cbdd3ea99]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T15:15:18.763Z] docker_api_swarm_service_test.go:490: [d587c6f61592b] joining swarm manager [da59cbdd3ea99]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-04T15:15:19.256Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-04T15:15:19.256Z] INFO: Testing against a local daemon [2022-03-04T15:15:19.256Z] === RUN TestExternalGraphDriver [2022-03-04T15:15:19.256Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-04T15:15:19.256Z] --- SKIP: TestExternalGraphDriver (0.00s) [2022-03-04T15:15:19.256Z] === RUN TestGraphdriverPluginV2 [2022-03-04T15:15:19.256Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-04T15:15:19.256Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2022-03-04T15:15:19.256Z] PASS [2022-03-04T15:15:19.256Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.105s [2022-03-04T15:15:19.256Z] [2022-03-04T15:15:19.256Z] === Skipped [2022-03-04T15:15:19.256Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2022-03-04T15:15:19.256Z] external_test.go:47: runtime.GOOS == "windows" [2022-03-04T15:15:19.256Z] [2022-03-04T15:15:19.256Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2022-03-04T15:15:19.256Z] external_test.go:407: runtime.GOOS == "windows" [2022-03-04T15:15:19.256Z] [2022-03-04T15:15:19.256Z] DONE 2 tests, 2 skipped in 2.249s [2022-03-04T15:15:19.256Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2022-03-04T15:15:21.296Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-03-04T15:15:21.474Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-04T15:15:21.474Z] INFO: Testing against a local daemon [2022-03-04T15:15:21.474Z] === RUN TestReadPluginNoRead [2022-03-04T15:15:21.474Z] read_test.go:21: no unix domain sockets on Windows [2022-03-04T15:15:21.474Z] --- SKIP: TestReadPluginNoRead (0.00s) [2022-03-04T15:15:21.474Z] PASS [2022-03-04T15:15:21.474Z] ok github.com/docker/docker/integration/plugin/logging 0.085s [2022-03-04T15:15:21.474Z] [2022-03-04T15:15:21.474Z] === Skipped [2022-03-04T15:15:21.474Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2022-03-04T15:15:21.474Z] read_test.go:21: no unix domain sockets on Windows [2022-03-04T15:15:21.474Z] [2022-03-04T15:15:21.474Z] DONE 1 tests, 1 skipped in 2.019s [2022-03-04T15:15:21.474Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2022-03-04T15:15:22.231Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-03-04T15:15:22.461Z] testing: warning: no tests to run [2022-03-04T15:15:22.461Z] PASS [2022-03-04T15:15:22.461Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.058s [2022-03-04T15:15:22.461Z] [2022-03-04T15:15:22.461Z] DONE 0 tests in 1.026s [2022-03-04T15:15:22.461Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2022-03-04T15:15:23.168Z] === RUN TestDockerSuite/TestPortHostBinding [2022-03-04T15:15:24.108Z] === RUN TestDockerSuite/TestPortList [2022-03-04T15:15:24.684Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-04T15:15:24.684Z] INFO: Testing against a local daemon [2022-03-04T15:15:24.684Z] === RUN TestPluginWithDevMounts [2022-03-04T15:15:24.684Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:15:24.684Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2022-03-04T15:15:24.684Z] PASS [2022-03-04T15:15:24.684Z] ok github.com/docker/docker/integration/plugin/volumes 0.084s [2022-03-04T15:15:24.684Z] [2022-03-04T15:15:24.684Z] === Skipped [2022-03-04T15:15:24.684Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2022-03-04T15:15:24.684Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:15:24.684Z] [2022-03-04T15:15:24.684Z] DONE 1 tests, 1 skipped in 1.958s [2022-03-04T15:15:24.684Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2022-03-04T15:15:26.252Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-04T15:15:26.252Z] INFO: Testing against a local daemon [2022-03-04T15:15:26.252Z] === RUN TestSecretInspect [2022-03-04T15:15:26.252Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:15:26.252Z] --- SKIP: TestSecretInspect (0.00s) [2022-03-04T15:15:26.252Z] === RUN TestSecretList [2022-03-04T15:15:26.252Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:15:26.252Z] --- SKIP: TestSecretList (0.00s) [2022-03-04T15:15:26.252Z] === RUN TestSecretsCreateAndDelete [2022-03-04T15:15:26.252Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:15:26.252Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2022-03-04T15:15:26.252Z] === RUN TestSecretsUpdate [2022-03-04T15:15:26.252Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:15:26.252Z] --- SKIP: TestSecretsUpdate (0.00s) [2022-03-04T15:15:26.252Z] === RUN TestTemplatedSecret [2022-03-04T15:15:26.252Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:15:26.252Z] --- SKIP: TestTemplatedSecret (0.00s) [2022-03-04T15:15:26.252Z] === RUN TestSecretCreateResolve [2022-03-04T15:15:26.252Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:15:26.252Z] --- SKIP: TestSecretCreateResolve (0.00s) [2022-03-04T15:15:26.252Z] PASS [2022-03-04T15:15:26.252Z] ok github.com/docker/docker/integration/secret 0.089s [2022-03-04T15:15:26.252Z] [2022-03-04T15:15:26.252Z] === Skipped [2022-03-04T15:15:26.252Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2022-03-04T15:15:26.252Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:15:26.252Z] [2022-03-04T15:15:26.252Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2022-03-04T15:15:26.252Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:15:26.252Z] [2022-03-04T15:15:26.252Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2022-03-04T15:15:26.252Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:15:26.252Z] [2022-03-04T15:15:26.252Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2022-03-04T15:15:26.252Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:15:26.252Z] [2022-03-04T15:15:26.252Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2022-03-04T15:15:26.252Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:15:26.252Z] [2022-03-04T15:15:26.252Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2022-03-04T15:15:26.252Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:15:26.252Z] [2022-03-04T15:15:26.252Z] DONE 6 tests, 6 skipped in 1.780s [2022-03-04T15:15:26.721Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2022-03-04T15:15:28.939Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-04T15:15:28.939Z] INFO: Testing against a local daemon [2022-03-04T15:15:28.939Z] === RUN TestServiceCreateInit [2022-03-04T15:15:28.939Z] === RUN TestServiceCreateInit/daemonInitDisabled [2022-03-04T15:15:28.939Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:15:28.939Z] === RUN TestServiceCreateInit/daemonInitEnabled [2022-03-04T15:15:28.939Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:15:28.939Z] --- PASS: TestServiceCreateInit (0.04s) [2022-03-04T15:15:28.939Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-04T15:15:28.939Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-04T15:15:28.939Z] === RUN TestCreateServiceMultipleTimes [2022-03-04T15:15:28.939Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:15:28.939Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2022-03-04T15:15:28.939Z] === RUN TestCreateServiceConflict [2022-03-04T15:15:28.939Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:15:28.939Z] --- SKIP: TestCreateServiceConflict (0.00s) [2022-03-04T15:15:28.939Z] === RUN TestCreateServiceMaxReplicas [2022-03-04T15:15:28.939Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:15:28.939Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2022-03-04T15:15:28.939Z] === RUN TestCreateWithDuplicateNetworkNames [2022-03-04T15:15:28.939Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:15:28.939Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-04T15:15:28.939Z] === RUN TestCreateServiceSecretFileMode [2022-03-04T15:15:28.939Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:15:28.939Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2022-03-04T15:15:28.939Z] === RUN TestCreateServiceConfigFileMode [2022-03-04T15:15:28.939Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:15:28.939Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2022-03-04T15:15:28.939Z] === RUN TestCreateServiceSysctls [2022-03-04T15:15:28.939Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:15:28.939Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2022-03-04T15:15:28.939Z] === RUN TestCreateServiceCapabilities [2022-03-04T15:15:28.939Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:15:28.939Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2022-03-04T15:15:28.939Z] === RUN TestInspect [2022-03-04T15:15:28.939Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:15:28.939Z] --- SKIP: TestInspect (0.00s) [2022-03-04T15:15:28.939Z] === RUN TestCreateJob [2022-03-04T15:15:28.939Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:15:28.939Z] --- SKIP: TestCreateJob (0.00s) [2022-03-04T15:15:28.939Z] === RUN TestReplicatedJob [2022-03-04T15:15:28.939Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:15:28.939Z] --- SKIP: TestReplicatedJob (0.00s) [2022-03-04T15:15:28.939Z] === RUN TestUpdateReplicatedJob [2022-03-04T15:15:28.939Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:15:28.939Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2022-03-04T15:15:28.939Z] === RUN TestServiceListWithStatuses [2022-03-04T15:15:28.939Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:15:28.939Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2022-03-04T15:15:28.939Z] === RUN TestDockerNetworkConnectAlias [2022-03-04T15:15:28.939Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:15:28.939Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2022-03-04T15:15:28.939Z] === RUN TestDockerNetworkReConnect [2022-03-04T15:15:28.939Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:15:28.939Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2022-03-04T15:15:28.939Z] === RUN TestServicePlugin [2022-03-04T15:15:28.939Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:15:28.939Z] --- SKIP: TestServicePlugin (0.00s) [2022-03-04T15:15:28.939Z] === RUN TestServiceUpdateLabel [2022-03-04T15:15:28.939Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:15:28.939Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2022-03-04T15:15:28.939Z] === RUN TestServiceUpdateSecrets [2022-03-04T15:15:28.939Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:15:28.939Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2022-03-04T15:15:28.939Z] === RUN TestServiceUpdateConfigs [2022-03-04T15:15:28.939Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:15:28.939Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2022-03-04T15:15:28.939Z] === RUN TestServiceUpdateNetwork [2022-03-04T15:15:28.939Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:15:28.939Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2022-03-04T15:15:28.939Z] === RUN TestServiceUpdatePidsLimit [2022-03-04T15:15:28.939Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:15:28.939Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2022-03-04T15:15:28.939Z] PASS [2022-03-04T15:15:28.939Z] ok github.com/docker/docker/integration/service 0.214s [2022-03-04T15:15:28.939Z] [2022-03-04T15:15:28.939Z] === Skipped [2022-03-04T15:15:28.939Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-04T15:15:28.939Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:15:28.939Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2022-03-04T15:15:28.939Z] [2022-03-04T15:15:28.939Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-04T15:15:28.939Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:15:28.939Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2022-03-04T15:15:28.939Z] [2022-03-04T15:15:28.939Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2022-03-04T15:15:28.939Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:15:28.939Z] [2022-03-04T15:15:28.939Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2022-03-04T15:15:28.939Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:15:28.939Z] [2022-03-04T15:15:28.939Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2022-03-04T15:15:28.939Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:15:28.939Z] [2022-03-04T15:15:28.939Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2022-03-04T15:15:28.939Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:15:28.939Z] [2022-03-04T15:15:28.939Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2022-03-04T15:15:28.939Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:15:28.939Z] [2022-03-04T15:15:28.939Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2022-03-04T15:15:28.939Z] create_test.go:305: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:15:28.939Z] [2022-03-04T15:15:28.939Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2022-03-04T15:15:28.939Z] create_test.go:390: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:15:28.939Z] [2022-03-04T15:15:28.939Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2022-03-04T15:15:28.939Z] create_test.go:474: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:15:28.939Z] [2022-03-04T15:15:28.939Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2022-03-04T15:15:28.939Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:15:28.939Z] [2022-03-04T15:15:28.939Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2022-03-04T15:15:28.939Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:15:28.939Z] [2022-03-04T15:15:28.939Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2022-03-04T15:15:28.939Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:15:28.939Z] [2022-03-04T15:15:28.939Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2022-03-04T15:15:28.939Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:15:28.939Z] [2022-03-04T15:15:28.939Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2022-03-04T15:15:28.939Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:15:28.939Z] [2022-03-04T15:15:28.939Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2022-03-04T15:15:28.939Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:15:28.939Z] [2022-03-04T15:15:28.939Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2022-03-04T15:15:28.939Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:15:28.939Z] [2022-03-04T15:15:28.939Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2022-03-04T15:15:28.939Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:15:28.939Z] [2022-03-04T15:15:28.939Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2022-03-04T15:15:28.939Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:15:28.939Z] [2022-03-04T15:15:28.939Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2022-03-04T15:15:28.940Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:15:28.940Z] [2022-03-04T15:15:28.940Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2022-03-04T15:15:28.940Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:15:28.940Z] [2022-03-04T15:15:28.940Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2022-03-04T15:15:28.940Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:15:28.940Z] [2022-03-04T15:15:28.940Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2022-03-04T15:15:28.940Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2022-03-04T15:15:28.940Z] [2022-03-04T15:15:28.940Z] DONE 24 tests, 23 skipped in 2.472s [2022-03-04T15:15:28.940Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2022-03-04T15:15:30.527Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-04T15:15:30.527Z] INFO: Testing against a local daemon [2022-03-04T15:15:30.527Z] === RUN TestSessionCreate [2022-03-04T15:15:30.527Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-04T15:15:30.527Z] --- SKIP: TestSessionCreate (0.00s) [2022-03-04T15:15:30.527Z] === RUN TestSessionCreateWithBadUpgrade [2022-03-04T15:15:30.527Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-04T15:15:30.527Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2022-03-04T15:15:30.527Z] PASS [2022-03-04T15:15:30.527Z] ok github.com/docker/docker/integration/session 0.077s [2022-03-04T15:15:30.673Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-03-04T15:15:30.933Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-03-04T15:15:30.933Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2022-03-04T15:15:30.997Z] [2022-03-04T15:15:30.998Z] === Skipped [2022-03-04T15:15:30.998Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2022-03-04T15:15:30.998Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2022-03-04T15:15:30.998Z] [2022-03-04T15:15:30.998Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2022-03-04T15:15:30.998Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2022-03-04T15:15:30.998Z] [2022-03-04T15:15:30.998Z] DONE 2 tests, 2 skipped in 1.732s [2022-03-04T15:15:30.998Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2022-03-04T15:15:33.218Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-04T15:15:33.218Z] INFO: Testing against a local daemon [2022-03-04T15:15:33.218Z] === RUN TestCgroupDriverSystemdMemoryLimit [2022-03-04T15:15:33.218Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:15:33.218Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-04T15:15:33.218Z] === RUN TestDiskUsage [2022-03-04T15:15:33.218Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-04T15:15:33.219Z] --- SKIP: TestDiskUsage (0.00s) [2022-03-04T15:15:33.219Z] === RUN TestEventsExecDie [2022-03-04T15:15:33.219Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-04T15:15:33.219Z] --- SKIP: TestEventsExecDie (0.00s) [2022-03-04T15:15:33.219Z] === RUN TestEventsBackwardsCompatible [2022-03-04T15:15:33.219Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-04T15:15:33.219Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2022-03-04T15:15:33.219Z] === RUN TestEventsVolumeCreate [2022-03-04T15:15:33.219Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-04T15:15:33.219Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2022-03-04T15:15:33.219Z] === RUN TestInfoAPI [2022-03-04T15:15:33.219Z] --- PASS: TestInfoAPI (0.05s) [2022-03-04T15:15:33.219Z] === RUN TestInfoAPIWarnings [2022-03-04T15:15:33.219Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T15:15:33.219Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2022-03-04T15:15:33.219Z] === RUN TestInfoDebug [2022-03-04T15:15:33.219Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-04T15:15:33.219Z] --- SKIP: TestInfoDebug (0.00s) [2022-03-04T15:15:33.219Z] === RUN TestInfoInsecureRegistries [2022-03-04T15:15:33.219Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-04T15:15:33.219Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2022-03-04T15:15:33.219Z] === RUN TestInfoRegistryMirrors [2022-03-04T15:15:33.219Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-04T15:15:33.219Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2022-03-04T15:15:33.219Z] === RUN TestLoginFailsWithBadCredentials [2022-03-04T15:15:33.687Z] --- PASS: TestLoginFailsWithBadCredentials (1.00s) [2022-03-04T15:15:33.687Z] === RUN TestPingCacheHeaders [2022-03-04T15:15:33.687Z] --- PASS: TestPingCacheHeaders (0.04s) [2022-03-04T15:15:33.687Z] === RUN TestPingGet [2022-03-04T15:15:34.158Z] --- PASS: TestPingGet (0.03s) [2022-03-04T15:15:34.158Z] === RUN TestPingHead [2022-03-04T15:15:34.158Z] --- PASS: TestPingHead (0.03s) [2022-03-04T15:15:34.158Z] === RUN TestVersion [2022-03-04T15:15:34.158Z] --- PASS: TestVersion (0.03s) [2022-03-04T15:15:34.158Z] PASS [2022-03-04T15:15:34.158Z] ok github.com/docker/docker/integration/system 1.253s [2022-03-04T15:15:34.158Z] [2022-03-04T15:15:34.158Z] === Skipped [2022-03-04T15:15:34.158Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2022-03-04T15:15:34.158Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2022-03-04T15:15:34.158Z] [2022-03-04T15:15:34.158Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2022-03-04T15:15:34.158Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2022-03-04T15:15:34.158Z] [2022-03-04T15:15:34.158Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2022-03-04T15:15:34.158Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2022-03-04T15:15:34.158Z] [2022-03-04T15:15:34.158Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2022-03-04T15:15:34.158Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2022-03-04T15:15:34.158Z] [2022-03-04T15:15:34.158Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2022-03-04T15:15:34.158Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2022-03-04T15:15:34.158Z] [2022-03-04T15:15:34.158Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2022-03-04T15:15:34.158Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2022-03-04T15:15:34.158Z] [2022-03-04T15:15:34.158Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2022-03-04T15:15:34.158Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-04T15:15:34.158Z] [2022-03-04T15:15:34.158Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2022-03-04T15:15:34.159Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-04T15:15:34.159Z] [2022-03-04T15:15:34.159Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2022-03-04T15:15:34.159Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2022-03-04T15:15:34.159Z] [2022-03-04T15:15:34.159Z] DONE 15 tests, 9 skipped in 3.114s [2022-03-04T15:15:34.159Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2022-03-04T15:15:35.733Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-04T15:15:35.733Z] INFO: Testing against a local daemon [2022-03-04T15:15:35.733Z] === RUN TestVolumesCreateAndList [2022-03-04T15:15:35.733Z] --- PASS: TestVolumesCreateAndList (0.04s) [2022-03-04T15:15:35.733Z] === RUN TestVolumesRemove [2022-03-04T15:15:36.202Z] --- PASS: TestVolumesRemove (0.09s) [2022-03-04T15:15:36.202Z] === RUN TestVolumesInspect [2022-03-04T15:15:36.202Z] --- PASS: TestVolumesInspect (0.04s) [2022-03-04T15:15:36.202Z] === RUN TestVolumesInvalidJSON [2022-03-04T15:15:36.202Z] === RUN TestVolumesInvalidJSON//volumes/create [2022-03-04T15:15:36.202Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2022-03-04T15:15:36.202Z] === CONT TestVolumesInvalidJSON//volumes/create [2022-03-04T15:15:36.202Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2022-03-04T15:15:36.202Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.01s) [2022-03-04T15:15:36.202Z] PASS [2022-03-04T15:15:36.202Z] ok github.com/docker/docker/integration/volume 0.252s [2022-03-04T15:15:36.202Z] [2022-03-04T15:15:36.202Z] DONE 5 tests in 2.126s [2022-03-04T15:15:36.672Z] INFO: make.ps1 ended at 03/04/2022 15:15:36 [2022-03-04T15:15:36.672Z] INFO: Integration CLI tests being run from the host: [2022-03-04T15:15:36.673Z] 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-04T15:15:37.499Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2022-03-04T15:15:37.499Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-03-04T15:15:37.499Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-03-04T15:15:37.499Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-03-04T15:15:37.758Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-03-04T15:15:37.758Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-03-04T15:15:38.326Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-03-04T15:15:38.326Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-03-04T15:15:38.586Z] docker_api_swarm_service_test.go:128: [dc592fff17c8a] joining swarm manager [dbe89313dae9b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T15:15:38.846Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-03-04T15:15:38.846Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-03-04T15:15:39.415Z] docker_api_swarm_service_test.go:129: [db1759cdf804d] joining swarm manager [dbe89313dae9b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-04T15:15:39.984Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-03-04T15:15:39.984Z] === RUN TestDockerSuite/TestPruneContainerLabel [2022-03-04T15:15:41.362Z] docker_api_swarm_service_test.go:137: [db31f6a30c096] joining swarm manager [dbe89313dae9b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-03-04T15:15:42.298Z] docker_api_swarm_service_test.go:138: [da3b806a95f76] joining swarm manager [dbe89313dae9b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2022-03-04T15:15:42.557Z] === RUN TestDockerSuite/TestPruneContainerUntil [2022-03-04T15:15:43.934Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2022-03-04T15:15:44.193Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2022-03-04T15:15:44.193Z] === RUN TestDockerSuite/TestPsByOrder [2022-03-04T15:15:46.106Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-03-04T15:15:47.042Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-03-04T15:15:47.136Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2022-03-04T15:15:47.136Z] INFO: Testing against a local daemon [2022-03-04T15:15:47.136Z] === RUN TestDockerSuite [2022-03-04T15:15:47.136Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2022-03-04T15:15:47.136Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2022-03-04T15:15:47.136Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-04T15:15:47.136Z] === RUN TestDockerSuite/TestAPIErrorJSON [2022-03-04T15:15:47.136Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2022-03-04T15:15:47.136Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2022-03-04T15:15:47.136Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2022-03-04T15:15:47.136Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-04T15:15:47.136Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2022-03-04T15:15:47.136Z] === RUN TestDockerSuite/TestAPIImagesDelete [2022-03-04T15:15:47.136Z] === RUN TestDockerSuite/TestAPIImagesFilter [2022-03-04T15:15:47.604Z] === RUN TestDockerSuite/TestAPIImagesHistory [2022-03-04T15:15:48.073Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2022-03-04T15:15:48.542Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2022-03-04T15:15:48.947Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-03-04T15:15:52.234Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-03-04T15:15:52.234Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-03-04T15:15:54.139Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-03-04T15:16:00.703Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-03-04T15:16:01.638Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-03-04T15:16:03.014Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-03-04T15:16:03.951Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-03-04T15:16:04.520Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2022-03-04T15:16:04.782Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-03-04T15:16:06.692Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-03-04T15:16:07.260Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2022-03-04T15:16:08.640Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-03-04T15:16:09.580Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-03-04T15:16:09.580Z] docker_api_swarm_service_test.go:304: [d447634ecc13e] joining swarm manager [dbe944fe28cac]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T15:16:09.580Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-03-04T15:16:10.148Z] === RUN TestDockerSuite/TestPsRightTagName [2022-03-04T15:16:10.272Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-03-04T15:16:10.272Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-04T15:16:10.272Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-03-04T15:16:10.272Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-03-04T15:16:10.272Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-03-04T15:16:10.272Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-03-04T15:16:10.272Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-03-04T15:16:10.272Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-04T15:16:10.272Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-03-04T15:16:10.272Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-04T15:16:10.272Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-03-04T15:16:10.272Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-04T15:16:10.272Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-03-04T15:16:10.272Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-03-04T15:16:10.272Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-03-04T15:16:10.412Z] docker_api_swarm_service_test.go:304: [da00a729b000b] joining swarm manager [dbe944fe28cac]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-04T15:16:10.739Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-03-04T15:16:12.301Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-03-04T15:16:12.301Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-04T15:16:12.301Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-03-04T15:16:12.301Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-04T15:16:12.301Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-03-04T15:16:12.301Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-03-04T15:16:12.315Z] === RUN TestDockerSuite/TestPsShowMounts [2022-03-04T15:16:14.216Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-03-04T15:16:14.475Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-03-04T15:16:14.475Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-03-04T15:16:14.475Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-03-04T15:16:14.734Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-03-04T15:16:14.734Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-03-04T15:16:14.734Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-03-04T15:16:15.246Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-03-04T15:16:15.301Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-03-04T15:16:16.236Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-03-04T15:16:17.173Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-03-04T15:16:17.432Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-03-04T15:16:24.006Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-03-04T15:16:24.574Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-03-04T15:16:25.953Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-03-04T15:16:25.953Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-03-04T15:16:25.953Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-03-04T15:16:26.212Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-03-04T15:16:27.753Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-03-04T15:16:28.115Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-03-04T15:16:29.054Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-03-04T15:16:30.433Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2022-03-04T15:16:31.000Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-03-04T15:16:31.598Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-03-04T15:16:31.935Z] === RUN TestDockerSuite/TestRmiBlank [2022-03-04T15:16:32.065Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-03-04T15:16:32.065Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-04T15:16:32.065Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-03-04T15:16:32.194Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-03-04T15:16:32.194Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-03-04T15:16:32.455Z] docker_api_swarm_service_test.go:100: [db6b3184107f7] joining swarm manager [d961f479ff9b3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T15:16:33.392Z] docker_api_swarm_service_test.go:101: [d18d26cee075a] joining swarm manager [d961f479ff9b3]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-04T15:16:34.783Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-03-04T15:16:35.850Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-03-04T15:16:36.164Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-03-04T15:16:36.423Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-03-04T15:16:36.835Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-03-04T15:16:38.329Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-03-04T15:16:38.589Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-03-04T15:16:39.966Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-03-04T15:16:40.226Z] === RUN TestDockerSuite/TestRmiTag [2022-03-04T15:16:40.486Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-03-04T15:16:41.055Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-03-04T15:16:41.588Z] === RUN TestDockerSuite/TestBuildAddScript [2022-03-04T15:16:41.588Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-04T15:16:41.588Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-03-04T15:16:41.588Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-04T15:16:41.588Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-03-04T15:16:41.588Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-04T15:16:41.588Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-03-04T15:16:41.588Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-04T15:16:41.588Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-03-04T15:16:42.055Z] === RUN TestDockerSuite/TestBuildAddTar [2022-03-04T15:16:43.587Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-03-04T15:16:44.155Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-03-04T15:16:44.721Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-03-04T15:16:44.980Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-03-04T15:16:45.921Z] === RUN TestDockerSuite/TestRunAddHost [2022-03-04T15:16:46.493Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-03-04T15:16:46.493Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-03-04T15:16:47.060Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-03-04T15:16:47.060Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-03-04T15:16:47.628Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-03-04T15:16:48.567Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-03-04T15:16:48.645Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-03-04T15:16:48.645Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-03-04T15:16:48.645Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-03-04T15:16:48.645Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-04T15:16:48.645Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-03-04T15:16:48.645Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-04T15:16:48.645Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-03-04T15:16:48.645Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-04T15:16:48.645Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-03-04T15:16:48.645Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-04T15:16:48.645Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-03-04T15:16:48.645Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-04T15:16:48.645Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-03-04T15:16:48.645Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-04T15:16:48.645Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-03-04T15:16:48.645Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T15:16:48.646Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-03-04T15:16:48.646Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-03-04T15:16:48.646Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-04T15:16:48.646Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-03-04T15:16:48.646Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-04T15:16:48.646Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-03-04T15:16:48.646Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-04T15:16:48.646Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-03-04T15:16:48.646Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-04T15:16:48.646Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-03-04T15:16:48.646Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-04T15:16:48.646Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-03-04T15:16:48.646Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-03-04T15:16:48.646Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-04T15:16:48.646Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-03-04T15:16:48.646Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-04T15:16:48.646Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-03-04T15:16:48.646Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-04T15:16:48.646Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-03-04T15:16:48.646Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-04T15:16:48.646Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-03-04T15:16:48.646Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-03-04T15:16:48.646Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-04T15:16:48.646Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-03-04T15:16:48.646Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-04T15:16:48.646Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-03-04T15:16:49.138Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-03-04T15:16:50.077Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-03-04T15:16:50.644Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2022-03-04T15:16:51.581Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-03-04T15:16:52.960Z] === RUN TestDockerSuite/TestRunAttachDetach [2022-03-04T15:16:52.960Z] check_test.go:379: [db6b3184107f7] daemon is not started [2022-03-04T15:16:53.528Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2022-03-04T15:16:54.125Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2022-03-04T15:16:54.692Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2022-03-04T15:16:55.258Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2022-03-04T15:16:55.824Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-03-04T15:16:56.391Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2022-03-04T15:16:57.319Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-03-04T15:16:57.327Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-03-04T15:16:57.586Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-03-04T15:16:57.845Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-03-04T15:16:58.104Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2022-03-04T15:16:58.363Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-03-04T15:16:58.363Z] === RUN TestDockerSuite/TestRunBindMounts [2022-03-04T15:17:00.272Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-03-04T15:17:00.531Z] docker_api_swarm_service_test.go:533: [d0846786eaaf9] joining swarm manager [d6bbb04afa084]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T15:17:00.531Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-03-04T15:17:01.099Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-03-04T15:17:01.666Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-03-04T15:17:01.666Z] docker_api_swarm_service_test.go:534: [dbeecf71aa64c] joining swarm manager [d6bbb04afa084]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-04T15:17:02.233Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-03-04T15:17:02.233Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-03-04T15:17:02.492Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-03-04T15:17:03.059Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-03-04T15:17:04.000Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-03-04T15:17:04.568Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-03-04T15:17:05.505Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-03-04T15:17:05.505Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-03-04T15:17:06.072Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-03-04T15:17:06.072Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-03-04T15:17:07.010Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-03-04T15:17:07.577Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-03-04T15:17:08.146Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-03-04T15:17:09.087Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-03-04T15:17:09.087Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-03-04T15:17:09.346Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-03-04T15:17:10.286Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-03-04T15:17:11.223Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-03-04T15:17:12.159Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-03-04T15:17:12.433Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-03-04T15:17:13.012Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-03-04T15:17:13.270Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-03-04T15:17:13.837Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-03-04T15:17:14.407Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-03-04T15:17:15.343Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-03-04T15:17:17.245Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-03-04T15:17:17.245Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-03-04T15:17:17.813Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-03-04T15:17:17.894Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-03-04T15:17:17.894Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-04T15:17:17.894Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-03-04T15:17:17.894Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-04T15:17:17.894Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-03-04T15:17:19.190Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-03-04T15:17:20.569Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-03-04T15:17:21.946Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-03-04T15:17:23.324Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-03-04T15:17:23.324Z] docker_cli_run_test.go:4017: unmatched requirement DaemonIsWindows [2022-03-04T15:17:23.324Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-03-04T15:17:23.324Z] docker_cli_run_test.go:4036: unmatched requirement DaemonIsWindows [2022-03-04T15:17:23.324Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-03-04T15:17:23.892Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-03-04T15:17:24.827Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2022-03-04T15:17:24.827Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-03-04T15:17:25.769Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-03-04T15:17:27.147Z] docker_api_swarm_service_test.go:148: [dc5ac5dca279c] joining swarm manager [d458d2846dc14]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T15:17:27.405Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-03-04T15:17:27.664Z] docker_api_swarm_service_test.go:148: [d1a2fb89894c5] joining swarm manager [d458d2846dc14]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-04T15:17:27.923Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-03-04T15:17:29.827Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-03-04T15:17:30.038Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2022-03-04T15:17:30.038Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2022-03-04T15:17:30.038Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2022-03-04T15:17:30.038Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-04T15:17:30.038Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2022-03-04T15:17:30.038Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-04T15:17:30.038Z] === RUN TestDockerSuite/TestAPINetworkFilter [2022-03-04T15:17:30.038Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-04T15:17:30.038Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2022-03-04T15:17:30.038Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-04T15:17:30.038Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2022-03-04T15:17:30.038Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-04T15:17:30.038Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2022-03-04T15:17:30.038Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-04T15:17:30.038Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2022-03-04T15:17:30.038Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T15:17:30.038Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2022-03-04T15:17:30.038Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2022-03-04T15:17:30.038Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-04T15:17:30.038Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2022-03-04T15:17:30.038Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2022-03-04T15:17:30.038Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-04T15:17:30.038Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2022-03-04T15:17:30.038Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-04T15:17:30.038Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2022-03-04T15:17:30.038Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2022-03-04T15:17:30.085Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2022-03-04T15:17:30.085Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-03-04T15:17:30.085Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-03-04T15:17:30.345Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2022-03-04T15:17:31.728Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-03-04T15:17:31.728Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-03-04T15:17:32.299Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-03-04T15:17:32.581Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-03-04T15:17:32.814Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-03-04T15:17:32.814Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-04T15:17:32.814Z] === RUN TestDockerSuite/TestBuildBlankName [2022-03-04T15:17:32.814Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-03-04T15:17:33.151Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2022-03-04T15:17:33.410Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-03-04T15:17:33.410Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-03-04T15:17:33.976Z] === RUN TestDockerSuite/TestRunEnvironment [2022-03-04T15:17:34.545Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-03-04T15:17:34.805Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-03-04T15:17:35.372Z] === RUN TestDockerSuite/TestRunExitCode [2022-03-04T15:17:35.631Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-03-04T15:17:35.924Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2022-03-04T15:17:35.924Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-04T15:17:35.924Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2022-03-04T15:17:35.924Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-04T15:17:35.924Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2022-03-04T15:17:35.924Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-04T15:17:35.924Z] === RUN TestDockerSuite/TestAttachDisconnect [2022-03-04T15:17:35.924Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-04T15:17:35.924Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2022-03-04T15:17:36.198Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-03-04T15:17:36.457Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-03-04T15:17:37.025Z] === RUN TestDockerSuite/TestRunExposePort [2022-03-04T15:17:37.025Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-03-04T15:17:37.961Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-03-04T15:17:38.145Z] === RUN TestDockerSuite/TestAttachPausedContainer [2022-03-04T15:17:38.145Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-04T15:17:38.145Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2022-03-04T15:17:38.145Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-04T15:17:38.145Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2022-03-04T15:17:38.220Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-03-04T15:17:38.711Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-03-04T15:17:38.711Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-04T15:17:39.156Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-03-04T15:17:39.415Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-04T15:17:39.415Z] docker_cli_run_test.go:4119: unmatched requirement DaemonIsWindows [2022-03-04T15:17:39.415Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-03-04T15:17:39.695Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-03-04T15:17:41.317Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-03-04T15:17:41.885Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-03-04T15:17:44.017Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2022-03-04T15:17:44.441Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-03-04T15:17:53.096Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-03-04T15:17:54.087Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2022-03-04T15:17:54.087Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-03-04T15:17:54.087Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2022-03-04T15:17:54.087Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2022-03-04T15:17:54.087Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-03-04T15:17:54.087Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-03-04T15:17:54.656Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-03-04T15:17:56.561Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-03-04T15:17:57.496Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-03-04T15:17:58.432Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-03-04T15:18:00.247Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-03-04T15:18:00.247Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-04T15:18:00.247Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-03-04T15:18:03.718Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2022-03-04T15:18:03.719Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-03-04T15:18:04.286Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-03-04T15:18:04.545Z] === RUN TestDockerSuite/TestRunModeHostname [2022-03-04T15:18:04.996Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-03-04T15:18:04.996Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-04T15:18:04.996Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-03-04T15:18:04.996Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-04T15:18:04.996Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-03-04T15:18:05.923Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-03-04T15:18:05.923Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-03-04T15:18:06.182Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-03-04T15:18:07.120Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-03-04T15:18:08.056Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-03-04T15:18:08.992Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-03-04T15:18:08.992Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-03-04T15:18:09.254Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-03-04T15:18:10.192Z] === RUN TestDockerSuite/TestRunMount [2022-03-04T15:18:12.143Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-03-04T15:18:12.143Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-04T15:18:12.143Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-03-04T15:18:12.143Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-03-04T15:18:12.143Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-04T15:18:12.143Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-03-04T15:18:12.143Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-04T15:18:12.143Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-03-04T15:18:14.383Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-03-04T15:18:14.950Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-03-04T15:18:15.519Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-03-04T15:18:16.454Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-03-04T15:18:17.830Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-03-04T15:18:20.364Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-03-04T15:18:21.743Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-03-04T15:18:23.647Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-03-04T15:18:24.596Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-03-04T15:18:25.539Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-03-04T15:18:25.798Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-03-04T15:18:26.367Z] === RUN TestDockerSuite/TestRunNetHost [2022-03-04T15:18:27.301Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2022-03-04T15:18:27.301Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-03-04T15:18:27.868Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-03-04T15:18:28.436Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-03-04T15:18:30.345Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-03-04T15:18:32.250Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2022-03-04T15:18:32.250Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-03-04T15:18:34.786Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2022-03-04T15:18:35.353Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-03-04T15:18:35.920Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-03-04T15:18:35.920Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2022-03-04T15:18:36.488Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-03-04T15:18:36.750Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-03-04T15:18:37.318Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-03-04T15:18:37.419Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-03-04T15:18:37.576Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2022-03-04T15:18:37.835Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-03-04T15:18:37.835Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-03-04T15:18:38.402Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-03-04T15:18:38.404Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-03-04T15:18:38.404Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-04T15:18:38.836Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-03-04T15:18:38.836Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-04T15:18:38.836Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-03-04T15:18:39.389Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-03-04T15:18:39.389Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-04T15:18:39.389Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-03-04T15:18:40.305Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2022-03-04T15:18:40.952Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-03-04T15:18:40.952Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-04T15:18:40.952Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-03-04T15:18:42.625Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-03-04T15:18:42.625Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-03-04T15:18:42.838Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2022-03-04T15:18:44.213Z] === RUN TestDockerSuite/TestRunOOMExitCode [2022-03-04T15:18:44.213Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2022-03-04T15:18:44.213Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-03-04T15:18:44.783Z] === RUN TestDockerSuite/TestRunPIDsLimit [2022-03-04T15:18:45.043Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2022-03-04T15:18:45.302Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-03-04T15:18:45.703Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-03-04T15:18:46.277Z] === RUN TestDockerSuite/TestRunPortInUse [2022-03-04T15:18:46.689Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-03-04T15:18:46.689Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-04T15:18:46.689Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-03-04T15:18:46.689Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-04T15:18:46.689Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-03-04T15:18:47.213Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2022-03-04T15:18:47.399Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-03-04T15:18:47.780Z] docker_cli_run_unix_test.go:1407: out: "a *:* rwm\n" [2022-03-04T15:18:47.781Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-03-04T15:18:48.251Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-03-04T15:18:48.347Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-03-04T15:18:48.963Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-03-04T15:18:48.963Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-04T15:18:48.963Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-03-04T15:18:48.963Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-04T15:18:48.963Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-03-04T15:18:48.963Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-04T15:18:48.963Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-03-04T15:18:48.963Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-03-04T15:18:49.235Z] === RUN TestDockerSuite/TestBuildCmd [2022-03-04T15:18:49.282Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-03-04T15:18:49.282Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2022-03-04T15:18:49.541Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-03-04T15:18:49.702Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-03-04T15:18:49.951Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-03-04T15:18:50.110Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-04T15:18:50.110Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2022-03-04T15:18:50.110Z] === RUN TestDockerSuite/TestRunPublishPort [2022-03-04T15:18:50.170Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-03-04T15:18:50.637Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-03-04T15:18:50.677Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-03-04T15:18:51.246Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-03-04T15:18:51.246Z] docker_cli_run_test.go:2837: kernel doesn't have latency_stats configured [2022-03-04T15:18:51.246Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-03-04T15:18:51.815Z] === RUN TestDockerSuite/TestRunRedirectStdout [2022-03-04T15:18:53.192Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-03-04T15:18:53.192Z] docker_cli_run_test.go:1425: Unstable test, to be re-activated once #19937 is resolved [2022-03-04T15:18:53.192Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-03-04T15:18:53.451Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2022-03-04T15:18:53.750Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-03-04T15:18:55.969Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-03-04T15:18:55.969Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-04T15:18:55.969Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-03-04T15:18:55.969Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-04T15:18:55.969Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-03-04T15:18:55.969Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-03-04T15:18:55.987Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-03-04T15:18:56.493Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-03-04T15:18:56.554Z] === RUN TestDockerSuite/TestRunRm [2022-03-04T15:18:57.121Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-03-04T15:18:58.702Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-03-04T15:18:58.702Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-04T15:18:58.702Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-03-04T15:18:59.686Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-03-04T15:18:59.686Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-04T15:18:59.686Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-03-04T15:18:59.759Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-03-04T15:19:00.158Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-03-04T15:19:01.307Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-03-04T15:19:01.307Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-03-04T15:19:01.307Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2022-03-04T15:19:02.375Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-03-04T15:19:02.684Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2022-03-04T15:19:02.842Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-03-04T15:19:03.251Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2022-03-04T15:19:03.309Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-03-04T15:19:03.309Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-04T15:19:03.310Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-03-04T15:19:04.294Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-03-04T15:19:05.155Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2022-03-04T15:19:05.279Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-03-04T15:19:05.279Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-04T15:19:05.279Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-03-04T15:19:05.279Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-04T15:19:05.279Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-03-04T15:19:07.689Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2022-03-04T15:19:08.286Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2022-03-04T15:19:08.547Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2022-03-04T15:19:09.114Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2022-03-04T15:19:09.373Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2022-03-04T15:19:09.942Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2022-03-04T15:19:10.201Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2022-03-04T15:19:10.768Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-03-04T15:19:11.088Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-03-04T15:19:11.336Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-03-04T15:19:11.596Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-03-04T15:19:14.128Z] === RUN TestDockerSuite/TestRunState [2022-03-04T15:19:14.711Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-03-04T15:19:15.066Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-03-04T15:19:15.326Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-03-04T15:19:15.893Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-03-04T15:19:16.153Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2022-03-04T15:19:16.153Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2022-03-04T15:19:16.153Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-03-04T15:19:16.413Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-03-04T15:19:16.981Z] === RUN TestDockerSuite/TestRunSysctls [2022-03-04T15:19:17.550Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2022-03-04T15:19:18.118Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-03-04T15:19:18.118Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-03-04T15:19:18.118Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-03-04T15:19:18.686Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2022-03-04T15:19:20.593Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2022-03-04T15:19:20.596Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-03-04T15:19:21.067Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-03-04T15:19:21.067Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-04T15:19:21.067Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-03-04T15:19:21.161Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2022-03-04T15:19:22.537Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2022-03-04T15:19:24.860Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-03-04T15:19:25.073Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-03-04T15:19:25.488Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2022-03-04T15:19:25.488Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-04T15:19:25.488Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2022-03-04T15:19:26.010Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2022-03-04T15:19:27.075Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-03-04T15:19:27.915Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-03-04T15:19:28.494Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-03-04T15:19:29.064Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-03-04T15:19:29.633Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2022-03-04T15:19:29.633Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-03-04T15:19:30.167Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2022-03-04T15:19:30.167Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2022-03-04T15:19:31.011Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-03-04T15:19:32.389Z] === RUN TestDockerSuite/TestRunUserByID [2022-03-04T15:19:32.647Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-03-04T15:19:32.647Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-03-04T15:19:32.906Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-03-04T15:19:32.963Z] === RUN TestDockerSuite/TestBuildAddScript [2022-03-04T15:19:32.963Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-04T15:19:32.963Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-03-04T15:19:32.963Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-04T15:19:32.963Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-03-04T15:19:32.963Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-04T15:19:32.963Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-03-04T15:19:32.963Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-04T15:19:32.963Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-03-04T15:19:33.472Z] === RUN TestDockerSuite/TestRunUserByName [2022-03-04T15:19:33.731Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-03-04T15:19:33.888Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2022-03-04T15:19:33.949Z] === RUN TestDockerSuite/TestBuildAddTar [2022-03-04T15:19:34.302Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2022-03-04T15:19:34.302Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2022-03-04T15:19:34.302Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-03-04T15:19:34.302Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-03-04T15:19:34.852Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2022-03-04T15:19:34.852Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-04T15:19:34.852Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2022-03-04T15:19:34.852Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-04T15:19:34.852Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2022-03-04T15:19:34.852Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-04T15:19:34.852Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2022-03-04T15:19:34.852Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2022-03-04T15:19:34.871Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-03-04T15:19:35.816Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2022-03-04T15:19:37.405Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-03-04T15:19:37.664Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-03-04T15:19:38.599Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-03-04T15:19:38.711Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2022-03-04T15:19:39.975Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-03-04T15:19:40.243Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2022-03-04T15:19:40.243Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-04T15:19:40.243Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2022-03-04T15:19:40.243Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-04T15:19:40.243Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2022-03-04T15:19:40.542Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-03-04T15:19:40.699Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2022-03-04T15:19:41.919Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-03-04T15:19:42.487Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2022-03-04T15:19:43.595Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2022-03-04T15:19:43.864Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-03-04T15:19:44.125Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-03-04T15:19:44.125Z] docker_cli_run_test.go:4072: unmatched requirement DaemonIsWindows [2022-03-04T15:19:44.125Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-03-04T15:19:44.125Z] docker_cli_run_test.go:4092: unmatched requirement DaemonIsWindows [2022-03-04T15:19:44.125Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-03-04T15:19:44.125Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsWindows [2022-03-04T15:19:44.125Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-03-04T15:19:44.384Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2022-03-04T15:19:44.384Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2022-03-04T15:19:44.384Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2022-03-04T15:19:45.325Z] === RUN TestDockerSuite/TestRunWithCPUShares [2022-03-04T15:19:45.325Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2022-03-04T15:19:45.584Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2022-03-04T15:19:46.725Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-03-04T15:19:46.725Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-03-04T15:19:46.725Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-03-04T15:19:46.962Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2022-03-04T15:19:47.529Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2022-03-04T15:19:48.097Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-03-04T15:19:48.381Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2022-03-04T15:19:48.381Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2022-03-04T15:19:48.890Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-03-04T15:19:48.890Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-04T15:19:48.890Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-03-04T15:19:48.890Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-04T15:19:48.952Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2022-03-04T15:19:48.952Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2022-03-04T15:19:48.952Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2022-03-04T15:19:48.952Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-03-04T15:19:48.952Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2022-03-04T15:19:48.952Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-03-04T15:19:48.952Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2022-03-04T15:19:48.952Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-03-04T15:19:48.952Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2022-03-04T15:19:48.952Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-03-04T15:19:48.952Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2022-03-04T15:19:48.952Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2022-03-04T15:19:48.952Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2022-03-04T15:19:48.952Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-03-04T15:19:48.952Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2022-03-04T15:19:49.346Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-03-04T15:19:49.346Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-04T15:19:49.346Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-03-04T15:19:49.520Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2022-03-04T15:19:49.801Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-03-04T15:19:49.801Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-04T15:19:49.801Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-03-04T15:19:50.089Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2022-03-04T15:19:50.089Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2022-03-04T15:19:50.656Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-03-04T15:19:50.656Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-03-04T15:19:50.916Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2022-03-04T15:19:51.174Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-03-04T15:19:51.175Z] === RUN TestDockerSuite/TestRunWithShmSize [2022-03-04T15:19:51.743Z] === RUN TestDockerSuite/TestRunWithSwappiness [2022-03-04T15:19:52.310Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2022-03-04T15:19:52.310Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-03-04T15:19:52.310Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-03-04T15:19:53.247Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-03-04T15:19:53.813Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2022-03-04T15:19:53.954Z] === RUN TestDockerSuite/TestBuildAddNonTar [2022-03-04T15:19:54.073Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2022-03-04T15:19:54.640Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2022-03-04T15:19:54.640Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2022-03-04T15:19:54.640Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-03-04T15:19:54.899Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-03-04T15:19:55.157Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-03-04T15:19:56.534Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-03-04T15:19:56.794Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2022-03-04T15:19:56.794Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-03-04T15:19:57.679Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2022-03-04T15:19:58.700Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-03-04T15:19:59.210Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2022-03-04T15:19:59.210Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-04T15:19:59.210Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2022-03-04T15:19:59.267Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-03-04T15:19:59.267Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-03-04T15:19:59.267Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-03-04T15:20:00.204Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2022-03-04T15:20:00.204Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2022-03-04T15:20:01.141Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2022-03-04T15:20:02.076Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-03-04T15:20:02.076Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-03-04T15:20:02.102Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2022-03-04T15:20:02.335Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2022-03-04T15:20:03.273Z] === RUN TestDockerSuite/TestSaveImageId [2022-03-04T15:20:03.273Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-03-04T15:20:03.634Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2022-03-04T15:20:03.841Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-03-04T15:20:05.746Z] docker_cli_save_load_test.go:364: tmpdir /tmp/save-load-parents595121028 [2022-03-04T15:20:05.746Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2022-03-04T15:20:05.746Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-03-04T15:20:06.005Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-03-04T15:20:06.941Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-03-04T15:20:07.200Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-03-04T15:20:07.200Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-03-04T15:20:09.110Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-03-04T15:20:10.046Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-03-04T15:20:10.614Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-03-04T15:20:10.614Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-03-04T15:20:10.614Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-03-04T15:20:10.872Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-03-04T15:20:11.439Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-03-04T15:20:11.439Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-03-04T15:20:11.697Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2022-03-04T15:20:11.956Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-03-04T15:20:12.893Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-03-04T15:20:13.463Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-03-04T15:20:13.942Z] === RUN TestDockerSuite/TestBuildAddScript [2022-03-04T15:20:13.942Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-04T15:20:13.942Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2022-03-04T15:20:13.942Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-04T15:20:13.942Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2022-03-04T15:20:13.942Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-04T15:20:13.942Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2022-03-04T15:20:13.942Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-04T15:20:13.942Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2022-03-04T15:20:13.942Z] === RUN TestDockerSuite/TestBuildAddTar [2022-03-04T15:20:14.914Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-03-04T15:20:14.914Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-03-04T15:20:14.914Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-04T15:20:14.914Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-03-04T15:20:16.663Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-03-04T15:20:16.663Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-04T15:20:16.663Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-03-04T15:20:16.663Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-04T15:20:16.663Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-03-04T15:20:16.752Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2022-03-04T15:20:18.653Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-03-04T15:20:20.556Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-03-04T15:20:20.816Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-03-04T15:20:21.754Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-03-04T15:20:24.287Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-03-04T15:20:25.664Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-03-04T15:20:26.232Z] === RUN TestDockerSuite/TestStartRecordError [2022-03-04T15:20:27.168Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-03-04T15:20:28.543Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-03-04T15:20:29.937Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-03-04T15:20:29.937Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2022-03-04T15:20:32.471Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-03-04T15:20:32.471Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2022-03-04T15:20:32.549Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-03-04T15:20:32.549Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-03-04T15:20:32.549Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-03-04T15:20:35.759Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2022-03-04T15:20:36.266Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-03-04T15:20:36.327Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-03-04T15:20:38.858Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2022-03-04T15:20:39.155Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-03-04T15:20:39.426Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-03-04T15:20:41.955Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-03-04T15:20:41.955Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-04T15:20:41.955Z] === RUN TestDockerSuite/TestBuildBlankName [2022-03-04T15:20:41.955Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-03-04T15:20:42.044Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-03-04T15:20:43.614Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2022-03-04T15:20:44.182Z] === RUN TestDockerSuite/TestStatsNoStream [2022-03-04T15:20:46.085Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2022-03-04T15:20:46.651Z] === RUN TestDockerSuite/TestStopContainerSignal [2022-03-04T15:20:48.556Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-03-04T15:20:48.556Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-03-04T15:20:49.124Z] === RUN TestDockerSuite/TestTopPrivileged [2022-03-04T15:20:49.690Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-03-04T15:20:49.690Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-03-04T15:20:49.690Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-03-04T15:20:50.257Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-03-04T15:20:50.622Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-03-04T15:20:50.622Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-04T15:20:51.608Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-03-04T15:20:52.793Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-03-04T15:20:55.338Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2022-03-04T15:20:55.906Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2022-03-04T15:20:56.165Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2022-03-04T15:20:56.165Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-03-04T15:20:56.165Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2022-03-04T15:20:56.165Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-03-04T15:20:56.423Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2022-03-04T15:20:57.360Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2022-03-04T15:20:57.927Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2022-03-04T15:20:58.496Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2022-03-04T15:20:58.496Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2022-03-04T15:20:58.767Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-03-04T15:20:59.431Z] === RUN TestDockerSuite/TestUpdateStats [2022-03-04T15:21:03.620Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2022-03-04T15:21:03.879Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2022-03-04T15:21:03.879Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-03-04T15:21:03.879Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2022-03-04T15:21:04.447Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2022-03-04T15:21:04.624Z] === RUN TestDockerSuite/TestBuildAddTarXz [2022-03-04T15:21:04.624Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-04T15:21:04.624Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2022-03-04T15:21:04.624Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-04T15:21:04.624Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2022-03-04T15:21:05.012Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-03-04T15:21:07.546Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2022-03-04T15:21:09.452Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2022-03-04T15:21:11.264Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-03-04T15:21:11.355Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2022-03-04T15:21:11.613Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2022-03-04T15:21:13.517Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-03-04T15:21:13.775Z] docker_cli_service_logs_test.go:246: checking task 7cc4ns7i14h9 [2022-03-04T15:21:13.775Z] docker_cli_service_logs_test.go:251: checking messages for 7cc4ns7i14h9 [2022-03-04T15:21:13.775Z] docker_cli_service_logs_test.go:246: checking task xiku77ipoff8 [2022-03-04T15:21:13.775Z] docker_cli_service_logs_test.go:251: checking messages for xiku77ipoff8 [2022-03-04T15:21:15.679Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-03-04T15:21:18.234Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2022-03-04T15:21:19.625Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2022-03-04T15:21:21.001Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2022-03-04T15:21:21.572Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2022-03-04T15:21:21.687Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-03-04T15:21:21.687Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-04T15:21:21.687Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-03-04T15:21:22.454Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2022-03-04T15:21:22.454Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-04T15:21:22.454Z] === RUN TestDockerSuite/TestBuildBlankName [2022-03-04T15:21:22.454Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2022-03-04T15:21:22.506Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2022-03-04T15:21:23.887Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2022-03-04T15:21:24.456Z] === RUN TestDockerSwarmSuite/TestServiceScale [2022-03-04T15:21:25.392Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2022-03-04T15:21:27.297Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2022-03-04T15:21:27.297Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2022-03-04T15:21:27.561Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-03-04T15:21:27.561Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-04T15:21:27.561Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-03-04T15:21:27.561Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-04T15:21:27.561Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-03-04T15:21:28.676Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2022-03-04T15:21:29.626Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2022-03-04T15:21:29.626Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-04T15:21:30.054Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-03-04T15:21:30.099Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2022-03-04T15:21:32.809Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-03-04T15:21:34.722Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-03-04T15:21:34.722Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-04T15:21:34.722Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-03-04T15:21:34.860Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2022-03-04T15:21:35.713Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-03-04T15:21:35.713Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-04T15:21:35.713Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-03-04T15:21:35.713Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-04T15:21:35.713Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-03-04T15:21:35.756Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-03-04T15:21:35.756Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-04T15:21:35.756Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-03-04T15:21:43.529Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2022-03-04T15:21:44.931Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2022-03-04T15:21:45.190Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-03-04T15:21:45.190Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-03-04T15:21:45.190Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-03-04T15:21:45.759Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-03-04T15:21:45.759Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-03-04T15:21:46.017Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-03-04T15:21:46.017Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-03-04T15:21:46.584Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-03-04T15:21:46.584Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-03-04T15:21:46.843Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2022-03-04T15:21:47.411Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-03-04T15:21:47.411Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-03-04T15:21:47.411Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-03-04T15:21:47.411Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-03-04T15:21:47.411Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-03-04T15:21:49.329Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-03-04T15:21:49.329Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-03-04T15:21:49.329Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-03-04T15:21:49.329Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-03-04T15:21:49.329Z] === RUN TestDockerSuite/TestVolumeEvents [2022-03-04T15:21:49.588Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2022-03-04T15:21:50.697Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2022-03-04T15:21:50.697Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-04T15:21:50.697Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2022-03-04T15:21:51.489Z] docker_cli_swarm_test.go:1895: [df4458cd307fd] joining swarm manager [d1b47d4c98a80]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T15:21:52.867Z] docker_cli_swarm_test.go:1896: [da343a48b9601] joining swarm manager [d1b47d4c98a80]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-04T15:21:54.493Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2022-03-04T15:21:54.493Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-04T15:21:54.493Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2022-03-04T15:21:54.493Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-04T15:21:54.493Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2022-03-04T15:21:54.767Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-03-04T15:21:56.145Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-03-04T15:21:56.145Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-03-04T15:21:56.404Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-03-04T15:21:58.307Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-03-04T15:22:00.213Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-03-04T15:22:00.213Z] docker_cli_run_test.go:4414: unmatched requirement DaemonIsWindows [2022-03-04T15:22:00.213Z] --- PASS: TestDockerSuite (1282.42s) [2022-03-04T15:22:00.213Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.00s) [2022-03-04T15:22:00.213Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.04s) [2022-03-04T15:22:00.213Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-03-04T15:22:00.213Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s) [2022-03-04T15:22:00.213Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2022-03-04T15:22:00.213Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2022-03-04T15:22:00.213Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-03-04T15:22:00.213Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (3.47s) [2022-03-04T15:22:00.213Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.17s) [2022-03-04T15:22:00.213Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.58s) [2022-03-04T15:22:00.213Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.02s) [2022-03-04T15:22:00.213Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.60s) [2022-03-04T15:22:00.213Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.16s) [2022-03-04T15:22:00.213Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.00s) [2022-03-04T15:22:00.213Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.38s) [2022-03-04T15:22:00.213Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.35s) [2022-03-04T15:22:00.213Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2022-03-04T15:22:00.213Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.00s) [2022-03-04T15:22:00.213Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.08s) [2022-03-04T15:22:00.213Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.98s) [2022-03-04T15:22:00.213Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.20s) [2022-03-04T15:22:00.213Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2022-03-04T15:22:00.213Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2022-03-04T15:22:00.213Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (7.13s) [2022-03-04T15:22:00.213Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (1.71s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.08s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.03s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.73s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.77s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.71s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.59s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.02s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.83s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestAttachDetach (1.01s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.90s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.70s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.81s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.76s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.06s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.46s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.75s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.12s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.00s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (0.89s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.58s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (15.52s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.63s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.44s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.25s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.79s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (1.93s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.55s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.77s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (5.47s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (2.49s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.12s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.23s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (2.71s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (0.91s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.61s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.29s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.88s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.13s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.32s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildAddScript (2.81s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (6.77s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.12s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.80s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.43s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildAddTar (6.38s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.30s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.20s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.83s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (5.70s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.30s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.75s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.41s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.17s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (1.62s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (1.47s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.22s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.17s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (2.70s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (13.12s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.40s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.35s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.34s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (1.92s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.11s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (4.76s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.16s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.16s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.54s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.57s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (4.87s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.20s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.86s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.10s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (5.62s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (1.73s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.67s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.37s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildCmd (0.20s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.28s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.23s) [2022-03-04T15:22:00.214Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.02s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (4.29s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.71s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.80s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.28s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.65s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.44s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.25s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (11.69s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.97s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.48s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.14s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (2.69s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.04s) [2022-03-04T15:22:00.214Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2022-03-04T15:22:00.214Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2022-03-04T15:22:00.214Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-03-04T15:22:00.214Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (2.79s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (3.64s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.53s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.23s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (3.87s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (3.57s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.52s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (0.92s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (2.88s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.62s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.03s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.20s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.13s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.11s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildDockerignore (8.49s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.50s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.06s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (10.82s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.34s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.03s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.56s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.20s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.02s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (5.71s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (1.83s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.15s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (15.26s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.24s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.30s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.36s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.37s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.70s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.19s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.44s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.45s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.13s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.59s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.78s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildEnv (1.27s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.17s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.12s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (6.24s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (20.55s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.01s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (8.42s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.70s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.45s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.45s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.09s) [2022-03-04T15:22:00.214Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.28s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (9.12s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildExpose (0.45s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (1.05s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.49s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.34s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildFails (0.82s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.08s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.03s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.82s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.39s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.55s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.58s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.05s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.06s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (1.06s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.32s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.71s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.66s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.29s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildHistory (3.70s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.44s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.64s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.65s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.63s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.05s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (1.06s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildLabel (0.68s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.58s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.51s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.26s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildLabels (0.42s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.11s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.45s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.79s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildLineBreak (3.30s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.14s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.12s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.12s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.13s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.30s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.66s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.21s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.58s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.40s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.35s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (6.84s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.16s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.70s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.75s) [2022-03-04T15:22:00.214Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.41s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.32s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.41s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.28s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.42s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.46s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.71s) [2022-03-04T15:22:00.214Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.63s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.34s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.35s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.05s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.24s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.24s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.60s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.59s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.38s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (1.61s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (0.85s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.79s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (0.89s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.09s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.38s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.30s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildPATH (1.51s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.59s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.68s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (6.09s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (2.83s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.67s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildRm (2.88s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.04s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.12s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.40s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.47s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.85s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.02s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.84s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (3.05s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.14s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.27s) [2022-03-04T15:22:00.215Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.36s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.69s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.11s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildStderr (0.72s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (2.92s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.80s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.77s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.37s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.73s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.34s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildUser (1.51s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.35s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (10.94s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.58s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.21s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.15s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (1.22s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.56s) [2022-03-04T15:22:00.215Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-03-04T15:22:00.215Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-03-04T15:22:00.215Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-03-04T15:22:00.215Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.88s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.11s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.93s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.57s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.58s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.07s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (1.82s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.19s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.63s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.25s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.38s) [2022-03-04T15:22:00.215Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.51s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.34s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-03-04T15:22:00.215Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.43s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.56s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestCommitChange (0.63s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.55s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.15s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.22s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.62s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestCommitTTY (1.14s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.77s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (0.93s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.56s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.08s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.00s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.03s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainerAPICommit (0.98s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (0.93s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.00s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.41s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.49s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.46s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.52s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.55s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.52s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.00s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.05s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.08s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.08s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.65s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.64s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.53s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.23s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.65s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.52s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.57s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.52s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.62s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.56s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.72s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.58s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.06s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.64s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.46s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.29s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.05s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.79s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.36s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.61s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.59s) [2022-03-04T15:22:00.215Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.01s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.07s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.60s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.59s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (0.76s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.29s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.51s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.47s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.98s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (19.00s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.38s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.30s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.40s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.51s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000e42a80_} (0.79s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-13830241152_/foo_false____} (1.57s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-13830241152_/foo_true____} (1.45s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-31722345180_/foo_false____} (0.67s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-31722345180_/foo_true____} (1.52s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-31722345180_/foo_true__0xc000e8d878__} (1.59s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000e42ab0_} (1.49s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000e42ae0_} (1.47s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000e42b10_} (0.68s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000e42b40_} (1.42s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.29s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.28s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.01s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.01s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.02s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.03s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.18s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.60s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (3.25s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.03s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.13s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.81s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.68s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.77s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.82s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.62s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.90s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.87s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.60s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.49s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.79s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.57s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.53s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.81s) [2022-03-04T15:22:00.215Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.07s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.64s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.53s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.51s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.52s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.64s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.47s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.56s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestCpToCaseA (0.85s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.46s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestCpToCaseC (1.64s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestCpToCaseD (3.53s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.58s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.60s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestCpToCaseG (3.09s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestCpToCaseH (1.83s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.51s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestCpToCaseJ (2.58s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.54s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestCpToDot (0.50s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.86s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (0.84s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestCpToStdout (0.49s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (0.96s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.18s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.61s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.06s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.07s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestCreateArgs (0.07s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.35s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.45s) [2022-03-04T15:22:00.216Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.43s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.21s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestCreateLabels (0.05s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.09s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestCreateRM (0.10s) [2022-03-04T15:22:00.216Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.05s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.11s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.32s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.06s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.47s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.07s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.11s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.04s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.04s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.47s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.06s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.52s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.25s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.31s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.63s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.86s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.11s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.97s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestDockerFails (0.02s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.02s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.04s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.87s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.52s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.00s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.16s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.33s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.80s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.97s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.49s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.80s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestEventsAttach (0.62s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestEventsCommit (0.87s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.56s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.47s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.48s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.68s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.05s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.51s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.22s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestEventsCopy (1.05s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.27s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.46s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.30s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.13s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.24s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.18s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.32s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.17s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestEventsFilters (1.38s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestEventsFormat (1.02s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.03s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.02s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.85s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.27s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.71s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.04s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.29s) [2022-03-04T15:22:00.216Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.01s) [2022-03-04T15:22:00.216Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestEventsPluginOps (2.03s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.72s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestEventsRename (0.69s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestEventsResize (0.55s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.50s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.62s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.49s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.70s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestEventsTop (0.69s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestEventsUntag (2.60s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (11.06s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestExec (0.53s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.54s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.49s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.46s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.59s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.60s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.78s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.78s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.67s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.50s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.75s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.08s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestExecCgroup (0.79s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestExecEnv (0.52s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (0.97s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.50s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestExecInspectID (2.55s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestExecInteractive (0.61s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.53s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.52s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestExecParseError (0.48s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.49s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.43s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (0.96s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.54s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestExecStartFails (0.54s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.69s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.50s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestExecTTY (0.53s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.54s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.49s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestExecUlimits (0.53s) [2022-03-04T15:22:00.216Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.22s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.51s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.90s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.60s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestExecWithUser (0.55s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.64s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.55s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.51s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.61s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.52s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.05s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestHealth (18.94s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.55s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.57s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.07s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.20s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.19s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.28s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.56s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.62s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.87s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.52s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.56s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestImportBadURL (0.02s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestImportDisplay (1.10s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestImportFile (1.05s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.02s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.07s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestImportGzipped (1.30s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.24s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.72s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.95s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.90s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.03s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.77s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.43s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.43s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.41s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.43s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.42s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.05s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.45s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.45s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.45s) [2022-03-04T15:22:00.216Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.64s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.47s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestInspectDefault (0.44s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestInspectHistory (0.53s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2022-03-04T15:22:00.216Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-04T15:22:00.216Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.42s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.45s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.06s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.46s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.50s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestInspectPlugin (2.13s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.01s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.49s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestInspectStatus (0.54s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (0.94s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.44s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.47s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.46s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.43s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.42s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.42s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.51s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (0.93s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestLinksEnvs (0.91s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.22s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.02s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.39s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.33s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.07s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.38s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.26s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.51s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (6.53s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.37s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.12s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.45s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.51s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.02s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.27s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.43s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.41s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.45s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.44s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.48s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.47s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.01s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.78s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.78s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.79s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.86s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.65s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (1.80s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.44s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.45s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestLogsSince (6.53s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.45s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.79s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestLogsTail (0.72s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.56s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.44s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.22s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.44s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestNetHostname (1.19s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.22s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestNetworkEvents (5.53s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.17s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.44s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestPluginActive (2.07s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (6.61s) [2022-03-04T15:22:00.217Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (1.21s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.91s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.87s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.46s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestPluginUpgrade (5.11s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.29s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.87s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestPortHostBinding (0.81s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestPortList (6.05s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (0.88s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.31s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.05s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.43s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.57s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.61s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.07s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.01s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (2.47s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.19s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.51s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.12s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestPsByOrder (1.92s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.65s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.06s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (2.91s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.07s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.32s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.46s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (0.95s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.34s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (0.88s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.92s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.90s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.74s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.10s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.19s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.57s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestPsRightTagName (2.13s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.58s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.46s) [2022-03-04T15:22:00.217Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.20s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.10s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.05s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.47s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (0.88s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (0.90s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.48s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (6.14s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.76s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.38s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.07s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.06s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.21s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (1.93s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (0.85s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (1.98s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.13s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRmiBlank (0.02s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.10s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.53s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (1.24s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.48s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.52s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.67s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.10s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.58s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRmiTag (0.15s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.45s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (2.66s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.52s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.65s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.27s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.91s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRunAddHost (0.44s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.22s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.50s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.42s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.06s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.49s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.78s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.76s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.88s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.28s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.74s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.59s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.60s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.44s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.60s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.63s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.76s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.40s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.43s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.44s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.02s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.48s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.69s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.46s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.55s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.53s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.47s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.45s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.80s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.73s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.74s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.03s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.67s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.03s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.95s) [2022-03-04T15:22:00.217Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.51s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.57s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.80s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.06s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.45s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (0.88s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.89s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.85s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.41s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.51s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.43s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.43s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.61s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (0.96s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (1.94s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.43s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.27s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.26s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.47s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.52s) [2022-03-04T15:22:00.218Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2022-03-04T15:22:00.218Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.45s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.11s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunDNSOptions (0.94s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.58s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.56s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.57s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.44s) [2022-03-04T15:22:00.218Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.43s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.22s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.04s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.45s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.45s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.46s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.44s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.42s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.44s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.45s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.43s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunExitCode (0.48s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.43s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.43s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.54s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.67s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.45s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (0.85s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.24s) [2022-03-04T15:22:00.218Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (1.92s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.47s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (10.93s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.57s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (0.87s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.01s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.01s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.45s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (1.78s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (0.96s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (0.96s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.47s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.35s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.55s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunModeHostname (1.16s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.04s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.25s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.08s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.84s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (0.95s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.18s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (0.95s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunMount (4.15s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.56s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.56s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.00s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.35s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.31s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.82s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.62s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.02s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.14s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.05s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.69s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunNetHost (0.95s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.52s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.61s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.70s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (2.08s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.24s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.37s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.16s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.61s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.10s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.63s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.51s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.07s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.52s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.56s) [2022-03-04T15:22:00.218Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.61s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.60s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.13s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.79s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.59s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.58s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.80s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.50s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.49s) [2022-03-04T15:22:00.218Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.47s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.58s) [2022-03-04T15:22:00.218Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.65s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.33s) [2022-03-04T15:22:00.218Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.50s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.03s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunRm (0.43s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.45s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.43s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.42s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.36s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.43s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.07s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (2.57s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.46s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.39s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.44s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.40s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.40s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.43s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.43s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.46s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.41s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.41s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunState (0.93s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.44s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.47s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.14s) [2022-03-04T15:22:00.218Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.41s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.65s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunSysctls (1.04s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.06s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.02s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.47s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.01s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.57s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.31s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.15s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.99s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.61s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.61s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.59s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.42s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.23s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunUserByID (0.44s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.13s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.13s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.47s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunUserByName (0.43s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.44s) [2022-03-04T15:22:00.218Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.14s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.44s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (2.46s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.45s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.66s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.37s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (0.88s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.33s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.65s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.59s) [2022-03-04T15:22:00.218Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2022-03-04T15:22:00.218Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-03-04T15:22:00.218Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.24s) [2022-03-04T15:22:00.218Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.75s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.51s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.03s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.66s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.80s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.02s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.55s) [2022-03-04T15:22:00.218Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2022-03-04T15:22:00.218Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-03-04T15:22:00.218Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-03-04T15:22:00.218Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-03-04T15:22:00.218Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-03-04T15:22:00.218Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.58s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.50s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.04s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.62s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.17s) [2022-03-04T15:22:00.218Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.52s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.55s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.49s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.04s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.73s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.10s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.47s) [2022-03-04T15:22:00.219Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.32s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.04s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.21s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.62s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.55s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.71s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.03s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (1.01s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.77s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.92s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.05s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.39s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.38s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestSaveLoadParents (2.03s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.07s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.12s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.11s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.03s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.73s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.29s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.41s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.09s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.08s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.53s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (1.99s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (0.64s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (0.69s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (0.66s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.19s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.68s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.62s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestStartAttachSilent (0.84s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.59s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.46s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.49s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestStartRecordError (1.08s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.07s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.28s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.68s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.08s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.76s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.55s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.45s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.44s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.51s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.47s) [2022-03-04T15:22:00.219Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.50s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.47s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.83s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.45s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.44s) [2022-03-04T15:22:00.219Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-03-04T15:22:00.219Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (0.90s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.60s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.66s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.08s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestUpdateStats (3.52s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.84s) [2022-03-04T15:22:00.219Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.66s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.54s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.22s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.18s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.17s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.79s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.21s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.49s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.30s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.31s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.85s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.86s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.31s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.59s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.70s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.45s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.56s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.05s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.49s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.11s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.08s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.64s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.65s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.08s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.69s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.13s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.42s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.32s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.06s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.65s) [2022-03-04T15:22:00.219Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.30s) [2022-03-04T15:22:00.219Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2022-03-04T15:22:00.219Z] === RUN TestDockerRegistrySuite [2022-03-04T15:22:00.219Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-03-04T15:22:00.367Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2022-03-04T15:22:00.367Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-04T15:22:00.367Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2022-03-04T15:22:00.837Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2022-03-04T15:22:00.837Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-04T15:22:00.837Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2022-03-04T15:22:00.837Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-04T15:22:00.837Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2022-03-04T15:22:01.596Z] check_test.go:195: [d7717ad8fe25e] daemon is not started [2022-03-04T15:22:01.596Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-03-04T15:22:02.531Z] check_test.go:195: [d1bc18979c33d] daemon is not started [2022-03-04T15:22:02.531Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-03-04T15:22:03.467Z] check_test.go:195: [d579ab24ebf18] daemon is not started [2022-03-04T15:22:03.467Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-03-04T15:22:03.726Z] check_test.go:195: [d1fc74ce95998] daemon is not started [2022-03-04T15:22:03.726Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-03-04T15:22:05.832Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-03-04T15:22:06.261Z] check_test.go:195: [d4f139976380a] daemon is not started [2022-03-04T15:22:06.261Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-03-04T15:22:09.547Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2022-03-04T15:22:10.483Z] check_test.go:195: [dae956939d959] daemon is not started [2022-03-04T15:22:10.483Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-03-04T15:22:10.585Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-03-04T15:22:10.585Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-04T15:22:11.053Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-03-04T15:22:11.053Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-04T15:22:12.039Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-03-04T15:22:13.605Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-03-04T15:22:13.605Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-04T15:22:13.605Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-03-04T15:22:13.788Z] check_test.go:195: [d1347a9350d26] daemon is not started [2022-03-04T15:22:13.789Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-03-04T15:22:14.356Z] check_test.go:195: [d40a7c0028baa] daemon is not started [2022-03-04T15:22:14.356Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-03-04T15:22:15.292Z] check_test.go:195: [d22b42d79e0db] daemon is not started [2022-03-04T15:22:15.292Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-03-04T15:22:16.228Z] check_test.go:195: [da38a39a7a3aa] daemon is not started [2022-03-04T15:22:16.228Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-03-04T15:22:17.165Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2022-03-04T15:22:17.165Z] check_test.go:195: [dc552f2010b8f] daemon is not started [2022-03-04T15:22:17.165Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-03-04T15:22:18.542Z] check_test.go:195: [de90a104fda62] daemon is not started [2022-03-04T15:22:18.542Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-03-04T15:22:19.479Z] check_test.go:195: [d699753f33fd1] daemon is not started [2022-03-04T15:22:19.479Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-03-04T15:22:19.479Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2022-03-04T15:22:19.481Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-03-04T15:22:20.415Z] check_test.go:195: [db7f229bec1ac] daemon is not started [2022-03-04T15:22:20.415Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-03-04T15:22:21.046Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-03-04T15:22:21.046Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-04T15:22:21.046Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-03-04T15:22:21.046Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-04T15:22:21.046Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-03-04T15:22:21.793Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:cdbb5583b5a66dd50dde796c4d79e97e719573314710976eaca6c29c8122dc37 [2022-03-04T15:22:22.362Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:9e36212d36f187f585d11b8ac6b684966e857ab43c8c757f5bab0edb63d36fc6 [2022-03-04T15:22:22.621Z] check_test.go:195: [da99244a5d439] daemon is not started [2022-03-04T15:22:22.621Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-03-04T15:22:23.264Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-03-04T15:22:23.556Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:1f788785d694d31811821144670fb2360766414ef01f1e6451d101bccdba3f80 [2022-03-04T15:22:24.125Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:c64925d7d2bcacf4508c66c2f24580870498b371a5b47c9b0042e9680f8a4533 [2022-03-04T15:22:24.252Z] === RUN TestDockerSuite/TestBuildCmd [2022-03-04T15:22:24.384Z] check_test.go:195: [d5005014f4489] daemon is not started [2022-03-04T15:22:24.384Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-03-04T15:22:25.239Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-03-04T15:22:25.321Z] check_test.go:195: [d0302382c6578] daemon is not started [2022-03-04T15:22:25.321Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-03-04T15:22:25.706Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-03-04T15:22:26.698Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-03-04T15:22:27.223Z] check_test.go:195: [d5fcb8fa54c9d] daemon is not started [2022-03-04T15:22:27.223Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-03-04T15:22:28.158Z] check_test.go:195: [d50309b2eed69] daemon is not started [2022-03-04T15:22:28.158Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-03-04T15:22:28.418Z] check_test.go:195: [dcbca8eb4df81] daemon is not started [2022-03-04T15:22:28.418Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-03-04T15:22:29.354Z] check_test.go:195: [d275f3ce2a006] daemon is not started [2022-03-04T15:22:29.354Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-03-04T15:22:30.291Z] check_test.go:195: [d42af5ff38f4c] daemon is not started [2022-03-04T15:22:30.291Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-03-04T15:22:31.225Z] check_test.go:195: [d0e044959281b] daemon is not started [2022-03-04T15:22:31.225Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-03-04T15:22:33.768Z] check_test.go:195: [d00772554b111] daemon is not started [2022-03-04T15:22:33.768Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-03-04T15:22:33.768Z] check_test.go:195: [d3e3c99b79107] daemon is not started [2022-03-04T15:22:33.768Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-03-04T15:22:33.857Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-03-04T15:22:34.704Z] check_test.go:195: [d2b31765ee4fd] daemon is not started [2022-03-04T15:22:34.704Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-03-04T15:22:34.963Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2022-03-04T15:22:35.221Z] check_test.go:195: [d27f2945f55a2] daemon is not started [2022-03-04T15:22:35.221Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-03-04T15:22:35.221Z] check_test.go:195: [d26476637267d] daemon is not started [2022-03-04T15:22:35.221Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-03-04T15:22:35.788Z] check_test.go:195: [d561109f2f9f6] daemon is not started [2022-03-04T15:22:35.788Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-03-04T15:22:36.047Z] check_test.go:195: [d36aebed0c74c] daemon is not started [2022-03-04T15:22:36.047Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-03-04T15:22:36.306Z] check_test.go:195: [d86efae3939b5] daemon is not started [2022-03-04T15:22:36.306Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-03-04T15:22:36.306Z] check_test.go:195: [dba4ce3413f1f] daemon is not started [2022-03-04T15:22:36.306Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-03-04T15:22:36.355Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-03-04T15:22:36.355Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-03-04T15:22:36.355Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-03-04T15:22:36.685Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2022-03-04T15:22:36.823Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-03-04T15:22:36.824Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-04T15:22:36.824Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-03-04T15:22:37.243Z] docker_cli_swarm_test.go:1796: [d862b7da2d5bd] joining swarm manager [d38f3a1d1babd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T15:22:37.502Z] check_test.go:195: [d1354536af6a3] daemon is not started [2022-03-04T15:22:37.502Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-03-04T15:22:38.389Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-03-04T15:22:38.389Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-04T15:22:38.389Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-03-04T15:22:38.438Z] docker_cli_swarm_test.go:1797: [d6e5b654aa216] joining swarm manager [d38f3a1d1babd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-04T15:22:38.853Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2022-03-04T15:22:38.853Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-04T15:22:38.859Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-03-04T15:22:39.374Z] check_test.go:195: [d0dfcd1315279] daemon is not started [2022-03-04T15:22:39.374Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-03-04T15:22:39.818Z] === RUN TestDockerSuite/TestBuildCacheAdd [2022-03-04T15:22:39.818Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-04T15:22:39.818Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2022-03-04T15:22:39.941Z] check_test.go:195: [d7927fd57eb19] daemon is not started [2022-03-04T15:22:39.941Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-03-04T15:22:40.876Z] check_test.go:195: [de0d859432529] daemon is not started [2022-03-04T15:22:40.876Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-03-04T15:22:41.348Z] === RUN TestDockerSuite/TestBuildCacheFrom [2022-03-04T15:22:41.348Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-04T15:22:41.348Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2022-03-04T15:22:41.810Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-03-04T15:22:42.648Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-03-04T15:22:42.745Z] --- PASS: TestDockerRegistrySuite (42.39s) [2022-03-04T15:22:42.745Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.12s) [2022-03-04T15:22:42.745Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.96s) [2022-03-04T15:22:42.745Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.21s) [2022-03-04T15:22:42.745Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.15s) [2022-03-04T15:22:42.745Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.57s) [2022-03-04T15:22:42.745Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.19s) [2022-03-04T15:22:42.745Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.92s) [2022-03-04T15:22:42.745Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (0.97s) [2022-03-04T15:22:42.745Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.82s) [2022-03-04T15:22:42.745Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.95s) [2022-03-04T15:22:42.745Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.20s) [2022-03-04T15:22:42.745Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.06s) [2022-03-04T15:22:42.745Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.08s) [2022-03-04T15:22:42.745Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.05s) [2022-03-04T15:22:42.745Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.10s) [2022-03-04T15:22:42.745Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.78s) [2022-03-04T15:22:42.745Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.95s) [2022-03-04T15:22:42.745Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (1.96s) [2022-03-04T15:22:42.745Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.96s) [2022-03-04T15:22:42.745Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.16s) [2022-03-04T15:22:42.745Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.95s) [2022-03-04T15:22:42.745Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.82s) [2022-03-04T15:22:42.745Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.83s) [2022-03-04T15:22:42.745Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.30s) [2022-03-04T15:22:42.745Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.38s) [2022-03-04T15:22:42.745Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.07s) [2022-03-04T15:22:42.745Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.45s) [2022-03-04T15:22:42.745Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2022-03-04T15:22:42.745Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.36s) [2022-03-04T15:22:42.745Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.25s) [2022-03-04T15:22:42.745Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.33s) [2022-03-04T15:22:42.745Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.14s) [2022-03-04T15:22:42.745Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.21s) [2022-03-04T15:22:42.745Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.58s) [2022-03-04T15:22:42.745Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.79s) [2022-03-04T15:22:42.745Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (0.97s) [2022-03-04T15:22:42.745Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.91s) [2022-03-04T15:22:42.745Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.77s) [2022-03-04T15:22:42.745Z] === RUN TestDockerSchema1RegistrySuite [2022-03-04T15:22:42.745Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-03-04T15:22:42.745Z] check_test.go:222: [d2a236e2675bb] daemon is not started [2022-03-04T15:22:42.745Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-03-04T15:22:43.117Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-03-04T15:22:43.585Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-03-04T15:22:43.585Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-04T15:22:44.053Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-03-04T15:22:45.041Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-03-04T15:22:45.274Z] check_test.go:222: [d3c56a3b8ca56] daemon is not started [2022-03-04T15:22:45.274Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-03-04T15:22:45.509Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-03-04T15:22:45.509Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-04T15:22:45.509Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-03-04T15:22:45.509Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-04T15:22:45.977Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-03-04T15:22:46.022Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2022-03-04T15:22:46.479Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2022-03-04T15:22:46.479Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-04T15:22:46.479Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2022-03-04T15:22:46.479Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-04T15:22:46.479Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2022-03-04T15:22:48.007Z] === RUN TestDockerSuite/TestBuildClearCmd [2022-03-04T15:22:48.712Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-03-04T15:22:48.972Z] === RUN TestDockerSuite/TestBuildCmd [2022-03-04T15:22:49.429Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2022-03-04T15:22:49.464Z] check_test.go:222: [db5df334871db] daemon is not started [2022-03-04T15:22:49.464Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-03-04T15:22:49.887Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2022-03-04T15:22:50.343Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2022-03-04T15:22:50.399Z] check_test.go:222: [df5b17a85be26] daemon is not started [2022-03-04T15:22:50.399Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-03-04T15:22:50.399Z] check_test.go:222: [d8af892142435] daemon is not started [2022-03-04T15:22:50.399Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-03-04T15:22:51.336Z] check_test.go:222: [d6b94acde8fd7] daemon is not started [2022-03-04T15:22:51.336Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-03-04T15:22:52.273Z] check_test.go:222: [d20c56a662f3d] daemon is not started [2022-03-04T15:22:52.273Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-03-04T15:22:53.142Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-03-04T15:22:53.210Z] check_test.go:222: [daea21fa6b091] daemon is not started [2022-03-04T15:22:53.210Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-03-04T15:22:54.146Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2022-03-04T15:22:56.067Z] check_test.go:222: [de24242b6ebd5] daemon is not started [2022-03-04T15:22:56.068Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-03-04T15:22:56.121Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2022-03-04T15:22:56.327Z] check_test.go:222: [d06710e768059] daemon is not started [2022-03-04T15:22:56.327Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-03-04T15:22:56.585Z] check_test.go:222: [d0078fbf8f48b] daemon is not started [2022-03-04T15:22:56.585Z] --- PASS: TestDockerSchema1RegistrySuite (14.04s) [2022-03-04T15:22:56.585Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.16s) [2022-03-04T15:22:56.585Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.50s) [2022-03-04T15:22:56.585Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.18s) [2022-03-04T15:22:56.585Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (0.90s) [2022-03-04T15:22:56.585Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.13s) [2022-03-04T15:22:56.585Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.91s) [2022-03-04T15:22:56.585Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.88s) [2022-03-04T15:22:56.585Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.83s) [2022-03-04T15:22:56.585Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.60s) [2022-03-04T15:22:56.585Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.56s) [2022-03-04T15:22:56.585Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.38s) [2022-03-04T15:22:56.585Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-03-04T15:22:56.585Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-03-04T15:22:57.520Z] check_test.go:251: [d1ac0118cb211] daemon is not started [2022-03-04T15:22:57.520Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-03-04T15:22:57.779Z] check_test.go:251: [de71ec121b170] daemon is not started [2022-03-04T15:22:58.037Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-03-04T15:22:58.037Z] check_test.go:251: [d49eafeeb16dd] daemon is not started [2022-03-04T15:22:58.037Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-03-04T15:22:58.293Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2022-03-04T15:22:58.293Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-04T15:22:58.293Z] === RUN TestDockerSuite/TestBuildConditionalCache [2022-03-04T15:22:58.998Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-03-04T15:22:59.258Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2022-03-04T15:22:59.258Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-04T15:22:59.258Z] === RUN TestDockerSuite/TestBuildContextCleanup [2022-03-04T15:22:59.415Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-03-04T15:22:59.715Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2022-03-04T15:22:59.984Z] check_test.go:251: [d09a19d4e42d9] daemon is not started [2022-03-04T15:22:59.984Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-03-04T15:23:00.242Z] check_test.go:251: [dc05c6d38a55a] daemon is not started [2022-03-04T15:23:00.242Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-03-04T15:23:01.178Z] check_test.go:251: [dc757061a9215] daemon is not started [2022-03-04T15:23:01.178Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-03-04T15:23:01.437Z] check_test.go:251: [de65fcc4cdb03] daemon is not started [2022-03-04T15:23:01.437Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.68s) [2022-03-04T15:23:01.437Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.69s) [2022-03-04T15:23:01.437Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.55s) [2022-03-04T15:23:01.437Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.17s) [2022-03-04T15:23:01.437Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.24s) [2022-03-04T15:23:01.437Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.54s) [2022-03-04T15:23:01.437Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.48s) [2022-03-04T15:23:01.437Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.84s) [2022-03-04T15:23:01.437Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.17s) [2022-03-04T15:23:01.437Z] === RUN TestDockerRegistryAuthTokenSuite [2022-03-04T15:23:01.437Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-03-04T15:23:01.890Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2022-03-04T15:23:02.004Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2022-03-04T15:23:02.853Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2022-03-04T15:23:03.311Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2022-03-04T15:23:03.311Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-04T15:23:03.311Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2022-03-04T15:23:03.906Z] docker_cli_swarm_test.go:1315: [dab71beeaa228] joining swarm manager [d87c29c8a3b37]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T15:23:04.275Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2022-03-04T15:23:05.239Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2022-03-04T15:23:05.239Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-04T15:23:05.239Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2022-03-04T15:23:05.239Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-04T15:23:05.239Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2022-03-04T15:23:05.279Z] docker_cli_swarm_test.go:1316: [df75cf78a4fd3] joining swarm manager [d87c29c8a3b37]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-04T15:23:06.653Z] check_test.go:278: [dc410b753ae06] daemon is not started [2022-03-04T15:23:06.653Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-03-04T15:23:06.653Z] check_test.go:278: [d809b6e8b3b31] daemon is not started [2022-03-04T15:23:06.653Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-03-04T15:23:06.912Z] check_test.go:278: [d05705ec9135b] daemon is not started [2022-03-04T15:23:06.912Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-03-04T15:23:06.912Z] check_test.go:278: [d9e36611876dd] daemon is not started [2022-03-04T15:23:06.912Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-03-04T15:23:07.170Z] check_test.go:278: [dba0adb2d3cac] daemon is not started [2022-03-04T15:23:07.170Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.78s) [2022-03-04T15:23:07.170Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.18s) [2022-03-04T15:23:07.170Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2022-03-04T15:23:07.170Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2022-03-04T15:23:07.170Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2022-03-04T15:23:07.170Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2022-03-04T15:23:07.170Z] === RUN TestDockerNetworkSuite [2022-03-04T15:23:07.170Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2022-03-04T15:23:07.532Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-03-04T15:23:08.107Z] docker_cli_network_unix_test.go:46: [db91b6919e483] daemon is not started [2022-03-04T15:23:08.107Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2022-03-04T15:23:08.675Z] docker_cli_network_unix_test.go:46: [dfcefcb4551b4] daemon is not started [2022-03-04T15:23:08.934Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2022-03-04T15:23:10.839Z] docker_cli_network_unix_test.go:46: [d81d6d2cb26d7] daemon is not started [2022-03-04T15:23:11.776Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2022-03-04T15:23:12.713Z] docker_cli_network_unix_test.go:46: [d27b97b2788c7] daemon is not started [2022-03-04T15:23:12.973Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2022-03-04T15:23:12.973Z] docker_cli_network_unix_test.go:1233: [d3df906fe1925] daemon is not started [2022-03-04T15:23:15.513Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2022-03-04T15:23:15.538Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2022-03-04T15:23:16.458Z] docker_cli_network_unix_test.go:46: [df0611c51f26a] daemon is not started [2022-03-04T15:23:17.026Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2022-03-04T15:23:21.214Z] docker_cli_network_unix_test.go:46: [da8a74c5d5c5f] daemon is not started [2022-03-04T15:23:21.784Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2022-03-04T15:23:23.690Z] docker_cli_network_unix_test.go:46: [d28048fc0d999] daemon is not started [2022-03-04T15:23:23.948Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2022-03-04T15:23:24.884Z] docker_cli_network_unix_test.go:46: [dae0d10979ee4] daemon is not started [2022-03-04T15:23:25.143Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2022-03-04T15:23:25.404Z] docker_cli_network_unix_test.go:46: [d66f0cd89741f] daemon is not started [2022-03-04T15:23:25.663Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2022-03-04T15:23:25.922Z] docker_cli_network_unix_test.go:46: [db5005082d6b7] daemon is not started [2022-03-04T15:23:25.922Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2022-03-04T15:23:26.491Z] docker_cli_network_unix_test.go:46: [d987c8e17dee3] daemon is not started [2022-03-04T15:23:26.749Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2022-03-04T15:23:27.315Z] docker_cli_network_unix_test.go:46: [dc3584ed5cccf] daemon is not started [2022-03-04T15:23:27.574Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2022-03-04T15:23:27.832Z] docker_cli_network_unix_test.go:46: [d8c4b195e3287] daemon is not started [2022-03-04T15:23:27.832Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2022-03-04T15:23:28.090Z] docker_cli_network_unix_test.go:46: [dc888143a30c0] daemon is not started [2022-03-04T15:23:28.090Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2022-03-04T15:23:28.656Z] docker_cli_network_unix_test.go:46: [da143b3e0e225] daemon is not started [2022-03-04T15:23:28.656Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2022-03-04T15:23:28.914Z] docker_cli_network_unix_test.go:46: [d2575b6b76d64] daemon is not started [2022-03-04T15:23:28.914Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2022-03-04T15:23:28.914Z] docker_cli_network_unix_test.go:46: [d976c50521fff] daemon is not started [2022-03-04T15:23:28.914Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2022-03-04T15:23:29.173Z] docker_cli_network_unix_test.go:46: [d8abd97226fcf] daemon is not started [2022-03-04T15:23:29.173Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2022-03-04T15:23:29.739Z] docker_cli_network_unix_test.go:46: [d879ba89e57bf] daemon is not started [2022-03-04T15:23:29.739Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2022-03-04T15:23:30.306Z] docker_cli_network_unix_test.go:46: [d1fd0b077eccb] daemon is not started [2022-03-04T15:23:30.874Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2022-03-04T15:23:30.874Z] docker_cli_network_unix_test.go:46: [da22d6f9f7f27] daemon is not started [2022-03-04T15:23:30.874Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2022-03-04T15:23:31.133Z] docker_cli_network_unix_test.go:46: [dbd9cded95ecf] daemon is not started [2022-03-04T15:23:31.133Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2022-03-04T15:23:31.133Z] docker_cli_network_unix_test.go:46: [daf5c3b34a22d] daemon is not started [2022-03-04T15:23:31.133Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2022-03-04T15:23:32.510Z] docker_cli_network_unix_test.go:968: [da599a2eec24f] daemon is not started [2022-03-04T15:23:33.445Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2022-03-04T15:23:34.383Z] docker_cli_network_unix_test.go:46: [d3b742302a68b] daemon is not started [2022-03-04T15:23:34.642Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2022-03-04T15:23:35.840Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-03-04T15:23:36.826Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-03-04T15:23:37.176Z] docker_cli_network_unix_test.go:1116: [d30d043ad9204] daemon is not started [2022-03-04T15:23:37.293Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-03-04T15:23:37.424Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-03-04T15:23:39.709Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2022-03-04T15:23:39.968Z] docker_cli_network_unix_test.go:46: [d163235395c26] daemon is not started [2022-03-04T15:23:39.968Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2022-03-04T15:23:40.902Z] docker_cli_network_unix_test.go:46: [d1e1b0195e529] daemon is not started [2022-03-04T15:23:40.902Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2022-03-04T15:23:40.902Z] docker_cli_network_unix_test.go:46: [d4387d302de2b] daemon is not started [2022-03-04T15:23:40.902Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2022-03-04T15:23:40.902Z] docker_cli_network_unix_test.go:46: [d39084ed2274b] daemon is not started [2022-03-04T15:23:40.902Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2022-03-04T15:23:41.160Z] docker_cli_network_unix_test.go:46: [dbe4f88848784] daemon is not started [2022-03-04T15:23:41.160Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2022-03-04T15:23:41.418Z] docker_cli_network_unix_test.go:46: [d59e945f756e6] daemon is not started [2022-03-04T15:23:41.418Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2022-03-04T15:23:41.418Z] docker_cli_network_unix_test.go:46: [d1ad8bb2ba12d] daemon is not started [2022-03-04T15:23:41.418Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2022-03-04T15:23:42.796Z] docker_cli_network_unix_test.go:46: [d49bfb47c0686] daemon is not started [2022-03-04T15:23:43.730Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2022-03-04T15:23:43.730Z] docker_cli_network_unix_test.go:46: [d4c5f849d43b9] daemon is not started [2022-03-04T15:23:43.730Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2022-03-04T15:23:43.730Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-03-04T15:23:43.730Z] docker_cli_network_unix_test.go:46: [d02b88c295190] daemon is not started [2022-03-04T15:23:43.730Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2022-03-04T15:23:43.989Z] docker_cli_network_unix_test.go:46: [dc20151b36b3b] daemon is not started [2022-03-04T15:23:44.474Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-03-04T15:23:44.481Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-03-04T15:23:44.481Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-04T15:23:44.556Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2022-03-04T15:23:44.949Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-03-04T15:23:44.949Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-04T15:23:45.417Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-03-04T15:23:45.417Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-04T15:23:45.417Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-03-04T15:23:45.446Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2022-03-04T15:23:45.446Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2022-03-04T15:23:45.446Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2022-03-04T15:23:45.885Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-03-04T15:23:45.885Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-04T15:23:45.885Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-03-04T15:23:47.611Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2022-03-04T15:23:47.611Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-04T15:23:47.611Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2022-03-04T15:23:47.611Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-04T15:23:47.611Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2022-03-04T15:23:47.611Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-04T15:23:47.839Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2022-03-04T15:23:48.069Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2022-03-04T15:23:48.525Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2022-03-04T15:23:48.525Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-04T15:23:48.525Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2022-03-04T15:23:49.213Z] docker_cli_network_unix_test.go:1084: [d1769d866153a] daemon is not started [2022-03-04T15:23:51.115Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2022-03-04T15:23:51.115Z] docker_cli_network_unix_test.go:46: [d2b9e59a15f56] daemon is not started [2022-03-04T15:23:51.115Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2022-03-04T15:23:51.373Z] docker_cli_network_unix_test.go:46: [dd8a2e4b97876] daemon is not started [2022-03-04T15:23:51.631Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2022-03-04T15:23:53.005Z] docker_cli_network_unix_test.go:46: [d49306001261e] daemon is not started [2022-03-04T15:23:53.005Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2022-03-04T15:23:53.005Z] docker_cli_network_unix_test.go:46: [d1466b8badb16] daemon is not started [2022-03-04T15:23:53.005Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2022-03-04T15:23:53.572Z] docker_cli_network_unix_test.go:46: [d2a8619a7b207] daemon is not started [2022-03-04T15:23:53.831Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2022-03-04T15:23:54.090Z] docker_cli_network_unix_test.go:46: [d8023c18e7d6a] daemon is not started [2022-03-04T15:23:54.349Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2022-03-04T15:23:54.764Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-03-04T15:23:54.916Z] docker_cli_network_unix_test.go:46: [d43a504492cfd] daemon is not started [2022-03-04T15:23:55.175Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2022-03-04T15:24:00.509Z] docker_cli_network_unix_test.go:46: [dd72442c0a9cf] daemon is not started [2022-03-04T15:24:00.769Z] --- PASS: TestDockerNetworkSuite (53.70s) [2022-03-04T15:24:00.769Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.05s) [2022-03-04T15:24:00.769Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.65s) [2022-03-04T15:24:00.769Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.71s) [2022-03-04T15:24:00.769Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.45s) [2022-03-04T15:24:00.769Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.43s) [2022-03-04T15:24:00.769Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.48s) [2022-03-04T15:24:00.769Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (4.90s) [2022-03-04T15:24:00.769Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.17s) [2022-03-04T15:24:00.769Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.06s) [2022-03-04T15:24:00.769Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.52s) [2022-03-04T15:24:00.769Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.36s) [2022-03-04T15:24:00.769Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.84s) [2022-03-04T15:24:00.769Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.84s) [2022-03-04T15:24:00.769Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.17s) [2022-03-04T15:24:00.769Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.30s) [2022-03-04T15:24:00.769Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.71s) [2022-03-04T15:24:00.769Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.18s) [2022-03-04T15:24:00.769Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2022-03-04T15:24:00.769Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.15s) [2022-03-04T15:24:00.769Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.69s) [2022-03-04T15:24:00.769Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (0.95s) [2022-03-04T15:24:00.769Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s) [2022-03-04T15:24:00.769Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.25s) [2022-03-04T15:24:00.769Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.07s) [2022-03-04T15:24:00.769Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.29s) [2022-03-04T15:24:00.769Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.11s) [2022-03-04T15:24:00.769Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.24s) [2022-03-04T15:24:00.769Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.19s) [2022-03-04T15:24:00.769Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.80s) [2022-03-04T15:24:00.769Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.14s) [2022-03-04T15:24:00.769Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2022-03-04T15:24:00.769Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.16s) [2022-03-04T15:24:00.769Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.15s) [2022-03-04T15:24:00.769Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2022-03-04T15:24:00.769Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.28s) [2022-03-04T15:24:00.769Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.04s) [2022-03-04T15:24:00.769Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2022-03-04T15:24:00.769Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.74s) [2022-03-04T15:24:00.769Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.41s) [2022-03-04T15:24:00.769Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (3.04s) [2022-03-04T15:24:00.769Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2022-03-04T15:24:00.769Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.75s) [2022-03-04T15:24:00.769Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.44s) [2022-03-04T15:24:00.769Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.06s) [2022-03-04T15:24:00.769Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.65s) [2022-03-04T15:24:00.769Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.49s) [2022-03-04T15:24:00.769Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.89s) [2022-03-04T15:24:00.769Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.68s) [2022-03-04T15:24:00.769Z] === RUN TestDockerHubPullSuite [2022-03-04T15:24:00.769Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2022-03-04T15:24:03.297Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2022-03-04T15:24:05.196Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2022-03-04T15:24:05.762Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2022-03-04T15:24:07.141Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2022-03-04T15:24:07.400Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2022-03-04T15:24:07.400Z] --- PASS: TestDockerHubPullSuite (6.51s) [2022-03-04T15:24:07.400Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (2.03s) [2022-03-04T15:24:07.400Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.21s) [2022-03-04T15:24:07.400Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.66s) [2022-03-04T15:24:07.400Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.35s) [2022-03-04T15:24:07.400Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.20s) [2022-03-04T15:24:07.400Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2022-03-04T15:24:07.400Z] PASS [2022-03-04T15:24:07.400Z] [2022-03-04T15:24:07.400Z] === Skipped [2022-03-04T15:24:07.400Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2022-03-04T15:24:07.400Z] docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows [2022-03-04T15:24:07.400Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2022-03-04T15:24:07.400Z] [2022-03-04T15:24:07.400Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2022-03-04T15:24:07.400Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2022-03-04T15:24:07.400Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2022-03-04T15:24:07.400Z] [2022-03-04T15:24:07.400Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2022-03-04T15:24:07.400Z] docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows [2022-03-04T15:24:07.400Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2022-03-04T15:24:07.400Z] [2022-03-04T15:24:07.400Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-03-04T15:24:07.400Z] docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows [2022-03-04T15:24:07.400Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.01s) [2022-03-04T15:24:07.400Z] [2022-03-04T15:24:07.400Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-03-04T15:24:07.400Z] docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows [2022-03-04T15:24:07.400Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2022-03-04T15:24:07.400Z] [2022-03-04T15:24:07.400Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s) [2022-03-04T15:24:07.400Z] docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows [2022-03-04T15:24:07.400Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.04s) [2022-03-04T15:24:07.400Z] [2022-03-04T15:24:07.400Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-03-04T15:24:07.400Z] docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows [2022-03-04T15:24:07.400Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2022-03-04T15:24:07.400Z] [2022-03-04T15:24:07.400Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-03-04T15:24:07.400Z] docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows [2022-03-04T15:24:07.400Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2022-03-04T15:24:07.400Z] [2022-03-04T15:24:07.400Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-03-04T15:24:07.400Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2022-03-04T15:24:07.400Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2022-03-04T15:24:07.400Z] [2022-03-04T15:24:07.400Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-03-04T15:24:07.400Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2022-03-04T15:24:07.400Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2022-03-04T15:24:07.400Z] [2022-03-04T15:24:07.400Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-03-04T15:24:07.400Z] docker_cli_build_test.go:5992: unmatched requirement DaemonIsWindows [2022-03-04T15:24:07.400Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2022-03-04T15:24:07.400Z] [2022-03-04T15:24:07.400Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-03-04T15:24:07.400Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2022-03-04T15:24:07.400Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2022-03-04T15:24:07.400Z] [2022-03-04T15:24:07.400Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-03-04T15:24:07.400Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2022-03-04T15:24:07.400Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2022-03-04T15:24:07.400Z] [2022-03-04T15:24:07.400Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-03-04T15:24:07.400Z] docker_cli_sni_test.go:18: Flakey test [2022-03-04T15:24:07.401Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2022-03-04T15:24:07.401Z] [2022-03-04T15:24:07.401Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.01s) [2022-03-04T15:24:07.401Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2022-03-04T15:24:07.401Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.01s) [2022-03-04T15:24:07.401Z] [2022-03-04T15:24:07.401Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-03-04T15:24:07.401Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2022-03-04T15:24:07.401Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2022-03-04T15:24:07.401Z] [2022-03-04T15:24:07.401Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-03-04T15:24:07.401Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-04T15:24:07.401Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2022-03-04T15:24:07.401Z] [2022-03-04T15:24:07.401Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.01s) [2022-03-04T15:24:07.401Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2022-03-04T15:24:07.401Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.01s) [2022-03-04T15:24:07.401Z] [2022-03-04T15:24:07.401Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-03-04T15:24:07.401Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2022-03-04T15:24:07.401Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2022-03-04T15:24:07.401Z] [2022-03-04T15:24:07.401Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-03-04T15:24:07.401Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2022-03-04T15:24:07.401Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2022-03-04T15:24:07.401Z] [2022-03-04T15:24:07.401Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-03-04T15:24:07.401Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2022-03-04T15:24:07.401Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2022-03-04T15:24:07.401Z] [2022-03-04T15:24:07.401Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-03-04T15:24:07.401Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2022-03-04T15:24:07.401Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2022-03-04T15:24:07.401Z] [2022-03-04T15:24:07.401Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-03-04T15:24:07.401Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2022-03-04T15:24:07.401Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2022-03-04T15:24:07.401Z] [2022-03-04T15:24:07.401Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s) [2022-03-04T15:24:07.401Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2022-03-04T15:24:07.401Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s) [2022-03-04T15:24:07.401Z] [2022-03-04T15:24:07.401Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2022-03-04T15:24:07.401Z] docker_cli_run_test.go:4017: unmatched requirement DaemonIsWindows [2022-03-04T15:24:07.401Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2022-03-04T15:24:07.401Z] [2022-03-04T15:24:07.401Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s) [2022-03-04T15:24:07.401Z] docker_cli_run_test.go:4036: unmatched requirement DaemonIsWindows [2022-03-04T15:24:07.401Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s) [2022-03-04T15:24:07.401Z] [2022-03-04T15:24:07.401Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-03-04T15:24:07.401Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2022-03-04T15:24:07.401Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2022-03-04T15:24:07.401Z] [2022-03-04T15:24:07.401Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-03-04T15:24:07.401Z] docker_cli_run_test.go:4119: unmatched requirement DaemonIsWindows [2022-03-04T15:24:07.401Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-03-04T15:24:07.401Z] [2022-03-04T15:24:07.401Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-03-04T15:24:07.401Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2022-03-04T15:24:07.401Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2022-03-04T15:24:07.401Z] [2022-03-04T15:24:07.401Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-03-04T15:24:07.401Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2022-03-04T15:24:07.401Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2022-03-04T15:24:07.401Z] [2022-03-04T15:24:07.401Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-03-04T15:24:07.401Z] docker_cli_run_test.go:2837: kernel doesn't have latency_stats configured [2022-03-04T15:24:07.401Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-03-04T15:24:07.401Z] [2022-03-04T15:24:07.401Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-03-04T15:24:07.401Z] docker_cli_run_test.go:1425: Unstable test, to be re-activated once #19937 is resolved [2022-03-04T15:24:07.401Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2022-03-04T15:24:07.401Z] [2022-03-04T15:24:07.401Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-03-04T15:24:07.401Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2022-03-04T15:24:07.401Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2022-03-04T15:24:07.401Z] [2022-03-04T15:24:07.401Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-03-04T15:24:07.401Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2022-03-04T15:24:07.401Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2022-03-04T15:24:07.401Z] [2022-03-04T15:24:07.401Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2022-03-04T15:24:07.401Z] docker_cli_run_test.go:4072: unmatched requirement DaemonIsWindows [2022-03-04T15:24:07.401Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.01s) [2022-03-04T15:24:07.401Z] [2022-03-04T15:24:07.401Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-03-04T15:24:07.401Z] docker_cli_run_test.go:4092: unmatched requirement DaemonIsWindows [2022-03-04T15:24:07.401Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2022-03-04T15:24:07.401Z] [2022-03-04T15:24:07.401Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-03-04T15:24:07.401Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsWindows [2022-03-04T15:24:07.401Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2022-03-04T15:24:07.401Z] [2022-03-04T15:24:07.401Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-03-04T15:24:07.401Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2022-03-04T15:24:07.401Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2022-03-04T15:24:07.401Z] [2022-03-04T15:24:07.401Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-03-04T15:24:07.401Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2022-03-04T15:24:07.401Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2022-03-04T15:24:07.401Z] [2022-03-04T15:24:07.401Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-03-04T15:24:07.401Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2022-03-04T15:24:07.401Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2022-03-04T15:24:07.401Z] [2022-03-04T15:24:07.401Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-03-04T15:24:07.401Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2022-03-04T15:24:07.401Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2022-03-04T15:24:07.401Z] [2022-03-04T15:24:07.401Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-03-04T15:24:07.401Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2022-03-04T15:24:07.401Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2022-03-04T15:24:07.401Z] [2022-03-04T15:24:07.401Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-03-04T15:24:07.401Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2022-03-04T15:24:07.401Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2022-03-04T15:24:07.401Z] [2022-03-04T15:24:07.401Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-03-04T15:24:07.401Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2022-03-04T15:24:07.401Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2022-03-04T15:24:07.401Z] [2022-03-04T15:24:07.401Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2022-03-04T15:24:07.401Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2022-03-04T15:24:07.401Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2022-03-04T15:24:07.401Z] [2022-03-04T15:24:07.401Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-03-04T15:24:07.401Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2022-03-04T15:24:07.401Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2022-03-04T15:24:07.401Z] [2022-03-04T15:24:07.401Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-03-04T15:24:07.401Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2022-03-04T15:24:07.401Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2022-03-04T15:24:07.401Z] [2022-03-04T15:24:07.401Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-03-04T15:24:07.401Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2022-03-04T15:24:07.401Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2022-03-04T15:24:07.401Z] [2022-03-04T15:24:07.401Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-03-04T15:24:07.401Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2022-03-04T15:24:07.401Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2022-03-04T15:24:07.401Z] [2022-03-04T15:24:07.401Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2022-03-04T15:24:07.401Z] docker_cli_run_test.go:4414: unmatched requirement DaemonIsWindows [2022-03-04T15:24:07.401Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2022-03-04T15:24:07.401Z] [2022-03-04T15:24:07.401Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2022-03-04T15:24:07.401Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2022-03-04T15:24:07.401Z] docker_cli_network_unix_test.go:46: [d02b88c295190] daemon is not started [2022-03-04T15:24:07.401Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2022-03-04T15:24:07.401Z] [2022-03-04T15:24:07.401Z] DONE 1265 tests, 51 skipped in 1415.496s [2022-03-04T15:24:07.401Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-04T15:24:07.401Z] ++++ cat bundles/test-integration/docker.pid [2022-03-04T15:24:07.401Z] +++ kill 8363 [2022-03-04T15:24:07.401Z] +++ /etc/init.d/apparmor stop [2022-03-04T15:24:07.401Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-04T15:24:07.401Z] [2022-03-04T15:24:07.401Z] Unloading profiles will leave already running processes permanently [2022-03-04T15:24:07.401Z] unconfined, which can lead to unexpected situations. [2022-03-04T15:24:07.401Z] [2022-03-04T15:24:07.401Z] To set a process to complain mode, use the command line tool [2022-03-04T15:24:07.401Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-04T15:24:07.401Z] +++ true [2022-03-04T15:24:07.401Z] exiting test-integration [2022-03-04T15:24:07.401Z] ++ exit 0 [2022-03-04T15:24:07.401Z] [2022-03-04T15:24:07.659Z] + for job in $(jobs -p) [2022-03-04T15:24:07.659Z] + wait 7540 [2022-03-04T15:24:13.677Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-03-04T15:24:13.677Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-03-04T15:24:13.677Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-04T15:24:13.677Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-03-04T15:24:15.997Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2022-03-04T15:24:15.997Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2022-03-04T15:24:15.997Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-04T15:24:16.465Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2022-03-04T15:24:28.633Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-03-04T15:24:30.202Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-03-04T15:24:30.672Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-03-04T15:24:39.347Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-03-04T15:24:42.037Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2022-03-04T15:24:42.037Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2022-03-04T15:24:42.310Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-03-04T15:24:43.022Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2022-03-04T15:24:44.530Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-03-04T15:24:48.895Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2022-03-04T15:24:52.687Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2022-03-04T15:24:54.321Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2022-03-04T15:24:55.696Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2022-03-04T15:24:56.489Z] === RUN TestDockerSuite/TestBuildDockerignore [2022-03-04T15:25:02.283Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2022-03-04T15:25:06.899Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-03-04T15:25:06.899Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-03-04T15:25:06.899Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-04T15:25:06.899Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-03-04T15:25:06.899Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-04T15:25:06.899Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-03-04T15:25:06.899Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-03-04T15:25:07.555Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2022-03-04T15:25:07.886Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-03-04T15:25:07.886Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-04T15:25:07.886Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-03-04T15:25:08.352Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-03-04T15:25:08.819Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-03-04T15:25:09.457Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2022-03-04T15:25:13.643Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2022-03-04T15:25:14.682Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-03-04T15:25:17.632Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-03-04T15:25:20.202Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2022-03-04T15:25:21.419Z] === RUN TestDockerSuite/TestBuildEnv [2022-03-04T15:25:21.419Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-04T15:25:21.419Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-03-04T15:25:21.419Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-04T15:25:21.419Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-03-04T15:25:21.419Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-04T15:25:21.419Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-03-04T15:25:21.419Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-04T15:25:21.419Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-03-04T15:25:21.419Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-04T15:25:21.886Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-03-04T15:25:23.486Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2022-03-04T15:25:23.486Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-03-04T15:25:23.486Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2022-03-04T15:25:25.670Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-03-04T15:25:25.670Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-04T15:25:25.670Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-03-04T15:25:25.670Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-04T15:25:25.670Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-03-04T15:25:25.670Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-04T15:25:25.670Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-03-04T15:25:26.654Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-03-04T15:25:30.050Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2022-03-04T15:25:30.050Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2022-03-04T15:25:30.985Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2022-03-04T15:25:31.403Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-03-04T15:25:33.534Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2022-03-04T15:25:43.888Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-03-04T15:25:44.873Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-03-04T15:25:44.873Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-04T15:25:44.873Z] === RUN TestDockerSuite/TestBuildExpose [2022-03-04T15:25:44.873Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-04T15:25:44.873Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-03-04T15:25:44.873Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-04T15:25:44.873Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-03-04T15:25:44.873Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-04T15:25:44.873Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-03-04T15:25:44.873Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-04T15:25:44.873Z] === RUN TestDockerSuite/TestBuildFails [2022-03-04T15:25:47.828Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-03-04T15:25:47.828Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-03-04T15:25:53.614Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-03-04T15:26:00.650Z] === RUN TestDockerSuite/TestBuildForceRm [2022-03-04T15:26:06.416Z] === RUN TestDockerSuite/TestBuildFromGit [2022-03-04T15:26:08.873Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-03-04T15:26:08.873Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-03-04T15:26:08.873Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-04T15:26:08.873Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-03-04T15:26:10.782Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2022-03-04T15:26:10.782Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2022-03-04T15:26:10.782Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-04T15:26:10.782Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2022-03-04T15:26:12.179Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-03-04T15:26:13.707Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-03-04T15:26:18.367Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-03-04T15:26:18.367Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-04T15:26:18.367Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-03-04T15:26:18.823Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-03-04T15:26:19.282Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-03-04T15:26:19.282Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-04T15:26:19.282Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-03-04T15:26:27.817Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-03-04T15:26:27.817Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-04T15:26:27.817Z] === RUN TestDockerSuite/TestBuildHistory [2022-03-04T15:26:29.752Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2022-03-04T15:26:29.752Z] docker_cli_swarm_test.go:1180: [d60c74782fd53] joining swarm manager [dd7af72bbe776]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T15:26:35.014Z] docker_cli_swarm_test.go:1189: [dc6c437a835a8] joining swarm manager [dd7af72bbe776]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-04T15:26:40.150Z] === RUN TestDockerSuite/TestBuildIidFile [2022-03-04T15:26:40.150Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-03-04T15:26:42.316Z] === RUN TestDockerSuite/TestBuildInheritance [2022-03-04T15:26:42.316Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-04T15:26:42.316Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-03-04T15:26:43.276Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-03-04T15:26:43.276Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-03-04T15:26:47.940Z] === RUN TestDockerSuite/TestBuildLabel [2022-03-04T15:26:48.900Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-03-04T15:26:49.355Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-03-04T15:26:50.314Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-03-04T15:26:50.769Z] === RUN TestDockerSuite/TestBuildLabels [2022-03-04T15:26:51.728Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-03-04T15:26:53.253Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-03-04T15:26:59.014Z] === RUN TestDockerSuite/TestBuildLastModified [2022-03-04T15:26:59.014Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-04T15:26:59.014Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-03-04T15:26:59.014Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-04T15:26:59.014Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-03-04T15:26:59.468Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-03-04T15:26:59.468Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-03-04T15:26:59.468Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-03-04T15:26:59.468Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-03-04T15:26:59.923Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-03-04T15:27:00.883Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-03-04T15:27:05.546Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-03-04T15:27:20.926Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-03-04T15:27:20.926Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-03-04T15:27:20.926Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-03-04T15:27:21.675Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2022-03-04T15:27:23.183Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-03-04T15:27:23.183Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-04T15:27:23.183Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-03-04T15:27:23.183Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-03-04T15:27:31.658Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2022-03-04T15:27:34.945Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2022-03-04T15:27:36.320Z] docker_cli_swarm_test.go:1112: [d1c490e87b8f1] joining swarm manager [debf08dbf54ca]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T15:27:36.774Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2022-03-04T15:27:36.774Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2022-03-04T15:27:36.774Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2022-03-04T15:27:37.693Z] docker_cli_swarm_test.go:1113: [d3cefac5ce9c2] joining swarm manager [debf08dbf54ca]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-04T15:27:42.049Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-03-04T15:27:54.432Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2022-03-04T15:27:54.553Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-03-04T15:27:58.805Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-03-04T15:28:01.493Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2022-03-04T15:28:07.112Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-03-04T15:28:11.144Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-03-04T15:28:16.276Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2022-03-04T15:28:16.945Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-03-04T15:28:22.712Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-03-04T15:28:28.485Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-03-04T15:28:42.982Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-03-04T15:28:46.120Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-03-04T15:28:46.120Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-04T15:28:46.120Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-03-04T15:28:51.924Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2022-03-04T15:28:53.260Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-03-04T15:28:53.260Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-03-04T15:28:53.260Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-04T15:28:53.260Z] === RUN TestDockerSuite/TestBuildNetNone [2022-03-04T15:28:53.260Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-04T15:28:53.260Z] === RUN TestDockerSuite/TestBuildNoContext [2022-03-04T15:28:56.146Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-03-04T15:28:57.934Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-03-04T15:29:00.809Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-03-04T15:29:03.694Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-03-04T15:29:03.694Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-03-04T15:29:03.694Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-03-04T15:29:04.271Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2022-03-04T15:29:06.578Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-03-04T15:29:07.538Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-03-04T15:29:09.063Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-03-04T15:29:10.431Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-03-04T15:29:14.121Z] docker_cli_swarm_test.go:1166: [d41259c94362f] joining swarm manager [debf08dbf54ca]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2022-03-04T15:29:16.622Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2022-03-04T15:29:19.346Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-03-04T15:29:19.800Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-03-04T15:29:30.084Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-03-04T15:29:32.975Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-03-04T15:29:41.506Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-03-04T15:29:45.219Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-03-04T15:29:46.192Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2022-03-04T15:29:46.192Z] docker_cli_swarm_test.go:1447: [d557da27132f0] joining swarm manager [d9669ae028990]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T15:29:46.192Z] docker_cli_swarm_test.go:1448: [d44834015c154] joining swarm manager [d9669ae028990]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2022-03-04T15:29:49.881Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-03-04T15:29:50.337Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-03-04T15:29:50.337Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-04T15:29:50.337Z] === RUN TestDockerSuite/TestBuildPATH [2022-03-04T15:29:50.337Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-04T15:29:50.337Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-03-04T15:29:52.499Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-03-04T15:29:52.499Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-04T15:29:52.499Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-03-04T15:29:56.160Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2022-03-04T15:29:56.161Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2022-03-04T15:29:56.161Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2022-03-04T15:29:56.161Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2022-03-04T15:29:56.161Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2022-03-04T15:29:57.095Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2022-03-04T15:29:58.998Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2022-03-04T15:30:02.282Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2022-03-04T15:30:04.810Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2022-03-04T15:30:06.709Z] docker_cli_swarm_unix_test.go:63: [d8512424e8688] joining swarm manager [daf7c67fbfcda]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T15:30:34.951Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-03-04T15:30:42.617Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-03-04T15:30:42.617Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-03-04T15:30:42.617Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-04T15:30:42.617Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-03-04T15:30:42.617Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-04T15:30:42.617Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-03-04T15:30:42.617Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-03-04T15:30:42.617Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-03-04T15:30:42.617Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-04T15:30:42.617Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-03-04T15:30:42.617Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-03-04T15:30:43.074Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-03-04T15:30:47.749Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-03-04T15:30:49.721Z] === RUN TestDockerSuite/TestBuildRm [2022-03-04T15:30:50.646Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-03-04T15:30:51.970Z] === RUN TestDockerSuite/TestBuildDotDotFile [2022-03-04T15:30:51.970Z] === RUN TestDockerSuite/TestBuildEOLInLine [2022-03-04T15:30:51.970Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-04T15:30:51.970Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2022-03-04T15:30:51.970Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-04T15:30:51.970Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2022-03-04T15:30:51.970Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2022-03-04T15:30:51.970Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2022-03-04T15:30:51.970Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-04T15:30:51.970Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2022-03-04T15:30:51.970Z] === RUN TestDockerSuite/TestBuildEntrypoint [2022-03-04T15:30:52.437Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2022-03-04T15:30:55.319Z] === RUN TestDockerSuite/TestBuildEnv [2022-03-04T15:30:55.319Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-04T15:30:55.319Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-03-04T15:30:55.319Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-04T15:30:55.319Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-03-04T15:30:55.319Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-04T15:30:55.319Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-03-04T15:30:55.319Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-04T15:30:55.319Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-03-04T15:30:55.319Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-04T15:30:55.319Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-03-04T15:30:59.041Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-03-04T15:30:59.041Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-04T15:30:59.041Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-03-04T15:30:59.041Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-04T15:30:59.041Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-03-04T15:30:59.041Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-04T15:30:59.041Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-03-04T15:30:59.498Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-03-04T15:31:01.123Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2022-03-04T15:31:02.067Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-03-04T15:31:02.933Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2022-03-04T15:31:02.933Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2022-03-04T15:31:02.933Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2022-03-04T15:31:04.171Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-03-04T15:31:04.228Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-03-04T15:31:04.228Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-04T15:31:04.228Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-03-04T15:31:04.229Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-04T15:31:04.307Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2022-03-04T15:31:04.683Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-03-04T15:31:04.930Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2022-03-04T15:31:06.207Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-03-04T15:31:07.592Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2022-03-04T15:31:09.491Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2022-03-04T15:31:09.921Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-03-04T15:31:10.796Z] === RUN TestDockerSuite/TestBuildEnv [2022-03-04T15:31:10.796Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-04T15:31:10.796Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2022-03-04T15:31:10.796Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-04T15:31:11.264Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2022-03-04T15:31:11.264Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-04T15:31:11.264Z] === RUN TestDockerSuite/TestBuildEnvUsage [2022-03-04T15:31:11.264Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-04T15:31:11.264Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2022-03-04T15:31:11.264Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-04T15:31:11.264Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2022-03-04T15:31:11.391Z] docker_api_swarm_test.go:962: [d8b4353f0c9c7] joining swarm manager [d237265dd0188]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2022-03-04T15:31:13.635Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-03-04T15:31:16.018Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2022-03-04T15:31:16.018Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-04T15:31:16.018Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2022-03-04T15:31:16.018Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-04T15:31:16.018Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2022-03-04T15:31:16.018Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-04T15:31:16.018Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2022-03-04T15:31:17.585Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2022-03-04T15:31:18.300Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-03-04T15:31:18.955Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-03-04T15:31:18.955Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-03-04T15:31:18.955Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-04T15:31:18.955Z] === RUN TestDockerSuite/TestBuildExpose [2022-03-04T15:31:18.955Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-04T15:31:18.955Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-03-04T15:31:18.955Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-04T15:31:18.955Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-03-04T15:31:18.955Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-04T15:31:18.955Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-03-04T15:31:18.955Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-04T15:31:18.955Z] === RUN TestDockerSuite/TestBuildFails [2022-03-04T15:31:20.488Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-03-04T15:31:20.488Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-03-04T15:31:24.744Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2022-03-04T15:31:25.168Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-03-04T15:31:30.951Z] === RUN TestDockerSuite/TestBuildForceRm [2022-03-04T15:31:33.311Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2022-03-04T15:31:35.625Z] === RUN TestDockerSuite/TestBuildFromGit [2022-03-04T15:31:35.927Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-03-04T15:31:35.927Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-03-04T15:31:35.927Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-03-04T15:31:42.591Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2022-03-04T15:31:42.591Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2022-03-04T15:31:42.591Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-04T15:31:42.591Z] === RUN TestDockerSuite/TestBuildExpose [2022-03-04T15:31:42.591Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-04T15:31:42.591Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2022-03-04T15:31:42.591Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-04T15:31:42.591Z] === RUN TestDockerSuite/TestBuildExposeOrder [2022-03-04T15:31:42.591Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-04T15:31:42.591Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2022-03-04T15:31:42.591Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-04T15:31:42.591Z] === RUN TestDockerSuite/TestBuildFails [2022-03-04T15:31:43.292Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2022-03-04T15:31:44.226Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2022-03-04T15:31:44.459Z] === RUN TestDockerSuite/TestBuildSpaces [2022-03-04T15:31:44.459Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-03-04T15:31:45.546Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2022-03-04T15:31:45.546Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2022-03-04T15:31:45.928Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-03-04T15:31:46.756Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2022-03-04T15:31:46.891Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-03-04T15:31:48.169Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-03-04T15:31:48.169Z] === RUN TestDockerSuite/TestBuildStderr [2022-03-04T15:31:49.295Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2022-03-04T15:31:51.563Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-03-04T15:31:51.563Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-04T15:31:51.563Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-03-04T15:31:52.021Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-03-04T15:31:52.477Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-03-04T15:31:52.477Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-04T15:31:52.477Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-03-04T15:31:52.709Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2022-03-04T15:31:52.834Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-03-04T15:31:57.408Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2022-03-04T15:32:00.695Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2022-03-04T15:32:01.374Z] === RUN TestDockerSuite/TestBuildForceRm [2022-03-04T15:32:03.226Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2022-03-04T15:32:04.830Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-03-04T15:32:04.830Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-04T15:32:04.830Z] === RUN TestDockerSuite/TestBuildHistory [2022-03-04T15:32:05.755Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2022-03-04T15:32:08.290Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2022-03-04T15:32:10.046Z] === RUN TestDockerSuite/TestBuildFromGit [2022-03-04T15:32:10.458Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-03-04T15:32:10.459Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-04T15:32:10.459Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-03-04T15:32:10.861Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2022-03-04T15:32:12.764Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2022-03-04T15:32:14.171Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-03-04T15:32:15.125Z] === RUN TestDockerSuite/TestBuildIidFile [2022-03-04T15:32:15.130Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-03-04T15:32:15.300Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2022-03-04T15:32:15.581Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-03-04T15:32:17.206Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2022-03-04T15:32:17.748Z] === RUN TestDockerSuite/TestBuildInheritance [2022-03-04T15:32:17.748Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-04T15:32:17.748Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-03-04T15:32:18.191Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2022-03-04T15:32:18.205Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-03-04T15:32:18.661Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-03-04T15:32:19.789Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-03-04T15:32:22.381Z] === RUN TestDockerSuite/TestBuildLabel [2022-03-04T15:32:23.347Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-03-04T15:32:24.312Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-03-04T15:32:24.451Z] === RUN TestDockerSuite/TestBuildUser [2022-03-04T15:32:24.451Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-04T15:32:24.451Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-03-04T15:32:24.451Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-04T15:32:24.451Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-03-04T15:32:24.451Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-04T15:32:24.451Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-03-04T15:32:25.279Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-03-04T15:32:25.354Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2022-03-04T15:32:25.354Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-04T15:32:25.354Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2022-03-04T15:32:25.736Z] === RUN TestDockerSuite/TestBuildLabels [2022-03-04T15:32:26.340Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2022-03-04T15:32:27.272Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-03-04T15:32:27.326Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2022-03-04T15:32:27.326Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-04T15:32:27.326Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2022-03-04T15:32:28.163Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-03-04T15:32:28.163Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-03-04T15:32:28.802Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-03-04T15:32:31.067Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-03-04T15:32:31.067Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-04T15:32:31.067Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-03-04T15:32:31.067Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-04T15:32:31.067Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-03-04T15:32:34.648Z] === RUN TestDockerSuite/TestBuildLastModified [2022-03-04T15:32:34.648Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-04T15:32:34.648Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-03-04T15:32:34.648Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-04T15:32:34.648Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-03-04T15:32:34.648Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-03-04T15:32:35.118Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-03-04T15:32:35.118Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-03-04T15:32:35.118Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-03-04T15:32:35.588Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-03-04T15:32:36.575Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-03-04T15:32:39.861Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2022-03-04T15:32:39.861Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-04T15:32:39.861Z] === RUN TestDockerSuite/TestBuildHistory [2022-03-04T15:32:41.338Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-03-04T15:32:52.282Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-03-04T15:32:52.750Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-03-04T15:32:54.804Z] === RUN TestDockerSuite/TestBuildIidFile [2022-03-04T15:32:54.804Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2022-03-04T15:32:57.023Z] === RUN TestDockerSuite/TestBuildInheritance [2022-03-04T15:32:57.023Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-04T15:32:57.023Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2022-03-04T15:32:58.011Z] === RUN TestDockerSuite/TestBuildInvalidTag [2022-03-04T15:32:58.011Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2022-03-04T15:33:01.407Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-03-04T15:33:02.584Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-03-04T15:33:02.584Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-04T15:33:02.584Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-03-04T15:33:02.584Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-03-04T15:33:03.888Z] === RUN TestDockerSuite/TestBuildLabel [2022-03-04T15:33:04.873Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2022-03-04T15:33:05.859Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2022-03-04T15:33:06.155Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-03-04T15:33:06.155Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-04T15:33:06.622Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-03-04T15:33:06.622Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-04T15:33:06.622Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-03-04T15:33:06.845Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2022-03-04T15:33:07.832Z] === RUN TestDockerSuite/TestBuildLabels [2022-03-04T15:33:08.819Z] === RUN TestDockerSuite/TestBuildLabelsCache [2022-03-04T15:33:09.570Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-03-04T15:33:09.570Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-04T15:33:09.570Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-03-04T15:33:11.042Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2022-03-04T15:33:11.512Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2022-03-04T15:33:18.201Z] === RUN TestDockerSuite/TestBuildLastModified [2022-03-04T15:33:18.201Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-04T15:33:18.201Z] === RUN TestDockerSuite/TestBuildLineBreak [2022-03-04T15:33:18.201Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-04T15:33:18.201Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2022-03-04T15:33:18.201Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2022-03-04T15:33:18.201Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2022-03-04T15:33:18.201Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2022-03-04T15:33:18.201Z] === RUN TestDockerSuite/TestBuildMaintainer [2022-03-04T15:33:19.188Z] === RUN TestDockerSuite/TestBuildMissingArgs [2022-03-04T15:33:19.657Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2022-03-04T15:33:19.981Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-03-04T15:33:23.773Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-03-04T15:33:23.773Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-03-04T15:33:26.378Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2022-03-04T15:33:26.825Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2022-03-04T15:33:36.260Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-03-04T15:33:36.260Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-04T15:33:36.728Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-03-04T15:33:36.728Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-04T15:33:37.195Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-03-04T15:33:37.195Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-04T15:33:37.195Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-03-04T15:33:38.179Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite (1651.38s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.01s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.01s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.00s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.12s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (0.98s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (28.54s) [2022-03-04T15:33:41.260Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.98s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.80s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.25s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (53.17s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (21.14s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.60s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (3.82s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (13.73s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (47.84s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (15.78s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.29s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.36s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (21.80s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (60.95s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (59.44s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.36s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (3.62s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (17.50s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.00s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.14s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (5.45s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.12s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.62s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (23.21s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (27.82s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.44s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (38.15s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (24.49s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.76s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.44s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.00s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (2.53s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (2.45s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.55s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.13s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.32s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.03s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.60s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.38s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.85s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.98s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.07s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.53s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.02s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (2.87s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.20s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.48s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.20s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.08s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.05s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.09s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.48s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.47s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (2.65s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.72s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (2.68s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (12.57s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.64s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.43s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.60s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (17.32s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.52s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.54s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.44s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.15s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.37s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.52s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.03s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (7.93s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (110.37s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (3.46s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (5.57s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (5.89s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.13s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (3.79s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (6.87s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (3.59s) [2022-03-04T15:33:41.260Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (5.84s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.70s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.71s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.18s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.48s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (50.60s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (12.90s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.32s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (127.08s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.26s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.22s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.14s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.16s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.05s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.15s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.16s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.17s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.23s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.17s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (3.07s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.20s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.11s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.40s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.10s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (12.53s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.14s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.22s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.77s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.79s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.39s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.52s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.42s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.44s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.52s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.41s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.17s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.85s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.16s) [2022-03-04T15:33:41.260Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.13s) [2022-03-04T15:33:41.260Z] === RUN TestDockerExternalVolumeSuite [2022-03-04T15:33:41.260Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2022-03-04T15:33:41.518Z] docker_cli_external_volume_driver_test.go:52: [d451c017566f0] daemon is not started [2022-03-04T15:33:45.296Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-03-04T15:33:45.327Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-03-04T15:33:47.537Z] === RUN TestDockerSuite/TestBuildXZHost [2022-03-04T15:33:47.537Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-04T15:33:47.537Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-03-04T15:33:47.537Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-04T15:33:47.537Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-03-04T15:33:47.537Z] docker_cli_sni_test.go:18: Flakey test [2022-03-04T15:33:47.537Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-03-04T15:33:48.096Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2022-03-04T15:33:48.096Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-04T15:33:48.096Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2022-03-04T15:33:49.082Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2022-03-04T15:33:49.746Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-03-04T15:33:51.164Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-03-04T15:33:54.497Z] === RUN TestDockerSuite/TestCommitChange [2022-03-04T15:33:55.920Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-03-04T15:33:59.245Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-03-04T15:33:59.590Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2022-03-04T15:34:01.803Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-03-04T15:34:03.028Z] === RUN TestDockerSuite/TestCommitHardlink [2022-03-04T15:34:03.028Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-04T15:34:03.028Z] === RUN TestDockerSuite/TestCommitNewFile [2022-03-04T15:34:06.565Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-03-04T15:34:10.178Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-03-04T15:34:10.178Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-04T15:34:10.178Z] === RUN TestDockerSuite/TestCommitTTY [2022-03-04T15:34:17.329Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-03-04T15:34:21.508Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-03-04T15:34:21.508Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-04T15:34:21.508Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-03-04T15:34:22.078Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-03-04T15:34:22.078Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-04T15:34:22.078Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-03-04T15:34:22.078Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-04T15:34:22.078Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-03-04T15:34:22.078Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-04T15:34:22.078Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-03-04T15:34:22.078Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-04T15:34:22.078Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-03-04T15:34:22.078Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-04T15:34:22.078Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-03-04T15:34:22.078Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-04T15:34:22.078Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-03-04T15:34:22.078Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-04T15:34:22.078Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-03-04T15:34:22.078Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-03-04T15:34:28.676Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-03-04T15:34:28.676Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-03-04T15:34:28.676Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-04T15:34:28.676Z] === RUN TestDockerSuite/TestBuildNetNone [2022-03-04T15:34:28.676Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-04T15:34:28.676Z] === RUN TestDockerSuite/TestBuildNoContext [2022-03-04T15:34:29.226Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-03-04T15:34:31.632Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-03-04T15:34:31.795Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2022-03-04T15:34:35.085Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-03-04T15:34:35.085Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-04T15:34:35.430Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-03-04T15:34:35.552Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-03-04T15:34:37.769Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-03-04T15:34:37.769Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-04T15:34:37.769Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-03-04T15:34:37.769Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-04T15:34:37.769Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-03-04T15:34:37.769Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-04T15:34:37.769Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-03-04T15:34:38.385Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-03-04T15:34:38.385Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-03-04T15:34:38.385Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-03-04T15:34:40.721Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-03-04T15:34:40.721Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-04T15:34:40.721Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-03-04T15:34:40.721Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-03-04T15:34:41.338Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-03-04T15:34:42.325Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-03-04T15:34:43.666Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-03-04T15:34:43.666Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-03-04T15:34:43.666Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-04T15:34:43.666Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-03-04T15:34:43.666Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-04T15:34:43.666Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-03-04T15:34:43.666Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-04T15:34:43.666Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-03-04T15:34:43.892Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-03-04T15:34:46.633Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-03-04T15:34:48.853Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-03-04T15:34:49.668Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2022-03-04T15:34:51.066Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-03-04T15:34:51.066Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-03-04T15:34:51.066Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-04T15:34:51.066Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-03-04T15:34:53.277Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-03-04T15:34:53.277Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-03-04T15:34:55.489Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-03-04T15:34:55.489Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-04T15:34:55.956Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-03-04T15:34:55.956Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T15:34:55.956Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-03-04T15:34:58.171Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-03-04T15:34:58.171Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-03-04T15:34:58.213Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2022-03-04T15:35:00.389Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-03-04T15:35:00.389Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-04T15:35:00.389Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-03-04T15:35:01.716Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-03-04T15:35:02.705Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-03-04T15:35:03.336Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-03-04T15:35:03.336Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-03-04T15:35:05.268Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2022-03-04T15:35:05.548Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-03-04T15:35:07.262Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2022-03-04T15:35:09.463Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-03-04T15:35:11.493Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-03-04T15:35:13.248Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-03-04T15:35:13.715Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-03-04T15:35:13.715Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-03-04T15:35:13.715Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-03-04T15:35:13.715Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-03-04T15:35:13.811Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2022-03-04T15:35:13.816Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2022-03-04T15:35:14.451Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-03-04T15:35:15.276Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-03-04T15:35:15.276Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-04T15:35:15.276Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-03-04T15:35:18.224Z] === RUN TestDockerSuite/TestContainerAPITop [2022-03-04T15:35:18.224Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-04T15:35:18.224Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-03-04T15:35:20.434Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-03-04T15:35:20.434Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-03-04T15:35:23.116Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-03-04T15:35:25.185Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-03-04T15:35:26.747Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-03-04T15:35:26.747Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-04T15:35:26.747Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-03-04T15:35:26.747Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-04T15:35:26.747Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-03-04T15:35:26.747Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-04T15:35:26.747Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-03-04T15:35:26.747Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-04T15:35:26.747Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-03-04T15:35:26.747Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-04T15:35:26.747Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-03-04T15:35:26.911Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-03-04T15:35:28.714Z] docker_cli_external_volume_driver_test.go:52: [d919b449ad763] daemon is not started [2022-03-04T15:35:28.962Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-03-04T15:35:28.962Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-03-04T15:35:31.175Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-03-04T15:35:31.675Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-03-04T15:35:32.143Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-03-04T15:35:32.143Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-04T15:35:32.143Z] === RUN TestDockerSuite/TestBuildPATH [2022-03-04T15:35:32.143Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-04T15:35:32.143Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-03-04T15:35:34.123Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-03-04T15:35:34.361Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-03-04T15:35:34.361Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-04T15:35:34.361Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-03-04T15:35:36.335Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-03-04T15:35:38.906Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2022-03-04T15:35:38.906Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-04T15:35:38.906Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2022-03-04T15:35:39.284Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000512f30_} [2022-03-04T15:35:41.499Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-12944348974_c:\foo_false____} [2022-03-04T15:35:43.584Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2022-03-04T15:35:44.448Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-12944348974_c:\foo_true____} [2022-03-04T15:35:46.661Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-03-04T15:35:46.661Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-04T15:35:46.661Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-03-04T15:35:46.661Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-03-04T15:35:46.661Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-03-04T15:35:46.661Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-03-04T15:35:46.661Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-03-04T15:35:46.661Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-03-04T15:35:46.661Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-03-04T15:35:47.128Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-03-04T15:35:47.128Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-03-04T15:35:47.128Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-03-04T15:35:47.128Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-03-04T15:35:47.128Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-03-04T15:35:47.128Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-04T15:35:47.128Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-03-04T15:35:47.128Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-04T15:35:47.128Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-03-04T15:35:47.128Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-04T15:35:47.128Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-03-04T15:35:47.128Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-04T15:35:47.128Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-03-04T15:35:47.128Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-04T15:35:47.128Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-03-04T15:35:47.443Z] === RUN TestDockerSuite/TestBuildMultipleTags [2022-03-04T15:35:47.443Z] === RUN TestDockerSuite/TestBuildNetContainer [2022-03-04T15:35:47.443Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-04T15:35:47.443Z] === RUN TestDockerSuite/TestBuildNetNone [2022-03-04T15:35:47.443Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-04T15:35:47.443Z] === RUN TestDockerSuite/TestBuildNoContext [2022-03-04T15:35:50.076Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-03-04T15:35:50.076Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-04T15:35:50.076Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-03-04T15:35:50.076Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T15:35:50.076Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-03-04T15:35:50.076Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-04T15:35:50.076Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-03-04T15:35:50.076Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-04T15:35:50.076Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-03-04T15:35:50.076Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-04T15:35:50.076Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-03-04T15:35:50.076Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-04T15:35:50.076Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-03-04T15:35:50.076Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-04T15:35:50.076Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-03-04T15:35:50.076Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-04T15:35:50.076Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-03-04T15:35:50.076Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-04T15:35:50.076Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-03-04T15:35:50.076Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-04T15:35:50.076Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-03-04T15:35:50.076Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-04T15:35:50.076Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-03-04T15:35:50.076Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-04T15:35:50.076Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-03-04T15:35:50.076Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-04T15:35:50.076Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-03-04T15:35:52.119Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2022-03-04T15:35:53.032Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-03-04T15:35:53.032Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-03-04T15:35:53.032Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-04T15:35:53.032Z] === RUN TestDockerSuite/TestCpRelativePath [2022-03-04T15:35:55.244Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-03-04T15:35:55.245Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-04T15:35:55.712Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-03-04T15:35:55.712Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-04T15:35:55.712Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-03-04T15:35:55.712Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-04T15:35:55.712Z] === RUN TestDockerSuite/TestCpToCaseA [2022-03-04T15:35:57.896Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2022-03-04T15:36:00.463Z] === RUN TestDockerSuite/TestCpToCaseB [2022-03-04T15:36:00.793Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2022-03-04T15:36:00.793Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2022-03-04T15:36:01.272Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2022-03-04T15:36:01.660Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2022-03-04T15:36:02.679Z] === RUN TestDockerSuite/TestCpToCaseC [2022-03-04T15:36:02.679Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-04T15:36:02.679Z] === RUN TestDockerSuite/TestCpToCaseD [2022-03-04T15:36:02.679Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-04T15:36:02.679Z] === RUN TestDockerSuite/TestCpToCaseE [2022-03-04T15:36:04.159Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2022-03-04T15:36:05.122Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2022-03-04T15:36:06.651Z] === RUN TestDockerSuite/TestBuildOnBuild [2022-03-04T15:36:13.114Z] === RUN TestDockerSuite/TestCpToCaseF [2022-03-04T15:36:13.114Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-04T15:36:13.114Z] === RUN TestDockerSuite/TestCpToCaseG [2022-03-04T15:36:13.114Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-04T15:36:13.114Z] === RUN TestDockerSuite/TestCpToCaseH [2022-03-04T15:36:16.532Z] docker_cli_external_volume_driver_test.go:52: [d1363e215677b] daemon is not started [2022-03-04T15:36:17.078Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-03-04T15:36:19.005Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2022-03-04T15:36:21.172Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2022-03-04T15:36:21.770Z] === RUN TestDockerSuite/TestCpToCaseI [2022-03-04T15:36:21.770Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-04T15:36:21.770Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-03-04T15:36:21.770Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-04T15:36:21.770Z] === RUN TestDockerSuite/TestCpToDot [2022-03-04T15:36:23.981Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-03-04T15:36:23.981Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-04T15:36:23.981Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-03-04T15:36:23.981Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-04T15:36:23.981Z] === RUN TestDockerSuite/TestCpToStdout [2022-03-04T15:36:26.929Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-03-04T15:36:26.929Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-04T15:36:26.929Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-03-04T15:36:26.929Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-04T15:36:26.929Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-03-04T15:36:26.929Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-04T15:36:26.929Z] === RUN TestDockerSuite/TestCpVolumePath [2022-03-04T15:36:26.929Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-04T15:36:26.929Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-03-04T15:36:27.396Z] === RUN TestDockerSuite/TestCreateArgs [2022-03-04T15:36:27.396Z] === RUN TestDockerSuite/TestCreateByImageID [2022-03-04T15:36:29.608Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-03-04T15:36:31.431Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2022-03-04T15:36:31.431Z] docker_cli_external_volume_driver_test.go:52: [d2dc2612c62b9] daemon is not started [2022-03-04T15:36:32.555Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-03-04T15:36:32.555Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-03-04T15:36:32.555Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-03-04T15:36:33.547Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2022-03-04T15:36:34.767Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-03-04T15:36:35.234Z] === RUN TestDockerSuite/TestCreateLabels [2022-03-04T15:36:35.234Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-03-04T15:36:35.234Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-04T15:36:35.234Z] === RUN TestDockerSuite/TestCreateRM [2022-03-04T15:36:35.702Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-03-04T15:36:35.702Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-04T15:36:35.702Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-03-04T15:36:36.169Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-03-04T15:36:36.169Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-03-04T15:36:38.308Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2022-03-04T15:36:44.822Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-03-04T15:36:44.822Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-03-04T15:36:44.822Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-03-04T15:36:46.306Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2022-03-04T15:36:47.198Z] === RUN TestDockerSuite/TestBuildRm [2022-03-04T15:36:47.767Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-03-04T15:36:48.233Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-03-04T15:36:48.233Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-04T15:36:48.233Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-03-04T15:36:50.818Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2022-03-04T15:36:51.179Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-03-04T15:36:51.179Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-04T15:36:51.179Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-03-04T15:36:51.179Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-03-04T15:36:51.179Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-04T15:36:51.179Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-03-04T15:36:51.179Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-04T15:36:51.179Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-03-04T15:36:51.179Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-04T15:36:51.179Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-03-04T15:36:51.179Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-04T15:36:51.179Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-03-04T15:36:51.179Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-04T15:36:51.179Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-03-04T15:36:51.179Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-04T15:36:51.179Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-03-04T15:36:51.179Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T15:36:51.179Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-03-04T15:36:51.179Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-04T15:36:51.179Z] === RUN TestDockerSuite/TestDevicePermissions [2022-03-04T15:36:51.180Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-04T15:36:51.180Z] === RUN TestDockerSuite/TestDockerFails [2022-03-04T15:36:51.180Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-03-04T15:36:51.180Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-04T15:36:51.180Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-03-04T15:36:51.180Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-04T15:36:51.180Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-03-04T15:36:51.180Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-04T15:36:51.180Z] === RUN TestDockerSuite/TestEventsAttach [2022-03-04T15:36:51.180Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-04T15:36:51.180Z] === RUN TestDockerSuite/TestEventsCommit [2022-03-04T15:36:51.180Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-04T15:36:51.180Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-03-04T15:36:53.392Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-03-04T15:36:55.590Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2022-03-04T15:36:56.338Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-03-04T15:36:57.625Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-03-04T15:36:59.286Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-03-04T15:36:59.844Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-03-04T15:36:59.844Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-04T15:36:59.844Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-03-04T15:36:59.844Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-04T15:36:59.844Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-03-04T15:37:01.413Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-03-04T15:37:02.772Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2022-03-04T15:37:03.762Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2022-03-04T15:37:03.762Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-04T15:37:03.762Z] === RUN TestDockerSuite/TestBuildPATH [2022-03-04T15:37:03.762Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-04T15:37:03.762Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2022-03-04T15:37:05.210Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-03-04T15:37:07.559Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2022-03-04T15:37:07.559Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-04T15:37:07.559Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2022-03-04T15:37:07.941Z] === RUN TestDockerSuite/TestEventsCopy [2022-03-04T15:37:09.010Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-03-04T15:37:11.731Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-03-04T15:37:12.806Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-03-04T15:37:17.590Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-03-04T15:37:18.372Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2022-03-04T15:37:19.803Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-03-04T15:37:20.270Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-03-04T15:37:25.020Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-03-04T15:37:25.488Z] === RUN TestDockerSuite/TestEventsFilterType [2022-03-04T15:37:26.471Z] === RUN TestDockerSuite/TestEventsFilters [2022-03-04T15:37:27.747Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-03-04T15:37:27.747Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-03-04T15:37:27.747Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-03-04T15:37:32.330Z] === RUN TestDockerSuite/TestEventsFormat [2022-03-04T15:37:33.244Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2022-03-04T15:37:37.079Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-03-04T15:37:37.079Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-03-04T15:37:37.079Z] === RUN TestDockerSuite/TestEventsImageImport [2022-03-04T15:37:37.079Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-04T15:37:37.079Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-03-04T15:37:37.079Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-04T15:37:37.079Z] === RUN TestDockerSuite/TestEventsImagePull [2022-03-04T15:37:37.079Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-04T15:37:37.079Z] === RUN TestDockerSuite/TestEventsImageTag [2022-03-04T15:37:38.070Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-03-04T15:37:38.070Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-04T15:37:38.070Z] === RUN TestDockerSuite/TestEventsRename [2022-03-04T15:37:38.178Z] === RUN TestDockerSuite/TestBuildSpaces [2022-03-04T15:37:38.178Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-03-04T15:37:41.031Z] === RUN TestDockerSuite/TestEventsResize [2022-03-04T15:37:41.131Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-03-04T15:37:41.132Z] === RUN TestDockerSuite/TestBuildStderr [2022-03-04T15:37:44.924Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-03-04T15:37:48.136Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2022-03-04T15:37:49.684Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-03-04T15:37:51.247Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-03-04T15:37:53.458Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-03-04T15:37:58.424Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2022-03-04T15:37:59.323Z] === RUN TestDockerSuite/TestEventsTop [2022-03-04T15:37:59.323Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-04T15:37:59.323Z] === RUN TestDockerSuite/TestEventsUntag [2022-03-04T15:38:01.537Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-03-04T15:38:06.285Z] === RUN TestDockerSuite/TestExec [2022-03-04T15:38:06.285Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-04T15:38:06.285Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-03-04T15:38:06.285Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-04T15:38:06.285Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-03-04T15:38:07.851Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-03-04T15:38:10.063Z] === RUN TestDockerSuite/TestExecAPIStart [2022-03-04T15:38:10.063Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-04T15:38:10.063Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-03-04T15:38:10.063Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-04T15:38:10.063Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-03-04T15:38:10.063Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-04T15:38:10.063Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-03-04T15:38:10.220Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-03-04T15:38:10.220Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-04T15:38:10.220Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-03-04T15:38:11.631Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-03-04T15:38:11.784Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-03-04T15:38:12.777Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-03-04T15:38:13.842Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-03-04T15:38:16.052Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-03-04T15:38:16.571Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-03-04T15:38:18.262Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-03-04T15:38:22.443Z] === RUN TestDockerSuite/TestBuildUser [2022-03-04T15:38:22.443Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-04T15:38:22.443Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-03-04T15:38:22.443Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-04T15:38:22.443Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-03-04T15:38:22.443Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-04T15:38:22.443Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-03-04T15:38:23.010Z] === RUN TestDockerSuite/TestExecCgroup [2022-03-04T15:38:23.010Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-04T15:38:23.010Z] === RUN TestDockerSuite/TestExecEnv [2022-03-04T15:38:23.010Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-04T15:38:23.010Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-03-04T15:38:23.010Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-04T15:38:23.010Z] === RUN TestDockerSuite/TestExecExitStatus [2022-03-04T15:38:23.670Z] === RUN TestDockerSuite/TestBuildRm [2022-03-04T15:38:24.572Z] === RUN TestDockerSuite/TestExecInspectID [2022-03-04T15:38:26.244Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-03-04T15:38:26.244Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-03-04T15:38:28.357Z] === RUN TestDockerSuite/TestExecInteractive [2022-03-04T15:38:28.357Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-04T15:38:28.357Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-03-04T15:38:28.357Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-04T15:38:28.357Z] === RUN TestDockerSuite/TestExecParseError [2022-03-04T15:38:28.357Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-04T15:38:28.357Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-03-04T15:38:28.357Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-04T15:38:28.357Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-03-04T15:38:28.357Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-04T15:38:28.357Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-03-04T15:38:30.579Z] === RUN TestDockerSuite/TestExecSetEnv [2022-03-04T15:38:30.579Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-04T15:38:30.579Z] === RUN TestDockerSuite/TestExecStartFails [2022-03-04T15:38:30.579Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-04T15:38:30.579Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-03-04T15:38:30.579Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-04T15:38:30.579Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-03-04T15:38:30.579Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-04T15:38:30.579Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-03-04T15:38:30.579Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-04T15:38:30.579Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-03-04T15:38:32.790Z] === RUN TestDockerSuite/TestExecUlimits [2022-03-04T15:38:32.790Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-04T15:38:32.790Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-03-04T15:38:34.802Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2022-03-04T15:38:34.917Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-03-04T15:38:34.917Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-04T15:38:34.917Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-03-04T15:38:34.917Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-04T15:38:34.917Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-03-04T15:38:38.456Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2022-03-04T15:38:38.648Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-03-04T15:38:38.648Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-04T15:38:38.648Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-03-04T15:38:38.648Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-04T15:38:38.648Z] === RUN TestDockerSuite/TestExecWithUser [2022-03-04T15:38:38.648Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-04T15:38:38.648Z] === RUN TestDockerSuite/TestGetContainerStats [2022-03-04T15:38:43.144Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2022-03-04T15:38:43.144Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-04T15:38:43.144Z] === RUN TestDockerSuite/TestBuildScratchCopy [2022-03-04T15:38:43.144Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-04T15:38:43.600Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2022-03-04T15:38:44.508Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-03-04T15:38:45.132Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2022-03-04T15:38:50.372Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-03-04T15:38:50.906Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2022-03-04T15:38:52.739Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-03-04T15:38:52.883Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2022-03-04T15:38:53.323Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-03-04T15:38:53.726Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-03-04T15:38:55.576Z] === RUN TestDockerSuite/TestBuildShellInherited [2022-03-04T15:38:59.183Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-03-04T15:38:59.183Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-04T15:38:59.183Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-03-04T15:38:59.183Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-03-04T15:38:59.183Z] === RUN TestDockerSuite/TestHealth [2022-03-04T15:38:59.183Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-04T15:38:59.183Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-03-04T15:38:59.183Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-03-04T15:38:59.660Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-03-04T15:38:59.660Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-03-04T15:39:00.888Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-03-04T15:39:01.348Z] === RUN TestDockerSuite/TestBuildShellMultiple [2022-03-04T15:39:04.408Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-03-04T15:39:04.408Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-03-04T15:39:04.408Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-04T15:39:04.408Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-03-04T15:39:04.408Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-03-04T15:39:04.408Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-03-04T15:39:04.408Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-03-04T15:39:05.394Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-03-04T15:39:05.394Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-04T15:39:05.394Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-03-04T15:39:06.377Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-03-04T15:39:06.377Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-03-04T15:39:07.938Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-03-04T15:39:08.405Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-03-04T15:39:10.616Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-03-04T15:39:11.314Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-03-04T15:39:11.314Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-04T15:39:11.314Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-03-04T15:39:11.314Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-04T15:39:11.314Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-03-04T15:39:13.529Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-03-04T15:39:13.529Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-04T15:39:13.529Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-03-04T15:39:13.562Z] === RUN TestDockerSuite/TestImagesFormat [2022-03-04T15:39:13.563Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-03-04T15:39:13.563Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-04T15:39:13.563Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-03-04T15:39:17.346Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-03-04T15:39:17.346Z] === RUN TestDockerSuite/TestImportBadURL [2022-03-04T15:39:17.346Z] === RUN TestDockerSuite/TestImportDisplay [2022-03-04T15:39:17.346Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-04T15:39:17.346Z] === RUN TestDockerSuite/TestImportFile [2022-03-04T15:39:17.346Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-04T15:39:17.346Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-03-04T15:39:17.346Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-03-04T15:39:17.346Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-04T15:39:17.346Z] === RUN TestDockerSuite/TestImportGzipped [2022-03-04T15:39:17.346Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-04T15:39:17.346Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-03-04T15:39:17.346Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-04T15:39:17.346Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-03-04T15:39:17.346Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-04T15:39:17.346Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-03-04T15:39:17.346Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-04T15:39:17.346Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-03-04T15:39:17.346Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-04T15:39:17.346Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-03-04T15:39:17.346Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-03-04T15:39:17.346Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-04T15:39:17.813Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-03-04T15:39:17.813Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-04T15:39:17.813Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-03-04T15:39:20.027Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-03-04T15:39:22.403Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2022-03-04T15:39:22.403Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2022-03-04T15:39:22.973Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-03-04T15:39:22.973Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-04T15:39:22.973Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-03-04T15:39:22.973Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-04T15:39:22.973Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-03-04T15:39:22.973Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-03-04T15:39:22.973Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-04T15:39:22.973Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-03-04T15:39:23.368Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2022-03-04T15:39:23.976Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-03-04T15:39:24.961Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2022-03-04T15:39:25.296Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-03-04T15:39:25.763Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-03-04T15:39:26.191Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-03-04T15:39:26.660Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-03-04T15:39:27.973Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-03-04T15:39:27.973Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-04T15:39:27.973Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-03-04T15:39:27.973Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-04T15:39:27.973Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-03-04T15:39:27.973Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-04T15:39:27.973Z] === RUN TestDockerSuite/TestInspectDefault [2022-03-04T15:39:30.921Z] === RUN TestDockerSuite/TestInspectHistory [2022-03-04T15:39:33.698Z] === RUN TestDockerSuite/TestBuildSpaces [2022-03-04T15:39:33.698Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2022-03-04T15:39:35.670Z] === RUN TestDockerSuite/TestInspectImage [2022-03-04T15:39:35.670Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-04T15:39:35.671Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-03-04T15:39:35.671Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-04T15:39:35.671Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-03-04T15:39:35.671Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-04T15:39:35.671Z] === RUN TestDockerSuite/TestInspectInt64 [2022-03-04T15:39:37.881Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-03-04T15:39:40.093Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-03-04T15:39:40.093Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-03-04T15:39:40.758Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2022-03-04T15:39:40.758Z] === RUN TestDockerSuite/TestBuildStderr [2022-03-04T15:39:42.303Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-03-04T15:39:44.480Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-03-04T15:39:44.480Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-04T15:39:44.480Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-03-04T15:39:44.480Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-04T15:39:44.480Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-03-04T15:39:44.480Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-04T15:39:44.480Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-03-04T15:39:44.480Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-03-04T15:39:44.519Z] === RUN TestDockerSuite/TestInspectPlugin [2022-03-04T15:39:44.519Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-04T15:39:44.519Z] === RUN TestDockerSuite/TestInspectRootFS [2022-03-04T15:39:44.519Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-03-04T15:39:46.566Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2022-03-04T15:39:46.770Z] === RUN TestDockerSuite/TestInspectStatus [2022-03-04T15:39:50.555Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-03-04T15:39:51.642Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-03-04T15:39:53.212Z] === RUN TestDockerSuite/TestBuildXZHost [2022-03-04T15:39:53.212Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-04T15:39:53.212Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-03-04T15:39:53.212Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-04T15:39:53.212Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-03-04T15:39:53.212Z] docker_cli_sni_test.go:18: Flakey test [2022-03-04T15:39:53.212Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-03-04T15:39:54.343Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-03-04T15:39:55.427Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-03-04T15:39:56.553Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-03-04T15:39:57.027Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2022-03-04T15:39:58.762Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-03-04T15:39:59.220Z] === RUN TestDockerSuite/TestCommitChange [2022-03-04T15:40:00.972Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-03-04T15:40:03.185Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-03-04T15:40:03.973Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-03-04T15:40:06.138Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-03-04T15:40:07.765Z] === RUN TestDockerSuite/TestCommitHardlink [2022-03-04T15:40:07.765Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-04T15:40:07.765Z] === RUN TestDockerSuite/TestCommitNewFile [2022-03-04T15:40:08.352Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-03-04T15:40:08.352Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-03-04T15:40:08.352Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-04T15:40:08.352Z] === RUN TestDockerSuite/TestLinksEnvs [2022-03-04T15:40:08.352Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-04T15:40:08.352Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-03-04T15:40:08.352Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-04T15:40:08.352Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-03-04T15:40:08.352Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-04T15:40:08.819Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-03-04T15:40:08.819Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-04T15:40:08.819Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-03-04T15:40:08.819Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-04T15:40:08.819Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-03-04T15:40:08.819Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-04T15:40:08.819Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-03-04T15:40:08.819Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-04T15:40:08.819Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-03-04T15:40:08.819Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-04T15:40:08.819Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-03-04T15:40:08.819Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-04T15:40:08.819Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-03-04T15:40:08.819Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-04T15:40:08.819Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-03-04T15:40:08.819Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-04T15:40:08.819Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-03-04T15:40:08.819Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-04T15:40:08.819Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-03-04T15:40:08.819Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-04T15:40:08.819Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-03-04T15:40:08.819Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-04T15:40:08.819Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-03-04T15:40:08.819Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-04T15:40:08.819Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-03-04T15:40:08.819Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-03-04T15:40:08.819Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-03-04T15:40:11.037Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-03-04T15:40:11.898Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2022-03-04T15:40:13.251Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-03-04T15:40:13.633Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-03-04T15:40:13.633Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-04T15:40:13.633Z] === RUN TestDockerSuite/TestCommitTTY [2022-03-04T15:40:16.624Z] === RUN TestDockerSuite/TestBuildStopSignal [2022-03-04T15:40:16.624Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-04T15:40:16.624Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2022-03-04T15:40:17.611Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2022-03-04T15:40:19.112Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-03-04T15:40:19.501Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-03-04T15:40:19.830Z] === RUN TestDockerSuite/TestBuildTagEvent [2022-03-04T15:40:21.321Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-03-04T15:40:21.322Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-04T15:40:21.322Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-03-04T15:40:23.295Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-03-04T15:40:23.295Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-04T15:40:23.295Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-03-04T15:40:23.295Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-04T15:40:23.295Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-03-04T15:40:23.295Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-04T15:40:23.295Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-03-04T15:40:23.295Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-04T15:40:23.295Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-03-04T15:40:23.295Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-04T15:40:23.295Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-03-04T15:40:23.295Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-04T15:40:23.295Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-03-04T15:40:23.295Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-04T15:40:23.295Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-03-04T15:40:23.295Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-03-04T15:40:23.546Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-03-04T15:40:24.015Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-03-04T15:40:25.703Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2022-03-04T15:40:26.768Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2022-03-04T15:40:26.768Z] docker_cli_external_volume_driver_test.go:484: [d682e9ea36627] daemon is not started [2022-03-04T15:40:29.173Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-03-04T15:40:29.875Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-03-04T15:40:32.879Z] === RUN TestDockerSuite/TestBuildUser [2022-03-04T15:40:32.879Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-04T15:40:32.879Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2022-03-04T15:40:32.879Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-04T15:40:32.879Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2022-03-04T15:40:32.879Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-04T15:40:32.879Z] === RUN TestDockerSuite/TestBuildVerboseOut [2022-03-04T15:40:34.622Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-03-04T15:40:36.341Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-03-04T15:40:36.341Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-04T15:40:36.341Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-03-04T15:40:37.909Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-03-04T15:40:37.909Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-04T15:40:37.909Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-03-04T15:40:37.909Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-04T15:40:37.909Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-03-04T15:40:37.909Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-04T15:40:38.377Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-03-04T15:40:38.746Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2022-03-04T15:40:38.746Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2022-03-04T15:40:40.482Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-03-04T15:40:40.595Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-03-04T15:40:40.595Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-04T15:40:40.595Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-03-04T15:40:40.595Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-03-04T15:40:42.697Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-03-04T15:40:42.811Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-03-04T15:40:42.811Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-03-04T15:40:42.811Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-04T15:40:42.811Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-03-04T15:40:42.811Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-04T15:40:42.811Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-03-04T15:40:42.811Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-04T15:40:42.811Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-03-04T15:40:43.505Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2022-03-04T15:40:43.505Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-04T15:40:43.505Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2022-03-04T15:40:43.505Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-04T15:40:43.505Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2022-03-04T15:40:44.870Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2022-03-04T15:40:44.870Z] docker_cli_external_volume_driver_test.go:52: [d19ae7521f15f] daemon is not started [2022-03-04T15:40:44.912Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-03-04T15:40:44.912Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-04T15:40:44.912Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-03-04T15:40:45.030Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-03-04T15:40:46.596Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-03-04T15:40:47.857Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-03-04T15:40:48.816Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-03-04T15:40:48.816Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-03-04T15:40:48.816Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-04T15:40:48.816Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-03-04T15:40:50.068Z] === RUN TestDockerSuite/TestLogsSince [2022-03-04T15:40:51.034Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-03-04T15:40:51.034Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-03-04T15:40:52.599Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-03-04T15:40:52.599Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-04T15:40:52.599Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-03-04T15:40:52.599Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T15:40:52.599Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-03-04T15:40:54.815Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-03-04T15:40:54.815Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-03-04T15:40:57.034Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-03-04T15:40:57.034Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-04T15:40:57.034Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-03-04T15:40:59.250Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-03-04T15:40:59.250Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-03-04T15:40:59.738Z] --- PASS: TestDockerExternalVolumeSuite (436.78s) [2022-03-04T15:40:59.738Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.50s) [2022-03-04T15:40:59.738Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.62s) [2022-03-04T15:40:59.738Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.15s) [2022-03-04T15:40:59.738Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2022-03-04T15:40:59.738Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.56s) [2022-03-04T15:40:59.738Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s) [2022-03-04T15:40:59.738Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2022-03-04T15:40:59.738Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.16s) [2022-03-04T15:40:59.738Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.15s) [2022-03-04T15:40:59.738Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.76s) [2022-03-04T15:40:59.738Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.57s) [2022-03-04T15:40:59.738Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.17s) [2022-03-04T15:40:59.738Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.26s) [2022-03-04T15:40:59.738Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.86s) [2022-03-04T15:40:59.738Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.15s) [2022-03-04T15:40:59.738Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.62s) [2022-03-04T15:40:59.738Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.00s) [2022-03-04T15:40:59.738Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.06s) [2022-03-04T15:40:59.738Z] PASS [2022-03-04T15:40:59.738Z] [2022-03-04T15:40:59.738Z] === Skipped [2022-03-04T15:40:59.738Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-03-04T15:40:59.738Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2022-03-04T15:40:59.738Z] check_test.go:308: [d0aa5d520a17a] daemon is not started [2022-03-04T15:40:59.738Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2022-03-04T15:40:59.738Z] [2022-03-04T15:40:59.738Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-03-04T15:40:59.738Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2022-03-04T15:40:59.738Z] check_test.go:308: [d254385e87552] daemon is not started [2022-03-04T15:40:59.738Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2022-03-04T15:40:59.738Z] [2022-03-04T15:40:59.738Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-03-04T15:40:59.738Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2022-03-04T15:40:59.738Z] check_test.go:308: [dec8e60b02961] daemon is not started [2022-03-04T15:40:59.738Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2022-03-04T15:40:59.738Z] [2022-03-04T15:40:59.738Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2022-03-04T15:40:59.738Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2022-03-04T15:40:59.738Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.01s) [2022-03-04T15:40:59.738Z] [2022-03-04T15:40:59.738Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-03-04T15:40:59.738Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2022-03-04T15:40:59.738Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2022-03-04T15:40:59.738Z] [2022-03-04T15:40:59.738Z] DONE 271 tests, 5 skipped in 2426.057s [2022-03-04T15:40:59.738Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2022-03-04T15:40:59.738Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d8dfcb9cc738c/docker.pid [2022-03-04T15:40:59.738Z] +++ kill 6429 [2022-03-04T15:40:59.738Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 6429 is not a child of this shell [2022-03-04T15:40:59.738Z] warning: PID 6429 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d8dfcb9cc738c/docker.pid had a nonzero exit code [2022-03-04T15:40:59.738Z] ++++ cat bundles/test-integration/docker.pid [2022-03-04T15:40:59.738Z] +++ kill 8325 [2022-03-04T15:40:59.738Z] +++ /etc/init.d/apparmor stop [2022-03-04T15:40:59.738Z] Leaving: AppArmorNo profiles have been unloaded. [2022-03-04T15:40:59.738Z] [2022-03-04T15:40:59.738Z] Unloading profiles will leave already running processes permanently [2022-03-04T15:40:59.738Z] unconfined, which can lead to unexpected situations. [2022-03-04T15:40:59.738Z] [2022-03-04T15:40:59.738Z] To set a process to complain mode, use the command line tool [2022-03-04T15:40:59.738Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2022-03-04T15:40:59.738Z] +++ true [2022-03-04T15:40:59.738Z] exiting test-integration [2022-03-04T15:40:59.738Z] ++ exit 0 [2022-03-04T15:40:59.738Z] [2022-03-04T15:40:59.738Z] + exit 0 [2022-03-04T15:40:59.738Z] ++ jobs -p [2022-03-04T15:40:59.738Z] + pids= [2022-03-04T15:40:59.738Z] + echo 'Remaining pids to kill: []' [2022-03-04T15:40:59.738Z] Remaining pids to kill: [] [2022-03-04T15:40:59.738Z] + '[' -z '' ']' Post stage [Pipeline] junit [2022-03-04T15:40:59.754Z] Recording test results [2022-03-04T15:41:00.481Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-03-04T15:41:00.481Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-04T15:41:00.481Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-03-04T15:41:00.481Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-04T15:41:00.481Z] === RUN TestDockerSuite/TestLogsTail [2022-03-04T15:41:01.466Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-03-04T15:41:01.561Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2022-03-04T15:41:01.895Z] + echo Ensuring container killed. [2022-03-04T15:41:01.895Z] Ensuring container killed. [2022-03-04T15:41:01.895Z] + docker ps -aq -f name=docker-pr1-* [2022-03-04T15:41:01.895Z] + cids=5ee186564541 [2022-03-04T15:41:01.895Z] 3939345c0503 [2022-03-04T15:41:01.895Z] ac56cbb654d2 [2022-03-04T15:41:01.895Z] + [ -n 5ee186564541 [2022-03-04T15:41:01.895Z] 3939345c0503 [2022-03-04T15:41:01.895Z] ac56cbb654d2 ] [2022-03-04T15:41:01.895Z] + docker rm -vf 5ee186564541 3939345c0503 ac56cbb654d2 [2022-03-04T15:41:02.464Z] 5ee186564541 [2022-03-04T15:41:02.698Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-03-04T15:41:02.724Z] 3939345c0503 [2022-03-04T15:41:02.724Z] ac56cbb654d2 [Pipeline] sh [2022-03-04T15:41:03.012Z] + echo Chowning /workspace to jenkins user [2022-03-04T15:41:03.012Z] Chowning /workspace to jenkins user [2022-03-04T15:41:03.012Z] + id -u [2022-03-04T15:41:03.012Z] + id -g [2022-03-04T15:41:03.012Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-43324:/workspace busybox chown -R 1000:1000 /workspace [2022-03-04T15:41:03.012Z] Unable to find image 'busybox:latest' locally [2022-03-04T15:41:03.274Z] latest: Pulling from library/busybox [2022-03-04T15:41:03.274Z] 009932687766: Pulling fs layer [2022-03-04T15:41:03.274Z] 009932687766: Verifying Checksum [2022-03-04T15:41:03.274Z] 009932687766: Download complete [2022-03-04T15:41:03.532Z] 009932687766: Pull complete [2022-03-04T15:41:03.532Z] Digest: sha256:afcc7f1ac1b49db317a7196c902e61c6c3c4607d63599ee1a82d702d249a0ccb [2022-03-04T15:41:03.532Z] Status: Downloaded newer image for busybox:latest [2022-03-04T15:41:05.645Z] === RUN TestDockerSuite/TestLogsWithDetails [Pipeline] catchError [Pipeline] { [Pipeline] sh [2022-03-04T15:41:06.365Z] + bundleName=amd64 [2022-03-04T15:41:06.365Z] + echo Creating amd64-bundles.tar.gz [2022-03-04T15:41:06.365Z] Creating amd64-bundles.tar.gz [2022-03-04T15:41:06.365Z] + 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-04T15:41:06.365Z] + xargs tar -czf amd64-bundles.tar.gz [Pipeline] archiveArtifacts [2022-03-04T15:41:07.313Z] Archiving artifacts [2022-03-04T15:41:07.855Z] === RUN TestDockerSuite/TestMountIntoProc [2022-03-04T15:41:07.855Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-04T15:41:07.855Z] === RUN TestDockerSuite/TestMountIntoSys [2022-03-04T15:41:07.855Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-04T15:41:07.855Z] === RUN TestDockerSuite/TestNetHostname [2022-03-04T15:41:07.855Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-04T15:41:07.855Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-03-04T15:41:07.855Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-04T15:41:07.855Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-03-04T15:41:07.855Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-04T15:41:07.855Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-03-04T15:41:07.855Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-04T15:41:07.855Z] === RUN TestDockerSuite/TestPluginActive [2022-03-04T15:41:07.855Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-04T15:41:07.855Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-03-04T15:41:07.855Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-04T15:41:07.855Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-03-04T15:41:07.855Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-03-04T15:41:07.855Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-04T15:41:07.855Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-03-04T15:41:07.855Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-04T15:41:07.855Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-03-04T15:41:07.855Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-04T15:41:07.855Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-03-04T15:41:07.855Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-04T15:41:07.855Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-03-04T15:41:07.855Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-04T15:41:07.855Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-03-04T15:41:07.855Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-04T15:41:07.855Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-03-04T15:41:07.855Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-04T15:41:07.855Z] === RUN TestDockerSuite/TestPortHostBinding [2022-03-04T15:41:07.855Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-04T15:41:07.855Z] === RUN TestDockerSuite/TestPortList [2022-03-04T15:41:07.855Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-04T15:41:07.856Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-03-04T15:41:09.307Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43324/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-04T15:41:09.620Z] + make clean [2022-03-04T15:41:09.878Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-04T15:41:09.878Z] docker-dev-cache [2022-03-04T15:41:09.878Z] docker-mod-cache [Pipeline] deleteDir [2022-03-04T15:41:10.131Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-03-04T15:41:13.085Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-03-04T15:41:13.085Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-03-04T15:41:13.085Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-03-04T15:41:13.085Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-03-04T15:41:13.085Z] === RUN TestDockerSuite/TestContainerAPIStart [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-04T15:41:13.613Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2022-03-04T15:41:13.613Z] === RUN TestDockerSuite/TestBuildWindowsUser [2022-03-04T15:41:13.712Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-03-04T15:41:13.712Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T15:41:13.712Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-03-04T15:41:13.712Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-03-04T15:41:13.712Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-04T15:41:13.712Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-03-04T15:41:13.712Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-04T15:41:13.712Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-03-04T15:41:13.713Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-04T15:41:13.713Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-03-04T15:41:13.713Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-04T15:41:13.713Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-03-04T15:41:13.713Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-04T15:41:13.713Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-03-04T15:41:13.713Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-04T15:41:13.713Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-03-04T15:41:13.713Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-04T15:41:13.713Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-03-04T15:41:14.648Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-03-04T15:41:14.648Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-04T15:41:14.648Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-03-04T15:41:18.461Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-03-04T15:41:18.461Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-04T15:41:18.461Z] === RUN TestDockerSuite/TestPsByOrder [2022-03-04T15:41:21.807Z] === RUN TestDockerSuite/TestContainerAPITop [2022-03-04T15:41:21.807Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-04T15:41:21.807Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-03-04T15:41:22.289Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2022-03-04T15:41:23.376Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-03-04T15:41:23.376Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-03-04T15:41:27.109Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-03-04T15:41:27.109Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-04T15:41:27.109Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-03-04T15:41:28.129Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-03-04T15:41:29.117Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-03-04T15:41:29.117Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-04T15:41:29.117Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-03-04T15:41:29.117Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-04T15:41:29.117Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-03-04T15:41:29.117Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-04T15:41:29.117Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-03-04T15:41:29.117Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-04T15:41:29.117Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-03-04T15:41:29.117Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-04T15:41:29.117Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-03-04T15:41:29.443Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2022-03-04T15:41:29.444Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-04T15:41:30.409Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2022-03-04T15:41:30.409Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-04T15:41:30.409Z] === RUN TestDockerSuite/TestBuildWithFailure [2022-03-04T15:41:31.301Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-03-04T15:41:31.301Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-03-04T15:41:33.466Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-03-04T15:41:34.163Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2022-03-04T15:41:34.163Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-04T15:41:34.163Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2022-03-04T15:41:35.693Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-03-04T15:41:36.499Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-03-04T15:41:38.666Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-03-04T15:41:45.707Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000587770_} [2022-03-04T15:41:48.600Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-14201709741_c:\foo_false____} [2022-03-04T15:41:50.595Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-03-04T15:41:50.595Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-03-04T15:41:50.595Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-04T15:41:50.595Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-03-04T15:41:50.765Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-14201709741_c:\foo_true____} [2022-03-04T15:41:51.952Z] === RUN TestDockerSuite/TestBuildWithTabs [2022-03-04T15:41:52.934Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-03-04T15:41:52.934Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-04T15:41:52.934Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-03-04T15:41:52.934Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-03-04T15:41:52.934Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-03-04T15:41:52.934Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-03-04T15:41:52.934Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-03-04T15:41:52.934Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-03-04T15:41:52.934Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-03-04T15:41:52.934Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-03-04T15:41:52.934Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-03-04T15:41:52.934Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-03-04T15:41:52.934Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-03-04T15:41:52.934Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-03-04T15:41:52.934Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-04T15:41:52.934Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-03-04T15:41:52.934Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-04T15:41:52.934Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-03-04T15:41:52.934Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-04T15:41:52.934Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-03-04T15:41:52.934Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-04T15:41:52.934Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-03-04T15:41:52.934Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-04T15:41:53.389Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-03-04T15:41:55.554Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-03-04T15:41:55.554Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-04T15:41:55.554Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-03-04T15:41:55.554Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T15:41:55.554Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-03-04T15:41:55.554Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-04T15:41:55.554Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-03-04T15:41:55.554Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-04T15:41:56.011Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-03-04T15:41:56.011Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-04T15:41:56.011Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-03-04T15:41:56.011Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-04T15:41:56.011Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-03-04T15:41:56.011Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-04T15:41:56.011Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-03-04T15:41:56.011Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-04T15:41:56.011Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-03-04T15:41:56.011Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-04T15:41:56.011Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-03-04T15:41:56.011Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-04T15:41:56.011Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-03-04T15:41:56.011Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-04T15:41:56.011Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-03-04T15:41:56.011Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-04T15:41:56.011Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-03-04T15:41:56.011Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-04T15:41:56.011Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-03-04T15:41:56.615Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2022-03-04T15:41:57.070Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2022-03-04T15:41:58.179Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-03-04T15:41:58.179Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-03-04T15:41:58.179Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-04T15:41:58.179Z] === RUN TestDockerSuite/TestCpRelativePath [2022-03-04T15:42:00.344Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-03-04T15:42:00.344Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-04T15:42:00.344Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-03-04T15:42:00.344Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-04T15:42:00.344Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-03-04T15:42:00.344Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-04T15:42:00.344Z] === RUN TestDockerSuite/TestCpToCaseA [2022-03-04T15:42:02.941Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-03-04T15:42:05.013Z] === RUN TestDockerSuite/TestCpToCaseB [2022-03-04T15:42:06.542Z] === RUN TestDockerSuite/TestCpToCaseC [2022-03-04T15:42:06.542Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-04T15:42:06.542Z] === RUN TestDockerSuite/TestCpToCaseD [2022-03-04T15:42:06.542Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-04T15:42:06.542Z] === RUN TestDockerSuite/TestCpToCaseE [2022-03-04T15:42:06.658Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-03-04T15:42:14.709Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2022-03-04T15:42:14.709Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-04T15:42:15.079Z] === RUN TestDockerSuite/TestCpToCaseF [2022-03-04T15:42:15.079Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-04T15:42:15.079Z] === RUN TestDockerSuite/TestCpToCaseG [2022-03-04T15:42:15.079Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-04T15:42:15.079Z] === RUN TestDockerSuite/TestCpToCaseH [2022-03-04T15:42:15.164Z] === RUN TestDockerSuite/TestBuildWithVolumes [2022-03-04T15:42:15.165Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-04T15:42:15.206Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-03-04T15:42:15.619Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2022-03-04T15:42:15.619Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-04T15:42:15.619Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2022-03-04T15:42:17.145Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2022-03-04T15:42:18.917Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-03-04T15:42:18.917Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-04T15:42:18.917Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-03-04T15:42:18.917Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-04T15:42:18.917Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-03-04T15:42:24.682Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-03-04T15:42:24.682Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-04T15:42:24.682Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-03-04T15:42:24.682Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-04T15:42:24.682Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-03-04T15:42:24.682Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-04T15:42:24.682Z] === RUN TestDockerSuite/TestPsRightTagName [2022-03-04T15:42:24.683Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-04T15:42:24.683Z] === RUN TestDockerSuite/TestPsShowMounts [2022-03-04T15:42:29.527Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2022-03-04T15:42:30.447Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-03-04T15:42:30.447Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-04T15:42:30.447Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-03-04T15:42:30.491Z] === RUN TestDockerSuite/TestBuildXZHost [2022-03-04T15:42:30.491Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-04T15:42:30.946Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2022-03-04T15:42:30.946Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-04T15:42:30.946Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2022-03-04T15:42:30.946Z] docker_cli_sni_test.go:18: Flakey test [2022-03-04T15:42:30.946Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2022-03-04T15:42:31.974Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-03-04T15:42:31.974Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-04T15:42:32.429Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-03-04T15:42:33.389Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-03-04T15:42:33.834Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2022-03-04T15:42:33.834Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-04T15:42:33.834Z] === RUN TestDockerSuite/TestCommitChange [2022-03-04T15:42:34.350Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-03-04T15:42:34.350Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-04T15:42:34.350Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-03-04T15:42:36.129Z] === RUN TestDockerSuite/TestCpToCaseI [2022-03-04T15:42:36.129Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-04T15:42:36.129Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-03-04T15:42:36.129Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-04T15:42:36.129Z] === RUN TestDockerSuite/TestCpToDot [2022-03-04T15:42:36.129Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-03-04T15:42:36.129Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-04T15:42:36.129Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-03-04T15:42:36.129Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-04T15:42:36.129Z] === RUN TestDockerSuite/TestCpToStdout [2022-03-04T15:42:38.297Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-03-04T15:42:38.297Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-04T15:42:38.297Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-03-04T15:42:38.297Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-04T15:42:38.297Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-03-04T15:42:38.297Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-04T15:42:38.297Z] === RUN TestDockerSuite/TestCpVolumePath [2022-03-04T15:42:38.297Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-04T15:42:38.297Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-03-04T15:42:38.297Z] === RUN TestDockerSuite/TestCreateArgs [2022-03-04T15:42:38.753Z] === RUN TestDockerSuite/TestCreateByImageID [2022-03-04T15:42:39.013Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-03-04T15:42:40.877Z] === RUN TestDockerSuite/TestCommitChangeLabels [2022-03-04T15:42:40.920Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-03-04T15:42:43.087Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-03-04T15:42:43.087Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-03-04T15:42:43.543Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-03-04T15:42:43.674Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-03-04T15:42:45.071Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-03-04T15:42:45.527Z] === RUN TestDockerSuite/TestCreateLabels [2022-03-04T15:42:45.837Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-03-04T15:42:45.984Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-03-04T15:42:45.984Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-04T15:42:45.984Z] === RUN TestDockerSuite/TestCreateRM [2022-03-04T15:42:46.440Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-03-04T15:42:46.440Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-04T15:42:46.440Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-03-04T15:42:46.440Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-03-04T15:42:46.643Z] === RUN TestDockerSuite/TestCommitHardlink [2022-03-04T15:42:46.643Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-04T15:42:46.643Z] === RUN TestDockerSuite/TestCommitNewFile [2022-03-04T15:42:46.896Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-03-04T15:42:56.928Z] === RUN TestDockerSuite/TestCommitPausedContainer [2022-03-04T15:42:56.928Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-04T15:42:56.928Z] === RUN TestDockerSuite/TestCommitTTY [2022-03-04T15:42:59.232Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-03-04T15:42:59.232Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-03-04T15:42:59.232Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-03-04T15:43:02.122Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-03-04T15:43:02.122Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-03-04T15:43:02.122Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-04T15:43:02.122Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-03-04T15:43:04.287Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-03-04T15:43:04.287Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-04T15:43:04.287Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-03-04T15:43:04.287Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-03-04T15:43:04.287Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-04T15:43:04.287Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-03-04T15:43:04.287Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-04T15:43:04.287Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-03-04T15:43:04.287Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-04T15:43:04.287Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-03-04T15:43:04.287Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-04T15:43:04.287Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-03-04T15:43:04.287Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-04T15:43:04.287Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-03-04T15:43:04.287Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-04T15:43:04.287Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-03-04T15:43:04.287Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T15:43:04.287Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-03-04T15:43:04.287Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-04T15:43:04.287Z] === RUN TestDockerSuite/TestDevicePermissions [2022-03-04T15:43:04.287Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-04T15:43:04.287Z] === RUN TestDockerSuite/TestDockerFails [2022-03-04T15:43:04.287Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-03-04T15:43:04.287Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-04T15:43:04.287Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-03-04T15:43:04.287Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-04T15:43:04.287Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-03-04T15:43:04.287Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-04T15:43:04.287Z] === RUN TestDockerSuite/TestEventsAttach [2022-03-04T15:43:04.287Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-04T15:43:04.287Z] === RUN TestDockerSuite/TestEventsCommit [2022-03-04T15:43:04.287Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-04T15:43:04.287Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-03-04T15:43:05.473Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2022-03-04T15:43:06.458Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-03-04T15:43:06.938Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-03-04T15:43:06.938Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-04T15:43:06.938Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-03-04T15:43:09.350Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-03-04T15:43:10.906Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-03-04T15:43:11.243Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2022-03-04T15:43:11.243Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-04T15:43:11.243Z] === RUN TestDockerSuite/TestCommitWithoutPause [2022-03-04T15:43:11.243Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-04T15:43:11.243Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2022-03-04T15:43:11.243Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-04T15:43:11.243Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2022-03-04T15:43:11.243Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-04T15:43:11.243Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2022-03-04T15:43:11.243Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-04T15:43:11.243Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2022-03-04T15:43:11.243Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-04T15:43:11.243Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2022-03-04T15:43:11.243Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-04T15:43:11.243Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2022-03-04T15:43:11.243Z] === RUN TestDockerSuite/TestContainerAPICommit [2022-03-04T15:43:12.741Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-03-04T15:43:12.741Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-03-04T15:43:12.741Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-03-04T15:43:13.208Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-03-04T15:43:17.953Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-03-04T15:43:18.062Z] === RUN TestDockerSuite/TestEventsCopy [2022-03-04T15:43:21.547Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2022-03-04T15:43:22.700Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-03-04T15:43:22.700Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-04T15:43:22.700Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-03-04T15:43:22.814Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-03-04T15:43:28.556Z] === RUN TestDockerSuite/TestRmiBlank [2022-03-04T15:43:28.556Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-03-04T15:43:28.556Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-03-04T15:43:30.091Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2022-03-04T15:43:30.091Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-04T15:43:30.091Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2022-03-04T15:43:33.242Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-03-04T15:43:33.711Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-03-04T15:43:33.806Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2022-03-04T15:43:33.806Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-04T15:43:33.806Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2022-03-04T15:43:33.806Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-04T15:43:33.806Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2022-03-04T15:43:33.807Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-04T15:43:33.807Z] === RUN TestDockerSuite/TestContainerAPICreate [2022-03-04T15:43:34.699Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-03-04T15:43:36.697Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2022-03-04T15:43:36.697Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-04T15:43:36.697Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2022-03-04T15:43:36.697Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2022-03-04T15:43:38.494Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-03-04T15:43:38.494Z] === RUN TestDockerSuite/TestEventsFilterType [2022-03-04T15:43:39.481Z] === RUN TestDockerSuite/TestEventsFilters [2022-03-04T15:43:40.414Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2022-03-04T15:43:40.414Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2022-03-04T15:43:40.414Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-04T15:43:40.414Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2022-03-04T15:43:40.414Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-04T15:43:40.414Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2022-03-04T15:43:40.414Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-04T15:43:40.414Z] === RUN TestDockerSuite/TestContainerAPIDelete [2022-03-04T15:43:41.032Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-03-04T15:43:43.392Z] === RUN TestDockerSuite/TestEventsFormat [2022-03-04T15:43:44.081Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-03-04T15:43:44.241Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2022-03-04T15:43:44.548Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-03-04T15:43:47.959Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2022-03-04T15:43:48.146Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-03-04T15:43:48.146Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-03-04T15:43:48.146Z] === RUN TestDockerSuite/TestEventsImageImport [2022-03-04T15:43:48.146Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-04T15:43:48.146Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-03-04T15:43:48.146Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-04T15:43:48.146Z] === RUN TestDockerSuite/TestEventsImagePull [2022-03-04T15:43:48.146Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-04T15:43:48.146Z] === RUN TestDockerSuite/TestEventsImageTag [2022-03-04T15:43:48.614Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-03-04T15:43:48.614Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-04T15:43:48.614Z] === RUN TestDockerSuite/TestEventsRename [2022-03-04T15:43:51.693Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-03-04T15:43:52.625Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2022-03-04T15:43:52.625Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2022-03-04T15:43:52.625Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-04T15:43:52.625Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2022-03-04T15:43:55.777Z] === RUN TestDockerSuite/TestEventsResize [2022-03-04T15:43:56.438Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-03-04T15:44:01.156Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2022-03-04T15:44:01.156Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2022-03-04T15:44:03.588Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-03-04T15:44:04.047Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2022-03-04T15:44:04.047Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-04T15:44:04.047Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2022-03-04T15:44:04.047Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T15:44:04.047Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2022-03-04T15:44:04.445Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-03-04T15:44:05.433Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-03-04T15:44:07.372Z] === RUN TestDockerSuite/TestRmiTag [2022-03-04T15:44:07.649Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-03-04T15:44:07.760Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2022-03-04T15:44:07.760Z] === RUN TestDockerSuite/TestContainerAPIKill [2022-03-04T15:44:08.357Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-03-04T15:44:11.306Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-03-04T15:44:11.483Z] === RUN TestDockerSuite/TestContainerAPIPause [2022-03-04T15:44:11.483Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-04T15:44:11.483Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2022-03-04T15:44:12.407Z] === RUN TestDockerSuite/TestEventsTop [2022-03-04T15:44:12.407Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-04T15:44:12.407Z] === RUN TestDockerSuite/TestEventsUntag [2022-03-04T15:44:15.199Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2022-03-04T15:44:15.199Z] === RUN TestDockerSuite/TestContainerAPIRename [2022-03-04T15:44:15.360Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-03-04T15:44:18.313Z] === RUN TestDockerSuite/TestExec [2022-03-04T15:44:18.313Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-04T15:44:18.313Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-03-04T15:44:18.313Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-04T15:44:18.313Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-03-04T15:44:18.922Z] === RUN TestDockerSuite/TestContainerAPIRestart [2022-03-04T15:44:20.526Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-03-04T15:44:22.096Z] === RUN TestDockerSuite/TestExecAPIStart [2022-03-04T15:44:22.096Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-04T15:44:22.096Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-03-04T15:44:22.096Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-04T15:44:22.096Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-03-04T15:44:22.096Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-04T15:44:22.096Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-03-04T15:44:24.312Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-03-04T15:44:25.879Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-03-04T15:44:25.977Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2022-03-04T15:44:28.099Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-03-04T15:44:29.107Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-03-04T15:44:29.574Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-03-04T15:44:30.319Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-03-04T15:44:31.761Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2022-03-04T15:44:31.761Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2022-03-04T15:44:31.761Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2022-03-04T15:44:31.761Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2022-03-04T15:44:31.761Z] === RUN TestDockerSuite/TestContainerAPIStart [2022-03-04T15:44:34.325Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-03-04T15:44:35.077Z] === RUN TestDockerSuite/TestExecCgroup [2022-03-04T15:44:35.077Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-04T15:44:35.077Z] === RUN TestDockerSuite/TestExecEnv [2022-03-04T15:44:35.077Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-04T15:44:35.077Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-03-04T15:44:35.077Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-04T15:44:35.077Z] === RUN TestDockerSuite/TestExecExitStatus [2022-03-04T15:44:35.310Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-03-04T15:44:35.310Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-04T15:44:35.310Z] === RUN TestDockerSuite/TestRunAddHost [2022-03-04T15:44:35.310Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-04T15:44:35.310Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-03-04T15:44:35.310Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-04T15:44:35.310Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-03-04T15:44:35.310Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-04T15:44:35.310Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-03-04T15:44:35.310Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-04T15:44:35.310Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-03-04T15:44:35.310Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-04T15:44:35.310Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-03-04T15:44:35.310Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-04T15:44:35.310Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-03-04T15:44:35.487Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2022-03-04T15:44:35.487Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-04T15:44:35.487Z] === RUN TestDockerSuite/TestContainerAPIStop [2022-03-04T15:44:37.295Z] === RUN TestDockerSuite/TestExecInspectID [2022-03-04T15:44:37.523Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-03-04T15:44:37.523Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-04T15:44:37.523Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-03-04T15:44:37.523Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-04T15:44:37.523Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-03-04T15:44:39.211Z] === RUN TestDockerSuite/TestContainerAPITop [2022-03-04T15:44:39.211Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-04T15:44:39.211Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2022-03-04T15:44:42.056Z] === RUN TestDockerSuite/TestExecInteractive [2022-03-04T15:44:42.056Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-04T15:44:42.056Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-03-04T15:44:42.056Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-04T15:44:42.056Z] === RUN TestDockerSuite/TestExecParseError [2022-03-04T15:44:42.056Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-04T15:44:42.056Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-03-04T15:44:42.056Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-04T15:44:42.056Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-03-04T15:44:42.056Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-04T15:44:42.056Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-03-04T15:44:42.924Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2022-03-04T15:44:42.924Z] === RUN TestDockerSuite/TestContainerAPIWait [2022-03-04T15:44:43.381Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-03-04T15:44:45.013Z] === RUN TestDockerSuite/TestExecSetEnv [2022-03-04T15:44:45.013Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-04T15:44:45.013Z] === RUN TestDockerSuite/TestExecStartFails [2022-03-04T15:44:45.013Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-04T15:44:45.013Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-03-04T15:44:45.013Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-04T15:44:45.013Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-03-04T15:44:45.013Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-04T15:44:45.013Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-03-04T15:44:45.013Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-04T15:44:45.013Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-03-04T15:44:45.593Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-03-04T15:44:46.577Z] === RUN TestDockerSuite/TestExecUlimits [2022-03-04T15:44:46.577Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-04T15:44:47.045Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-03-04T15:44:47.803Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-03-04T15:44:48.689Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2022-03-04T15:44:50.754Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-03-04T15:44:51.579Z] === RUN TestDockerSuite/TestContainerNetworkMode [2022-03-04T15:44:51.579Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-04T15:44:51.579Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2022-03-04T15:44:51.579Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-04T15:44:51.579Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2022-03-04T15:44:51.579Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-04T15:44:51.579Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2022-03-04T15:44:51.579Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-04T15:44:51.579Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2022-03-04T15:44:51.579Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-04T15:44:51.579Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2022-03-04T15:44:52.970Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-03-04T15:44:52.971Z] === RUN TestDockerSuite/TestRunBindMounts [2022-03-04T15:44:54.207Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-03-04T15:44:54.207Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-04T15:44:54.207Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-03-04T15:44:54.207Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-04T15:44:54.207Z] === RUN TestDockerSuite/TestExecWithUser [2022-03-04T15:44:54.207Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-04T15:44:54.207Z] === RUN TestDockerSuite/TestGetContainerStats [2022-03-04T15:44:54.471Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2022-03-04T15:44:54.471Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2022-03-04T15:44:58.192Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2022-03-04T15:44:58.828Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-03-04T15:44:58.828Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-04T15:44:58.828Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-03-04T15:44:58.828Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-04T15:44:58.828Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-03-04T15:44:58.828Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-04T15:44:58.828Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-03-04T15:44:58.828Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-04T15:44:58.828Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-03-04T15:44:58.828Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-04T15:44:58.828Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-03-04T15:44:58.828Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-04T15:44:58.828Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-03-04T15:44:58.828Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-04T15:44:58.828Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-03-04T15:44:58.828Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-04T15:44:58.828Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-03-04T15:44:58.828Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-04T15:44:58.828Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-03-04T15:44:58.828Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-04T15:44:58.828Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-03-04T15:44:58.828Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-04T15:44:58.828Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-03-04T15:45:00.076Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-03-04T15:45:01.037Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-03-04T15:45:01.038Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-04T15:45:01.038Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-03-04T15:45:01.081Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2022-03-04T15:45:03.983Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-03-04T15:45:03.983Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-04T15:45:03.983Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-03-04T15:45:03.983Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-04T15:45:03.983Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-03-04T15:45:04.796Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2022-03-04T15:45:05.946Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-03-04T15:45:06.196Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-03-04T15:45:06.196Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-04T15:45:06.196Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-03-04T15:45:06.196Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-04T15:45:06.196Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-03-04T15:45:06.196Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-04T15:45:06.196Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-03-04T15:45:06.196Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-04T15:45:06.196Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-03-04T15:45:06.196Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-04T15:45:06.196Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-03-04T15:45:06.196Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-04T15:45:06.196Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-03-04T15:45:06.196Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-04T15:45:06.196Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-03-04T15:45:07.691Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc00076a5a0_} [2022-03-04T15:45:08.406Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-03-04T15:45:08.896Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-03-04T15:45:11.352Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-03-04T15:45:11.407Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-12728146007_c:\foo_false____} [2022-03-04T15:45:13.563Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-03-04T15:45:13.563Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-04T15:45:13.563Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-03-04T15:45:13.563Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-04T15:45:13.563Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-03-04T15:45:13.563Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-04T15:45:13.563Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-03-04T15:45:14.295Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-12728146007_c:\foo_true____} [2022-03-04T15:45:14.763Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-03-04T15:45:14.763Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-04T15:45:14.763Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-03-04T15:45:14.763Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-03-04T15:45:14.763Z] === RUN TestDockerSuite/TestHealth [2022-03-04T15:45:14.763Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-04T15:45:14.763Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-03-04T15:45:14.763Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-03-04T15:45:14.763Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-03-04T15:45:14.763Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-03-04T15:45:16.508Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-03-04T15:45:16.508Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-04T15:45:16.508Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-03-04T15:45:16.508Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-04T15:45:16.508Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-03-04T15:45:16.508Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-04T15:45:16.508Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-03-04T15:45:16.508Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-04T15:45:16.508Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-03-04T15:45:18.015Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2022-03-04T15:45:18.015Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-04T15:45:18.015Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2022-03-04T15:45:18.015Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2022-03-04T15:45:18.015Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2022-03-04T15:45:18.016Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2022-03-04T15:45:18.016Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2022-03-04T15:45:18.016Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2022-03-04T15:45:18.016Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2022-03-04T15:45:18.016Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2022-03-04T15:45:18.016Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2022-03-04T15:45:18.016Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2022-03-04T15:45:18.016Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2022-03-04T15:45:18.070Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-03-04T15:45:18.472Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2022-03-04T15:45:18.472Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-04T15:45:18.472Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2022-03-04T15:45:18.472Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-04T15:45:18.472Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2022-03-04T15:45:18.472Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-04T15:45:18.472Z] === RUN TestDockerSuite/TestCopyAndRestart [2022-03-04T15:45:18.472Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-04T15:45:18.472Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2022-03-04T15:45:18.472Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-04T15:45:18.472Z] === RUN TestDockerSuite/TestCpAbsolutePath [2022-03-04T15:45:18.556Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-03-04T15:45:18.556Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-03-04T15:45:18.556Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-04T15:45:18.556Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-03-04T15:45:18.556Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-03-04T15:45:18.556Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-03-04T15:45:19.027Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-03-04T15:45:19.495Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-03-04T15:45:19.495Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-04T15:45:19.495Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-03-04T15:45:20.481Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-03-04T15:45:20.481Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-03-04T15:45:21.370Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2022-03-04T15:45:21.370Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-04T15:45:21.370Z] === RUN TestDockerSuite/TestCpFromCaseA [2022-03-04T15:45:21.370Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T15:45:21.370Z] === RUN TestDockerSuite/TestCpFromCaseB [2022-03-04T15:45:21.370Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-04T15:45:21.370Z] === RUN TestDockerSuite/TestCpFromCaseC [2022-03-04T15:45:21.370Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-04T15:45:21.370Z] === RUN TestDockerSuite/TestCpFromCaseD [2022-03-04T15:45:21.370Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-04T15:45:21.370Z] === RUN TestDockerSuite/TestCpFromCaseE [2022-03-04T15:45:21.370Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-04T15:45:21.370Z] === RUN TestDockerSuite/TestCpFromCaseF [2022-03-04T15:45:21.370Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-04T15:45:21.370Z] === RUN TestDockerSuite/TestCpFromCaseG [2022-03-04T15:45:21.370Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-04T15:45:21.370Z] === RUN TestDockerSuite/TestCpFromCaseH [2022-03-04T15:45:21.370Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-04T15:45:21.828Z] === RUN TestDockerSuite/TestCpFromCaseI [2022-03-04T15:45:21.828Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-04T15:45:21.828Z] === RUN TestDockerSuite/TestCpFromCaseJ [2022-03-04T15:45:21.828Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-04T15:45:21.828Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2022-03-04T15:45:21.828Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-04T15:45:21.828Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2022-03-04T15:45:21.828Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-04T15:45:21.828Z] === RUN TestDockerSuite/TestCpGarbagePath [2022-03-04T15:45:22.046Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-03-04T15:45:22.515Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-03-04T15:45:22.825Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-03-04T15:45:22.825Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-04T15:45:22.825Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-03-04T15:45:22.825Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-04T15:45:22.825Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-03-04T15:45:22.825Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-04T15:45:22.825Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-03-04T15:45:22.825Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-04T15:45:22.825Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-03-04T15:45:22.825Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-04T15:45:22.825Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-03-04T15:45:22.825Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-04T15:45:22.825Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-03-04T15:45:24.731Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2022-03-04T15:45:25.547Z] === RUN TestDockerSuite/TestCpLocalOnly [2022-03-04T15:45:25.547Z] === RUN TestDockerSuite/TestCpNameHasColon [2022-03-04T15:45:25.547Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-04T15:45:25.547Z] === RUN TestDockerSuite/TestCpRelativePath [2022-03-04T15:45:25.778Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-03-04T15:45:25.778Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-04T15:45:25.778Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-03-04T15:45:25.778Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-03-04T15:45:25.778Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-04T15:45:25.778Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-03-04T15:45:26.948Z] === RUN TestDockerSuite/TestImagesFormat [2022-03-04T15:45:26.948Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-03-04T15:45:26.948Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-04T15:45:26.948Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-03-04T15:45:28.724Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-03-04T15:45:29.266Z] === RUN TestDockerSuite/TestCpSpecialFiles [2022-03-04T15:45:29.266Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-04T15:45:29.266Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2022-03-04T15:45:29.266Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-04T15:45:29.266Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2022-03-04T15:45:29.266Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-04T15:45:29.266Z] === RUN TestDockerSuite/TestCpToCaseA [2022-03-04T15:45:30.741Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-03-04T15:45:30.741Z] === RUN TestDockerSuite/TestImportBadURL [2022-03-04T15:45:30.741Z] === RUN TestDockerSuite/TestImportDisplay [2022-03-04T15:45:30.741Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-04T15:45:30.741Z] === RUN TestDockerSuite/TestImportFile [2022-03-04T15:45:30.741Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-04T15:45:30.741Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-03-04T15:45:30.741Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-03-04T15:45:30.741Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-04T15:45:30.741Z] === RUN TestDockerSuite/TestImportGzipped [2022-03-04T15:45:30.741Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-04T15:45:30.741Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-03-04T15:45:30.741Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-04T15:45:30.741Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-03-04T15:45:30.741Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-04T15:45:30.741Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-03-04T15:45:30.741Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-04T15:45:30.741Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-03-04T15:45:30.741Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-04T15:45:30.741Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-03-04T15:45:30.741Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-03-04T15:45:30.741Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-04T15:45:30.741Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-03-04T15:45:30.741Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-04T15:45:30.741Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-03-04T15:45:30.935Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-03-04T15:45:30.935Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-04T15:45:30.935Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-03-04T15:45:32.955Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-03-04T15:45:33.145Z] === RUN TestDockerSuite/TestRunEnvironment [2022-03-04T15:45:33.145Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-04T15:45:33.145Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-03-04T15:45:33.145Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-04T15:45:33.145Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-03-04T15:45:33.145Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-04T15:45:33.612Z] === RUN TestDockerSuite/TestRunExitCode [2022-03-04T15:45:35.036Z] === RUN TestDockerSuite/TestCpToCaseB [2022-03-04T15:45:35.171Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-03-04T15:45:35.171Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-04T15:45:35.171Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-03-04T15:45:35.171Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-04T15:45:35.171Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-03-04T15:45:35.171Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-03-04T15:45:35.171Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-04T15:45:35.171Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-03-04T15:45:35.823Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-03-04T15:45:36.739Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-03-04T15:45:37.207Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-03-04T15:45:38.035Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-03-04T15:45:38.754Z] === RUN TestDockerSuite/TestCpToCaseC [2022-03-04T15:45:38.754Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-04T15:45:38.754Z] === RUN TestDockerSuite/TestCpToCaseD [2022-03-04T15:45:38.754Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-04T15:45:38.754Z] === RUN TestDockerSuite/TestCpToCaseE [2022-03-04T15:45:39.423Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-03-04T15:45:39.423Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-04T15:45:39.423Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-03-04T15:45:39.423Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-04T15:45:39.423Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-03-04T15:45:39.423Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-04T15:45:39.423Z] === RUN TestDockerSuite/TestInspectDefault [2022-03-04T15:45:40.249Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-03-04T15:45:41.643Z] === RUN TestDockerSuite/TestInspectHistory [2022-03-04T15:45:43.207Z] === RUN TestDockerSuite/TestRunExposePort [2022-03-04T15:45:43.207Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-03-04T15:45:43.207Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-04T15:45:43.207Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-03-04T15:45:43.207Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-04T15:45:43.207Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-03-04T15:45:43.207Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-04T15:45:43.207Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-03-04T15:45:43.207Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-04T15:45:43.207Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-04T15:45:43.207Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-04T15:45:43.207Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-03-04T15:45:43.207Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-04T15:45:43.207Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-03-04T15:45:43.207Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-04T15:45:43.207Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-03-04T15:45:45.435Z] === RUN TestDockerSuite/TestInspectImage [2022-03-04T15:45:45.435Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-04T15:45:45.435Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-03-04T15:45:45.435Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-04T15:45:45.435Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-03-04T15:45:45.435Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-04T15:45:45.435Z] === RUN TestDockerSuite/TestInspectInt64 [2022-03-04T15:45:47.003Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-03-04T15:45:47.955Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-03-04T15:45:47.955Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-04T15:45:47.955Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-03-04T15:45:47.955Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-03-04T15:45:47.955Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-04T15:45:47.955Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-03-04T15:45:47.955Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-04T15:45:47.955Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-03-04T15:45:47.955Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-04T15:45:47.955Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-03-04T15:45:47.955Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-04T15:45:47.955Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-03-04T15:45:49.218Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-03-04T15:45:49.218Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-03-04T15:45:51.273Z] === RUN TestDockerSuite/TestCpToCaseF [2022-03-04T15:45:51.273Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-04T15:45:51.273Z] === RUN TestDockerSuite/TestCpToCaseG [2022-03-04T15:45:51.273Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-04T15:45:51.273Z] === RUN TestDockerSuite/TestCpToCaseH [2022-03-04T15:45:51.430Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-03-04T15:45:53.650Z] === RUN TestDockerSuite/TestInspectPlugin [2022-03-04T15:45:53.650Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-04T15:45:53.650Z] === RUN TestDockerSuite/TestInspectRootFS [2022-03-04T15:45:53.650Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-03-04T15:45:55.107Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-03-04T15:45:55.108Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-04T15:45:55.108Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-03-04T15:45:55.228Z] === RUN TestDockerSuite/TestInspectStatus [2022-03-04T15:45:56.671Z] === RUN TestDockerSuite/TestRunModeHostname [2022-03-04T15:45:56.671Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-04T15:45:56.671Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-03-04T15:45:56.671Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-04T15:45:56.671Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-03-04T15:45:56.671Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-04T15:45:56.671Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-03-04T15:45:56.671Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-04T15:45:56.671Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-03-04T15:45:56.671Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-04T15:45:56.671Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-03-04T15:45:56.671Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-04T15:45:56.671Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-03-04T15:45:56.671Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-04T15:45:56.671Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-03-04T15:45:56.671Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-04T15:45:56.671Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-03-04T15:45:56.671Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-04T15:45:56.671Z] === RUN TestDockerSuite/TestRunMount [2022-03-04T15:45:56.671Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-04T15:45:56.671Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-03-04T15:45:56.671Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-04T15:45:56.671Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-03-04T15:45:56.671Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-04T15:45:56.671Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-03-04T15:45:56.671Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-04T15:45:56.671Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-03-04T15:45:58.211Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-03-04T15:46:02.004Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-03-04T15:46:04.220Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-03-04T15:46:05.327Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-03-04T15:46:05.327Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-04T15:46:05.327Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-03-04T15:46:05.327Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-04T15:46:05.327Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-03-04T15:46:05.327Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-04T15:46:05.327Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-03-04T15:46:05.787Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-03-04T15:46:06.053Z] === RUN TestDockerSuite/TestCpToCaseI [2022-03-04T15:46:06.054Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-04T15:46:06.054Z] === RUN TestDockerSuite/TestCpToCaseJ [2022-03-04T15:46:06.054Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-04T15:46:06.054Z] === RUN TestDockerSuite/TestCpToDot [2022-03-04T15:46:07.584Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2022-03-04T15:46:07.584Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-04T15:46:07.584Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2022-03-04T15:46:07.584Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-04T15:46:07.584Z] === RUN TestDockerSuite/TestCpToStdout [2022-03-04T15:46:08.003Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-03-04T15:46:10.188Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-03-04T15:46:11.298Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2022-03-04T15:46:11.298Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-04T15:46:11.298Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2022-03-04T15:46:11.298Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-04T15:46:11.298Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2022-03-04T15:46:11.298Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-04T15:46:11.298Z] === RUN TestDockerSuite/TestCpVolumePath [2022-03-04T15:46:11.298Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-04T15:46:11.298Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2022-03-04T15:46:11.298Z] === RUN TestDockerSuite/TestCreateArgs [2022-03-04T15:46:11.753Z] === RUN TestDockerSuite/TestCreateByImageID [2022-03-04T15:46:13.923Z] === RUN TestDockerSuite/TestCreateEchoStdout [2022-03-04T15:46:14.935Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-03-04T15:46:14.935Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-04T15:46:14.935Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-03-04T15:46:14.935Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-04T15:46:14.935Z] === RUN TestDockerSuite/TestRunNetHost [2022-03-04T15:46:14.935Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-04T15:46:14.935Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-03-04T15:46:14.935Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-04T15:46:14.935Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-03-04T15:46:14.935Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-04T15:46:14.935Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-03-04T15:46:14.935Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-04T15:46:14.935Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-03-04T15:46:14.935Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-04T15:46:14.935Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-03-04T15:46:14.935Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-04T15:46:14.935Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-03-04T15:46:14.935Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-04T15:46:14.935Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-03-04T15:46:15.219Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-03-04T15:46:15.403Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-03-04T15:46:16.387Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-03-04T15:46:17.483Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-03-04T15:46:17.638Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2022-03-04T15:46:17.638Z] === RUN TestDockerSuite/TestCreateHostConfig [2022-03-04T15:46:18.094Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2022-03-04T15:46:18.599Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-03-04T15:46:19.055Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-03-04T15:46:19.055Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-03-04T15:46:19.055Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-04T15:46:19.055Z] === RUN TestDockerSuite/TestLinksEnvs [2022-03-04T15:46:19.055Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-04T15:46:19.524Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-03-04T15:46:19.524Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-04T15:46:19.524Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-03-04T15:46:19.524Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-04T15:46:19.524Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-03-04T15:46:19.524Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-04T15:46:19.524Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-03-04T15:46:19.524Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-04T15:46:19.524Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-03-04T15:46:19.524Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-04T15:46:19.524Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-03-04T15:46:19.524Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-04T15:46:19.524Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-03-04T15:46:19.524Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-04T15:46:19.524Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-03-04T15:46:19.524Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-04T15:46:19.524Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-03-04T15:46:19.524Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-04T15:46:19.524Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-03-04T15:46:19.524Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-04T15:46:19.524Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-03-04T15:46:19.524Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-04T15:46:19.524Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-03-04T15:46:19.524Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-04T15:46:19.524Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-03-04T15:46:19.524Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-04T15:46:19.524Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-03-04T15:46:19.524Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-04T15:46:19.524Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-03-04T15:46:19.524Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-03-04T15:46:19.524Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-03-04T15:46:20.163Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-03-04T15:46:20.982Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2022-03-04T15:46:21.438Z] === RUN TestDockerSuite/TestCreateLabels [2022-03-04T15:46:21.732Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-03-04T15:46:21.768Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-03-04T15:46:21.894Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2022-03-04T15:46:21.894Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-04T15:46:21.894Z] === RUN TestDockerSuite/TestCreateRM [2022-03-04T15:46:22.351Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2022-03-04T15:46:22.351Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-04T15:46:22.351Z] === RUN TestDockerSuite/TestCreateStopSignal [2022-03-04T15:46:22.351Z] === RUN TestDockerSuite/TestCreateStopTimeout [2022-03-04T15:46:22.805Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2022-03-04T15:46:23.336Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-03-04T15:46:23.944Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-03-04T15:46:24.411Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-04T15:46:24.411Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-03-04T15:46:24.411Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-04T15:46:24.411Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-03-04T15:46:24.411Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-04T15:46:24.411Z] === RUN TestDockerSuite/TestRunPortInUse [2022-03-04T15:46:24.411Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-04T15:46:24.411Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-03-04T15:46:24.411Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-04T15:46:24.411Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-03-04T15:46:24.411Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-04T15:46:24.411Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-03-04T15:46:24.411Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-04T15:46:24.411Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-03-04T15:46:24.411Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-04T15:46:24.411Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-04T15:46:28.200Z] === RUN TestDockerSuite/TestRunPublishPort [2022-03-04T15:46:28.200Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-04T15:46:28.200Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-03-04T15:46:28.200Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-04T15:46:28.200Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-03-04T15:46:28.200Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-04T15:46:28.200Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-03-04T15:46:28.200Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-04T15:46:28.200Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-03-04T15:46:28.200Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-04T15:46:28.200Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-03-04T15:46:29.646Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-03-04T15:46:31.917Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-03-04T15:46:31.917Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-04T15:46:31.917Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-03-04T15:46:34.139Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-03-04T15:46:34.139Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-03-04T15:46:35.317Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2022-03-04T15:46:35.317Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2022-03-04T15:46:35.317Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2022-03-04T15:46:38.208Z] === RUN TestDockerSuite/TestCreateWithPortRange [2022-03-04T15:46:38.208Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2022-03-04T15:46:38.208Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-04T15:46:38.208Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2022-03-04T15:46:38.610Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-03-04T15:46:38.611Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-04T15:46:38.611Z] === RUN TestDockerSuite/TestRunRm [2022-03-04T15:46:40.007Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-03-04T15:46:40.175Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-03-04T15:46:41.922Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2022-03-04T15:46:41.922Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-04T15:46:41.922Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2022-03-04T15:46:41.922Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2022-03-04T15:46:41.922Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-04T15:46:41.922Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2022-03-04T15:46:41.922Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-04T15:46:41.922Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2022-03-04T15:46:41.922Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-04T15:46:41.922Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2022-03-04T15:46:41.922Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-04T15:46:41.922Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2022-03-04T15:46:41.922Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-04T15:46:41.922Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2022-03-04T15:46:41.922Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-04T15:46:41.922Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2022-03-04T15:46:41.922Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T15:46:41.922Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2022-03-04T15:46:41.922Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-04T15:46:41.922Z] === RUN TestDockerSuite/TestDevicePermissions [2022-03-04T15:46:41.922Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-04T15:46:41.922Z] === RUN TestDockerSuite/TestDockerFails [2022-03-04T15:46:42.383Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2022-03-04T15:46:42.383Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-04T15:46:42.383Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2022-03-04T15:46:42.383Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-04T15:46:42.383Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2022-03-04T15:46:42.383Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-04T15:46:42.383Z] === RUN TestDockerSuite/TestEventsAttach [2022-03-04T15:46:42.383Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-04T15:46:42.383Z] === RUN TestDockerSuite/TestEventsCommit [2022-03-04T15:46:42.383Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-04T15:46:42.383Z] === RUN TestDockerSuite/TestEventsContainerEvents [2022-03-04T15:46:44.761Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-03-04T15:46:46.034Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-03-04T15:46:46.102Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2022-03-04T15:46:48.251Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-03-04T15:46:49.815Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2022-03-04T15:46:50.627Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-03-04T15:46:51.199Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-03-04T15:46:52.193Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-03-04T15:46:53.410Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-03-04T15:46:53.533Z] === RUN TestDockerSuite/TestEventsContainerRestart [2022-03-04T15:46:54.407Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-03-04T15:46:54.407Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-04T15:46:54.407Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-03-04T15:46:55.622Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-03-04T15:46:55.622Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-04T15:46:55.622Z] === RUN TestDockerSuite/TestRunState [2022-03-04T15:46:55.622Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-04T15:46:55.622Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-03-04T15:46:56.621Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-03-04T15:46:58.570Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-03-04T15:46:58.570Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-04T15:46:58.570Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-03-04T15:47:00.917Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-03-04T15:47:00.917Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-04T15:47:00.917Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-03-04T15:47:00.917Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-04T15:47:00.917Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-03-04T15:47:00.917Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-03-04T15:47:00.917Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-03-04T15:47:00.917Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-04T15:47:00.917Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-03-04T15:47:03.806Z] === RUN TestDockerSuite/TestLogsSince [2022-03-04T15:47:05.896Z] === RUN TestDockerSuite/TestEventsCopy [2022-03-04T15:47:06.783Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-03-04T15:47:06.783Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-04T15:47:06.783Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-03-04T15:47:06.783Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-04T15:47:06.783Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-03-04T15:47:06.783Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-04T15:47:06.783Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-03-04T15:47:06.783Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-04T15:47:06.783Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-03-04T15:47:06.783Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-04T15:47:06.783Z] === RUN TestDockerSuite/TestRunUserByID [2022-03-04T15:47:06.783Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-04T15:47:06.783Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-03-04T15:47:06.783Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-04T15:47:06.783Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-03-04T15:47:06.783Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-04T15:47:06.783Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-03-04T15:47:06.783Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-04T15:47:06.783Z] === RUN TestDockerSuite/TestRunUserByName [2022-03-04T15:47:06.783Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-04T15:47:06.783Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-03-04T15:47:08.345Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-03-04T15:47:08.345Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-04T15:47:08.345Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-03-04T15:47:11.289Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-03-04T15:47:11.289Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-04T15:47:11.289Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-03-04T15:47:11.289Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-04T15:47:11.289Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-03-04T15:47:12.475Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-03-04T15:47:12.475Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-04T15:47:12.475Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-03-04T15:47:12.475Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-04T15:47:12.475Z] === RUN TestDockerSuite/TestLogsTail [2022-03-04T15:47:12.947Z] === RUN TestDockerSuite/TestEventsFilterContainer [2022-03-04T15:47:14.235Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-03-04T15:47:14.691Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-03-04T15:47:16.913Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-03-04T15:47:19.179Z] === RUN TestDockerSuite/TestMountIntoProc [2022-03-04T15:47:19.179Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-04T15:47:19.179Z] === RUN TestDockerSuite/TestMountIntoSys [2022-03-04T15:47:19.179Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-04T15:47:19.179Z] === RUN TestDockerSuite/TestNetHostname [2022-03-04T15:47:19.179Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-04T15:47:19.179Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-03-04T15:47:19.179Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-04T15:47:19.179Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-03-04T15:47:19.179Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-04T15:47:19.179Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-03-04T15:47:19.179Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-04T15:47:19.179Z] === RUN TestDockerSuite/TestPluginActive [2022-03-04T15:47:19.179Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-04T15:47:19.179Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-03-04T15:47:19.179Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-04T15:47:19.179Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-03-04T15:47:19.179Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-03-04T15:47:19.179Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-04T15:47:19.179Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-03-04T15:47:19.179Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-04T15:47:19.179Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-03-04T15:47:19.179Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-04T15:47:19.179Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-03-04T15:47:19.179Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-04T15:47:19.179Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-03-04T15:47:19.179Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-04T15:47:19.179Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-03-04T15:47:19.179Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-04T15:47:19.179Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-03-04T15:47:19.179Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-04T15:47:19.179Z] === RUN TestDockerSuite/TestPortHostBinding [2022-03-04T15:47:19.179Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-04T15:47:19.179Z] === RUN TestDockerSuite/TestPortList [2022-03-04T15:47:19.179Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-04T15:47:19.179Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-03-04T15:47:20.002Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2022-03-04T15:47:22.892Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2022-03-04T15:47:22.893Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-03-04T15:47:23.853Z] === RUN TestDockerSuite/TestEventsFilterImageName [2022-03-04T15:47:23.930Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-03-04T15:47:23.931Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T15:47:23.931Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-03-04T15:47:23.931Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-03-04T15:47:23.931Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-04T15:47:23.931Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-03-04T15:47:23.931Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-04T15:47:23.931Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-03-04T15:47:23.931Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-04T15:47:23.931Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-03-04T15:47:23.931Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-04T15:47:23.931Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-03-04T15:47:23.931Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-04T15:47:23.931Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-03-04T15:47:23.931Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-04T15:47:23.931Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-03-04T15:47:23.931Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-04T15:47:23.931Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-03-04T15:47:26.680Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-03-04T15:47:27.719Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-03-04T15:47:27.719Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-04T15:47:27.719Z] === RUN TestDockerSuite/TestPsByOrder [2022-03-04T15:47:29.620Z] === RUN TestDockerSuite/TestEventsFilterLabels [2022-03-04T15:47:30.581Z] === RUN TestDockerSuite/TestEventsFilterType [2022-03-04T15:47:31.541Z] === RUN TestDockerSuite/TestEventsFilters [2022-03-04T15:47:33.830Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-03-04T15:47:33.830Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-04T15:47:33.830Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-03-04T15:47:33.830Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-03-04T15:47:34.874Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-03-04T15:47:34.875Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-04T15:47:34.875Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-03-04T15:47:37.618Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-03-04T15:47:38.584Z] === RUN TestDockerSuite/TestEventsFormat [2022-03-04T15:47:40.563Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-03-04T15:47:42.773Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-03-04T15:47:42.773Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-04T15:47:42.773Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-03-04T15:47:42.773Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-03-04T15:47:42.773Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-03-04T15:47:42.773Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-04T15:47:42.773Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-03-04T15:47:42.773Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-04T15:47:43.241Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-03-04T15:47:43.241Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-04T15:47:43.241Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-03-04T15:47:43.241Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-04T15:47:43.241Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-03-04T15:47:43.241Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-04T15:47:43.241Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-03-04T15:47:43.537Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-03-04T15:47:45.629Z] === RUN TestDockerSuite/TestEventsFormatBadField [2022-03-04T15:47:45.629Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2022-03-04T15:47:45.629Z] === RUN TestDockerSuite/TestEventsImageImport [2022-03-04T15:47:45.629Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-04T15:47:45.629Z] === RUN TestDockerSuite/TestEventsImageLoad [2022-03-04T15:47:45.629Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-04T15:47:45.629Z] === RUN TestDockerSuite/TestEventsImagePull [2022-03-04T15:47:45.629Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-04T15:47:45.629Z] === RUN TestDockerSuite/TestEventsImageTag [2022-03-04T15:47:46.590Z] === RUN TestDockerSuite/TestEventsPluginOps [2022-03-04T15:47:46.590Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-04T15:47:46.590Z] === RUN TestDockerSuite/TestEventsRename [2022-03-04T15:47:47.023Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-03-04T15:47:48.682Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-03-04T15:47:50.243Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-03-04T15:47:50.344Z] === RUN TestDockerSuite/TestEventsResize [2022-03-04T15:47:56.098Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-03-04T15:47:56.098Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-04T15:47:56.098Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-03-04T15:47:56.098Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-04T15:47:56.098Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-03-04T15:47:56.098Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-04T15:47:56.098Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-03-04T15:47:56.098Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-04T15:47:56.098Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-03-04T15:47:56.098Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-04T15:47:56.098Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-03-04T15:47:56.098Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-04T15:47:56.098Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-03-04T15:47:56.098Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T15:47:56.098Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-03-04T15:47:56.098Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-04T15:47:56.098Z] === RUN TestDockerSuite/TestSaveImageId [2022-03-04T15:47:56.098Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-04T15:47:56.098Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-03-04T15:47:56.098Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-04T15:47:56.098Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-03-04T15:47:56.098Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-04T15:47:56.098Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-03-04T15:47:56.098Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-04T15:47:56.098Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-03-04T15:47:56.098Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-04T15:47:56.098Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-03-04T15:47:56.098Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-04T15:47:56.098Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-03-04T15:47:56.098Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-04T15:47:56.098Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-03-04T15:47:56.098Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-04T15:47:56.098Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-03-04T15:47:56.098Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-04T15:47:56.098Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-03-04T15:47:58.309Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-03-04T15:47:58.309Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-03-04T15:47:58.776Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-03-04T15:47:59.242Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-03-04T15:48:00.804Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-03-04T15:48:00.804Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-03-04T15:48:01.470Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-03-04T15:48:01.470Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-03-04T15:48:01.470Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-04T15:48:01.470Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-03-04T15:48:03.749Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-03-04T15:48:05.959Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-03-04T15:48:08.174Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-03-04T15:48:08.175Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-04T15:48:08.175Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-03-04T15:48:11.894Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-03-04T15:48:15.687Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-03-04T15:48:16.822Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-03-04T15:48:16.822Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-04T15:48:16.822Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-03-04T15:48:20.607Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-03-04T15:48:20.607Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-04T15:48:20.607Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-03-04T15:48:20.607Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-04T15:48:20.607Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-03-04T15:48:20.607Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-04T15:48:20.607Z] === RUN TestDockerSuite/TestStartRecordError [2022-03-04T15:48:20.607Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-04T15:48:20.607Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-03-04T15:48:25.961Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2022-03-04T15:48:27.489Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2022-03-04T15:48:28.184Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-03-04T15:48:31.025Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-03-04T15:48:31.025Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-04T15:48:31.025Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-03-04T15:48:31.025Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-04T15:48:31.025Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-03-04T15:48:31.025Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-04T15:48:31.025Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-03-04T15:48:31.025Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-04T15:48:31.025Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-03-04T15:48:31.025Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-04T15:48:31.025Z] === RUN TestDockerSuite/TestStatsNoStream [2022-03-04T15:48:31.025Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-04T15:48:31.025Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-03-04T15:48:32.159Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2022-03-04T15:48:32.947Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-03-04T15:48:32.947Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-04T15:48:32.947Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-03-04T15:48:32.947Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-04T15:48:32.947Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-03-04T15:48:33.235Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-03-04T15:48:35.446Z] === RUN TestDockerSuite/TestTopPrivileged [2022-03-04T15:48:35.446Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-04T15:48:35.446Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-03-04T15:48:37.655Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-03-04T15:48:37.655Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-04T15:48:37.655Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-03-04T15:48:37.655Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-04T15:48:37.655Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-03-04T15:48:37.655Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-04T15:48:37.655Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-03-04T15:48:37.655Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-04T15:48:37.655Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-03-04T15:48:37.655Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-04T15:48:37.655Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-03-04T15:48:37.655Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-04T15:48:37.655Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-03-04T15:48:37.709Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-03-04T15:48:37.709Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-04T15:48:37.709Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-03-04T15:48:37.709Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-04T15:48:37.709Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-03-04T15:48:37.709Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-04T15:48:37.709Z] === RUN TestDockerSuite/TestPsRightTagName [2022-03-04T15:48:37.709Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-04T15:48:37.709Z] === RUN TestDockerSuite/TestPsShowMounts [2022-03-04T15:48:37.939Z] === RUN TestDockerSuite/TestEventsTop [2022-03-04T15:48:37.939Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-04T15:48:37.939Z] === RUN TestDockerSuite/TestEventsUntag [2022-03-04T15:48:40.829Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2022-03-04T15:48:44.869Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-03-04T15:48:44.869Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-04T15:48:44.869Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-03-04T15:48:45.857Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-03-04T15:48:45.857Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-04T15:48:45.857Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-03-04T15:48:46.829Z] === RUN TestDockerSuite/TestExec [2022-03-04T15:48:46.829Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-04T15:48:46.829Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2022-03-04T15:48:46.829Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-04T15:48:46.829Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2022-03-04T15:48:46.856Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-03-04T15:48:47.843Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-03-04T15:48:47.843Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-04T15:48:47.843Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-03-04T15:48:50.544Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2022-03-04T15:48:51.638Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-03-04T15:48:53.431Z] === RUN TestDockerSuite/TestExecAPIStart [2022-03-04T15:48:53.431Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-04T15:48:53.431Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2022-03-04T15:48:53.431Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-04T15:48:53.431Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2022-03-04T15:48:53.431Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-04T15:48:53.431Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2022-03-04T15:48:55.457Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-03-04T15:48:55.458Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-03-04T15:48:55.458Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-03-04T15:48:55.458Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-04T15:48:55.458Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-03-04T15:48:55.458Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-03-04T15:48:55.458Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-03-04T15:48:55.458Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-03-04T15:48:56.390Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-03-04T15:48:57.019Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-03-04T15:48:57.019Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-03-04T15:48:57.961Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-03-04T15:48:58.100Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2022-03-04T15:48:59.964Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-03-04T15:49:00.431Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-03-04T15:49:00.898Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-03-04T15:49:00.898Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-03-04T15:49:00.898Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-03-04T15:49:00.986Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2022-03-04T15:49:05.656Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2022-03-04T15:49:09.376Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2022-03-04T15:49:09.544Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-03-04T15:49:09.545Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-04T15:49:09.545Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-03-04T15:49:10.011Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-03-04T15:49:10.011Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-03-04T15:49:10.011Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-04T15:49:10.011Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-03-04T15:49:15.774Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-03-04T15:49:15.774Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-04T15:49:15.774Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-03-04T15:49:16.499Z] === RUN TestDockerSuite/TestExecCgroup [2022-03-04T15:49:16.499Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-04T15:49:16.499Z] === RUN TestDockerSuite/TestExecEnv [2022-03-04T15:49:16.499Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-04T15:49:16.499Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2022-03-04T15:49:16.499Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-04T15:49:16.499Z] === RUN TestDockerSuite/TestExecExitStatus [2022-03-04T15:49:18.667Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-03-04T15:49:18.667Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-03-04T15:49:18.667Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-03-04T15:49:19.565Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-03-04T15:49:19.565Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-03-04T15:49:20.031Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-03-04T15:49:20.217Z] === RUN TestDockerSuite/TestExecInspectID [2022-03-04T15:49:20.499Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-03-04T15:49:24.293Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-03-04T15:49:26.020Z] === RUN TestDockerSuite/TestExecInteractive [2022-03-04T15:49:26.020Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-04T15:49:26.020Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2022-03-04T15:49:26.021Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-04T15:49:26.021Z] === RUN TestDockerSuite/TestExecParseError [2022-03-04T15:49:26.021Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-04T15:49:26.021Z] === RUN TestDockerSuite/TestExecPausedContainer [2022-03-04T15:49:26.021Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-04T15:49:26.021Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2022-03-04T15:49:26.021Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-04T15:49:26.021Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2022-03-04T15:49:28.084Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-03-04T15:49:28.084Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-04T15:49:28.084Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-03-04T15:49:29.074Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-03-04T15:49:29.075Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-04T15:49:29.075Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite (2180.52s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.69s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.23s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.61s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.36s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (70.69s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.98s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.03s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.28s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.12s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.55s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.11s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (6.12s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (73.77s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.38s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (4.80s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.48s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.88s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.23s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.87s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.10s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.53s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.96s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (11.16s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (4.81s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.02s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.16s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.56s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (4.56s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.49s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildAddTar (31.88s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.35s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (16.50s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.68s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.53s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (6.58s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.97s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.23s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (8.09s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (7.58s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.32s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.82s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (6.56s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.60s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (22.30s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.23s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.69s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.38s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.43s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.11s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.34s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.50s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.98s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildCmd (0.57s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.55s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.57s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.46s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.14s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.24s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.50s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.88s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.98s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.53s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.91s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.67s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.34s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (32.14s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.67s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.57s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (4.95s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.35s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.32s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.53s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (22.32s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.70s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.35s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (16.71s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.63s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.72s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.67s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (3.12s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.73s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildDockerignore (47.40s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (6.06s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.36s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (51.70s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.54s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.71s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (18.06s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (9.89s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (9.73s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (26.55s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (10.40s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (9.49s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (71.53s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.40s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.37s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.58s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.15s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.52s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.55s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.01s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.09s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.16s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.30s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.86s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.03s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.35s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (13.13s) [2022-03-04T15:49:29.542Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.62s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2022-03-04T15:49:29.542Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildFails (2.54s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.10s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (6.07s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (6.08s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildForceRm (6.50s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildFromGit (5.89s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.39s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (4.75s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.68s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.58s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (7.94s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildHistory (11.49s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.04s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.41s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.77s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.08s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.37s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildLabel (1.01s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.63s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.98s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.57s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildLabels (0.96s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.48s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.80s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.09s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.08s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.54s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.61s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.95s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (15.08s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.52s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (32.22s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (14.84s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.74s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (6.72s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.28s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (16.84s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (7.65s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.63s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildNoContext (3.03s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.35s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.72s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.22s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.18s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.73s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.95s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.38s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildOnBuild (9.13s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.65s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (9.15s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (4.00s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (7.67s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.71s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.17s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.12s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.98s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (38.58s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (18.22s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildRm (11.79s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.30s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.35s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.33s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.71s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.83s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.52s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (15.57s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.71s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.62s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (8.30s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.27s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.27s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.10s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildStderr (4.11s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (18.02s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.34s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.30s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.23s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.06s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (4.81s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (3.68s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.55s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.04s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (20.45s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.86s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (8.34s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (5.43s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.35s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.41s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.36s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (9.65s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.05s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.38s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (12.81s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.35s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.34s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.16s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (6.98s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.95s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.32s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.88s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.43s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestCommitChange (4.75s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.45s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestCommitNewFile (6.91s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestCommitTTY (6.97s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.61s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.11s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestContainerAPICommit (6.88s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (6.59s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.62s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.60s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.67s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (3.20s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.16s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.15s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.21s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.61s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.55s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.96s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.62s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.25s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.46s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (3.84s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.99s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.10s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.89s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.64s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.07s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.11s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.50s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.06s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.81s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (18.10s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.63s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.60s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.54s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.57s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000512f30_} (2.60s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-12944348974_c:\foo_false____} (2.59s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-12944348974_c:\foo_true____} (2.55s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.39s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.09s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.09s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.08s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.08s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.66s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.64s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.61s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.40s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.44s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2022-03-04T15:49:29.543Z] --- PASS: TestDockerSuite/TestCpToCaseE (9.64s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2022-03-04T15:49:29.543Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestCpToCaseH (9.45s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestCpToDot (2.60s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestCpToStdout (2.82s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.21s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestCreateArgs (0.20s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.18s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.60s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.20s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.21s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.81s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.68s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestCreateLabels (0.21s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestCreateRM (0.39s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.21s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.39s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (7.81s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.23s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.43s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.16s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.20s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.64s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.16s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestDockerFails (0.06s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.29s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.64s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.67s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (8.35s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestEventsCopy (4.41s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (5.55s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.57s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.78s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (4.22s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.59s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.95s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestEventsFilters (5.21s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestEventsFormat (5.15s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.06s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.06s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.16s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestEventsRename (2.80s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestEventsResize (7.95s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.52s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.38s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (5.07s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestEventsUntag (2.73s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.27s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.03s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.99s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.07s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.08s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.06s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.97s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.58s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.13s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestExecInspectID (3.41s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.29s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.17s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (5.37s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.99s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.00s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.07s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.94s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.15s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.59s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.06s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.07s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.07s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.30s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.62s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.05s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.08s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.71s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.23s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.07s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.88s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestImagesFormat (0.19s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.74s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.06s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestImportBadURL (0.07s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.07s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.06s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.61s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.59s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.08s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.53s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.17s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.51s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestInspectDefault (2.54s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestInspectHistory (4.47s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.56s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.11s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.21s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.29s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.18s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.07s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.21s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestInspectStatus (3.23s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (3.96s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.20s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.51s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.04s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.57s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.54s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.54s) [2022-03-04T15:49:29.544Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.08s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-03-04T15:49:29.544Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2022-03-04T15:49:29.545Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-04T15:49:29.545Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2022-03-04T15:49:29.545Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-03-04T15:49:29.545Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-04T15:49:29.545Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2022-03-04T15:49:29.545Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2022-03-04T15:49:29.545Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.06s) [2022-03-04T15:49:29.545Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.05s) [2022-03-04T15:49:30.012Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.78s) [2022-03-04T15:49:30.012Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.60s) [2022-03-04T15:49:30.012Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2022-03-04T15:49:30.012Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.35s) [2022-03-04T15:49:30.012Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.08s) [2022-03-04T15:49:30.012Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (5.32s) [2022-03-04T15:49:30.012Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (5.42s) [2022-03-04T15:49:30.012Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (5.53s) [2022-03-04T15:49:30.012Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.40s) [2022-03-04T15:49:30.012Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.42s) [2022-03-04T15:49:30.012Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2022-03-04T15:49:30.012Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.66s) [2022-03-04T15:49:30.012Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.67s) [2022-03-04T15:49:30.012Z] --- PASS: TestDockerSuite/TestLogsSince (9.16s) [2022-03-04T15:49:30.012Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2022-03-04T15:49:30.012Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2022-03-04T15:49:30.012Z] --- PASS: TestDockerSuite/TestLogsTail (3.03s) [2022-03-04T15:49:30.012Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.72s) [2022-03-04T15:49:30.012Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.63s) [2022-03-04T15:49:30.012Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2022-03-04T15:49:30.012Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2022-03-04T15:49:30.012Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2022-03-04T15:49:30.012Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-03-04T15:49:30.012Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-03-04T15:49:30.012Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-03-04T15:49:30.012Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-03-04T15:49:30.012Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-03-04T15:49:30.012Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.06s) [2022-03-04T15:49:30.012Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2022-03-04T15:49:30.012Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2022-03-04T15:49:30.012Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2022-03-04T15:49:30.012Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2022-03-04T15:49:30.012Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2022-03-04T15:49:30.012Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-03-04T15:49:30.012Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-03-04T15:49:30.012Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2022-03-04T15:49:30.012Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2022-03-04T15:49:30.012Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (5.15s) [2022-03-04T15:49:30.012Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2022-03-04T15:49:30.012Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2022-03-04T15:49:30.012Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2022-03-04T15:49:30.012Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-03-04T15:49:30.012Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-03-04T15:49:30.012Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-03-04T15:49:30.012Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-03-04T15:49:30.012Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-03-04T15:49:30.012Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2022-03-04T15:49:30.012Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.98s) [2022-03-04T15:49:30.012Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-03-04T15:49:30.012Z] --- PASS: TestDockerSuite/TestPsByOrder (7.75s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestPsListContainersBase (8.91s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (14.78s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.30s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (12.27s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.75s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (7.97s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.78s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.94s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestPsShowMounts (6.63s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.60s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.26s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.90s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.09s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.62s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.62s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (19.17s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (7.16s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.27s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.21s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.82s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.81s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.72s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.77s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRmiBlank (0.06s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.31s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (12.88s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (3.08s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.70s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.09s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.95s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (8.05s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (3.78s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRmiTag (0.65s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.69s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (15.65s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.80s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.74s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.19s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.98s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (5.13s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.75s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.56s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.64s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.55s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunBindMounts (5.27s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.58s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.00s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.07s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.99s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.61s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.53s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.53s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.70s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.04s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.69s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.14s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.53s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.51s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.53s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunExitCode (2.57s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.19s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.19s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.65s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunExposePort (0.06s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (4.61s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (7.19s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.58s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (7.75s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (5.33s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.75s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.39s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.37s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.88s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.92s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.21s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.40s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.46s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (9.77s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunRm (2.20s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.64s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.66s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.64s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.14s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.76s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.53s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.46s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.16s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.06s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.84s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.52s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.50s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.22s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (7.74s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.79s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.21s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.15s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (4.46s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.57s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.63s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.05s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.71s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.65s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.89s) [2022-03-04T15:49:30.013Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (5.15s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2022-03-04T15:49:30.013Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2022-03-04T15:49:30.014Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.38s) [2022-03-04T15:49:30.014Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.40s) [2022-03-04T15:49:30.014Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.40s) [2022-03-04T15:49:30.014Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.22s) [2022-03-04T15:49:30.014Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.72s) [2022-03-04T15:49:30.014Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (7.19s) [2022-03-04T15:49:30.014Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (2.57s) [2022-03-04T15:49:30.014Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (2.54s) [2022-03-04T15:49:30.014Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (2.08s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2022-03-04T15:49:30.014Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (8.07s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2022-03-04T15:49:30.014Z] --- PASS: TestDockerSuite/TestStartAttachSilent (4.70s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2022-03-04T15:49:30.014Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (10.19s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2022-03-04T15:49:30.014Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.14s) [2022-03-04T15:49:30.014Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.26s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-04T15:49:30.014Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.09s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2022-03-04T15:49:30.014Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.27s) [2022-03-04T15:49:30.014Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.14s) [2022-03-04T15:49:30.014Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.20s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2022-03-04T15:49:30.014Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.32s) [2022-03-04T15:49:30.014Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.27s) [2022-03-04T15:49:30.014Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.14s) [2022-03-04T15:49:30.014Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.85s) [2022-03-04T15:49:30.014Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s) [2022-03-04T15:49:30.014Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (3.20s) [2022-03-04T15:49:30.014Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.37s) [2022-03-04T15:49:30.014Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.36s) [2022-03-04T15:49:30.014Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s) [2022-03-04T15:49:30.014Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.17s) [2022-03-04T15:49:30.014Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (8.21s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2022-03-04T15:49:30.014Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.57s) [2022-03-04T15:49:30.014Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.18s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2022-03-04T15:49:30.014Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (7.55s) [2022-03-04T15:49:30.014Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.26s) [2022-03-04T15:49:30.014Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.26s) [2022-03-04T15:49:30.014Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (10.15s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2022-03-04T15:49:30.014Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.29s) [2022-03-04T15:49:30.014Z] === RUN TestDockerRegistrySuite [2022-03-04T15:49:30.014Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-03-04T15:49:30.014Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-03-04T15:49:30.014Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-03-04T15:49:30.014Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-03-04T15:49:30.014Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-03-04T15:49:30.014Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-03-04T15:49:30.014Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-03-04T15:49:30.014Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-03-04T15:49:30.014Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-03-04T15:49:30.014Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-03-04T15:49:30.014Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-03-04T15:49:30.014Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-03-04T15:49:30.014Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-03-04T15:49:30.014Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-03-04T15:49:30.014Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-03-04T15:49:30.014Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-03-04T15:49:30.014Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-03-04T15:49:30.014Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-03-04T15:49:30.014Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-03-04T15:49:30.014Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-03-04T15:49:30.014Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-03-04T15:49:30.014Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-03-04T15:49:30.014Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-03-04T15:49:30.014Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-03-04T15:49:30.014Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-03-04T15:49:30.014Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-03-04T15:49:30.014Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-03-04T15:49:30.014Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-03-04T15:49:30.014Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-03-04T15:49:30.014Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-03-04T15:49:30.014Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-03-04T15:49:30.014Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-03-04T15:49:30.014Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-03-04T15:49:30.014Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-03-04T15:49:30.014Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-03-04T15:49:30.014Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-03-04T15:49:30.014Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-03-04T15:49:30.014Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-03-04T15:49:30.014Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] --- PASS: TestDockerRegistrySuite (0.12s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.12s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-04T15:49:30.014Z] === RUN TestDockerSchema1RegistrySuite [2022-03-04T15:49:30.014Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-03-04T15:49:30.014Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-03-04T15:49:30.014Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-03-04T15:49:30.014Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-03-04T15:49:30.014Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-03-04T15:49:30.014Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-03-04T15:49:30.014Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-03-04T15:49:30.014Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-03-04T15:49:30.014Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-03-04T15:49:30.014Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-03-04T15:49:30.014Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-03-04T15:49:30.014Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-04T15:49:30.014Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-03-04T15:49:30.014Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-03-04T15:49:30.014Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-03-04T15:49:30.014Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-03-04T15:49:30.014Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-03-04T15:49:30.014Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-03-04T15:49:30.014Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-03-04T15:49:30.014Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-03-04T15:49:30.014Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-03-04T15:49:30.014Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.014Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-04T15:49:30.014Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-04T15:49:30.014Z] === RUN TestDockerRegistryAuthTokenSuite [2022-03-04T15:49:30.014Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-03-04T15:49:30.015Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-03-04T15:49:30.015Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-03-04T15:49:30.015Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-03-04T15:49:30.015Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-03-04T15:49:30.015Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-04T15:49:30.015Z] === RUN TestDockerDaemonSuite [2022-03-04T15:49:30.015Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-03-04T15:49:30.015Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-03-04T15:49:30.015Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-03-04T15:49:30.015Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-04T15:49:30.015Z] === RUN TestDockerSwarmSuite [2022-03-04T15:49:30.015Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-03-04T15:49:30.015Z] === RUN TestDockerPluginSuite [2022-03-04T15:49:30.015Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-03-04T15:49:30.015Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-03-04T15:49:30.015Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-03-04T15:49:30.015Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-03-04T15:49:30.015Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-03-04T15:49:30.015Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-03-04T15:49:30.015Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-03-04T15:49:30.015Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-03-04T15:49:30.015Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-03-04T15:49:30.015Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-03-04T15:49:30.015Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-03-04T15:49:30.015Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-04T15:49:30.015Z] === RUN TestDockerExternalVolumeSuite [2022-03-04T15:49:30.015Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-03-04T15:49:30.015Z] === RUN TestDockerNetworkSuite [2022-03-04T15:49:30.015Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-03-04T15:49:30.015Z] === RUN TestDockerHubPullSuite [2022-03-04T15:49:30.015Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-03-04T15:49:30.015Z] PASS [2022-03-04T15:49:30.015Z] ok github.com/docker/docker/integration-cli 2180.847s [2022-03-04T15:49:30.015Z] [2022-03-04T15:49:30.015Z] === Skipped [2022-03-04T15:49:30.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-04T15:49:30.015Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-04T15:49:30.015Z] [2022-03-04T15:49:30.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2022-03-04T15:49:30.015Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2022-03-04T15:49:30.015Z] [2022-03-04T15:49:30.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2022-03-04T15:49:30.015Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2022-03-04T15:49:30.015Z] [2022-03-04T15:49:30.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2022-03-04T15:49:30.015Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2022-03-04T15:49:30.015Z] [2022-03-04T15:49:30.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.01s) [2022-03-04T15:49:30.015Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2022-03-04T15:49:30.015Z] [2022-03-04T15:49:30.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-03-04T15:49:30.015Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2022-03-04T15:49:30.015Z] [2022-03-04T15:49:30.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2022-03-04T15:49:30.015Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2022-03-04T15:49:30.015Z] [2022-03-04T15:49:30.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2022-03-04T15:49:30.015Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2022-03-04T15:49:30.015Z] [2022-03-04T15:49:30.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2022-03-04T15:49:30.015Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2022-03-04T15:49:30.015Z] [2022-03-04T15:49:30.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2022-03-04T15:49:30.015Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2022-03-04T15:49:30.015Z] [2022-03-04T15:49:30.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2022-03-04T15:49:30.015Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2022-03-04T15:49:30.015Z] [2022-03-04T15:49:30.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2022-03-04T15:49:30.015Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2022-03-04T15:49:30.015Z] [2022-03-04T15:49:30.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2022-03-04T15:49:30.015Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2022-03-04T15:49:30.015Z] [2022-03-04T15:49:30.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2022-03-04T15:49:30.015Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2022-03-04T15:49:30.015Z] [2022-03-04T15:49:30.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-04T15:49:30.015Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-04T15:49:30.015Z] [2022-03-04T15:49:30.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2022-03-04T15:49:30.015Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2022-03-04T15:49:30.015Z] [2022-03-04T15:49:30.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2022-03-04T15:49:30.015Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2022-03-04T15:49:30.015Z] [2022-03-04T15:49:30.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2022-03-04T15:49:30.015Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2022-03-04T15:49:30.015Z] [2022-03-04T15:49:30.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.38s) [2022-03-04T15:49:30.015Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.38s) [2022-03-04T15:49:30.015Z] [2022-03-04T15:49:30.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2022-03-04T15:49:30.015Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2022-03-04T15:49:30.015Z] [2022-03-04T15:49:30.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2022-03-04T15:49:30.015Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2022-03-04T15:49:30.015Z] [2022-03-04T15:49:30.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2022-03-04T15:49:30.015Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2022-03-04T15:49:30.015Z] [2022-03-04T15:49:30.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2022-03-04T15:49:30.015Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2022-03-04T15:49:30.015Z] [2022-03-04T15:49:30.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2022-03-04T15:49:30.015Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2022-03-04T15:49:30.015Z] [2022-03-04T15:49:30.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2022-03-04T15:49:30.015Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2022-03-04T15:49:30.015Z] [2022-03-04T15:49:30.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2022-03-04T15:49:30.015Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2022-03-04T15:49:30.015Z] [2022-03-04T15:49:30.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2022-03-04T15:49:30.015Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2022-03-04T15:49:30.015Z] [2022-03-04T15:49:30.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-04T15:49:30.015Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-04T15:49:30.015Z] [2022-03-04T15:49:30.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-04T15:49:30.015Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-04T15:49:30.015Z] [2022-03-04T15:49:30.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s) [2022-03-04T15:49:30.015Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2022-03-04T15:49:30.015Z] [2022-03-04T15:49:30.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.35s) [2022-03-04T15:49:30.015Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.35s) [2022-03-04T15:49:30.015Z] [2022-03-04T15:49:30.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.68s) [2022-03-04T15:49:30.015Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.68s) [2022-03-04T15:49:30.015Z] [2022-03-04T15:49:30.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.97s) [2022-03-04T15:49:30.015Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.97s) [2022-03-04T15:49:30.015Z] [2022-03-04T15:49:30.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.32s) [2022-03-04T15:49:30.015Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.32s) [2022-03-04T15:49:30.015Z] [2022-03-04T15:49:30.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-03-04T15:49:30.015Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-03-04T15:49:30.015Z] [2022-03-04T15:49:30.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2022-03-04T15:49:30.015Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2022-03-04T15:49:30.015Z] [2022-03-04T15:49:30.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2022-03-04T15:49:30.015Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2022-03-04T15:49:30.015Z] [2022-03-04T15:49:30.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2022-03-04T15:49:30.015Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2022-03-04T15:49:30.015Z] [2022-03-04T15:49:30.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-03-04T15:49:30.015Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-03-04T15:49:30.015Z] [2022-03-04T15:49:30.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.69s) [2022-03-04T15:49:30.015Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.69s) [2022-03-04T15:49:30.015Z] [2022-03-04T15:49:30.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.38s) [2022-03-04T15:49:30.015Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.38s) [2022-03-04T15:49:30.015Z] [2022-03-04T15:49:30.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2022-03-04T15:49:30.015Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2022-03-04T15:49:30.015Z] [2022-03-04T15:49:30.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s) [2022-03-04T15:49:30.015Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.015Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2022-03-04T15:49:30.015Z] [2022-03-04T15:49:30.015Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.35s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.35s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.32s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.32s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.35s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.35s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.36s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.36s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.37s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.37s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.02s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.30s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.30s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.02s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.03s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.08s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.08s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.05s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.35s) [2022-03-04T15:49:30.016Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.35s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.34s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.34s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.35s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.35s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.36s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.36s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.35s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.35s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.34s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.34s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.32s) [2022-03-04T15:49:30.016Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.32s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-03-04T15:49:30.016Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-03-04T15:49:30.016Z] docker_cli_sni_test.go:18: Flakey test [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2022-03-04T15:49:30.016Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2022-03-04T15:49:30.016Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2022-03-04T15:49:30.016Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2022-03-04T15:49:30.016Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-03-04T15:49:30.016Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-03-04T15:49:30.016Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2022-03-04T15:49:30.016Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-03-04T15:49:30.016Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-04T15:49:30.016Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-04T15:49:30.016Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2022-03-04T15:49:30.016Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.016Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2022-03-04T15:49:30.016Z] [2022-03-04T15:49:30.016Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-03-04T15:49:30.017Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2022-03-04T15:49:30.017Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-04T15:49:30.017Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-03-04T15:49:30.017Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-03-04T15:49:30.017Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-03-04T15:49:30.017Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-03-04T15:49:30.017Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2022-03-04T15:49:30.017Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-03-04T15:49:30.017Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-04T15:49:30.017Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2022-03-04T15:49:30.017Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2022-03-04T15:49:30.017Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2022-03-04T15:49:30.017Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2022-03-04T15:49:30.017Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2022-03-04T15:49:30.017Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2022-03-04T15:49:30.017Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2022-03-04T15:49:30.017Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-04T15:49:30.017Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-04T15:49:30.017Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2022-03-04T15:49:30.017Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-03-04T15:49:30.017Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2022-03-04T15:49:30.017Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-03-04T15:49:30.017Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2022-03-04T15:49:30.017Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2022-03-04T15:49:30.017Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2022-03-04T15:49:30.017Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2022-03-04T15:49:30.017Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2022-03-04T15:49:30.017Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2022-03-04T15:49:30.017Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2022-03-04T15:49:30.017Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2022-03-04T15:49:30.017Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2022-03-04T15:49:30.017Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2022-03-04T15:49:30.017Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-04T15:49:30.017Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-03-04T15:49:30.017Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2022-03-04T15:49:30.017Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2022-03-04T15:49:30.017Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2022-03-04T15:49:30.017Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2022-03-04T15:49:30.017Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-04T15:49:30.017Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2022-03-04T15:49:30.017Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2022-03-04T15:49:30.017Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2022-03-04T15:49:30.017Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2022-03-04T15:49:30.017Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2022-03-04T15:49:30.017Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2022-03-04T15:49:30.017Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-04T15:49:30.017Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2022-03-04T15:49:30.017Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2022-03-04T15:49:30.017Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2022-03-04T15:49:30.017Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-03-04T15:49:30.017Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2022-03-04T15:49:30.017Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2022-03-04T15:49:30.017Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-03-04T15:49:30.017Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-03-04T15:49:30.017Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2022-03-04T15:49:30.017Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2022-03-04T15:49:30.017Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2022-03-04T15:49:30.017Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2022-03-04T15:49:30.017Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2022-03-04T15:49:30.017Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2022-03-04T15:49:30.017Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2022-03-04T15:49:30.017Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-03-04T15:49:30.017Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-03-04T15:49:30.017Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2022-03-04T15:49:30.017Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2022-03-04T15:49:30.017Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2022-03-04T15:49:30.017Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.017Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2022-03-04T15:49:30.017Z] [2022-03-04T15:49:30.017Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-03-04T15:49:30.018Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2022-03-04T15:49:30.018Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2022-03-04T15:49:30.018Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2022-03-04T15:49:30.018Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2022-03-04T15:49:30.018Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2022-03-04T15:49:30.018Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2022-03-04T15:49:30.018Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2022-03-04T15:49:30.018Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2022-03-04T15:49:30.018Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2022-03-04T15:49:30.018Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2022-03-04T15:49:30.018Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2022-03-04T15:49:30.018Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2022-03-04T15:49:30.018Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2022-03-04T15:49:30.018Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2022-03-04T15:49:30.018Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2022-03-04T15:49:30.018Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2022-03-04T15:49:30.018Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2022-03-04T15:49:30.018Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2022-03-04T15:49:30.018Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2022-03-04T15:49:30.018Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-03-04T15:49:30.018Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2022-03-04T15:49:30.018Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2022-03-04T15:49:30.018Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2022-03-04T15:49:30.018Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-03-04T15:49:30.018Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2022-03-04T15:49:30.018Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2022-03-04T15:49:30.018Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2022-03-04T15:49:30.018Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2022-03-04T15:49:30.018Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2022-03-04T15:49:30.018Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-04T15:49:30.018Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2022-03-04T15:49:30.018Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2022-03-04T15:49:30.018Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2022-03-04T15:49:30.018Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2022-03-04T15:49:30.018Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2022-03-04T15:49:30.018Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.02s) [2022-03-04T15:49:30.018Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestImportFile (0.02s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2022-03-04T15:49:30.018Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2022-03-04T15:49:30.018Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-03-04T15:49:30.018Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2022-03-04T15:49:30.018Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-04T15:49:30.018Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2022-03-04T15:49:30.018Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-04T15:49:30.018Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2022-03-04T15:49:30.018Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2022-03-04T15:49:30.018Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-04T15:49:30.018Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.02s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2022-03-04T15:49:30.018Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2022-03-04T15:49:30.018Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-03-04T15:49:30.018Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2022-03-04T15:49:30.018Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2022-03-04T15:49:30.018Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2022-03-04T15:49:30.018Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-03-04T15:49:30.018Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2022-03-04T15:49:30.018Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-03-04T15:49:30.018Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2022-03-04T15:49:30.018Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2022-03-04T15:49:30.018Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2022-03-04T15:49:30.018Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2022-03-04T15:49:30.018Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-03-04T15:49:30.018Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-04T15:49:30.018Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2022-03-04T15:49:30.018Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.018Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-03-04T15:49:30.018Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.018Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-03-04T15:49:30.018Z] [2022-03-04T15:49:30.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-03-04T15:49:30.019Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.019Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-03-04T15:49:30.019Z] [2022-03-04T15:49:30.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-03-04T15:49:30.019Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.019Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-03-04T15:49:30.019Z] [2022-03-04T15:49:30.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2022-03-04T15:49:30.019Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.019Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2022-03-04T15:49:30.019Z] [2022-03-04T15:49:30.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-04T15:49:30.019Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.019Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-04T15:49:30.019Z] [2022-03-04T15:49:30.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2022-03-04T15:49:30.019Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.019Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2022-03-04T15:49:30.019Z] [2022-03-04T15:49:30.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-03-04T15:49:30.019Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.019Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-03-04T15:49:30.019Z] [2022-03-04T15:49:30.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-04T15:49:30.019Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.019Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-04T15:49:30.019Z] [2022-03-04T15:49:30.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2022-03-04T15:49:30.019Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.019Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2022-03-04T15:49:30.019Z] [2022-03-04T15:49:30.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2022-03-04T15:49:30.019Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.019Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2022-03-04T15:49:30.019Z] [2022-03-04T15:49:30.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2022-03-04T15:49:30.019Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.019Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2022-03-04T15:49:30.019Z] [2022-03-04T15:49:30.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2022-03-04T15:49:30.019Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.019Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2022-03-04T15:49:30.019Z] [2022-03-04T15:49:30.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2022-03-04T15:49:30.019Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.019Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2022-03-04T15:49:30.019Z] [2022-03-04T15:49:30.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2022-03-04T15:49:30.019Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.019Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2022-03-04T15:49:30.019Z] [2022-03-04T15:49:30.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2022-03-04T15:49:30.019Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.019Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2022-03-04T15:49:30.019Z] [2022-03-04T15:49:30.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-03-04T15:49:30.019Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.019Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-03-04T15:49:30.019Z] [2022-03-04T15:49:30.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-03-04T15:49:30.019Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.019Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-03-04T15:49:30.019Z] [2022-03-04T15:49:30.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-03-04T15:49:30.019Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.019Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2022-03-04T15:49:30.019Z] [2022-03-04T15:49:30.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2022-03-04T15:49:30.019Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.019Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2022-03-04T15:49:30.019Z] [2022-03-04T15:49:30.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-03-04T15:49:30.019Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.019Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-03-04T15:49:30.019Z] [2022-03-04T15:49:30.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2022-03-04T15:49:30.019Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.019Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2022-03-04T15:49:30.019Z] [2022-03-04T15:49:30.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2022-03-04T15:49:30.019Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-04T15:49:30.019Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2022-03-04T15:49:30.019Z] [2022-03-04T15:49:30.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2022-03-04T15:49:30.019Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-04T15:49:30.019Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2022-03-04T15:49:30.019Z] [2022-03-04T15:49:30.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2022-03-04T15:49:30.019Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.019Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2022-03-04T15:49:30.019Z] [2022-03-04T15:49:30.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2022-03-04T15:49:30.019Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.019Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2022-03-04T15:49:30.019Z] [2022-03-04T15:49:30.019Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-03-04T15:49:30.487Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.487Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-03-04T15:49:30.487Z] [2022-03-04T15:49:30.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-03-04T15:49:30.487Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.487Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-03-04T15:49:30.487Z] [2022-03-04T15:49:30.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2022-03-04T15:49:30.487Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.487Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2022-03-04T15:49:30.487Z] [2022-03-04T15:49:30.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2022-03-04T15:49:30.487Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.487Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2022-03-04T15:49:30.487Z] [2022-03-04T15:49:30.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2022-03-04T15:49:30.487Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.487Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2022-03-04T15:49:30.487Z] [2022-03-04T15:49:30.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2022-03-04T15:49:30.487Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.487Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2022-03-04T15:49:30.487Z] [2022-03-04T15:49:30.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-03-04T15:49:30.487Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.487Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-03-04T15:49:30.487Z] [2022-03-04T15:49:30.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-03-04T15:49:30.487Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.487Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2022-03-04T15:49:30.487Z] [2022-03-04T15:49:30.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-03-04T15:49:30.487Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.487Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-03-04T15:49:30.487Z] [2022-03-04T15:49:30.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-03-04T15:49:30.487Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.487Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-03-04T15:49:30.487Z] [2022-03-04T15:49:30.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-03-04T15:49:30.487Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.487Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-03-04T15:49:30.487Z] [2022-03-04T15:49:30.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2022-03-04T15:49:30.487Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.487Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2022-03-04T15:49:30.487Z] [2022-03-04T15:49:30.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-03-04T15:49:30.487Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.487Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-03-04T15:49:30.487Z] [2022-03-04T15:49:30.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-04T15:49:30.487Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.487Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-04T15:49:30.487Z] [2022-03-04T15:49:30.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-04T15:49:30.487Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-04T15:49:30.487Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-04T15:49:30.487Z] [2022-03-04T15:49:30.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2022-03-04T15:49:30.487Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.487Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2022-03-04T15:49:30.487Z] [2022-03-04T15:49:30.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2022-03-04T15:49:30.487Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.487Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2022-03-04T15:49:30.487Z] [2022-03-04T15:49:30.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2022-03-04T15:49:30.487Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.487Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2022-03-04T15:49:30.487Z] [2022-03-04T15:49:30.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2022-03-04T15:49:30.487Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.487Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2022-03-04T15:49:30.487Z] [2022-03-04T15:49:30.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2022-03-04T15:49:30.487Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.487Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2022-03-04T15:49:30.487Z] [2022-03-04T15:49:30.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2022-03-04T15:49:30.487Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.487Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2022-03-04T15:49:30.487Z] [2022-03-04T15:49:30.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2022-03-04T15:49:30.487Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.487Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2022-03-04T15:49:30.487Z] [2022-03-04T15:49:30.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2022-03-04T15:49:30.487Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.487Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2022-03-04T15:49:30.487Z] [2022-03-04T15:49:30.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2022-03-04T15:49:30.487Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.487Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2022-03-04T15:49:30.487Z] [2022-03-04T15:49:30.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2022-03-04T15:49:30.487Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.487Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2022-03-04T15:49:30.487Z] [2022-03-04T15:49:30.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2022-03-04T15:49:30.487Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.487Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2022-03-04T15:49:30.487Z] [2022-03-04T15:49:30.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2022-03-04T15:49:30.487Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.487Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2022-03-04T15:49:30.487Z] [2022-03-04T15:49:30.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2022-03-04T15:49:30.487Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.487Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2022-03-04T15:49:30.487Z] [2022-03-04T15:49:30.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2022-03-04T15:49:30.487Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.487Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2022-03-04T15:49:30.487Z] [2022-03-04T15:49:30.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-04T15:49:30.487Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.487Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-04T15:49:30.487Z] [2022-03-04T15:49:30.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-03-04T15:49:30.487Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.487Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2022-03-04T15:49:30.487Z] [2022-03-04T15:49:30.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-03-04T15:49:30.487Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.487Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2022-03-04T15:49:30.487Z] [2022-03-04T15:49:30.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2022-03-04T15:49:30.487Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.487Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2022-03-04T15:49:30.487Z] [2022-03-04T15:49:30.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2022-03-04T15:49:30.487Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.487Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2022-03-04T15:49:30.487Z] [2022-03-04T15:49:30.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2022-03-04T15:49:30.487Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.487Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2022-03-04T15:49:30.487Z] [2022-03-04T15:49:30.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2022-03-04T15:49:30.487Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.487Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2022-03-04T15:49:30.487Z] [2022-03-04T15:49:30.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-03-04T15:49:30.487Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.487Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-03-04T15:49:30.487Z] [2022-03-04T15:49:30.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2022-03-04T15:49:30.487Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.487Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2022-03-04T15:49:30.487Z] [2022-03-04T15:49:30.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2022-03-04T15:49:30.487Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.487Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2022-03-04T15:49:30.487Z] [2022-03-04T15:49:30.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-03-04T15:49:30.487Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.487Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-03-04T15:49:30.487Z] [2022-03-04T15:49:30.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2022-03-04T15:49:30.487Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.487Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2022-03-04T15:49:30.487Z] [2022-03-04T15:49:30.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-03-04T15:49:30.487Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.487Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-03-04T15:49:30.487Z] [2022-03-04T15:49:30.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-03-04T15:49:30.487Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.487Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-03-04T15:49:30.487Z] [2022-03-04T15:49:30.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2022-03-04T15:49:30.487Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.487Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2022-03-04T15:49:30.487Z] [2022-03-04T15:49:30.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-04T15:49:30.487Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.487Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-04T15:49:30.487Z] [2022-03-04T15:49:30.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-03-04T15:49:30.487Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.487Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-03-04T15:49:30.487Z] [2022-03-04T15:49:30.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2022-03-04T15:49:30.487Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.487Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2022-03-04T15:49:30.487Z] [2022-03-04T15:49:30.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-04T15:49:30.487Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.487Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-04T15:49:30.487Z] [2022-03-04T15:49:30.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2022-03-04T15:49:30.487Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.487Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2022-03-04T15:49:30.487Z] [2022-03-04T15:49:30.487Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2022-03-04T15:49:30.487Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.487Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2022-03-04T15:49:30.487Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.02s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.32s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2022-03-04T15:49:30.488Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.488Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2022-03-04T15:49:30.488Z] [2022-03-04T15:49:30.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-04T15:49:30.489Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-04T15:49:30.489Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-04T15:49:30.489Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-04T15:49:30.489Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-04T15:49:30.489Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.489Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2022-03-04T15:49:30.489Z] [2022-03-04T15:49:30.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2022-03-04T15:49:30.489Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2022-03-04T15:49:30.490Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2022-03-04T15:49:30.490Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2022-03-04T15:49:30.490Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2022-03-04T15:49:30.490Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2022-03-04T15:49:30.490Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2022-03-04T15:49:30.490Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2022-03-04T15:49:30.490Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-04T15:49:30.490Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-04T15:49:30.490Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-04T15:49:30.490Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-04T15:49:30.490Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-04T15:49:30.490Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-04T15:49:30.490Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-04T15:49:30.490Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-04T15:49:30.490Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-04T15:49:30.490Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-04T15:49:30.490Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-04T15:49:30.490Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-04T15:49:30.490Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-04T15:49:30.490Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-04T15:49:30.490Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-04T15:49:30.490Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-04T15:49:30.490Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-04T15:49:30.490Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-04T15:49:30.490Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-04T15:49:30.490Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-04T15:49:30.490Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.12s) [2022-03-04T15:49:30.490Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.12s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-04T15:49:30.490Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-04T15:49:30.490Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-04T15:49:30.490Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-04T15:49:30.490Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-04T15:49:30.490Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-04T15:49:30.490Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-04T15:49:30.490Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-04T15:49:30.490Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-04T15:49:30.490Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-04T15:49:30.490Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-04T15:49:30.490Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-04T15:49:30.490Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-04T15:49:30.490Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-04T15:49:30.490Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-04T15:49:30.490Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-04T15:49:30.490Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-04T15:49:30.490Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-04T15:49:30.490Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-04T15:49:30.490Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-04T15:49:30.490Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-04T15:49:30.490Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-04T15:49:30.490Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-04T15:49:30.490Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-04T15:49:30.490Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-04T15:49:30.490Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-04T15:49:30.490Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-04T15:49:30.490Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-04T15:49:30.490Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-04T15:49:30.490Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-04T15:49:30.490Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-04T15:49:30.490Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-04T15:49:30.490Z] [2022-03-04T15:49:30.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-04T15:49:30.490Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.490Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-04T15:49:30.491Z] [2022-03-04T15:49:30.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-04T15:49:30.491Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.491Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-04T15:49:30.491Z] [2022-03-04T15:49:30.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-04T15:49:30.491Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.491Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-04T15:49:30.491Z] [2022-03-04T15:49:30.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-04T15:49:30.491Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.491Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-04T15:49:30.491Z] [2022-03-04T15:49:30.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-04T15:49:30.491Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.491Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-04T15:49:30.491Z] [2022-03-04T15:49:30.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-04T15:49:30.491Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.491Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-04T15:49:30.491Z] [2022-03-04T15:49:30.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-04T15:49:30.491Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.491Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-04T15:49:30.491Z] [2022-03-04T15:49:30.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-04T15:49:30.491Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.491Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-04T15:49:30.491Z] [2022-03-04T15:49:30.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-04T15:49:30.491Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.491Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-04T15:49:30.491Z] [2022-03-04T15:49:30.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-04T15:49:30.491Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.491Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-04T15:49:30.491Z] [2022-03-04T15:49:30.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-04T15:49:30.491Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.491Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-04T15:49:30.491Z] [2022-03-04T15:49:30.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-04T15:49:30.491Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.491Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-04T15:49:30.491Z] [2022-03-04T15:49:30.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-04T15:49:30.491Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.491Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-04T15:49:30.491Z] [2022-03-04T15:49:30.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-04T15:49:30.491Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.491Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-04T15:49:30.491Z] [2022-03-04T15:49:30.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-04T15:49:30.491Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.491Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-04T15:49:30.491Z] [2022-03-04T15:49:30.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-04T15:49:30.491Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.491Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-04T15:49:30.491Z] [2022-03-04T15:49:30.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-04T15:49:30.491Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.491Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-04T15:49:30.491Z] [2022-03-04T15:49:30.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-04T15:49:30.491Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.491Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-04T15:49:30.491Z] [2022-03-04T15:49:30.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-04T15:49:30.491Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.491Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-04T15:49:30.491Z] [2022-03-04T15:49:30.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-04T15:49:30.491Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.491Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-04T15:49:30.491Z] [2022-03-04T15:49:30.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-04T15:49:30.491Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.491Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-04T15:49:30.491Z] [2022-03-04T15:49:30.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-04T15:49:30.491Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.491Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-04T15:49:30.491Z] [2022-03-04T15:49:30.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-04T15:49:30.491Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.491Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-04T15:49:30.491Z] [2022-03-04T15:49:30.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-04T15:49:30.491Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.491Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-04T15:49:30.491Z] [2022-03-04T15:49:30.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-03-04T15:49:30.491Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.491Z] [2022-03-04T15:49:30.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-03-04T15:49:30.491Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.491Z] [2022-03-04T15:49:30.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-03-04T15:49:30.491Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.491Z] [2022-03-04T15:49:30.491Z] DONE 1088 tests, 539 skipped in 2190.856s [2022-03-04T15:49:30.491Z] INFO: Integration tests ended at 03/04/2022 15:49:30. Duration:00:36:31.1627842 [2022-03-04T15:49:30.491Z] INFO: Docker info of the daemon under test at end of run [2022-03-04T15:49:30.491Z] [2022-03-04T15:49:30.491Z] Containers: 2 [2022-03-04T15:49:30.491Z] Running: 0 [2022-03-04T15:49:30.491Z] Paused: 0 [2022-03-04T15:49:30.491Z] Stopped: 2 [2022-03-04T15:49:30.491Z] Images: 18 [2022-03-04T15:49:30.491Z] Server Version: 0.0.0-dev [2022-03-04T15:49:30.491Z] Storage Driver: windowsfilter [2022-03-04T15:49:30.491Z] Windows: [2022-03-04T15:49:30.491Z] Logging Driver: json-file [2022-03-04T15:49:30.491Z] Plugins: [2022-03-04T15:49:30.491Z] Volume: local [2022-03-04T15:49:30.491Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-04T15:49:30.491Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-04T15:49:30.491Z] Swarm: inactive [2022-03-04T15:49:30.491Z] Default Isolation: process [2022-03-04T15:49:30.491Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-04T15:49:30.491Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-04T15:49:30.491Z] OSType: windows [2022-03-04T15:49:30.491Z] Architecture: x86_64 [2022-03-04T15:49:30.491Z] CPUs: 4 [2022-03-04T15:49:30.491Z] Total Memory: 32GiB [2022-03-04T15:49:30.491Z] Name: azwin-2-0c6c30 [2022-03-04T15:49:30.491Z] ID: GCUA:UI5P:5JCU:CGMH:GVC2:SR4A:DO25:2JOG:ZZJY:5V2F:N4VS:Y2IC [2022-03-04T15:49:30.491Z] Docker Root Dir: D:\CI\PR-43324\1\daemon [2022-03-04T15:49:30.491Z] Debug Mode (client): false [2022-03-04T15:49:30.491Z] Debug Mode (server): true [2022-03-04T15:49:30.491Z] File Descriptors: -1 [2022-03-04T15:49:30.491Z] Goroutines: 17 [2022-03-04T15:49:30.491Z] System Time: 2022-03-04T15:49:30.3236126Z [2022-03-04T15:49:30.491Z] EventsListeners: 0 [2022-03-04T15:49:30.491Z] Registry: https://index.docker.io/v1/ [2022-03-04T15:49:30.491Z] Labels: [2022-03-04T15:49:30.491Z] Experimental: false [2022-03-04T15:49:30.491Z] Insecure Registries: [2022-03-04T15:49:30.491Z] 127.0.0.0/8 [2022-03-04T15:49:30.491Z] Live Restore Enabled: false [2022-03-04T15:49:30.491Z] [2022-03-04T15:49:30.491Z] [2022-03-04T15:49:30.491Z] INFO: Stopping daemon under test [2022-03-04T15:49:30.686Z] === RUN TestDockerSuite/TestExecSetEnv [2022-03-04T15:49:30.687Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.687Z] === RUN TestDockerSuite/TestExecStartFails [2022-03-04T15:49:30.687Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.687Z] === RUN TestDockerSuite/TestExecStateCleanup [2022-03-04T15:49:30.687Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.687Z] === RUN TestDockerSuite/TestExecStopNotHanging [2022-03-04T15:49:30.687Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.687Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2022-03-04T15:49:30.687Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-04T15:49:30.687Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2022-03-04T15:49:30.958Z] SUCCESS: The process with PID 1012 (child process of PID 3152) has been terminated. [2022-03-04T15:49:30.958Z] SUCCESS: The process with PID 3152 (child process of PID 3216) has been terminated. [2022-03-04T15:49:30.958Z] INFO: Stop tailing logs of the daemon under tests [2022-03-04T15:49:30.958Z] INFO: executeCI.ps1 Completed successfully at 03/04/2022 15:49:30. [2022-03-04T15:49:30.958Z] INFO: Tidying up at end of run [2022-03-04T15:49:30.958Z] INFO: Saving daemon under test log (d:\CI\PR-43324\1\dut.out) to bundles\CIDUT.out [2022-03-04T15:49:30.958Z] INFO: Saving daemon under test log (d:\CI\PR-43324\1\dut.err) to bundles\CIDUT.err [2022-03-04T15:49:30.958Z] INFO: Saving containerd logs to bundles [2022-03-04T15:49:30.958Z] INFO: Nuke-Everything... [2022-03-04T15:49:30.958Z] INFO: Container count on control daemon to delete is 2 [2022-03-04T15:49:30.958Z] ecc4b8885146 [2022-03-04T15:49:30.958Z] 4a1f47bb10bb [2022-03-04T15:49:31.425Z] INFO: Tidying pidfile d:\CI\PR-43324\1\docker.pid [2022-03-04T15:49:31.425Z] INFO: Nuking d:\CI [2022-03-04T15:49:31.873Z] === RUN TestDockerSuite/TestRmiBlank [2022-03-04T15:49:31.873Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-03-04T15:49:31.873Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-03-04T15:49:34.406Z] === RUN TestDockerSuite/TestExecUlimits [2022-03-04T15:49:34.406Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-04T15:49:34.863Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2022-03-04T15:49:43.403Z] === RUN TestDockerSuite/TestExecWithImageUser [2022-03-04T15:49:43.403Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-04T15:49:43.403Z] === RUN TestDockerSuite/TestExecWithPrivileged [2022-03-04T15:49:43.403Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-04T15:49:43.403Z] === RUN TestDockerSuite/TestExecWithUser [2022-03-04T15:49:43.403Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-04T15:49:43.403Z] === RUN TestDockerSuite/TestGetContainerStats [2022-03-04T15:49:44.373Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-03-04T15:49:46.589Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-03-04T15:49:47.060Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-03-04T15:49:50.458Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2022-03-04T15:49:52.691Z] INFO: Zapped successfully [2022-03-04T15:49:52.691Z] [2022-03-04T15:49:52.691Z] INFO: executeCI.ps1 exiting at Fri Mar 4 15:49:49 CUT 2022. Duration 01:01:20.4931669 [2022-03-04T15:49:52.691Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-03-04T15:49:52.924Z] === RUN TestDockerSuite/TestRmiImgIDForce [2022-03-04T15:49:52.938Z] Recording test results [2022-03-04T15:49:56.721Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-03-04T15:49:57.501Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2022-03-04T15:50:01.492Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-03-04T15:50:02.170Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2022-03-04T15:50:03.011Z] Creating win-2022-integration-bundles.zip [2022-03-04T15:50:03.884Z] === RUN TestDockerSuite/TestRmiParentImageFail [Pipeline] archiveArtifacts [2022-03-04T15:50:04.792Z] Archiving artifacts [2022-03-04T15:50:06.836Z] === RUN TestDockerSuite/TestRmiTag [2022-03-04T15:50:07.304Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-03-04T15:50:09.517Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-03-04T15:50:10.721Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2022-03-04T15:50:10.721Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-04T15:50:10.721Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2022-03-04T15:50:10.721Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2022-03-04T15:50:10.721Z] === RUN TestDockerSuite/TestHealth [2022-03-04T15:50:10.721Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-04T15:50:10.721Z] === RUN TestDockerSuite/TestHistoryExistentImage [2022-03-04T15:50:10.721Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2022-03-04T15:50:10.721Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2022-03-04T15:50:10.721Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2022-03-04T15:50:16.497Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2022-03-04T15:50:16.497Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2022-03-04T15:50:16.497Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-04T15:50:16.497Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2022-03-04T15:50:16.497Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2022-03-04T15:50:16.497Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2022-03-04T15:50:16.954Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2022-03-04T15:50:17.410Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2022-03-04T15:50:17.410Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-04T15:50:17.410Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2022-03-04T15:50:18.936Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2022-03-04T15:50:18.936Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2022-03-04T15:50:20.363Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43324/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-04T15:50:21.102Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2022-03-04T15:50:21.102Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2022-03-04T15:50:21.390Z] + make clean [2022-03-04T15:50:22.953Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-04T15:50:22.953Z] docker-dev-cache [2022-03-04T15:50:22.953Z] docker-mod-cache [Pipeline] deleteDir [2022-03-04T15:50:23.991Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-04T15:50:27.330Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-03-04T15:50:27.330Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-03-04T15:50:27.710Z] === RUN TestDockerSuite/TestImagesFormat [2022-03-04T15:50:27.710Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2022-03-04T15:50:27.710Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-04T15:50:27.710Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2022-03-04T15:50:31.425Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2022-03-04T15:50:31.880Z] === RUN TestDockerSuite/TestImportBadURL [2022-03-04T15:50:31.880Z] === RUN TestDockerSuite/TestImportDisplay [2022-03-04T15:50:31.880Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-04T15:50:31.880Z] === RUN TestDockerSuite/TestImportFile [2022-03-04T15:50:31.880Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-04T15:50:31.880Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2022-03-04T15:50:31.880Z] === RUN TestDockerSuite/TestImportFileWithMessage [2022-03-04T15:50:31.880Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-04T15:50:31.880Z] === RUN TestDockerSuite/TestImportGzipped [2022-03-04T15:50:31.880Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-04T15:50:31.880Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2022-03-04T15:50:31.880Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-04T15:50:31.880Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2022-03-04T15:50:31.880Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-04T15:50:31.880Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2022-03-04T15:50:31.880Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-04T15:50:31.880Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2022-03-04T15:50:31.880Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-04T15:50:31.880Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2022-03-04T15:50:31.880Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2022-03-04T15:50:31.880Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-04T15:50:31.880Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2022-03-04T15:50:31.880Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-04T15:50:31.880Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2022-03-04T15:50:32.092Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-03-04T15:50:33.079Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-03-04T15:50:33.079Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-04T15:50:33.079Z] === RUN TestDockerSuite/TestRunAddHost [2022-03-04T15:50:33.079Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-04T15:50:33.079Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-03-04T15:50:33.079Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-04T15:50:33.079Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-03-04T15:50:33.079Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-04T15:50:33.079Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-03-04T15:50:33.079Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-04T15:50:33.079Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-03-04T15:50:33.079Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-04T15:50:33.079Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-03-04T15:50:33.079Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-04T15:50:33.079Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-03-04T15:50:35.296Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-03-04T15:50:35.296Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-04T15:50:35.296Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-03-04T15:50:35.296Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-04T15:50:35.296Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-03-04T15:50:35.600Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2022-03-04T15:50:38.701Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2022-03-04T15:50:38.701Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-04T15:50:38.701Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2022-03-04T15:50:38.701Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-04T15:50:38.701Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2022-03-04T15:50:38.701Z] === RUN TestDockerSuite/TestInspectAmpersand [2022-03-04T15:50:38.701Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-04T15:50:38.701Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2022-03-04T15:50:40.058Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-03-04T15:50:42.275Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-03-04T15:50:42.417Z] === RUN TestDockerSuite/TestInspectByPrefix [2022-03-04T15:50:42.417Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2022-03-04T15:50:44.488Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-03-04T15:50:46.135Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2022-03-04T15:50:46.135Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-04T15:50:46.135Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2022-03-04T15:50:46.135Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-04T15:50:46.135Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2022-03-04T15:50:46.135Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-04T15:50:46.135Z] === RUN TestDockerSuite/TestInspectDefault [2022-03-04T15:50:46.703Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-03-04T15:50:49.032Z] === RUN TestDockerSuite/TestInspectHistory [2022-03-04T15:50:53.859Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-03-04T15:50:53.859Z] === RUN TestDockerSuite/TestRunBindMounts [2022-03-04T15:50:56.074Z] === RUN TestDockerSuite/TestInspectImage [2022-03-04T15:50:56.074Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-04T15:50:56.074Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2022-03-04T15:50:56.074Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-04T15:50:56.074Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2022-03-04T15:50:56.074Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-04T15:50:56.074Z] === RUN TestDockerSuite/TestInspectInt64 [2022-03-04T15:50:57.716Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-03-04T15:50:57.716Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-04T15:50:57.716Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-03-04T15:50:57.716Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-04T15:50:57.716Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-03-04T15:50:57.716Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-04T15:50:57.716Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-03-04T15:50:57.716Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-04T15:50:57.716Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-03-04T15:50:57.716Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-04T15:50:57.716Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-03-04T15:50:57.716Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-04T15:50:57.716Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-03-04T15:50:57.716Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-04T15:50:57.716Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-03-04T15:50:57.716Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-04T15:50:57.716Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-03-04T15:50:57.716Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-04T15:50:57.716Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-03-04T15:50:57.716Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-04T15:50:57.716Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-03-04T15:50:57.716Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-04T15:50:57.716Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-03-04T15:50:58.502Z] === RUN TestDockerSuite/TestInspectJSONFields [2022-03-04T15:51:02.219Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2022-03-04T15:51:02.219Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2022-03-04T15:51:04.883Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-03-04T15:51:04.883Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-04T15:51:04.883Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-03-04T15:51:05.937Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2022-03-04T15:51:07.097Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-03-04T15:51:07.097Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-04T15:51:07.565Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-03-04T15:51:07.565Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-04T15:51:07.565Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-03-04T15:51:09.132Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-03-04T15:51:09.132Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-04T15:51:09.132Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-03-04T15:51:09.132Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-04T15:51:09.132Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-03-04T15:51:09.132Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-04T15:51:09.132Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-03-04T15:51:09.132Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-04T15:51:09.132Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-03-04T15:51:09.132Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-04T15:51:09.132Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-03-04T15:51:09.132Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-04T15:51:09.132Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-03-04T15:51:09.132Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-04T15:51:09.132Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-03-04T15:51:09.654Z] === RUN TestDockerSuite/TestInspectPlugin [2022-03-04T15:51:09.654Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-04T15:51:09.654Z] === RUN TestDockerSuite/TestInspectRootFS [2022-03-04T15:51:09.654Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2022-03-04T15:51:11.350Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-03-04T15:51:13.377Z] === RUN TestDockerSuite/TestInspectStatus [2022-03-04T15:51:13.564Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-03-04T15:51:15.131Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-03-04T15:51:15.131Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-04T15:51:15.131Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-03-04T15:51:15.131Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-04T15:51:15.599Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-03-04T15:51:15.599Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-04T15:51:15.599Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-03-04T15:51:17.164Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-03-04T15:51:17.164Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-04T15:51:17.632Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-03-04T15:51:17.632Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-04T15:51:17.632Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-03-04T15:51:17.632Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-04T15:51:17.632Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-03-04T15:51:17.632Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-04T15:51:17.632Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-03-04T15:51:18.045Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2022-03-04T15:51:19.199Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-03-04T15:51:23.957Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-03-04T15:51:23.957Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-04T15:51:23.957Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-03-04T15:51:23.957Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-04T15:51:23.957Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-03-04T15:51:23.957Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-04T15:51:23.957Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-03-04T15:51:23.957Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-04T15:51:23.957Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-03-04T15:51:23.957Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-04T15:51:23.957Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-03-04T15:51:23.957Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-04T15:51:23.957Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-03-04T15:51:25.102Z] === RUN TestDockerSuite/TestInspectTemplateError [2022-03-04T15:51:26.175Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-03-04T15:51:26.175Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-04T15:51:26.175Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-03-04T15:51:26.643Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-03-04T15:51:26.643Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-04T15:51:26.643Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-03-04T15:51:28.823Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2022-03-04T15:51:32.573Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2022-03-04T15:51:33.896Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-03-04T15:51:35.258Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-03-04T15:51:35.258Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-04T15:51:35.258Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-03-04T15:51:35.469Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2022-03-04T15:51:37.478Z] === RUN TestDockerSuite/TestRunEnvironment [2022-03-04T15:51:37.478Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-04T15:51:37.478Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-03-04T15:51:37.478Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-04T15:51:37.478Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-03-04T15:51:37.478Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-04T15:51:37.478Z] === RUN TestDockerSuite/TestRunExitCode [2022-03-04T15:51:39.196Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2022-03-04T15:51:39.702Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-03-04T15:51:41.981Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-03-04T15:51:42.154Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2022-03-04T15:51:44.198Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-03-04T15:51:45.876Z] === RUN TestDockerSuite/TestInspectUnknownObject [2022-03-04T15:51:45.876Z] === RUN TestDockerSuite/TestLinkShortDefinition [2022-03-04T15:51:45.876Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-04T15:51:45.876Z] === RUN TestDockerSuite/TestLinksEnvs [2022-03-04T15:51:45.876Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-04T15:51:45.876Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2022-03-04T15:51:45.876Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-04T15:51:45.876Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2022-03-04T15:51:45.876Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-04T15:51:45.876Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2022-03-04T15:51:45.876Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-04T15:51:45.876Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2022-03-04T15:51:45.876Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-04T15:51:45.876Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2022-03-04T15:51:45.876Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-04T15:51:45.876Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2022-03-04T15:51:45.876Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-04T15:51:45.876Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2022-03-04T15:51:45.876Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-04T15:51:45.876Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2022-03-04T15:51:45.876Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-04T15:51:45.876Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2022-03-04T15:51:45.876Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-04T15:51:45.876Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2022-03-04T15:51:45.876Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-04T15:51:45.876Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2022-03-04T15:51:45.876Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-04T15:51:45.876Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2022-03-04T15:51:45.876Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-04T15:51:45.876Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2022-03-04T15:51:45.876Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-04T15:51:45.876Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2022-03-04T15:51:45.876Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-04T15:51:45.876Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2022-03-04T15:51:45.876Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2022-03-04T15:51:45.876Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2022-03-04T15:51:49.607Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2022-03-04T15:51:51.367Z] === RUN TestDockerSuite/TestRunExposePort [2022-03-04T15:51:51.367Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-03-04T15:51:51.367Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-04T15:51:51.367Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-03-04T15:51:51.367Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-04T15:51:51.367Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-03-04T15:51:51.367Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-04T15:51:51.367Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-03-04T15:51:51.367Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-04T15:51:51.367Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-04T15:51:51.367Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-04T15:51:51.367Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-03-04T15:51:51.367Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-04T15:51:51.367Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-03-04T15:51:51.367Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-04T15:51:51.367Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-03-04T15:51:53.330Z] === RUN TestDockerSuite/TestLogsAPIUntil [2022-03-04T15:51:59.108Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2022-03-04T15:52:03.017Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2022-03-04T15:52:03.017Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-04T15:52:03.017Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2022-03-04T15:52:06.639Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-03-04T15:52:06.640Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-04T15:52:06.640Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-03-04T15:52:06.640Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-03-04T15:52:06.640Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-04T15:52:06.640Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-03-04T15:52:06.640Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-04T15:52:06.640Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-03-04T15:52:06.640Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-04T15:52:06.640Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-03-04T15:52:06.640Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-04T15:52:06.640Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-03-04T15:52:06.833Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2022-03-04T15:52:06.833Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2022-03-04T15:52:14.319Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2022-03-04T15:52:15.330Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-03-04T15:52:15.330Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-04T15:52:15.330Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-03-04T15:52:16.895Z] === RUN TestDockerSuite/TestRunModeHostname [2022-03-04T15:52:16.895Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-04T15:52:16.895Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-03-04T15:52:16.895Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-04T15:52:16.895Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-03-04T15:52:16.895Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-04T15:52:16.895Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-03-04T15:52:16.895Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-04T15:52:16.895Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-03-04T15:52:16.895Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-04T15:52:16.895Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-03-04T15:52:16.895Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-04T15:52:16.895Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-03-04T15:52:16.895Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-04T15:52:16.895Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-03-04T15:52:16.895Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-04T15:52:16.896Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-03-04T15:52:16.896Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-04T15:52:16.896Z] === RUN TestDockerSuite/TestRunMount [2022-03-04T15:52:16.896Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-04T15:52:16.896Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-03-04T15:52:16.896Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-04T15:52:16.896Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-03-04T15:52:16.896Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-04T15:52:16.896Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-03-04T15:52:16.896Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-04T15:52:16.896Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-03-04T15:52:22.862Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2022-03-04T15:52:29.520Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-03-04T15:52:29.520Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-04T15:52:29.520Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-03-04T15:52:29.520Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-04T15:52:29.520Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-03-04T15:52:29.520Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-04T15:52:29.520Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-03-04T15:52:29.903Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2022-03-04T15:52:34.287Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-03-04T15:52:35.683Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2022-03-04T15:52:39.047Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-03-04T15:52:39.047Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-04T15:52:39.047Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-03-04T15:52:39.047Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-04T15:52:39.047Z] === RUN TestDockerSuite/TestRunNetHost [2022-03-04T15:52:39.047Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-04T15:52:39.047Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-03-04T15:52:39.047Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-04T15:52:39.047Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-03-04T15:52:39.047Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-04T15:52:39.047Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-03-04T15:52:39.047Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-04T15:52:39.047Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-03-04T15:52:39.047Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-04T15:52:39.047Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-03-04T15:52:39.047Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-04T15:52:39.047Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-03-04T15:52:39.047Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-04T15:52:39.047Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-03-04T15:52:39.047Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-03-04T15:52:40.035Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-03-04T15:52:40.526Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2022-03-04T15:52:40.526Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-04T15:52:40.526Z] === RUN TestDockerSuite/TestLogsFollowStopped [2022-03-04T15:52:42.250Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-03-04T15:52:44.242Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2022-03-04T15:52:44.469Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-03-04T15:52:46.035Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-03-04T15:52:47.600Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-03-04T15:52:48.073Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-04T15:52:48.073Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-03-04T15:52:48.073Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-04T15:52:48.073Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-03-04T15:52:48.073Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-04T15:52:48.073Z] === RUN TestDockerSuite/TestRunPortInUse [2022-03-04T15:52:48.073Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-04T15:52:48.073Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-03-04T15:52:48.073Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-04T15:52:48.073Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-03-04T15:52:48.073Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-04T15:52:48.073Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-03-04T15:52:48.073Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-04T15:52:48.073Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-03-04T15:52:48.073Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-04T15:52:48.073Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-04T15:52:49.361Z] === RUN TestDockerSuite/TestLogsSince [2022-03-04T15:52:56.750Z] === RUN TestDockerSuite/TestRunPublishPort [2022-03-04T15:52:56.750Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-04T15:52:56.750Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-03-04T15:52:56.750Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-04T15:52:56.750Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-03-04T15:52:56.750Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-04T15:52:56.750Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-03-04T15:52:56.750Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-04T15:52:56.750Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-03-04T15:52:56.750Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-04T15:52:56.750Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-03-04T15:52:59.652Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2022-03-04T15:52:59.652Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-04T15:52:59.652Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2022-03-04T15:52:59.652Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-04T15:52:59.652Z] === RUN TestDockerSuite/TestLogsTail [2022-03-04T15:53:03.397Z] === RUN TestDockerSuite/TestLogsTimestamps [2022-03-04T15:53:03.916Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-03-04T15:53:03.916Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-04T15:53:03.916Z] === RUN TestDockerSuite/TestRunRm [2022-03-04T15:53:05.481Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-03-04T15:53:07.119Z] === RUN TestDockerSuite/TestLogsWithDetails [2022-03-04T15:53:10.860Z] === RUN TestDockerSuite/TestMountIntoProc [2022-03-04T15:53:10.860Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-04T15:53:10.860Z] === RUN TestDockerSuite/TestMountIntoSys [2022-03-04T15:53:10.860Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-04T15:53:10.860Z] === RUN TestDockerSuite/TestNetHostname [2022-03-04T15:53:10.860Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-04T15:53:10.860Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2022-03-04T15:53:10.860Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-04T15:53:10.860Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2022-03-04T15:53:10.860Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-04T15:53:10.860Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2022-03-04T15:53:10.860Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-04T15:53:10.860Z] === RUN TestDockerSuite/TestPluginActive [2022-03-04T15:53:10.860Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-04T15:53:10.860Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2022-03-04T15:53:10.860Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-04T15:53:10.861Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2022-03-04T15:53:10.861Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2022-03-04T15:53:10.861Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-04T15:53:10.861Z] === RUN TestDockerSuite/TestPluginLogDriver [2022-03-04T15:53:10.861Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-04T15:53:10.861Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2022-03-04T15:53:10.861Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-04T15:53:10.861Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2022-03-04T15:53:10.861Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-04T15:53:10.861Z] === RUN TestDockerSuite/TestPluginUpgrade [2022-03-04T15:53:10.861Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-04T15:53:10.861Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2022-03-04T15:53:10.861Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-04T15:53:10.861Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2022-03-04T15:53:10.861Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-04T15:53:10.861Z] === RUN TestDockerSuite/TestPortHostBinding [2022-03-04T15:53:10.861Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-04T15:53:10.861Z] === RUN TestDockerSuite/TestPortList [2022-03-04T15:53:10.861Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-04T15:53:10.861Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2022-03-04T15:53:11.360Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-03-04T15:53:17.923Z] === RUN TestDockerSuite/TestPostContainersAttach [2022-03-04T15:53:17.923Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T15:53:17.923Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2022-03-04T15:53:17.923Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2022-03-04T15:53:17.923Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-04T15:53:17.923Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2022-03-04T15:53:17.923Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-04T15:53:17.923Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2022-03-04T15:53:17.923Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-04T15:53:17.923Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2022-03-04T15:53:17.923Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-04T15:53:17.923Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2022-03-04T15:53:17.923Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-04T15:53:17.923Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2022-03-04T15:53:17.923Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-04T15:53:17.923Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2022-03-04T15:53:17.923Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-04T15:53:17.923Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2022-03-04T15:53:18.546Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-03-04T15:53:20.113Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-03-04T15:53:22.340Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-03-04T15:53:24.558Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-03-04T15:53:24.558Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-04T15:53:24.558Z] === RUN TestDockerSuite/TestRunState [2022-03-04T15:53:24.558Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-04T15:53:24.558Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-03-04T15:53:24.989Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2022-03-04T15:53:24.989Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-04T15:53:24.989Z] === RUN TestDockerSuite/TestPsByOrder [2022-03-04T15:53:26.773Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-03-04T15:53:26.773Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-04T15:53:26.773Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-03-04T15:53:28.337Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-03-04T15:53:28.337Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-04T15:53:28.337Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-03-04T15:53:28.337Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-04T15:53:28.337Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-03-04T15:53:28.805Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-03-04T15:53:28.806Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-03-04T15:53:28.806Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-04T15:53:28.806Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-03-04T15:53:33.562Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-03-04T15:53:33.562Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-04T15:53:33.562Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-03-04T15:53:33.562Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-04T15:53:33.562Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-03-04T15:53:33.562Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-04T15:53:33.562Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-03-04T15:53:33.562Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-04T15:53:33.562Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-03-04T15:53:33.562Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-04T15:53:33.562Z] === RUN TestDockerSuite/TestRunUserByID [2022-03-04T15:53:33.562Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-04T15:53:33.562Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-03-04T15:53:33.562Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-04T15:53:33.562Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-03-04T15:53:33.562Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-04T15:53:33.562Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-03-04T15:53:33.562Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-04T15:53:33.562Z] === RUN TestDockerSuite/TestRunUserByName [2022-03-04T15:53:33.562Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-04T15:53:33.562Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-03-04T15:53:35.779Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-03-04T15:53:35.779Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-04T15:53:35.779Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-03-04T15:53:37.998Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-03-04T15:53:37.998Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-04T15:53:37.998Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-03-04T15:53:37.998Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-04T15:53:37.998Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-03-04T15:53:39.761Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2022-03-04T15:53:39.761Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-04T15:53:39.761Z] === RUN TestDockerSuite/TestPsListContainersBase [2022-03-04T15:53:40.951Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-03-04T15:53:47.013Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-03-04T15:53:51.769Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-03-04T15:53:52.474Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2022-03-04T15:53:56.535Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-03-04T15:53:56.535Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-04T15:53:56.535Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-03-04T15:53:56.535Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-03-04T15:53:58.755Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-03-04T15:54:00.972Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-03-04T15:54:03.188Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-03-04T15:54:03.188Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-04T15:54:03.188Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-03-04T15:54:03.188Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-03-04T15:54:03.660Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-03-04T15:54:03.660Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-04T15:54:03.660Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-03-04T15:54:03.660Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-04T15:54:03.660Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-03-04T15:54:03.660Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-04T15:54:03.660Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-03-04T15:54:03.660Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-04T15:54:03.660Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-03-04T15:54:03.660Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-04T15:54:03.660Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-03-04T15:54:07.510Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-03-04T15:54:09.211Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-03-04T15:54:10.775Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-03-04T15:54:13.529Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2022-03-04T15:54:13.529Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2022-03-04T15:54:13.529Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-04T15:54:13.529Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2022-03-04T15:54:13.529Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-03-04T15:54:13.529Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2022-03-04T15:54:19.296Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2022-03-04T15:54:21.195Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-03-04T15:54:21.195Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-04T15:54:21.195Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-03-04T15:54:21.195Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-04T15:54:21.195Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-03-04T15:54:21.195Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-04T15:54:21.195Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-03-04T15:54:21.195Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-04T15:54:21.195Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-03-04T15:54:21.195Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-04T15:54:21.195Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-03-04T15:54:21.195Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-04T15:54:21.195Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-03-04T15:54:21.195Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T15:54:21.195Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-03-04T15:54:21.195Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-04T15:54:21.195Z] === RUN TestDockerSuite/TestSaveImageId [2022-03-04T15:54:21.195Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-04T15:54:21.195Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-03-04T15:54:21.195Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-04T15:54:21.195Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-03-04T15:54:21.195Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-04T15:54:21.195Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-03-04T15:54:21.195Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-04T15:54:21.195Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-03-04T15:54:21.195Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-04T15:54:21.195Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-03-04T15:54:21.195Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-04T15:54:21.195Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-03-04T15:54:21.195Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-04T15:54:21.195Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-03-04T15:54:21.195Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-04T15:54:21.195Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-03-04T15:54:21.195Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-04T15:54:21.195Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-03-04T15:54:22.762Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-03-04T15:54:23.231Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-03-04T15:54:23.231Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-03-04T15:54:23.699Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-03-04T15:54:25.265Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-03-04T15:54:25.265Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-03-04T15:54:29.595Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2022-03-04T15:54:32.428Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-03-04T15:54:34.650Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-03-04T15:54:36.641Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2022-03-04T15:54:36.868Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-03-04T15:54:36.868Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-04T15:54:36.868Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-03-04T15:54:37.098Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-04T15:54:37.098Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2022-03-04T15:54:37.098Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-04T15:54:37.098Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2022-03-04T15:54:44.211Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-03-04T15:54:44.211Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-04T15:54:44.211Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-03-04T15:54:44.260Z] === RUN TestDockerSuite/TestPsListContainersSize [2022-03-04T15:54:44.260Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-04T15:54:44.260Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2022-03-04T15:54:44.260Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-04T15:54:44.260Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2022-03-04T15:54:44.260Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-04T15:54:44.260Z] === RUN TestDockerSuite/TestPsRightTagName [2022-03-04T15:54:44.260Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-04T15:54:44.260Z] === RUN TestDockerSuite/TestPsShowMounts [2022-03-04T15:54:47.999Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-03-04T15:54:47.999Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-04T15:54:47.999Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-03-04T15:54:47.999Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-04T15:54:47.999Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-03-04T15:54:47.999Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-04T15:54:47.999Z] === RUN TestDockerSuite/TestStartRecordError [2022-03-04T15:54:47.999Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-04T15:54:47.999Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-03-04T15:54:55.544Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2022-03-04T15:54:55.544Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-04T15:54:55.544Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2022-03-04T15:54:57.069Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2022-03-04T15:54:57.069Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-04T15:54:57.069Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2022-03-04T15:54:58.428Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-03-04T15:54:58.429Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-04T15:54:58.429Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-03-04T15:54:58.429Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-04T15:54:58.429Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-03-04T15:54:58.429Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-04T15:54:58.429Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-03-04T15:54:58.429Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-04T15:54:58.429Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-03-04T15:54:58.429Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-04T15:54:58.429Z] === RUN TestDockerSuite/TestStatsNoStream [2022-03-04T15:54:58.429Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-04T15:54:58.429Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-03-04T15:54:58.594Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2022-03-04T15:54:59.052Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2022-03-04T15:54:59.052Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-04T15:54:59.052Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2022-03-04T15:54:59.994Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-03-04T15:55:02.211Z] === RUN TestDockerSuite/TestTopPrivileged [2022-03-04T15:55:02.211Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-04T15:55:02.211Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-03-04T15:55:03.776Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-03-04T15:55:03.776Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-04T15:55:03.776Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-03-04T15:55:03.776Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-04T15:55:03.776Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-03-04T15:55:03.776Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-04T15:55:04.244Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-03-04T15:55:04.244Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-04T15:55:04.244Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-03-04T15:55:04.244Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-04T15:55:04.244Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-03-04T15:55:04.244Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-04T15:55:04.244Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-03-04T15:55:06.091Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2022-03-04T15:55:13.138Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2022-03-04T15:55:16.025Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2022-03-04T15:55:19.176Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-03-04T15:55:19.644Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-03-04T15:55:19.644Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-03-04T15:55:19.644Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-04T15:55:19.644Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-03-04T15:55:20.112Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-03-04T15:55:20.112Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-03-04T15:55:20.112Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-03-04T15:55:28.768Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-03-04T15:55:28.768Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-03-04T15:55:30.331Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-03-04T15:55:30.798Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-03-04T15:55:30.798Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-03-04T15:55:30.798Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-03-04T15:55:31.267Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-03-04T15:55:38.421Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-03-04T15:55:38.421Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-04T15:55:38.421Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-03-04T15:55:38.890Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-03-04T15:55:38.890Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-03-04T15:55:38.890Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-04T15:55:38.890Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-03-04T15:55:46.249Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-03-04T15:55:46.249Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-03-04T15:55:46.249Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-03-04T15:55:51.662Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2022-03-04T15:55:51.662Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-04T15:55:51.662Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2022-03-04T15:55:53.408Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-03-04T15:55:53.408Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-04T15:55:53.408Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite (2408.46s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.62s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.23s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.59s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.35s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (89.97s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (1.64s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.10s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.49s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.88s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (6.78s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.89s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (5.67s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (100.64s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.43s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.19s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.03s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.54s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.83s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.22s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.81s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.09s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.48s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.62s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (10.38s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (4.37s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.02s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.18s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.72s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (9.22s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.03s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.51s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildAddTar (46.89s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.36s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (20.44s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.70s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.54s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (6.72s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.84s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.35s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (8.22s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (7.38s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.30s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.00s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (5.82s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.59s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (34.27s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (3.84s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.56s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.28s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.23s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.26s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.19s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.37s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.91s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildCmd (0.53s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.51s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.52s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.18s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.32s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.26s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.53s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.06s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.97s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.53s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.88s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.68s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (9.71s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (27.22s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.54s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.50s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (4.28s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.29s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.26s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.49s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (23.83s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.68s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.28s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (15.21s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.64s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.71s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (8.36s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.81s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.80s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildDockerignore (75.17s) [2022-03-04T15:55:54.978Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (4.90s) [2022-03-04T15:55:54.978Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.30s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (85.10s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.43s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.59s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (20.78s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (8.51s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (13.35s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (34.54s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (13.71s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (13.16s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (83.31s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.40s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.31s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.58s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.07s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.44s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.50s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (4.84s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.01s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.13s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.26s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.36s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.89s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.22s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (13.62s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.58s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildFails (2.15s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.12s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (4.87s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (4.98s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildForceRm (5.64s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildFromGit (9.77s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.24s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (4.46s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.67s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.53s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (12.03s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildHistory (10.16s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.94s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.82s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.82s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.08s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.00s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildLabel (1.04s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.68s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.02s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.65s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildLabels (1.07s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.55s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (6.12s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.11s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.09s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.09s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.58s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.68s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.88s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (18.54s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.67s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (36.19s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (12.05s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (4.67s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (5.73s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.14s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (14.42s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (7.35s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.69s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.68s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.13s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.57s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.25s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.14s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.83s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.99s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.38s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildOnBuild (17.49s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.53s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (8.49s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.30s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (7.56s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.47s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.35s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.16s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.04s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (41.46s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (28.49s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildRm (12.13s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.31s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.36s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.46s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.49s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.45s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildShellInherited (3.96s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (14.09s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.63s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.64s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (9.22s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.26s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (3.95s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildStderr (3.71s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (23.59s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.29s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (2.72s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.19s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildTagEvent (3.95s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (4.89s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (3.92s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.59s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (7.69s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (18.93s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.83s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (7.27s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (9.50s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.31s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.28s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.26s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (9.18s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildWithTabs (3.76s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.35s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (15.94s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.27s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.26s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.12s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (6.78s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.80s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.27s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.93s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (3.74s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestCommitChange (4.36s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (3.94s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestCommitNewFile (5.82s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestCommitTTY (5.80s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (3.90s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.08s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestContainerAPICommit (6.44s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (6.58s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.15s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.18s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.11s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.33s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.89s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.01s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (1.95s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.01s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.07s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.80s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.19s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.21s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.01s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (8.19s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.50s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.07s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.64s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestContainerAPIStop (6.83s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (1.95s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.07s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.04s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.79s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2022-03-04T15:55:54.979Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.83s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (21.68s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.38s) [2022-03-04T15:55:54.979Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.37s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.44s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (7.40s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000587770_} (2.38s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-14201709741_c:\foo_false____} (2.34s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-14201709741_c:\foo_true____} (2.34s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.23s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.05s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.05s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.04s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.04s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.57s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.12s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.19s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.16s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.13s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestCpToCaseE (8.17s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestCpToCaseH (18.35s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestCpToDot (2.47s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestCpToStdout (2.35s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.18s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestCreateArgs (0.19s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestCreateByImageID (1.98s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.46s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.16s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.18s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.80s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.61s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestCreateLabels (0.15s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestCreateRM (0.31s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.16s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.31s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (11.43s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.19s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.37s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (2.95s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.17s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.25s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.11s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestDockerFails (0.06s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.22s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.23s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.19s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (6.88s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestEventsCopy (4.39s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (9.36s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.11s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.73s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.32s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.43s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.94s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestEventsFilters (4.23s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestEventsFormat (3.98s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.06s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.06s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.16s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestEventsRename (6.93s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestEventsResize (7.48s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.03s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.30s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.63s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestEventsUntag (2.74s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.40s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.80s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.85s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.94s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.10s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.13s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.19s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.28s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.33s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestExecInspectID (4.84s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.54s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.19s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (7.07s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.85s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.87s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.79s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.84s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.12s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (3.79s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.06s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.07s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.08s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.31s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.56s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.95s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.08s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.62s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.24s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.02s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.26s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestImagesFormat (0.18s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.61s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.06s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestImportBadURL (0.10s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.06s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.06s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (1.96s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (1.96s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.08s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (1.93s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.18s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.04s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestInspectDefault (2.05s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestInspectHistory (3.89s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.00s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestInspectJSONFields (1.98s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.17s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.03s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.94s) [2022-03-04T15:55:54.980Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.07s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (1.90s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestInspectStatus (2.42s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (3.99s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.10s) [2022-03-04T15:55:54.980Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.01s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (1.94s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (7.09s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.18s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.17s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.08s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.95s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.01s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.73s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.52s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.16s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.08s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (5.36s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (5.31s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (5.26s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.34s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.19s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.07s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (6.89s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestLogsSince (8.72s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestLogsTail (2.51s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.31s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.05s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.07s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.11s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (3.92s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestPsByOrder (7.37s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestPsListContainersBase (8.12s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (17.20s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.27s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (11.32s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.34s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (12.24s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.82s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.63s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.04s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestPsShowMounts (6.85s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.66s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.35s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.92s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (3.93s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (3.84s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.20s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (16.38s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (5.10s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.22s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.18s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.65s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (3.81s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (3.56s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (3.73s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.26s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (12.08s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.47s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.64s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (5.55s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.20s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (6.33s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (3.71s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRmiTag (0.63s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.14s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (15.11s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.48s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.50s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.22s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.99s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.40s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.66s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.08s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.07s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (6.88s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.08s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRunBindMounts (4.12s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (6.80s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.92s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.79s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.05s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.06s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (1.98s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.01s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.76s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (4.87s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.12s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.11s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (6.91s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.12s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.13s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRunExitCode (2.15s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.19s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.11s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (7.00s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (13.45s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.08s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (9.90s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.84s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-04T15:55:54.981Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (12.15s) [2022-03-04T15:55:54.981Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-04T15:55:54.982Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-04T15:55:54.982Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-04T15:55:54.982Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (5.29s) [2022-03-04T15:55:54.982Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.01s) [2022-03-04T15:55:54.982Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-04T15:55:54.982Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-04T15:55:54.982Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-03-04T15:55:54.982Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-03-04T15:55:55.451Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.34s) [2022-03-04T15:55:55.451Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.24s) [2022-03-04T15:55:55.451Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.18s) [2022-03-04T15:55:55.451Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.16s) [2022-03-04T15:55:55.451Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.25s) [2022-03-04T15:55:55.451Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.87s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.38s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-04T15:55:55.451Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (7.52s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-04T15:55:55.451Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (7.30s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-04T15:55:55.451Z] --- PASS: TestDockerSuite/TestRunRm (2.47s) [2022-03-04T15:55:55.451Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.34s) [2022-03-04T15:55:55.451Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (7.08s) [2022-03-04T15:55:55.451Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.15s) [2022-03-04T15:55:55.451Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.05s) [2022-03-04T15:55:55.451Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.34s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-03-04T15:55:55.451Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.10s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-04T15:55:55.451Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.90s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2022-03-04T15:55:55.451Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.17s) [2022-03-04T15:55:55.451Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-04T15:55:55.451Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.49s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2022-03-04T15:55:55.451Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.07s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2022-03-04T15:55:55.451Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.16s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2022-03-04T15:55:55.451Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (2.99s) [2022-03-04T15:55:55.451Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (6.37s) [2022-03-04T15:55:55.451Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.24s) [2022-03-04T15:55:55.451Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (5.32s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2022-03-04T15:55:55.451Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.12s) [2022-03-04T15:55:55.451Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.29s) [2022-03-04T15:55:55.451Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.16s) [2022-03-04T15:55:55.451Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.18s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-04T15:55:55.451Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.06s) [2022-03-04T15:55:55.451Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.07s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2022-03-04T15:55:55.451Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.70s) [2022-03-04T15:55:55.451Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.77s) [2022-03-04T15:55:55.451Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.02s) [2022-03-04T15:55:55.451Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (8.96s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-04T15:55:55.451Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-04T15:55:55.451Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.38s) [2022-03-04T15:55:55.451Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.40s) [2022-03-04T15:55:55.451Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.42s) [2022-03-04T15:55:55.451Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.24s) [2022-03-04T15:55:55.451Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.74s) [2022-03-04T15:55:55.451Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (11.56s) [2022-03-04T15:55:55.451Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (7.18s) [2022-03-04T15:55:55.451Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (2.20s) [2022-03-04T15:55:55.452Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (2.16s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-04T15:55:55.452Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (7.09s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2022-03-04T15:55:55.452Z] --- PASS: TestDockerSuite/TestStartAttachSilent (3.47s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.03s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-03-04T15:55:55.452Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (10.13s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2022-03-04T15:55:55.452Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (1.97s) [2022-03-04T15:55:55.452Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.15s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-04T15:55:55.452Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.01s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2022-03-04T15:55:55.452Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.26s) [2022-03-04T15:55:55.452Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.13s) [2022-03-04T15:55:55.452Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.18s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2022-03-04T15:55:55.452Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.28s) [2022-03-04T15:55:55.452Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.23s) [2022-03-04T15:55:55.452Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.15s) [2022-03-04T15:55:55.452Z] --- PASS: TestDockerSuite/TestVolumeCLILs (7.20s) [2022-03-04T15:55:55.452Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s) [2022-03-04T15:55:55.452Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.63s) [2022-03-04T15:55:55.452Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.39s) [2022-03-04T15:55:55.452Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.34s) [2022-03-04T15:55:55.452Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s) [2022-03-04T15:55:55.452Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.16s) [2022-03-04T15:55:55.452Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (6.93s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2022-03-04T15:55:55.452Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.57s) [2022-03-04T15:55:55.452Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.20s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-04T15:55:55.452Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (6.35s) [2022-03-04T15:55:55.452Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.26s) [2022-03-04T15:55:55.452Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.25s) [2022-03-04T15:55:55.452Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (7.84s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2022-03-04T15:55:55.452Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.33s) [2022-03-04T15:55:55.452Z] === RUN TestDockerRegistrySuite [2022-03-04T15:55:55.452Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-03-04T15:55:55.452Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.452Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-03-04T15:55:55.452Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.452Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-03-04T15:55:55.452Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.452Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-03-04T15:55:55.452Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.452Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-03-04T15:55:55.452Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.452Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-03-04T15:55:55.452Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.452Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-03-04T15:55:55.452Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.452Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-03-04T15:55:55.452Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.452Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-03-04T15:55:55.452Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.452Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-03-04T15:55:55.452Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.452Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-03-04T15:55:55.452Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.452Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-03-04T15:55:55.452Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.452Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-03-04T15:55:55.452Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.452Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-03-04T15:55:55.452Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.452Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-03-04T15:55:55.452Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.452Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-03-04T15:55:55.452Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.452Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-03-04T15:55:55.452Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.452Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-03-04T15:55:55.452Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.452Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-03-04T15:55:55.452Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.452Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-03-04T15:55:55.452Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.452Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-03-04T15:55:55.452Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.452Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-03-04T15:55:55.452Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.452Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-03-04T15:55:55.452Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.452Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-03-04T15:55:55.452Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.452Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-03-04T15:55:55.452Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.452Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-03-04T15:55:55.452Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.452Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-03-04T15:55:55.452Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.452Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-03-04T15:55:55.452Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.452Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-03-04T15:55:55.452Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.452Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-03-04T15:55:55.452Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.452Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-03-04T15:55:55.452Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.452Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-03-04T15:55:55.452Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.452Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-03-04T15:55:55.452Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.452Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-03-04T15:55:55.452Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.452Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-03-04T15:55:55.452Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.452Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-03-04T15:55:55.452Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.452Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-03-04T15:55:55.452Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.452Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-03-04T15:55:55.452Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.452Z] --- PASS: TestDockerRegistrySuite (0.14s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.14s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-04T15:55:55.452Z] === RUN TestDockerSchema1RegistrySuite [2022-03-04T15:55:55.452Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-03-04T15:55:55.452Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.452Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-03-04T15:55:55.452Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.452Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-03-04T15:55:55.452Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.452Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-03-04T15:55:55.452Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.452Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-03-04T15:55:55.452Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.452Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-03-04T15:55:55.452Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.452Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-03-04T15:55:55.452Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.452Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-03-04T15:55:55.452Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.452Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-03-04T15:55:55.452Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.452Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-03-04T15:55:55.452Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.452Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-03-04T15:55:55.452Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.452Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-04T15:55:55.452Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-04T15:55:55.453Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-03-04T15:55:55.453Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-03-04T15:55:55.453Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-03-04T15:55:55.453Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-03-04T15:55:55.453Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-03-04T15:55:55.453Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-03-04T15:55:55.453Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-03-04T15:55:55.453Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-03-04T15:55:55.453Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-03-04T15:55:55.453Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-04T15:55:55.453Z] === RUN TestDockerRegistryAuthTokenSuite [2022-03-04T15:55:55.453Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-03-04T15:55:55.453Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-03-04T15:55:55.453Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-03-04T15:55:55.453Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-03-04T15:55:55.453Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-03-04T15:55:55.453Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-04T15:55:55.453Z] === RUN TestDockerDaemonSuite [2022-03-04T15:55:55.453Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-03-04T15:55:55.453Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-03-04T15:55:55.453Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-03-04T15:55:55.453Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-04T15:55:55.453Z] === RUN TestDockerSwarmSuite [2022-03-04T15:55:55.453Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-03-04T15:55:55.453Z] === RUN TestDockerPluginSuite [2022-03-04T15:55:55.453Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-03-04T15:55:55.453Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-03-04T15:55:55.453Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-03-04T15:55:55.453Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-03-04T15:55:55.453Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-03-04T15:55:55.453Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-03-04T15:55:55.453Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-03-04T15:55:55.453Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-03-04T15:55:55.453Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-03-04T15:55:55.453Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-03-04T15:55:55.453Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-03-04T15:55:55.453Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-04T15:55:55.453Z] === RUN TestDockerExternalVolumeSuite [2022-03-04T15:55:55.453Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-03-04T15:55:55.453Z] === RUN TestDockerNetworkSuite [2022-03-04T15:55:55.453Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-03-04T15:55:55.453Z] === RUN TestDockerHubPullSuite [2022-03-04T15:55:55.453Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-03-04T15:55:55.453Z] PASS [2022-03-04T15:55:55.453Z] ok github.com/docker/docker/integration-cli 2408.839s [2022-03-04T15:55:55.453Z] [2022-03-04T15:55:55.453Z] === Skipped [2022-03-04T15:55:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-04T15:55:55.453Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-04T15:55:55.453Z] [2022-03-04T15:55:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2022-03-04T15:55:55.453Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2022-03-04T15:55:55.453Z] [2022-03-04T15:55:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-04T15:55:55.453Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-04T15:55:55.453Z] [2022-03-04T15:55:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-04T15:55:55.453Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-04T15:55:55.453Z] [2022-03-04T15:55:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-04T15:55:55.453Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-04T15:55:55.453Z] [2022-03-04T15:55:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-04T15:55:55.453Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-04T15:55:55.453Z] [2022-03-04T15:55:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-04T15:55:55.453Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-04T15:55:55.453Z] [2022-03-04T15:55:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-04T15:55:55.453Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-04T15:55:55.453Z] [2022-03-04T15:55:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2022-03-04T15:55:55.453Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2022-03-04T15:55:55.453Z] [2022-03-04T15:55:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-04T15:55:55.453Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-04T15:55:55.453Z] [2022-03-04T15:55:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-04T15:55:55.453Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-04T15:55:55.453Z] [2022-03-04T15:55:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2022-03-04T15:55:55.453Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2022-03-04T15:55:55.453Z] [2022-03-04T15:55:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-04T15:55:55.453Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2022-03-04T15:55:55.453Z] [2022-03-04T15:55:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-04T15:55:55.453Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2022-03-04T15:55:55.453Z] [2022-03-04T15:55:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-04T15:55:55.453Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-04T15:55:55.453Z] [2022-03-04T15:55:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2022-03-04T15:55:55.453Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2022-03-04T15:55:55.453Z] [2022-03-04T15:55:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-04T15:55:55.453Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-04T15:55:55.453Z] [2022-03-04T15:55:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2022-03-04T15:55:55.453Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2022-03-04T15:55:55.453Z] [2022-03-04T15:55:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.43s) [2022-03-04T15:55:55.453Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.43s) [2022-03-04T15:55:55.453Z] [2022-03-04T15:55:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-04T15:55:55.453Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-04T15:55:55.453Z] [2022-03-04T15:55:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-04T15:55:55.453Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-04T15:55:55.453Z] [2022-03-04T15:55:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2022-03-04T15:55:55.453Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2022-03-04T15:55:55.453Z] [2022-03-04T15:55:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2022-03-04T15:55:55.453Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2022-03-04T15:55:55.453Z] [2022-03-04T15:55:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2022-03-04T15:55:55.453Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2022-03-04T15:55:55.453Z] [2022-03-04T15:55:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-03-04T15:55:55.453Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2022-03-04T15:55:55.453Z] [2022-03-04T15:55:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2022-03-04T15:55:55.453Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2022-03-04T15:55:55.453Z] [2022-03-04T15:55:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2022-03-04T15:55:55.453Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2022-03-04T15:55:55.453Z] [2022-03-04T15:55:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-04T15:55:55.453Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-04T15:55:55.453Z] [2022-03-04T15:55:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.03s) [2022-03-04T15:55:55.453Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.03s) [2022-03-04T15:55:55.453Z] [2022-03-04T15:55:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-03-04T15:55:55.453Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2022-03-04T15:55:55.453Z] [2022-03-04T15:55:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.36s) [2022-03-04T15:55:55.453Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.36s) [2022-03-04T15:55:55.453Z] [2022-03-04T15:55:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.70s) [2022-03-04T15:55:55.453Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.70s) [2022-03-04T15:55:55.453Z] [2022-03-04T15:55:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.84s) [2022-03-04T15:55:55.453Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.84s) [2022-03-04T15:55:55.453Z] [2022-03-04T15:55:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.30s) [2022-03-04T15:55:55.453Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.30s) [2022-03-04T15:55:55.453Z] [2022-03-04T15:55:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-03-04T15:55:55.453Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-03-04T15:55:55.453Z] [2022-03-04T15:55:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-04T15:55:55.453Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-04T15:55:55.453Z] [2022-03-04T15:55:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2022-03-04T15:55:55.453Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2022-03-04T15:55:55.453Z] [2022-03-04T15:55:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2022-03-04T15:55:55.453Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2022-03-04T15:55:55.453Z] [2022-03-04T15:55:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-03-04T15:55:55.453Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.453Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2022-03-04T15:55:55.453Z] [2022-03-04T15:55:55.453Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.56s) [2022-03-04T15:55:55.454Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.454Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.56s) [2022-03-04T15:55:55.454Z] [2022-03-04T15:55:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.28s) [2022-03-04T15:55:55.454Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.454Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.28s) [2022-03-04T15:55:55.454Z] [2022-03-04T15:55:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2022-03-04T15:55:55.454Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.454Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2022-03-04T15:55:55.454Z] [2022-03-04T15:55:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s) [2022-03-04T15:55:55.454Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.454Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2022-03-04T15:55:55.454Z] [2022-03-04T15:55:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-04T15:55:55.454Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-04T15:55:55.454Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-04T15:55:55.454Z] [2022-03-04T15:55:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2022-03-04T15:55:55.454Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.454Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2022-03-04T15:55:55.454Z] [2022-03-04T15:55:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-04T15:55:55.454Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.454Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-04T15:55:55.454Z] [2022-03-04T15:55:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-03-04T15:55:55.454Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.454Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2022-03-04T15:55:55.454Z] [2022-03-04T15:55:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2022-03-04T15:55:55.454Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.454Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2022-03-04T15:55:55.454Z] [2022-03-04T15:55:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-04T15:55:55.454Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.454Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-04T15:55:55.454Z] [2022-03-04T15:55:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.29s) [2022-03-04T15:55:55.454Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.454Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.29s) [2022-03-04T15:55:55.454Z] [2022-03-04T15:55:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.26s) [2022-03-04T15:55:55.454Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.454Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.26s) [2022-03-04T15:55:55.454Z] [2022-03-04T15:55:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-04T15:55:55.454Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.454Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-04T15:55:55.454Z] [2022-03-04T15:55:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-03-04T15:55:55.454Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.454Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2022-03-04T15:55:55.454Z] [2022-03-04T15:55:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.28s) [2022-03-04T15:55:55.454Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.454Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.28s) [2022-03-04T15:55:55.454Z] [2022-03-04T15:55:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.30s) [2022-03-04T15:55:55.454Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.454Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.30s) [2022-03-04T15:55:55.454Z] [2022-03-04T15:55:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.31s) [2022-03-04T15:55:55.454Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.454Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.31s) [2022-03-04T15:55:55.454Z] [2022-03-04T15:55:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-03-04T15:55:55.454Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.454Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.04s) [2022-03-04T15:55:55.454Z] [2022-03-04T15:55:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2022-03-04T15:55:55.454Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.454Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2022-03-04T15:55:55.454Z] [2022-03-04T15:55:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2022-03-04T15:55:55.454Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.454Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2022-03-04T15:55:55.454Z] [2022-03-04T15:55:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.26s) [2022-03-04T15:55:55.454Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.454Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.26s) [2022-03-04T15:55:55.454Z] [2022-03-04T15:55:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-04T15:55:55.454Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.454Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-04T15:55:55.454Z] [2022-03-04T15:55:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2022-03-04T15:55:55.454Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.454Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2022-03-04T15:55:55.454Z] [2022-03-04T15:55:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2022-03-04T15:55:55.454Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.454Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2022-03-04T15:55:55.454Z] [2022-03-04T15:55:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-03-04T15:55:55.454Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.454Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2022-03-04T15:55:55.454Z] [2022-03-04T15:55:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-03-04T15:55:55.454Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.454Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2022-03-04T15:55:55.454Z] [2022-03-04T15:55:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-03-04T15:55:55.454Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.454Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2022-03-04T15:55:55.454Z] [2022-03-04T15:55:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2022-03-04T15:55:55.454Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.454Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2022-03-04T15:55:55.454Z] [2022-03-04T15:55:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.02s) [2022-03-04T15:55:55.454Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.454Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2022-03-04T15:55:55.454Z] [2022-03-04T15:55:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-04T15:55:55.454Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.454Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-04T15:55:55.454Z] [2022-03-04T15:55:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2022-03-04T15:55:55.454Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.454Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2022-03-04T15:55:55.454Z] [2022-03-04T15:55:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2022-03-04T15:55:55.454Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.454Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2022-03-04T15:55:55.454Z] [2022-03-04T15:55:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-03-04T15:55:55.454Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-04T15:55:55.454Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2022-03-04T15:55:55.454Z] [2022-03-04T15:55:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-04T15:55:55.454Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.454Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-04T15:55:55.454Z] [2022-03-04T15:55:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-03-04T15:55:55.454Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.454Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2022-03-04T15:55:55.454Z] [2022-03-04T15:55:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s) [2022-03-04T15:55:55.454Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.454Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2022-03-04T15:55:55.454Z] [2022-03-04T15:55:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.09s) [2022-03-04T15:55:55.454Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.454Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.09s) [2022-03-04T15:55:55.454Z] [2022-03-04T15:55:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.05s) [2022-03-04T15:55:55.454Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.454Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.05s) [2022-03-04T15:55:55.454Z] [2022-03-04T15:55:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.05s) [2022-03-04T15:55:55.454Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.454Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2022-03-04T15:55:55.454Z] [2022-03-04T15:55:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-03-04T15:55:55.454Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.454Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2022-03-04T15:55:55.454Z] [2022-03-04T15:55:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-04T15:55:55.454Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.454Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-04T15:55:55.454Z] [2022-03-04T15:55:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2022-03-04T15:55:55.454Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.454Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2022-03-04T15:55:55.454Z] [2022-03-04T15:55:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2022-03-04T15:55:55.454Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.454Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2022-03-04T15:55:55.454Z] [2022-03-04T15:55:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2022-03-04T15:55:55.454Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.454Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2022-03-04T15:55:55.454Z] [2022-03-04T15:55:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2022-03-04T15:55:55.454Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.454Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2022-03-04T15:55:55.454Z] [2022-03-04T15:55:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2022-03-04T15:55:55.454Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.454Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.06s) [2022-03-04T15:55:55.454Z] [2022-03-04T15:55:55.454Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.36s) [2022-03-04T15:55:55.454Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.454Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.36s) [2022-03-04T15:55:55.455Z] [2022-03-04T15:55:55.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.29s) [2022-03-04T15:55:55.455Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.455Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.29s) [2022-03-04T15:55:55.455Z] [2022-03-04T15:55:55.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2022-03-04T15:55:55.455Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.455Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2022-03-04T15:55:55.455Z] [2022-03-04T15:55:55.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-03-04T15:55:55.455Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.455Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-03-04T15:55:55.455Z] [2022-03-04T15:55:55.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-04T15:55:55.455Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.455Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-04T15:55:55.455Z] [2022-03-04T15:55:55.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-04T15:55:55.455Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.455Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-04T15:55:55.455Z] [2022-03-04T15:55:55.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-04T15:55:55.455Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.455Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-04T15:55:55.455Z] [2022-03-04T15:55:55.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.31s) [2022-03-04T15:55:55.455Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.455Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.31s) [2022-03-04T15:55:55.455Z] [2022-03-04T15:55:55.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2022-03-04T15:55:55.455Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.455Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2022-03-04T15:55:55.455Z] [2022-03-04T15:55:55.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.26s) [2022-03-04T15:55:55.455Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.455Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.26s) [2022-03-04T15:55:55.455Z] [2022-03-04T15:55:55.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.27s) [2022-03-04T15:55:55.455Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.455Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.27s) [2022-03-04T15:55:55.455Z] [2022-03-04T15:55:55.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.26s) [2022-03-04T15:55:55.455Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.455Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.26s) [2022-03-04T15:55:55.455Z] [2022-03-04T15:55:55.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-03-04T15:55:55.455Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.455Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2022-03-04T15:55:55.455Z] [2022-03-04T15:55:55.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.27s) [2022-03-04T15:55:55.455Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.455Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.27s) [2022-03-04T15:55:55.455Z] [2022-03-04T15:55:55.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-03-04T15:55:55.455Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.455Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2022-03-04T15:55:55.455Z] [2022-03-04T15:55:55.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2022-03-04T15:55:55.455Z] docker_cli_sni_test.go:18: Flakey test [2022-03-04T15:55:55.455Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2022-03-04T15:55:55.455Z] [2022-03-04T15:55:55.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-04T15:55:55.455Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.455Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-04T15:55:55.455Z] [2022-03-04T15:55:55.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-04T15:55:55.455Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.455Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-04T15:55:55.455Z] [2022-03-04T15:55:55.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-04T15:55:55.455Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.455Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-04T15:55:55.455Z] [2022-03-04T15:55:55.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2022-03-04T15:55:55.455Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.455Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2022-03-04T15:55:55.455Z] [2022-03-04T15:55:55.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-03-04T15:55:55.455Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.455Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2022-03-04T15:55:55.455Z] [2022-03-04T15:55:55.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-03-04T15:55:55.455Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.455Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-03-04T15:55:55.455Z] [2022-03-04T15:55:55.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2022-03-04T15:55:55.455Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.455Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2022-03-04T15:55:55.455Z] [2022-03-04T15:55:55.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-04T15:55:55.455Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.455Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-04T15:55:55.455Z] [2022-03-04T15:55:55.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-04T15:55:55.455Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.455Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-04T15:55:55.455Z] [2022-03-04T15:55:55.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-04T15:55:55.455Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.455Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-04T15:55:55.455Z] [2022-03-04T15:55:55.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2022-03-04T15:55:55.455Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.455Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2022-03-04T15:55:55.455Z] [2022-03-04T15:55:55.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-03-04T15:55:55.455Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.455Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2022-03-04T15:55:55.455Z] [2022-03-04T15:55:55.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2022-03-04T15:55:55.455Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.455Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2022-03-04T15:55:55.455Z] [2022-03-04T15:55:55.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2022-03-04T15:55:55.455Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.455Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2022-03-04T15:55:55.455Z] [2022-03-04T15:55:55.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-03-04T15:55:55.455Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.455Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2022-03-04T15:55:55.455Z] [2022-03-04T15:55:55.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-03-04T15:55:55.455Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.455Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2022-03-04T15:55:55.455Z] [2022-03-04T15:55:55.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-03-04T15:55:55.455Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.455Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2022-03-04T15:55:55.455Z] [2022-03-04T15:55:55.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-03-04T15:55:55.455Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.455Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2022-03-04T15:55:55.455Z] [2022-03-04T15:55:55.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2022-03-04T15:55:55.455Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.455Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2022-03-04T15:55:55.455Z] [2022-03-04T15:55:55.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-04T15:55:55.455Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.455Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-04T15:55:55.455Z] [2022-03-04T15:55:55.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-04T15:55:55.455Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.455Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-04T15:55:55.455Z] [2022-03-04T15:55:55.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-04T15:55:55.455Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.455Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-04T15:55:55.455Z] [2022-03-04T15:55:55.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2022-03-04T15:55:55.455Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.455Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2022-03-04T15:55:55.455Z] [2022-03-04T15:55:55.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-04T15:55:55.455Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.455Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-04T15:55:55.455Z] [2022-03-04T15:55:55.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2022-03-04T15:55:55.455Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.455Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2022-03-04T15:55:55.455Z] [2022-03-04T15:55:55.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2022-03-04T15:55:55.455Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.455Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2022-03-04T15:55:55.455Z] [2022-03-04T15:55:55.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2022-03-04T15:55:55.455Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.455Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2022-03-04T15:55:55.455Z] [2022-03-04T15:55:55.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2022-03-04T15:55:55.455Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.455Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2022-03-04T15:55:55.455Z] [2022-03-04T15:55:55.455Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2022-03-04T15:55:55.455Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-03-04T15:55:55.456Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2022-03-04T15:55:55.456Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-03-04T15:55:55.456Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-04T15:55:55.456Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-03-04T15:55:55.456Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2022-03-04T15:55:55.456Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2022-03-04T15:55:55.456Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2022-03-04T15:55:55.456Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2022-03-04T15:55:55.456Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2022-03-04T15:55:55.456Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2022-03-04T15:55:55.456Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2022-03-04T15:55:55.456Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-04T15:55:55.456Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2022-03-04T15:55:55.456Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2022-03-04T15:55:55.456Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2022-03-04T15:55:55.456Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-03-04T15:55:55.456Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2022-03-04T15:55:55.456Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2022-03-04T15:55:55.456Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-04T15:55:55.456Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-04T15:55:55.456Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-04T15:55:55.456Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2022-03-04T15:55:55.456Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2022-03-04T15:55:55.456Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2022-03-04T15:55:55.456Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2022-03-04T15:55:55.456Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-04T15:55:55.456Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-04T15:55:55.456Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-04T15:55:55.456Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-04T15:55:55.456Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.02s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2022-03-04T15:55:55.456Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-04T15:55:55.456Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-04T15:55:55.456Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.02s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-04T15:55:55.456Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.02s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-04T15:55:55.456Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-03-04T15:55:55.456Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-03-04T15:55:55.456Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2022-03-04T15:55:55.456Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2022-03-04T15:55:55.456Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2022-03-04T15:55:55.456Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2022-03-04T15:55:55.456Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2022-03-04T15:55:55.456Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-04T15:55:55.456Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2022-03-04T15:55:55.456Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-03-04T15:55:55.456Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-03-04T15:55:55.456Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2022-03-04T15:55:55.456Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2022-03-04T15:55:55.456Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-04T15:55:55.456Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-03-04T15:55:55.456Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2022-03-04T15:55:55.456Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2022-03-04T15:55:55.456Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2022-03-04T15:55:55.456Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-04T15:55:55.456Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2022-03-04T15:55:55.456Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-04T15:55:55.456Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2022-03-04T15:55:55.456Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2022-03-04T15:55:55.456Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-04T15:55:55.456Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-04T15:55:55.456Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2022-03-04T15:55:55.456Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.456Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2022-03-04T15:55:55.456Z] [2022-03-04T15:55:55.456Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2022-03-04T15:55:55.456Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2022-03-04T15:55:55.457Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-03-04T15:55:55.457Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-04T15:55:55.457Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2022-03-04T15:55:55.457Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-04T15:55:55.457Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2022-03-04T15:55:55.457Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2022-03-04T15:55:55.457Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-03-04T15:55:55.457Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-04T15:55:55.457Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2022-03-04T15:55:55.457Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-04T15:55:55.457Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-03-04T15:55:55.457Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2022-03-04T15:55:55.457Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-03-04T15:55:55.457Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-04T15:55:55.457Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2022-03-04T15:55:55.457Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2022-03-04T15:55:55.457Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2022-03-04T15:55:55.457Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2022-03-04T15:55:55.457Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2022-03-04T15:55:55.457Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2022-03-04T15:55:55.457Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2022-03-04T15:55:55.457Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2022-03-04T15:55:55.457Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2022-03-04T15:55:55.457Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2022-03-04T15:55:55.457Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2022-03-04T15:55:55.457Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-03-04T15:55:55.457Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2022-03-04T15:55:55.457Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2022-03-04T15:55:55.457Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2022-03-04T15:55:55.457Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2022-03-04T15:55:55.457Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2022-03-04T15:55:55.457Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-04T15:55:55.457Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2022-03-04T15:55:55.457Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2022-03-04T15:55:55.457Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-04T15:55:55.457Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.02s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-03-04T15:55:55.457Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2022-03-04T15:55:55.457Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2022-03-04T15:55:55.457Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2022-03-04T15:55:55.457Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-03-04T15:55:55.457Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2022-03-04T15:55:55.457Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-04T15:55:55.457Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2022-03-04T15:55:55.457Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-04T15:55:55.457Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2022-03-04T15:55:55.457Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2022-03-04T15:55:55.457Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-03-04T15:55:55.457Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2022-03-04T15:55:55.457Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2022-03-04T15:55:55.457Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-03-04T15:55:55.457Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-03-04T15:55:55.457Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-03-04T15:55:55.457Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2022-03-04T15:55:55.457Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-04T15:55:55.457Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2022-03-04T15:55:55.457Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-03-04T15:55:55.457Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2022-03-04T15:55:55.457Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-04T15:55:55.457Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2022-03-04T15:55:55.457Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-04T15:55:55.457Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-04T15:55:55.457Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2022-03-04T15:55:55.457Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.457Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2022-03-04T15:55:55.457Z] [2022-03-04T15:55:55.457Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2022-03-04T15:55:55.458Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.458Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2022-03-04T15:55:55.458Z] [2022-03-04T15:55:55.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2022-03-04T15:55:55.458Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.458Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2022-03-04T15:55:55.458Z] [2022-03-04T15:55:55.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-03-04T15:55:55.458Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.458Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-03-04T15:55:55.458Z] [2022-03-04T15:55:55.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-04T15:55:55.458Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.458Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.02s) [2022-03-04T15:55:55.458Z] [2022-03-04T15:55:55.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-04T15:55:55.458Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.458Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-04T15:55:55.458Z] [2022-03-04T15:55:55.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2022-03-04T15:55:55.458Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.458Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2022-03-04T15:55:55.458Z] [2022-03-04T15:55:55.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-04T15:55:55.458Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.458Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.02s) [2022-03-04T15:55:55.458Z] [2022-03-04T15:55:55.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2022-03-04T15:55:55.458Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.458Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2022-03-04T15:55:55.458Z] [2022-03-04T15:55:55.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2022-03-04T15:55:55.458Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-04T15:55:55.458Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2022-03-04T15:55:55.458Z] [2022-03-04T15:55:55.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2022-03-04T15:55:55.458Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-04T15:55:55.458Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2022-03-04T15:55:55.458Z] [2022-03-04T15:55:55.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2022-03-04T15:55:55.458Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.458Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2022-03-04T15:55:55.458Z] [2022-03-04T15:55:55.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2022-03-04T15:55:55.458Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.458Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2022-03-04T15:55:55.458Z] [2022-03-04T15:55:55.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-03-04T15:55:55.458Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.458Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2022-03-04T15:55:55.458Z] [2022-03-04T15:55:55.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-03-04T15:55:55.458Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.458Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2022-03-04T15:55:55.458Z] [2022-03-04T15:55:55.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2022-03-04T15:55:55.458Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.458Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2022-03-04T15:55:55.458Z] [2022-03-04T15:55:55.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2022-03-04T15:55:55.458Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.458Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2022-03-04T15:55:55.458Z] [2022-03-04T15:55:55.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-04T15:55:55.458Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.458Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-04T15:55:55.458Z] [2022-03-04T15:55:55.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-04T15:55:55.458Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.458Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-04T15:55:55.458Z] [2022-03-04T15:55:55.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-03-04T15:55:55.458Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.458Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2022-03-04T15:55:55.458Z] [2022-03-04T15:55:55.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-04T15:55:55.458Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.458Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-04T15:55:55.458Z] [2022-03-04T15:55:55.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-03-04T15:55:55.458Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.458Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2022-03-04T15:55:55.458Z] [2022-03-04T15:55:55.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-03-04T15:55:55.458Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.458Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2022-03-04T15:55:55.458Z] [2022-03-04T15:55:55.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-03-04T15:55:55.458Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.458Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2022-03-04T15:55:55.458Z] [2022-03-04T15:55:55.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2022-03-04T15:55:55.458Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.458Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2022-03-04T15:55:55.458Z] [2022-03-04T15:55:55.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-03-04T15:55:55.458Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.458Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2022-03-04T15:55:55.458Z] [2022-03-04T15:55:55.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2022-03-04T15:55:55.458Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.458Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2022-03-04T15:55:55.458Z] [2022-03-04T15:55:55.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-04T15:55:55.458Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-04T15:55:55.458Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-04T15:55:55.458Z] [2022-03-04T15:55:55.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-03-04T15:55:55.458Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.458Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-03-04T15:55:55.458Z] [2022-03-04T15:55:55.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-04T15:55:55.458Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.458Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-04T15:55:55.458Z] [2022-03-04T15:55:55.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-04T15:55:55.458Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.458Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-04T15:55:55.458Z] [2022-03-04T15:55:55.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-04T15:55:55.458Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.458Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.02s) [2022-03-04T15:55:55.458Z] [2022-03-04T15:55:55.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.04s) [2022-03-04T15:55:55.458Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.458Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.04s) [2022-03-04T15:55:55.458Z] [2022-03-04T15:55:55.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2022-03-04T15:55:55.458Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.458Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2022-03-04T15:55:55.458Z] [2022-03-04T15:55:55.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-04T15:55:55.458Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.458Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-04T15:55:55.458Z] [2022-03-04T15:55:55.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-04T15:55:55.458Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.458Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2022-03-04T15:55:55.458Z] [2022-03-04T15:55:55.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-04T15:55:55.458Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.458Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-04T15:55:55.458Z] [2022-03-04T15:55:55.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-04T15:55:55.458Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.458Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-04T15:55:55.458Z] [2022-03-04T15:55:55.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2022-03-04T15:55:55.458Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.458Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2022-03-04T15:55:55.458Z] [2022-03-04T15:55:55.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-04T15:55:55.458Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.458Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-04T15:55:55.458Z] [2022-03-04T15:55:55.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2022-03-04T15:55:55.458Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.458Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-03-04T15:55:55.458Z] [2022-03-04T15:55:55.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-04T15:55:55.458Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.458Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-04T15:55:55.458Z] [2022-03-04T15:55:55.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-04T15:55:55.458Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.458Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-04T15:55:55.458Z] [2022-03-04T15:55:55.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-04T15:55:55.458Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.458Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-04T15:55:55.458Z] [2022-03-04T15:55:55.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-04T15:55:55.458Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.458Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-04T15:55:55.458Z] [2022-03-04T15:55:55.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-04T15:55:55.458Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.458Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-04T15:55:55.458Z] [2022-03-04T15:55:55.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-04T15:55:55.458Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.458Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-04T15:55:55.458Z] [2022-03-04T15:55:55.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-04T15:55:55.458Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.458Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-04T15:55:55.458Z] [2022-03-04T15:55:55.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2022-03-04T15:55:55.458Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.458Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2022-03-04T15:55:55.458Z] [2022-03-04T15:55:55.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-03-04T15:55:55.458Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.458Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-03-04T15:55:55.458Z] [2022-03-04T15:55:55.458Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-04T15:55:55.459Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.459Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-04T15:55:55.459Z] [2022-03-04T15:55:55.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2022-03-04T15:55:55.459Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.459Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2022-03-04T15:55:55.459Z] [2022-03-04T15:55:55.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-03-04T15:55:55.459Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.459Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2022-03-04T15:55:55.459Z] [2022-03-04T15:55:55.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2022-03-04T15:55:55.459Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.459Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2022-03-04T15:55:55.459Z] [2022-03-04T15:55:55.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-03-04T15:55:55.459Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.459Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-03-04T15:55:55.459Z] [2022-03-04T15:55:55.459Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-03-04T15:55:55.459Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.927Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2022-03-04T15:55:55.927Z] [2022-03-04T15:55:55.927Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.02s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.02s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.02s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-04T15:55:55.928Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.02s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.928Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2022-03-04T15:55:55.928Z] [2022-03-04T15:55:55.928Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-03-04T15:55:55.928Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-03-04T15:55:55.929Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.38s) [2022-03-04T15:55:55.929Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.38s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-04T15:55:55.929Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2022-03-04T15:55:55.929Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2022-03-04T15:55:55.929Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-04T15:55:55.929Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.02s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2022-03-04T15:55:55.929Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2022-03-04T15:55:55.929Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-04T15:55:55.929Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-04T15:55:55.929Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.02s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-04T15:55:55.929Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.02s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-03-04T15:55:55.929Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2022-03-04T15:55:55.929Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-04T15:55:55.929Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-04T15:55:55.929Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-04T15:55:55.929Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2022-03-04T15:55:55.929Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-04T15:55:55.929Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-04T15:55:55.929Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2022-03-04T15:55:55.929Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-04T15:55:55.929Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2022-03-04T15:55:55.929Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-04T15:55:55.929Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-04T15:55:55.929Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-03-04T15:55:55.929Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2022-03-04T15:55:55.929Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2022-03-04T15:55:55.929Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-03-04T15:55:55.929Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-04T15:55:55.929Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2022-03-04T15:55:55.929Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2022-03-04T15:55:55.929Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2022-03-04T15:55:55.929Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2022-03-04T15:55:55.929Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2022-03-04T15:55:55.929Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2022-03-04T15:55:55.929Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-04T15:55:55.929Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2022-03-04T15:55:55.929Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-03-04T15:55:55.929Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-03-04T15:55:55.929Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-04T15:55:55.929Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2022-03-04T15:55:55.929Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-04T15:55:55.929Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-04T15:55:55.929Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-04T15:55:55.929Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-04T15:55:55.929Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-03-04T15:55:55.929Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-04T15:55:55.929Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-04T15:55:55.929Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-04T15:55:55.929Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2022-03-04T15:55:55.929Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-04T15:55:55.929Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2022-03-04T15:55:55.929Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-03-04T15:55:55.929Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-03-04T15:55:55.929Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2022-03-04T15:55:55.929Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-03-04T15:55:55.929Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-04T15:55:55.929Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-04T15:55:55.929Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-04T15:55:55.929Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2022-03-04T15:55:55.929Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.03s) [2022-03-04T15:55:55.929Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.03s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-04T15:55:55.929Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2022-03-04T15:55:55.929Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2022-03-04T15:55:55.929Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2022-03-04T15:55:55.929Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2022-03-04T15:55:55.929Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-03-04T15:55:55.929Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-03-04T15:55:55.929Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2022-03-04T15:55:55.929Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.929Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2022-03-04T15:55:55.929Z] [2022-03-04T15:55:55.929Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2022-03-04T15:55:55.929Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-04T15:55:55.930Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2022-03-04T15:55:55.930Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2022-03-04T15:55:55.930Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2022-03-04T15:55:55.930Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2022-03-04T15:55:55.930Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2022-03-04T15:55:55.930Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2022-03-04T15:55:55.930Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2022-03-04T15:55:55.930Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2022-03-04T15:55:55.930Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-04T15:55:55.930Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2022-03-04T15:55:55.930Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-04T15:55:55.930Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-04T15:55:55.930Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-04T15:55:55.930Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-04T15:55:55.930Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-04T15:55:55.930Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-04T15:55:55.930Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-04T15:55:55.930Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-04T15:55:55.930Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-04T15:55:55.930Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-04T15:55:55.930Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-04T15:55:55.930Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-04T15:55:55.930Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-04T15:55:55.930Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-04T15:55:55.930Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-04T15:55:55.930Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-04T15:55:55.930Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-04T15:55:55.930Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-04T15:55:55.930Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-04T15:55:55.930Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-04T15:55:55.930Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.14s) [2022-03-04T15:55:55.930Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.14s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-04T15:55:55.930Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-04T15:55:55.930Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-04T15:55:55.930Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-04T15:55:55.930Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-04T15:55:55.930Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-04T15:55:55.930Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-04T15:55:55.930Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-04T15:55:55.930Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-04T15:55:55.930Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-04T15:55:55.930Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-04T15:55:55.930Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-04T15:55:55.930Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-04T15:55:55.930Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-04T15:55:55.930Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-04T15:55:55.930Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-04T15:55:55.930Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-04T15:55:55.930Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-04T15:55:55.930Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-04T15:55:55.930Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-04T15:55:55.930Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-04T15:55:55.930Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-04T15:55:55.930Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-04T15:55:55.930Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-04T15:55:55.930Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-04T15:55:55.930Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-04T15:55:55.930Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-04T15:55:55.930Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-04T15:55:55.930Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-04T15:55:55.930Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.930Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-04T15:55:55.930Z] [2022-03-04T15:55:55.930Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-04T15:55:55.930Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.931Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-04T15:55:55.931Z] [2022-03-04T15:55:55.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-04T15:55:55.931Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.931Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-04T15:55:55.931Z] [2022-03-04T15:55:55.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-04T15:55:55.931Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.931Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-04T15:55:55.931Z] [2022-03-04T15:55:55.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-04T15:55:55.931Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.931Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-04T15:55:55.931Z] [2022-03-04T15:55:55.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-04T15:55:55.931Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.931Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-04T15:55:55.931Z] [2022-03-04T15:55:55.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-04T15:55:55.931Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.931Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-04T15:55:55.931Z] [2022-03-04T15:55:55.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-04T15:55:55.931Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.931Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-04T15:55:55.931Z] [2022-03-04T15:55:55.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-04T15:55:55.931Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.931Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-04T15:55:55.931Z] [2022-03-04T15:55:55.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-04T15:55:55.931Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.931Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-04T15:55:55.931Z] [2022-03-04T15:55:55.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-04T15:55:55.931Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.931Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-04T15:55:55.931Z] [2022-03-04T15:55:55.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-04T15:55:55.931Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.931Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-04T15:55:55.931Z] [2022-03-04T15:55:55.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-04T15:55:55.931Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.931Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-04T15:55:55.931Z] [2022-03-04T15:55:55.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-04T15:55:55.931Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.931Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-04T15:55:55.931Z] [2022-03-04T15:55:55.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-04T15:55:55.931Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.931Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-04T15:55:55.931Z] [2022-03-04T15:55:55.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-04T15:55:55.931Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.931Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-04T15:55:55.931Z] [2022-03-04T15:55:55.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-04T15:55:55.931Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.931Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-04T15:55:55.931Z] [2022-03-04T15:55:55.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-04T15:55:55.931Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.931Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-04T15:55:55.931Z] [2022-03-04T15:55:55.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-04T15:55:55.931Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.931Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-04T15:55:55.931Z] [2022-03-04T15:55:55.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-04T15:55:55.931Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.931Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-04T15:55:55.931Z] [2022-03-04T15:55:55.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-04T15:55:55.931Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.931Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-04T15:55:55.931Z] [2022-03-04T15:55:55.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-04T15:55:55.931Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.931Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-04T15:55:55.931Z] [2022-03-04T15:55:55.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-04T15:55:55.931Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.931Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-04T15:55:55.931Z] [2022-03-04T15:55:55.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-04T15:55:55.931Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.931Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-04T15:55:55.931Z] [2022-03-04T15:55:55.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-04T15:55:55.931Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.931Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-04T15:55:55.931Z] [2022-03-04T15:55:55.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-04T15:55:55.931Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.931Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-04T15:55:55.931Z] [2022-03-04T15:55:55.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-04T15:55:55.931Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.931Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-04T15:55:55.931Z] [2022-03-04T15:55:55.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-03-04T15:55:55.931Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.931Z] [2022-03-04T15:55:55.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-03-04T15:55:55.931Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.931Z] [2022-03-04T15:55:55.931Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-03-04T15:55:55.931Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-04T15:55:55.931Z] [2022-03-04T15:55:55.931Z] DONE 1088 tests, 539 skipped in 2419.279s [2022-03-04T15:55:55.931Z] INFO: Integration tests ended at 03/04/2022 15:55:55. Duration:00:40:19.4873896 [2022-03-04T15:55:55.931Z] INFO: Docker info of the daemon under test at end of run [2022-03-04T15:55:55.931Z] [2022-03-04T15:55:55.931Z] Containers: 2 [2022-03-04T15:55:55.931Z] Running: 0 [2022-03-04T15:55:55.931Z] Paused: 0 [2022-03-04T15:55:55.931Z] Stopped: 2 [2022-03-04T15:55:55.931Z] Images: 18 [2022-03-04T15:55:55.931Z] Server Version: 0.0.0-dev [2022-03-04T15:55:55.931Z] Storage Driver: windowsfilter [2022-03-04T15:55:55.931Z] Windows: [2022-03-04T15:55:55.931Z] Logging Driver: json-file [2022-03-04T15:55:55.931Z] Plugins: [2022-03-04T15:55:55.931Z] Volume: local [2022-03-04T15:55:55.931Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-04T15:55:55.931Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-04T15:55:55.931Z] Swarm: inactive [2022-03-04T15:55:55.931Z] Default Isolation: process [2022-03-04T15:55:55.931Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2022-03-04T15:55:55.931Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2183) [2022-03-04T15:55:55.931Z] OSType: windows [2022-03-04T15:55:55.931Z] Architecture: x86_64 [2022-03-04T15:55:55.931Z] CPUs: 4 [2022-03-04T15:55:55.931Z] Total Memory: 32GiB [2022-03-04T15:55:55.931Z] Name: azwin-2-4d8be0 [2022-03-04T15:55:55.931Z] ID: DOVI:BDJD:QKIF:JYQA:HILV:B6AS:ETMR:3FPO:ZY2E:PPMB:FGPN:DSD2 [2022-03-04T15:55:55.931Z] Docker Root Dir: D:\CI\PR-43324\1\daemon [2022-03-04T15:55:55.931Z] Debug Mode (client): false [2022-03-04T15:55:55.931Z] Debug Mode (server): true [2022-03-04T15:55:55.931Z] File Descriptors: -1 [2022-03-04T15:55:55.931Z] Goroutines: 17 [2022-03-04T15:55:55.931Z] System Time: 2022-03-04T15:55:55.714266Z [2022-03-04T15:55:55.931Z] EventsListeners: 0 [2022-03-04T15:55:55.931Z] Registry: https://index.docker.io/v1/ [2022-03-04T15:55:55.931Z] Labels: [2022-03-04T15:55:55.931Z] Experimental: false [2022-03-04T15:55:55.931Z] Insecure Registries: [2022-03-04T15:55:55.931Z] 127.0.0.0/8 [2022-03-04T15:55:55.931Z] Live Restore Enabled: false [2022-03-04T15:55:55.931Z] [2022-03-04T15:55:55.931Z] [2022-03-04T15:55:55.931Z] INFO: Stopping daemon under test [2022-03-04T15:55:55.931Z] SUCCESS: The process with PID 5352 (child process of PID 6064) has been terminated. [2022-03-04T15:55:55.931Z] SUCCESS: The process with PID 6064 (child process of PID 4164) has been terminated. [2022-03-04T15:55:56.402Z] INFO: Stop tailing logs of the daemon under tests [2022-03-04T15:55:56.402Z] INFO: executeCI.ps1 Completed successfully at 03/04/2022 15:55:55. [2022-03-04T15:55:56.402Z] INFO: Tidying up at end of run [2022-03-04T15:55:56.402Z] INFO: Saving daemon under test log (d:\CI\PR-43324\1\dut.out) to bundles\CIDUT.out [2022-03-04T15:55:56.402Z] INFO: Saving daemon under test log (d:\CI\PR-43324\1\dut.err) to bundles\CIDUT.err [2022-03-04T15:55:56.402Z] INFO: Saving containerd logs to bundles [2022-03-04T15:55:56.402Z] INFO: Nuke-Everything... [2022-03-04T15:55:56.419Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2022-03-04T15:55:56.419Z] === RUN TestDockerSuite/TestRestartPolicyNO [2022-03-04T15:55:56.871Z] INFO: Container count on control daemon to delete is 2 [2022-03-04T15:55:56.871Z] 80d4229b8076 [2022-03-04T15:55:56.871Z] 2c0507edcf75 [2022-03-04T15:55:56.871Z] INFO: Tidying pidfile d:\CI\PR-43324\1\docker.pid [2022-03-04T15:55:56.871Z] INFO: Nuking d:\CI [2022-03-04T15:55:56.887Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2022-03-04T15:55:57.871Z] === RUN TestDockerSuite/TestRestartRunningContainer [2022-03-04T15:56:06.534Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2022-03-04T15:56:12.394Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2022-03-04T15:56:12.394Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-04T15:56:12.394Z] === RUN TestDockerSuite/TestRestartWithVolumes [2022-03-04T15:56:21.052Z] === RUN TestDockerSuite/TestRmiBlank [2022-03-04T15:56:21.052Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2022-03-04T15:56:21.052Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2022-03-04T15:56:22.169Z] INFO: Zapped successfully [2022-03-04T15:56:22.169Z] [2022-03-04T15:56:22.169Z] INFO: executeCI.ps1 exiting at Fri Mar 4 15:56:19 CUT 2022. Duration 01:06:19.5417879 [2022-03-04T15:56:22.169Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-03-04T15:56:22.422Z] Recording test results [2022-03-04T15:56:31.712Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-03-04T15:56:33.307Z] Creating windowsRS5-integration-bundles.zip [Pipeline] archiveArtifacts [2022-03-04T15:56:35.093Z] Archiving artifacts [2022-03-04T15:56:42.284Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2022-03-04T15:56:44.497Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2022-03-04T15:56:44.964Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2022-03-04T15:56:50.925Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43324/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-04T15:56:52.167Z] + make clean [2022-03-04T15:56:53.731Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-04T15:56:53.731Z] docker-dev-cache [2022-03-04T15:56:53.731Z] docker-mod-cache [Pipeline] deleteDir [2022-03-04T15:56:55.386Z] === RUN TestDockerSuite/TestRmiImgIDForce [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-04T15:57:01.255Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2022-03-04T15:57:11.672Z] === RUN TestDockerSuite/TestRmiParentImageFail [2022-03-04T15:57:17.347Z] === RUN TestDockerSuite/TestRmiTag [2022-03-04T15:57:18.337Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2022-03-04T15:57:22.138Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2022-03-04T15:57:43.278Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2022-03-04T15:57:46.995Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2022-03-04T15:57:54.037Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2022-03-04T15:57:55.001Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2022-03-04T15:57:55.001Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-04T15:57:55.001Z] === RUN TestDockerSuite/TestRunAddHost [2022-03-04T15:57:55.001Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-04T15:57:55.001Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2022-03-04T15:57:55.001Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-04T15:57:55.001Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2022-03-04T15:57:55.001Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-04T15:57:55.001Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2022-03-04T15:57:55.001Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-04T15:57:55.001Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2022-03-04T15:57:55.001Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-04T15:57:55.001Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2022-03-04T15:57:55.001Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-04T15:57:55.001Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2022-03-04T15:57:58.716Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2022-03-04T15:57:58.716Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-04T15:57:58.716Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2022-03-04T15:57:58.716Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-04T15:57:58.716Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2022-03-04T15:58:04.490Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2022-03-04T15:58:09.155Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2022-03-04T15:58:12.044Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2022-03-04T15:58:15.770Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2022-03-04T15:58:18.671Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2022-03-04T15:58:18.671Z] === RUN TestDockerSuite/TestRunBindMounts [2022-03-04T15:58:25.735Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2022-03-04T15:58:25.735Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-04T15:58:25.735Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2022-03-04T15:58:25.735Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-04T15:58:25.735Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2022-03-04T15:58:25.735Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-04T15:58:25.735Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2022-03-04T15:58:25.735Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-04T15:58:25.735Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2022-03-04T15:58:25.735Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-04T15:58:25.735Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2022-03-04T15:58:25.735Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-04T15:58:25.735Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2022-03-04T15:58:25.735Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-04T15:58:25.735Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2022-03-04T15:58:25.735Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-04T15:58:25.735Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2022-03-04T15:58:25.735Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-04T15:58:25.735Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2022-03-04T15:58:25.735Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-04T15:58:25.735Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2022-03-04T15:58:25.735Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-04T15:58:25.735Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2022-03-04T15:58:28.641Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2022-03-04T15:58:28.641Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-04T15:58:28.641Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2022-03-04T15:58:33.310Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2022-03-04T15:58:33.310Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-04T15:58:33.310Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2022-03-04T15:58:33.310Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-04T15:58:33.310Z] === RUN TestDockerSuite/TestRunContainerNetwork [2022-03-04T15:58:36.203Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2022-03-04T15:58:36.203Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-04T15:58:36.203Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2022-03-04T15:58:36.203Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-04T15:58:36.203Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2022-03-04T15:58:36.203Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-04T15:58:36.204Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2022-03-04T15:58:36.204Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-04T15:58:36.659Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2022-03-04T15:58:36.659Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-04T15:58:36.659Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2022-03-04T15:58:36.659Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-04T15:58:36.659Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2022-03-04T15:58:36.659Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-04T15:58:36.659Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2022-03-04T15:58:38.826Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2022-03-04T15:58:42.544Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2022-03-04T15:58:46.270Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2022-03-04T15:58:46.270Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-04T15:58:46.270Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2022-03-04T15:58:46.270Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-04T15:58:46.270Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2022-03-04T15:58:46.270Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-04T15:58:46.270Z] === RUN TestDockerSuite/TestRunCreateVolume [2022-03-04T15:58:49.160Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2022-03-04T15:58:49.160Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-04T15:58:49.160Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2022-03-04T15:58:49.160Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-04T15:58:49.160Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2022-03-04T15:58:49.160Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-04T15:58:49.160Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2022-03-04T15:58:49.160Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-04T15:58:49.160Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2022-03-04T15:58:52.045Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2022-03-04T15:58:59.965Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2022-03-04T15:58:59.965Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-04T15:58:59.965Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2022-03-04T15:58:59.965Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-04T15:58:59.965Z] === RUN TestDockerSuite/TestRunDNSOptions [2022-03-04T15:58:59.965Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-04T15:58:59.965Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2022-03-04T15:58:59.965Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-04T15:58:59.965Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2022-03-04T15:58:59.965Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-04T15:58:59.965Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2022-03-04T15:58:59.965Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-04T15:58:59.965Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2022-03-04T15:59:02.855Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2022-03-04T15:59:02.855Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-04T15:59:02.855Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2022-03-04T15:59:02.855Z] === RUN TestDockerSuite/TestRunDuplicateMount [2022-03-04T15:59:02.855Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-04T15:59:02.855Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2022-03-04T15:59:06.571Z] === RUN TestDockerSuite/TestRunEchoStdout [2022-03-04T15:59:09.460Z] === RUN TestDockerSuite/TestRunEmptyEnv [2022-03-04T15:59:09.460Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-04T15:59:09.461Z] === RUN TestDockerSuite/TestRunEntrypoint [2022-03-04T15:59:13.190Z] === RUN TestDockerSuite/TestRunEnvironment [2022-03-04T15:59:13.190Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-04T15:59:13.190Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2022-03-04T15:59:13.190Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-04T15:59:13.190Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2022-03-04T15:59:13.190Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-04T15:59:13.190Z] === RUN TestDockerSuite/TestRunExitCode [2022-03-04T15:59:16.077Z] === RUN TestDockerSuite/TestRunExitCodeOne [2022-03-04T15:59:19.791Z] === RUN TestDockerSuite/TestRunExitCodeZero [2022-03-04T15:59:22.680Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2022-03-04T15:59:26.394Z] === RUN TestDockerSuite/TestRunExposePort [2022-03-04T15:59:26.394Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2022-03-04T15:59:26.394Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-04T15:59:26.394Z] === RUN TestDockerSuite/TestRunGroupAdd [2022-03-04T15:59:26.394Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-04T15:59:26.394Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2022-03-04T15:59:26.394Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-04T15:59:26.394Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2022-03-04T15:59:26.394Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-04T15:59:26.394Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-04T15:59:26.394Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-04T15:59:26.394Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2022-03-04T15:59:26.394Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-04T15:59:26.394Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2022-03-04T15:59:26.394Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-04T15:59:26.394Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2022-03-04T15:59:32.338Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2022-03-04T15:59:32.338Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-04T15:59:32.338Z] === RUN TestDockerSuite/TestRunInvalidReference [2022-03-04T15:59:32.338Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2022-03-04T15:59:32.338Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-04T15:59:32.338Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2022-03-04T15:59:32.338Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-04T15:59:32.338Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2022-03-04T15:59:32.338Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-04T15:59:32.338Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2022-03-04T15:59:32.338Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-04T15:59:32.338Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2022-03-04T15:59:41.254Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2022-03-04T15:59:41.254Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-04T15:59:41.254Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2022-03-04T15:59:43.423Z] === RUN TestDockerSuite/TestRunModeHostname [2022-03-04T15:59:43.423Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-04T15:59:43.423Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2022-03-04T15:59:43.423Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-04T15:59:43.423Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2022-03-04T15:59:43.423Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-04T15:59:43.423Z] === RUN TestDockerSuite/TestRunModeIpcHost [2022-03-04T15:59:43.423Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-04T15:59:43.423Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2022-03-04T15:59:43.423Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-04T15:59:43.423Z] === RUN TestDockerSuite/TestRunModePIDContainer [2022-03-04T15:59:43.423Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-04T15:59:43.423Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2022-03-04T15:59:43.423Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-04T15:59:43.423Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2022-03-04T15:59:43.423Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-04T15:59:43.423Z] === RUN TestDockerSuite/TestRunModeUTSHost [2022-03-04T15:59:43.423Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-04T15:59:43.423Z] === RUN TestDockerSuite/TestRunMount [2022-03-04T15:59:43.423Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-04T15:59:43.423Z] === RUN TestDockerSuite/TestRunMountOrdering [2022-03-04T15:59:43.423Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-04T15:59:43.423Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2022-03-04T15:59:43.423Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-04T15:59:43.423Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2022-03-04T15:59:43.423Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-04T15:59:43.423Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2022-03-04T15:59:53.726Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2022-03-04T15:59:53.726Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-04T15:59:53.726Z] === RUN TestDockerSuite/TestRunNamedVolume [2022-03-04T15:59:53.726Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-04T15:59:53.726Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2022-03-04T15:59:53.726Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-04T15:59:53.726Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2022-03-04T16:00:00.771Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2022-03-04T16:00:07.822Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2022-03-04T16:00:07.822Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-04T16:00:07.822Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2022-03-04T16:00:07.822Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-04T16:00:07.822Z] === RUN TestDockerSuite/TestRunNetHost [2022-03-04T16:00:07.822Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-04T16:00:07.822Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2022-03-04T16:00:07.822Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-04T16:00:07.822Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2022-03-04T16:00:07.822Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-04T16:00:07.822Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2022-03-04T16:00:07.822Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-04T16:00:07.822Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2022-03-04T16:00:07.822Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-04T16:00:07.822Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2022-03-04T16:00:07.822Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-04T16:00:07.822Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2022-03-04T16:00:07.822Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-04T16:00:07.822Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2022-03-04T16:00:07.822Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2022-03-04T16:00:08.787Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2022-03-04T16:00:10.955Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2022-03-04T16:00:13.120Z] === RUN TestDockerSuite/TestRunNonExistingImage [2022-03-04T16:00:14.647Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2022-03-04T16:00:17.539Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2022-03-04T16:00:17.994Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-04T16:00:17.994Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2022-03-04T16:00:17.994Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-04T16:00:17.994Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2022-03-04T16:00:17.994Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-04T16:00:17.994Z] === RUN TestDockerSuite/TestRunPortInUse [2022-03-04T16:00:17.994Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-04T16:00:17.994Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2022-03-04T16:00:17.994Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-04T16:00:17.994Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2022-03-04T16:00:17.994Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-04T16:00:17.994Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2022-03-04T16:00:17.994Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-04T16:00:17.994Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2022-03-04T16:00:17.994Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-04T16:00:17.994Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2022-03-04T16:00:22.673Z] === RUN TestDockerSuite/TestRunPublishPort [2022-03-04T16:00:22.673Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-04T16:00:22.673Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2022-03-04T16:00:22.673Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-04T16:00:22.673Z] === RUN TestDockerSuite/TestRunReadProcLatency [2022-03-04T16:00:22.673Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-04T16:00:22.673Z] === RUN TestDockerSuite/TestRunReadProcTimer [2022-03-04T16:00:22.673Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-04T16:00:22.673Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2022-03-04T16:00:22.674Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-04T16:00:22.674Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2022-03-04T16:00:35.023Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2022-03-04T16:00:35.023Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-04T16:00:35.023Z] === RUN TestDockerSuite/TestRunRm [2022-03-04T16:00:37.867Z] === RUN TestDockerSuite/TestRunRmAndWait [2022-03-04T16:00:43.916Z] === RUN TestDockerSuite/TestRunRmPre125Api [2022-03-04T16:00:47.150Z] === RUN TestDockerSuite/TestRunRootWorkdir [2022-03-04T16:00:51.238Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2022-03-04T16:00:54.963Z] === RUN TestDockerSuite/TestRunSetMacAddress [2022-03-04T16:00:54.963Z] docker_cli_run_test.go:1980: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-04T16:00:54.963Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2022-03-04T16:00:54.963Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-04T16:00:54.963Z] === RUN TestDockerSuite/TestRunState [2022-03-04T16:00:54.963Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-04T16:00:54.963Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2022-03-04T16:00:58.677Z] === RUN TestDockerSuite/TestRunStdinPipe [2022-03-04T16:00:58.677Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-04T16:00:58.677Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2022-03-04T16:00:58.677Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2022-03-04T16:00:58.677Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-04T16:00:58.677Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2022-03-04T16:00:58.677Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-04T16:00:58.677Z] === RUN TestDockerSuite/TestRunTLSVerify [2022-03-04T16:00:58.677Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2022-03-04T16:00:58.677Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2022-03-04T16:00:58.677Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-04T16:00:58.677Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2022-03-04T16:01:04.484Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2022-03-04T16:01:04.484Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-04T16:01:04.484Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2022-03-04T16:01:04.484Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-04T16:01:04.484Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2022-03-04T16:01:04.484Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-04T16:01:04.484Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2022-03-04T16:01:04.484Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-04T16:01:04.484Z] === RUN TestDockerSuite/TestRunUnshareProc [2022-03-04T16:01:04.484Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-04T16:01:04.484Z] === RUN TestDockerSuite/TestRunUserByID [2022-03-04T16:01:04.484Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-04T16:01:04.484Z] === RUN TestDockerSuite/TestRunUserByIDBig [2022-03-04T16:01:04.484Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-04T16:01:04.484Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2022-03-04T16:01:04.484Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-04T16:01:04.484Z] === RUN TestDockerSuite/TestRunUserByIDZero [2022-03-04T16:01:04.484Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-04T16:01:04.484Z] === RUN TestDockerSuite/TestRunUserByName [2022-03-04T16:01:04.484Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-04T16:01:04.939Z] === RUN TestDockerSuite/TestRunUserDefaults [2022-03-04T16:01:08.661Z] === RUN TestDockerSuite/TestRunUserNotFound [2022-03-04T16:01:08.661Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-04T16:01:08.661Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2022-03-04T16:01:11.552Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2022-03-04T16:01:11.552Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-04T16:01:11.552Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2022-03-04T16:01:11.552Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-04T16:01:11.552Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2022-03-04T16:01:16.216Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2022-03-04T16:01:26.516Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2022-03-04T16:01:33.569Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2022-03-04T16:01:43.860Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2022-03-04T16:01:43.860Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-04T16:01:43.860Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2022-03-04T16:01:43.860Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2022-03-04T16:01:47.589Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2022-03-04T16:01:50.478Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2022-03-04T16:01:54.193Z] === RUN TestDockerSuite/TestRunWithBadDevice [2022-03-04T16:01:54.193Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-04T16:01:54.193Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2022-03-04T16:01:54.193Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2022-03-04T16:01:54.193Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2022-03-04T16:01:54.193Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-04T16:01:54.193Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2022-03-04T16:01:54.193Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-04T16:01:54.193Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2022-03-04T16:01:54.193Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-04T16:01:54.193Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2022-03-04T16:01:54.193Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-04T16:01:54.193Z] === RUN TestDockerSuite/TestRunWithUlimits [2022-03-04T16:01:54.193Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-04T16:01:54.193Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2022-03-04T16:02:01.236Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2022-03-04T16:02:03.407Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2022-03-04T16:02:05.576Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2022-03-04T16:02:12.718Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2022-03-04T16:02:12.718Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-04T16:02:12.718Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2022-03-04T16:02:12.718Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-04T16:02:12.718Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2022-03-04T16:02:12.718Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-04T16:02:12.718Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2022-03-04T16:02:12.718Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-04T16:02:12.718Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2022-03-04T16:02:12.718Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-04T16:02:12.718Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2022-03-04T16:02:12.718Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-04T16:02:12.718Z] === RUN TestDockerSuite/TestSaveCheckTimes [2022-03-04T16:02:12.718Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T16:02:12.718Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2022-03-04T16:02:12.718Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-04T16:02:12.718Z] === RUN TestDockerSuite/TestSaveImageId [2022-03-04T16:02:12.718Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-04T16:02:12.718Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2022-03-04T16:02:12.718Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-04T16:02:12.718Z] === RUN TestDockerSuite/TestSaveLoadParents [2022-03-04T16:02:12.718Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-04T16:02:12.718Z] === RUN TestDockerSuite/TestSaveMultipleNames [2022-03-04T16:02:12.718Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-04T16:02:12.718Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2022-03-04T16:02:12.718Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-04T16:02:12.718Z] === RUN TestDockerSuite/TestSaveSingleTag [2022-03-04T16:02:12.718Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-04T16:02:12.718Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2022-03-04T16:02:12.718Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-04T16:02:12.718Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2022-03-04T16:02:12.718Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-04T16:02:12.718Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2022-03-04T16:02:12.718Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-04T16:02:12.718Z] === RUN TestDockerSuite/TestSearchCmdOptions [2022-03-04T16:02:15.029Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2022-03-04T16:02:15.758Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2022-03-04T16:02:15.758Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2022-03-04T16:02:15.758Z] === RUN TestDockerSuite/TestSearchWithLimit [2022-03-04T16:02:17.924Z] === RUN TestDockerSuite/TestSlowStdinClosing [2022-03-04T16:02:17.924Z] === RUN TestDockerSuite/TestSlowStdinClosing/0 [2022-03-04T16:02:20.812Z] === RUN TestDockerSuite/TestSlowStdinClosing/1 [2022-03-04T16:02:24.527Z] === RUN TestDockerSuite/TestSlowStdinClosing/2 [2022-03-04T16:02:27.416Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2022-03-04T16:02:27.416Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-04T16:02:27.416Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2022-03-04T16:02:38.123Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2022-03-04T16:02:38.123Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-04T16:02:38.123Z] === RUN TestDockerSuite/TestStartAttachSilent [2022-03-04T16:02:43.988Z] === RUN TestDockerSuite/TestStartAttachWithRename [2022-03-04T16:02:43.988Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-04T16:02:43.988Z] === RUN TestDockerSuite/TestStartMultipleContainers [2022-03-04T16:02:43.988Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-04T16:02:43.988Z] === RUN TestDockerSuite/TestStartPausedContainer [2022-03-04T16:02:43.988Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-04T16:02:43.988Z] === RUN TestDockerSuite/TestStartRecordError [2022-03-04T16:02:43.988Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-04T16:02:43.988Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2022-03-04T16:02:54.413Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2022-03-04T16:02:54.413Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-04T16:02:54.413Z] === RUN TestDockerSuite/TestStatsAllNoStream [2022-03-04T16:02:54.413Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-04T16:02:54.413Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2022-03-04T16:02:54.413Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-04T16:02:54.413Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2022-03-04T16:02:54.413Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-04T16:02:54.413Z] === RUN TestDockerSuite/TestStatsFormatAll [2022-03-04T16:02:54.413Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-04T16:02:54.413Z] === RUN TestDockerSuite/TestStatsNoStream [2022-03-04T16:02:54.413Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-04T16:02:54.413Z] === RUN TestDockerSuite/TestTopMultipleArgs [2022-03-04T16:02:58.200Z] === RUN TestDockerSuite/TestTopNonPrivileged [2022-03-04T16:03:02.002Z] === RUN TestDockerSuite/TestTopPrivileged [2022-03-04T16:03:02.002Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-04T16:03:02.002Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2022-03-04T16:03:05.787Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2022-03-04T16:03:05.787Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-04T16:03:05.787Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2022-03-04T16:03:05.787Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-04T16:03:05.787Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2022-03-04T16:03:05.787Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-04T16:03:05.787Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2022-03-04T16:03:05.787Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-04T16:03:05.787Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2022-03-04T16:03:05.787Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-04T16:03:05.787Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2022-03-04T16:03:05.787Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-04T16:03:05.787Z] === RUN TestDockerSuite/TestVolumeCLICreate [2022-03-04T16:03:23.595Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2022-03-04T16:03:23.595Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2022-03-04T16:03:23.595Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2022-03-04T16:03:23.595Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-04T16:03:23.595Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2022-03-04T16:03:23.595Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2022-03-04T16:03:23.595Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2022-03-04T16:03:23.595Z] === RUN TestDockerSuite/TestVolumeCLILs [2022-03-04T16:03:26.553Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2022-03-04T16:03:26.553Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2022-03-04T16:03:30.343Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2022-03-04T16:03:30.814Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2022-03-04T16:03:30.814Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2022-03-04T16:03:31.283Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2022-03-04T16:03:31.283Z] === RUN TestDockerSuite/TestVolumeCLIRm [2022-03-04T16:03:43.769Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2022-03-04T16:03:43.769Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-04T16:03:43.769Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2022-03-04T16:03:43.769Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2022-03-04T16:03:43.769Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2022-03-04T16:03:43.769Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-04T16:03:43.769Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2022-03-04T16:03:54.189Z] === RUN TestDockerSuite/TestVolumeLsFormat [2022-03-04T16:03:54.189Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2022-03-04T16:03:54.189Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2022-03-04T16:04:06.684Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2022-03-04T16:04:06.684Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-04T16:04:06.684Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2022-03-04T16:04:08.248Z] --- PASS: TestDockerSuite (2943.55s) [2022-03-04T16:04:08.248Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2022-03-04T16:04:08.248Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-04T16:04:08.248Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2022-03-04T16:04:08.248Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2022-03-04T16:04:08.248Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2022-03-04T16:04:08.248Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-04T16:04:08.248Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2022-03-04T16:04:08.248Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.84s) [2022-03-04T16:04:08.248Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.29s) [2022-03-04T16:04:08.248Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.69s) [2022-03-04T16:04:08.248Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.37s) [2022-03-04T16:04:08.248Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (89.94s) [2022-03-04T16:04:08.248Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.80s) [2022-03-04T16:04:08.248Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.05s) [2022-03-04T16:04:08.248Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-04T16:04:08.248Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-04T16:04:08.248Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-04T16:04:08.248Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-04T16:04:08.248Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-04T16:04:08.248Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-04T16:04:08.248Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-04T16:04:08.248Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2022-03-04T16:04:08.248Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-04T16:04:08.248Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.04s) [2022-03-04T16:04:08.248Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-04T16:04:08.248Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-04T16:04:08.248Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.02s) [2022-03-04T16:04:08.248Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (3.54s) [2022-03-04T16:04:08.248Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2022-03-04T16:04:08.248Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2022-03-04T16:04:08.248Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-04T16:04:08.248Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-04T16:04:08.248Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (5.65s) [2022-03-04T16:04:08.248Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-04T16:04:08.248Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-04T16:04:08.248Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (8.91s) [2022-03-04T16:04:08.248Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (97.71s) [2022-03-04T16:04:08.248Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.51s) [2022-03-04T16:04:08.248Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (7.58s) [2022-03-04T16:04:08.248Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2022-03-04T16:04:08.248Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (5.20s) [2022-03-04T16:04:08.248Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.12s) [2022-03-04T16:04:08.248Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-04T16:04:08.248Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-04T16:04:08.248Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-04T16:04:08.248Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.32s) [2022-03-04T16:04:08.248Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.10s) [2022-03-04T16:04:08.248Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.75s) [2022-03-04T16:04:08.248Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.89s) [2022-03-04T16:04:08.248Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-03-04T16:04:08.248Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-04T16:04:08.248Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.08s) [2022-03-04T16:04:08.248Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.33s) [2022-03-04T16:04:08.248Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (14.32s) [2022-03-04T16:04:08.248Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (6.40s) [2022-03-04T16:04:08.248Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.22s) [2022-03-04T16:04:08.248Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-03-04T16:04:08.248Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.46s) [2022-03-04T16:04:08.249Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (2.05s) [2022-03-04T16:04:08.249Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (6.29s) [2022-03-04T16:04:08.249Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-03-04T16:04:08.249Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-04T16:04:08.249Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-04T16:04:08.249Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-04T16:04:08.249Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.63s) [2022-03-04T16:04:08.249Z] --- PASS: TestDockerSuite/TestBuildAddTar (42.20s) [2022-03-04T16:04:08.249Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.06s) [2022-03-04T16:04:08.249Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.49s) [2022-03-04T16:04:08.249Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (22.56s) [2022-03-04T16:04:08.249Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.92s) [2022-03-04T16:04:08.249Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.67s) [2022-03-04T16:04:08.249Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (9.49s) [2022-03-04T16:04:08.249Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.45s) [2022-03-04T16:04:08.249Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (6.11s) [2022-03-04T16:04:08.249Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (12.11s) [2022-03-04T16:04:08.249Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (10.73s) [2022-03-04T16:04:08.249Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.49s) [2022-03-04T16:04:08.249Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (6.21s) [2022-03-04T16:04:08.249Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-03-04T16:04:08.249Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-04T16:04:08.249Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (7.51s) [2022-03-04T16:04:08.249Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-03-04T16:04:08.249Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.72s) [2022-03-04T16:04:08.249Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-03-04T16:04:08.249Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2022-03-04T16:04:08.249Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (28.52s) [2022-03-04T16:04:08.249Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (6.07s) [2022-03-04T16:04:08.249Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.96s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.57s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.73s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (5.86s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.71s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.78s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.26s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildCmd (0.72s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.70s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.68s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (7.53s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.77s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.52s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.62s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (3.23s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.11s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.59s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.06s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.81s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (6.67s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (43.54s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.81s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.73s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (6.90s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.47s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.43s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.64s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (28.98s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.83s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.50s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (23.67s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (2.15s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (1.02s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (5.00s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (4.15s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (3.90s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildDockerignore (61.63s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (7.26s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.51s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (68.84s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.87s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.97s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (23.02s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (13.50s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (13.13s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (35.57s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (14.29s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (13.42s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (97.52s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.55s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.51s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.68s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.32s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.66s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.69s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (8.04s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (4.20s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (6.46s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.48s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.60s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.17s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (6.57s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (16.73s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.73s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildFails (3.48s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.11s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (7.66s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (7.60s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildForceRm (9.35s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildFromGit (7.06s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.53s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (7.14s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.86s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.68s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (12.05s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildHistory (13.56s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.14s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (3.11s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.88s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.10s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (5.79s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildLabel (1.19s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.75s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.18s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.72s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildLabels (1.28s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.81s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (6.95s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.10s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.13s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.10s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.10s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.09s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.69s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.70s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (6.51s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (20.16s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.07s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.72s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (41.19s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (19.30s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (7.42s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (8.24s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (7.86s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (23.27s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (10.16s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.80s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildNoContext (4.05s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (5.74s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (3.49s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.26s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.19s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.78s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.14s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.69s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildOnBuild (11.98s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (2.08s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (11.86s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (5.29s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (11.27s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (6.51s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (6.23s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.47s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (3.39s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (51.10s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (23.24s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildRm (16.70s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (4.89s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.51s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.76s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (4.88s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (4.85s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildShellInherited (6.02s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (20.40s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.95s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.77s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (10.39s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.33s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (5.90s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.11s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildStderr (6.08s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (26.92s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.48s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (4.48s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.61s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildTagEvent (5.82s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (7.02s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (5.77s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.67s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (4.11s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (27.17s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (1.15s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (11.08s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (7.30s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.53s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildWithFailure (3.63s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.53s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (15.84s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildWithTabs (6.37s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.56s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (17.35s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.52s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.48s) [2022-03-04T16:04:09.458Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-03-04T16:04:09.458Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.46s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (11.24s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.33s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.45s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.62s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestCommitChange (6.51s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (5.95s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestCommitNewFile (9.24s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestCommitTTY (9.42s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (5.91s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.14s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestContainerAPICommit (9.38s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (9.42s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (3.41s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.03s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestContainerAPICreate (3.40s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.03s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (3.39s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.03s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (4.10s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (3.58s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (4.05s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (8.54s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (3.48s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (3.44s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.04s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestContainerAPIKill (3.55s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (3.81s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.30s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestContainerAPIRename (3.41s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (6.48s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (6.49s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.12s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestContainerAPIStart (3.43s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestContainerAPIStop (3.45s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (3.96s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.14s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestContainerAPIWait (5.17s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (3.44s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (3.12s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (23.15s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (3.28s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (3.27s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (3.41s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (3.29s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc00076a5a0_} (3.30s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-12728146007_c:\foo_false____} (3.33s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-12728146007_c:\foo_true____} (3.23s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.47s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.10s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.10s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.10s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.10s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (3.12s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestCpGarbagePath (3.49s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.07s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestCpRelativePath (3.55s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestCpToCaseA (6.22s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestCpToCaseB (3.59s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestCpToCaseE (12.47s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestCpToCaseH (12.78s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestCpToDot (3.47s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestCpToStdout (3.55s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.25s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestCreateArgs (0.25s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.42s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (3.46s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.24s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.25s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.65s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.85s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestCreateLabels (0.26s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestCreateRM (0.47s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.25s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.51s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (10.52s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.29s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.62s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.60s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.26s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (3.42s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.20s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestDockerFails (0.07s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (3.56s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (3.62s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (3.96s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (12.46s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestEventsCopy (6.12s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (7.47s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (3.42s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.95s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (5.79s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.72s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.14s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestEventsFilters (6.88s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestEventsFormat (6.92s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.08s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.20s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestEventsRename (3.70s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestEventsResize (33.88s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (3.31s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (4.15s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (6.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestEventsUntag (2.78s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (6.09s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (3.34s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (3.31s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (4.03s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (3.65s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (4.02s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (3.97s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (7.00s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-03-04T16:04:09.459Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.03s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestExecExitStatus (4.10s) [2022-03-04T16:04:09.459Z] --- PASS: TestDockerSuite/TestExecInspectID (5.95s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (4.23s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (4.06s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (7.98s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestGetContainerStats (7.51s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (7.41s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (4.39s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (7.65s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.02s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.20s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.09s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.08s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.08s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (5.99s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.08s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.09s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.37s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.73s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.23s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.10s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (2.12s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.28s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.42s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (3.67s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestImagesFormat (0.22s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (4.03s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.07s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestImportBadURL (0.09s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.07s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.07s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (3.34s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (3.34s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.09s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (3.27s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.19s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (3.26s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.03s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestInspectDefault (3.37s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestInspectHistory (6.00s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestInspectInt64 (3.50s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestInspectJSONFields (3.44s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.25s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (3.34s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (3.93s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.08s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (3.46s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestInspectStatus (4.27s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (7.47s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestInspectTemplateError (4.05s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (3.21s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (3.43s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (3.39s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (3.30s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (3.34s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.08s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.10s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.02s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (3.37s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (3.35s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (6.58s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (3.38s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (4.05s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (7.43s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (7.51s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (7.59s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (6.46s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (4.85s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (3.33s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (5.51s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestLogsSince (10.09s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestLogsTail (3.85s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestLogsTimestamps (3.43s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestLogsWithDetails (3.45s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.08s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (6.60s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (6.76s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestPsByOrder (14.10s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestPsListContainersBase (13.66s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (19.86s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.36s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.02s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (6.48s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (10.54s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (7.50s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (7.35s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestPsShowMounts (10.73s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.81s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.33s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.93s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (6.85s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (6.40s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (3.42s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (30.62s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (9.56s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.32s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.26s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.95s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (8.48s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (6.30s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (7.42s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.39s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (19.79s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (4.12s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.82s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (9.82s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (6.44s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (10.52s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (5.71s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestRmiTag (0.71s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (3.44s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (21.75s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (3.78s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (6.40s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.40s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (3.09s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (6.23s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (4.09s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (3.35s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (3.33s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (3.27s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestRunBindMounts (6.77s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (3.24s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (4.51s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-04T16:04:09.460Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (3.04s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2022-03-04T16:04:09.460Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.42s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (3.55s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (3.35s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunCreateVolume (3.43s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.20s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (7.55s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (3.28s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.22s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (3.28s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunEchoStdout (3.30s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunEntrypoint (3.31s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunExitCode (3.33s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (3.18s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (3.32s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (3.35s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (6.16s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (8.19s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (2.67s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.04s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (10.20s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (7.12s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (5.91s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.49s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.28s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.26s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.26s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.23s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (3.04s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.35s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (4.42s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (11.51s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunRm (3.35s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunRmAndWait (6.51s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (3.42s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (3.41s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (4.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.03s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (3.35s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.42s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.19s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (5.69s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunUserDefaults (3.36s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (3.34s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (4.24s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (10.43s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (6.77s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (9.59s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.19s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (4.49s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (3.37s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (3.45s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.07s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.07s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (6.09s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (2.69s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.26s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (6.64s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.47s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.42s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.42s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.26s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.74s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (10.07s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/0 (3.34s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/1 (3.34s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestSlowStdinClosing/2 (3.36s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (10.62s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestStartAttachSilent (5.90s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (9.49s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (4.00s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (4.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (3.95s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.30s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.15s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.19s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.35s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.30s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.15s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestVolumeCLILs (3.70s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.08s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (4.03s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.42s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.44s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.08s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.21s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (10.92s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.69s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.23s) [2022-03-04T16:04:09.461Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (10.00s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.29s) [2022-03-04T16:04:09.461Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.28s) [2022-03-04T16:04:09.462Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (12.93s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-04T16:04:09.462Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.74s) [2022-03-04T16:04:09.462Z] === RUN TestDockerRegistrySuite [2022-03-04T16:04:09.462Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2022-03-04T16:04:09.462Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2022-03-04T16:04:09.462Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2022-03-04T16:04:09.462Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2022-03-04T16:04:09.462Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2022-03-04T16:04:09.462Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2022-03-04T16:04:09.462Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2022-03-04T16:04:09.462Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2022-03-04T16:04:09.462Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2022-03-04T16:04:09.462Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2022-03-04T16:04:09.462Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2022-03-04T16:04:09.462Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2022-03-04T16:04:09.462Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2022-03-04T16:04:09.462Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2022-03-04T16:04:09.462Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2022-03-04T16:04:09.462Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2022-03-04T16:04:09.462Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2022-03-04T16:04:09.462Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2022-03-04T16:04:09.462Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2022-03-04T16:04:09.462Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2022-03-04T16:04:09.462Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2022-03-04T16:04:09.462Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2022-03-04T16:04:09.462Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2022-03-04T16:04:09.462Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2022-03-04T16:04:09.462Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2022-03-04T16:04:09.462Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2022-03-04T16:04:09.462Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2022-03-04T16:04:09.462Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2022-03-04T16:04:09.462Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2022-03-04T16:04:09.462Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2022-03-04T16:04:09.462Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2022-03-04T16:04:09.462Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2022-03-04T16:04:09.462Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2022-03-04T16:04:09.462Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2022-03-04T16:04:09.462Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2022-03-04T16:04:09.462Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2022-03-04T16:04:09.462Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2022-03-04T16:04:09.462Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerRegistrySuite/TestV2Only [2022-03-04T16:04:09.462Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] --- PASS: TestDockerRegistrySuite (0.19s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.19s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-04T16:04:09.462Z] === RUN TestDockerSchema1RegistrySuite [2022-03-04T16:04:09.462Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2022-03-04T16:04:09.462Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2022-03-04T16:04:09.462Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2022-03-04T16:04:09.462Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2022-03-04T16:04:09.462Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2022-03-04T16:04:09.462Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2022-03-04T16:04:09.462Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2022-03-04T16:04:09.462Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2022-03-04T16:04:09.462Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2022-03-04T16:04:09.462Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2022-03-04T16:04:09.462Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2022-03-04T16:04:09.462Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-04T16:04:09.462Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2022-03-04T16:04:09.462Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2022-03-04T16:04:09.462Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2022-03-04T16:04:09.462Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2022-03-04T16:04:09.462Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2022-03-04T16:04:09.462Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2022-03-04T16:04:09.462Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2022-03-04T16:04:09.462Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2022-03-04T16:04:09.462Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2022-03-04T16:04:09.462Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-04T16:04:09.462Z] === RUN TestDockerRegistryAuthTokenSuite [2022-03-04T16:04:09.462Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2022-03-04T16:04:09.462Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2022-03-04T16:04:09.462Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2022-03-04T16:04:09.462Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2022-03-04T16:04:09.462Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2022-03-04T16:04:09.462Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-04T16:04:09.462Z] === RUN TestDockerDaemonSuite [2022-03-04T16:04:09.462Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2022-03-04T16:04:09.462Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2022-03-04T16:04:09.462Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2022-03-04T16:04:09.462Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] --- PASS: TestDockerDaemonSuite (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-04T16:04:09.462Z] === RUN TestDockerSwarmSuite [2022-03-04T16:04:09.462Z] --- PASS: TestDockerSwarmSuite (0.00s) [2022-03-04T16:04:09.462Z] === RUN TestDockerPluginSuite [2022-03-04T16:04:09.462Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2022-03-04T16:04:09.462Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerPluginSuite/TestPluginCreate [2022-03-04T16:04:09.462Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2022-03-04T16:04:09.462Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2022-03-04T16:04:09.462Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2022-03-04T16:04:09.462Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerPluginSuite/TestPluginInspect [2022-03-04T16:04:09.462Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2022-03-04T16:04:09.462Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2022-03-04T16:04:09.462Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2022-03-04T16:04:09.462Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2022-03-04T16:04:09.462Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] === RUN TestDockerPluginSuite/TestPluginSet [2022-03-04T16:04:09.462Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] --- PASS: TestDockerPluginSuite (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-04T16:04:09.462Z] === RUN TestDockerExternalVolumeSuite [2022-03-04T16:04:09.462Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2022-03-04T16:04:09.462Z] === RUN TestDockerNetworkSuite [2022-03-04T16:04:09.462Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.462Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2022-03-04T16:04:09.462Z] === RUN TestDockerHubPullSuite [2022-03-04T16:04:09.462Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2022-03-04T16:04:09.463Z] PASS [2022-03-04T16:04:09.463Z] ok github.com/docker/docker/integration-cli 2943.986s [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === Skipped [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-04T16:04:09.463Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-04T16:04:09.463Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-04T16:04:09.463Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-04T16:04:09.463Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-04T16:04:09.463Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-04T16:04:09.463Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-04T16:04:09.463Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-04T16:04:09.463Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-04T16:04:09.463Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-04T16:04:09.463Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStats (0.04s) [2022-03-04T16:04:09.463Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.04s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-04T16:04:09.463Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-04T16:04:09.463Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.02s) [2022-03-04T16:04:09.463Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.02s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2022-03-04T16:04:09.463Z] docker_cli_run_test.go:3149: unmatched requirement Apparmor [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2022-03-04T16:04:09.463Z] docker_cli_run_test.go:3127: unmatched requirement Apparmor [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-04T16:04:09.463Z] docker_cli_run_test.go:3139: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-04T16:04:09.463Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-04T16:04:09.463Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.02s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-04T16:04:09.463Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.51s) [2022-03-04T16:04:09.463Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.51s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-04T16:04:09.463Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-04T16:04:09.463Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.02s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-04T16:04:09.463Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-03-04T16:04:09.463Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.05s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-04T16:04:09.463Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-03-04T16:04:09.463Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.04s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.04s) [2022-03-04T16:04:09.463Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.04s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-04T16:04:09.463Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-04T16:04:09.463Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.02s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-04T16:04:09.463Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.06s) [2022-03-04T16:04:09.463Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.06s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.49s) [2022-03-04T16:04:09.463Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.49s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.92s) [2022-03-04T16:04:09.463Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.92s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.45s) [2022-03-04T16:04:09.463Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.45s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.49s) [2022-03-04T16:04:09.463Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.49s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-03-04T16:04:09.463Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-04T16:04:09.463Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.02s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-03-04T16:04:09.463Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.05s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-03-04T16:04:09.463Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2022-03-04T16:04:09.463Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.05s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.96s) [2022-03-04T16:04:09.463Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.96s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.57s) [2022-03-04T16:04:09.463Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.57s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.05s) [2022-03-04T16:04:09.463Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.05s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-03-04T16:04:09.463Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.06s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-04T16:04:09.463Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-04T16:04:09.463Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.02s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-04T16:04:09.463Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.02s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-03-04T16:04:09.463Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.04s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-04T16:04:09.463Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.02s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-04T16:04:09.463Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.02s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.47s) [2022-03-04T16:04:09.463Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.47s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.43s) [2022-03-04T16:04:09.463Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.43s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-04T16:04:09.463Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.04s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-03-04T16:04:09.463Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.04s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.50s) [2022-03-04T16:04:09.463Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.50s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.51s) [2022-03-04T16:04:09.463Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.51s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.51s) [2022-03-04T16:04:09.463Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.51s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-03-04T16:04:09.463Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.05s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-03-04T16:04:09.463Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.04s) [2022-03-04T16:04:09.463Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.04s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.48s) [2022-03-04T16:04:09.463Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.463Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.48s) [2022-03-04T16:04:09.463Z] [2022-03-04T16:04:09.463Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-04T16:04:09.464Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-04T16:04:09.464Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-04T16:04:09.464Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.02s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-03-04T16:04:09.464Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-03-04T16:04:09.464Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.04s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-03-04T16:04:09.464Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.04s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-03-04T16:04:09.464Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.06s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.04s) [2022-03-04T16:04:09.464Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.04s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-04T16:04:09.464Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-04T16:04:09.464Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.02s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-04T16:04:09.464Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.02s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-03-04T16:04:09.464Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.04s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-04T16:04:09.464Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-03-04T16:04:09.464Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.04s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s) [2022-03-04T16:04:09.464Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.10s) [2022-03-04T16:04:09.464Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.10s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.06s) [2022-03-04T16:04:09.464Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.06s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.07s) [2022-03-04T16:04:09.464Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.07s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-03-04T16:04:09.464Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.04s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-04T16:04:09.464Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.02s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2022-03-04T16:04:09.464Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-03-04T16:04:09.464Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.05s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.02s) [2022-03-04T16:04:09.464Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.02s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-04T16:04:09.464Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.02s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-03-04T16:04:09.464Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.07s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.51s) [2022-03-04T16:04:09.464Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.51s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.48s) [2022-03-04T16:04:09.464Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.48s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.04s) [2022-03-04T16:04:09.464Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestBuildUser (0.04s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-03-04T16:04:09.464Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-04T16:04:09.464Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-04T16:04:09.464Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-04T16:04:09.464Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.02s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.53s) [2022-03-04T16:04:09.464Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.53s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-03-04T16:04:09.464Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.53s) [2022-03-04T16:04:09.464Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.53s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.52s) [2022-03-04T16:04:09.464Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.52s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.48s) [2022-03-04T16:04:09.464Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.48s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-03-04T16:04:09.464Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.04s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.45s) [2022-03-04T16:04:09.464Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.45s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-03-04T16:04:09.464Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-03-04T16:04:09.464Z] docker_cli_sni_test.go:18: Flakey test [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.04s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-03-04T16:04:09.464Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.02s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-04T16:04:09.464Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-04T16:04:09.464Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-04T16:04:09.464Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.02s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-04T16:04:09.464Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.02s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-04T16:04:09.464Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-03-04T16:04:09.464Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-04T16:04:09.464Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.02s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-04T16:04:09.464Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.02s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-04T16:04:09.464Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-04T16:04:09.464Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-04T16:04:09.464Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.02s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-04T16:04:09.464Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.03s) [2022-03-04T16:04:09.464Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.03s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-04T16:04:09.464Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-04T16:04:09.464Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.03s) [2022-03-04T16:04:09.464Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.03s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-04T16:04:09.464Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-04T16:04:09.464Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.02s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-04T16:04:09.464Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.02s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-04T16:04:09.464Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.02s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-04T16:04:09.464Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-04T16:04:09.464Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.02s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-04T16:04:09.464Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.02s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-04T16:04:09.464Z] docker_cli_run_test.go:2403: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.464Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.02s) [2022-03-04T16:04:09.464Z] [2022-03-04T16:04:09.464Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-04T16:04:09.464Z] docker_cli_run_test.go:3498: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-04T16:04:09.465Z] docker_cli_run_test.go:3530: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-04T16:04:09.465Z] docker_cli_run_test.go:3561: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-04T16:04:09.465Z] docker_cli_run_test.go:3544: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-04T16:04:09.465Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-04T16:04:09.465Z] docker_cli_run_test.go:3434: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-04T16:04:09.465Z] docker_cli_run_test.go:3426: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-04T16:04:09.465Z] docker_cli_run_test.go:3453: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-04T16:04:09.465Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-03-04T16:04:09.465Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-04T16:04:09.465Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-04T16:04:09.465Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2022-03-04T16:04:09.465Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-04T16:04:09.465Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-04T16:04:09.465Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-04T16:04:09.465Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-04T16:04:09.465Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-04T16:04:09.465Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-04T16:04:09.465Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-04T16:04:09.465Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-04T16:04:09.465Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-04T16:04:09.465Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2022-03-04T16:04:09.465Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-04T16:04:09.465Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-04T16:04:09.465Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-04T16:04:09.465Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-04T16:04:09.465Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-04T16:04:09.465Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-04T16:04:09.465Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-04T16:04:09.465Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-04T16:04:09.465Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-04T16:04:09.465Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-04T16:04:09.465Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-04T16:04:09.465Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2022-03-04T16:04:09.465Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-04T16:04:09.465Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-04T16:04:09.465Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-03-04T16:04:09.465Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2022-03-04T16:04:09.465Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-04T16:04:09.465Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-04T16:04:09.465Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-04T16:04:09.465Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-04T16:04:09.465Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-04T16:04:09.465Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-04T16:04:09.465Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-04T16:04:09.465Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-04T16:04:09.465Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2022-03-04T16:04:09.465Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-04T16:04:09.465Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-03-04T16:04:09.465Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-04T16:04:09.465Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-04T16:04:09.465Z] docker_cli_run_test.go:2963: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-04T16:04:09.465Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-04T16:04:09.465Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-04T16:04:09.465Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2022-03-04T16:04:09.465Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2022-03-04T16:04:09.465Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-04T16:04:09.465Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-04T16:04:09.465Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-04T16:04:09.465Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-04T16:04:09.465Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.02s) [2022-03-04T16:04:09.465Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestEventsTop (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.02s) [2022-03-04T16:04:09.465Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestExec (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-04T16:04:09.465Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-04T16:04:09.465Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-04T16:04:09.465Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-04T16:04:09.465Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.02s) [2022-03-04T16:04:09.465Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.465Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.02s) [2022-03-04T16:04:09.465Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.465Z] --- SKIP: TestDockerSuite/TestExecEnv (0.02s) [2022-03-04T16:04:09.465Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.03s) [2022-03-04T16:04:09.466Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.03s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2022-03-04T16:04:09.466Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-04T16:04:09.466Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.02s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.02s) [2022-03-04T16:04:09.466Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestExecParseError (0.02s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2022-03-04T16:04:09.466Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-04T16:04:09.466Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.02s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-04T16:04:09.466Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.02s) [2022-03-04T16:04:09.466Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.02s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-04T16:04:09.466Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.02s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-04T16:04:09.466Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.02s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-04T16:04:09.466Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.02s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.02s) [2022-03-04T16:04:09.466Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.02s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2022-03-04T16:04:09.466Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-04T16:04:09.466Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.02s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.02s) [2022-03-04T16:04:09.466Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.02s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-04T16:04:09.466Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.02s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.02s) [2022-03-04T16:04:09.466Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestHealth (0.02s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2022-03-04T16:04:09.466Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-04T16:04:09.466Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-04T16:04:09.466Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.02s) [2022-03-04T16:04:09.466Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.02s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2022-03-04T16:04:09.466Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-04T16:04:09.466Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2022-03-04T16:04:09.466Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-04T16:04:09.466Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-04T16:04:09.466Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.02s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2022-03-04T16:04:09.466Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-04T16:04:09.466Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-04T16:04:09.466Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-04T16:04:09.466Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-04T16:04:09.466Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2022-03-04T16:04:09.466Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-04T16:04:09.466Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.03s) [2022-03-04T16:04:09.466Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.03s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-04T16:04:09.466Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-04T16:04:09.466Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.02s) [2022-03-04T16:04:09.466Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestInspectImage (0.02s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-04T16:04:09.466Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-04T16:04:09.466Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.02s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2022-03-04T16:04:09.466Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-04T16:04:09.466Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.02s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-04T16:04:09.466Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.02s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-04T16:04:09.466Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.02s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-04T16:04:09.466Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-04T16:04:09.466Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.02s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-04T16:04:09.466Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.02s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-04T16:04:09.466Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-04T16:04:09.466Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.02s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-04T16:04:09.466Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.02s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-04T16:04:09.466Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.02s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-03-04T16:04:09.466Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-04T16:04:09.466Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.02s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-04T16:04:09.466Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.02s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-04T16:04:09.466Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.02s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-03-04T16:04:09.466Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-04T16:04:09.466Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.02s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-04T16:04:09.466Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-04T16:04:09.466Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.02s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-04T16:04:09.466Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.02s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-04T16:04:09.466Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.02s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-04T16:04:09.466Z] docker_cli_run_test.go:2877: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-04T16:04:09.466Z] docker_cli_run_test.go:2886: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.02s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.466Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2022-03-04T16:04:09.466Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.466Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2022-03-04T16:04:09.466Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-03-04T16:04:09.467Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-03-04T16:04:09.467Z] docker_cli_run_test.go:3480: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-04T16:04:09.467Z] docker_cli_run_test.go:2666: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.02s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2022-03-04T16:04:09.467Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-03-04T16:04:09.467Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-04T16:04:09.467Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.02s) [2022-03-04T16:04:09.467Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.02s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-04T16:04:09.467Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-04T16:04:09.467Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.02s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-04T16:04:09.467Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.02s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-04T16:04:09.467Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.02s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-04T16:04:09.467Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-04T16:04:09.467Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.02s) [2022-03-04T16:04:09.467Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestPortList (0.02s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-04T16:04:09.467Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-04T16:04:09.467Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-03-04T16:04:09.467Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.02s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-04T16:04:09.467Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-04T16:04:09.467Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-04T16:04:09.467Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-04T16:04:09.467Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.02s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-04T16:04:09.467Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-04T16:04:09.467Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-04T16:04:09.467Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-04T16:04:09.467Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterHealth (0.02s) [2022-03-04T16:04:09.467Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.02s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-03-04T16:04:09.467Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.09s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-04T16:04:09.467Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-04T16:04:09.467Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.02s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2022-03-04T16:04:09.467Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-04T16:04:09.467Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.02s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-04T16:04:09.467Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-04T16:04:09.467Z] docker_cli_run_test.go:3112: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.02s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2022-03-04T16:04:09.467Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-04T16:04:09.467Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.02s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-04T16:04:09.467Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-04T16:04:09.467Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-04T16:04:09.467Z] docker_cli_run_test.go:4399: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.02s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2022-03-04T16:04:09.467Z] docker_cli_run_test.go:1575: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-04T16:04:09.467Z] docker_cli_run_test.go:3912: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.02s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-04T16:04:09.467Z] docker_cli_run_test.go:1170: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-04T16:04:09.467Z] docker_cli_run_test.go:1188: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-04T16:04:09.467Z] docker_cli_run_test.go:1179: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.02s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-04T16:04:09.467Z] docker_cli_run_test.go:2055: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.02s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-04T16:04:09.467Z] docker_cli_run_test.go:2260: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.02s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-04T16:04:09.467Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.02s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-04T16:04:09.467Z] docker_cli_run_test.go:1051: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.02s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-03-04T16:04:09.467Z] docker_cli_run_test.go:1061: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-04T16:04:09.467Z] docker_cli_run_test.go:2976: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-04T16:04:09.467Z] docker_cli_run_test.go:1041: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-04T16:04:09.467Z] docker_cli_run_test.go:1032: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-04T16:04:09.467Z] docker_cli_run_test.go:3162: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.02s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-03-04T16:04:09.467Z] docker_cli_run_test.go:1022: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-04T16:04:09.467Z] docker_cli_run_test.go:1010: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2022-03-04T16:04:09.467Z] docker_cli_run_test.go:984: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-04T16:04:09.467Z] docker_cli_run_test.go:997: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.02s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-03-04T16:04:09.467Z] docker_cli_run_test.go:975: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-04T16:04:09.467Z] docker_cli_run_test.go:1926: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-04T16:04:09.467Z] docker_cli_run_test.go:3304: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-04T16:04:09.467Z] docker_cli_run_test.go:3328: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.02s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2022-03-04T16:04:09.467Z] docker_cli_run_test.go:3295: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2022-03-04T16:04:09.467Z] docker_cli_run_test.go:3280: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-03-04T16:04:09.467Z] docker_cli_run_test.go:3205: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-04T16:04:09.467Z] docker_cli_run_test.go:2704: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-04T16:04:09.467Z] docker_cli_run_test.go:2653: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-04T16:04:09.467Z] docker_cli_run_test.go:2726: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.467Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2022-03-04T16:04:09.467Z] [2022-03-04T16:04:09.467Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-04T16:04:09.467Z] docker_cli_run_test.go:2716: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.468Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2022-03-04T16:04:09.468Z] [2022-03-04T16:04:09.468Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-04T16:04:09.468Z] docker_cli_run_test.go:1676: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.468Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2022-03-04T16:04:09.468Z] [2022-03-04T16:04:09.468Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2022-03-04T16:04:09.468Z] docker_cli_run_test.go:1657: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.468Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2022-03-04T16:04:09.468Z] [2022-03-04T16:04:09.468Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-04T16:04:09.468Z] docker_cli_run_test.go:3170: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.468Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2022-03-04T16:04:09.468Z] [2022-03-04T16:04:09.468Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-04T16:04:09.468Z] docker_cli_run_test.go:2147: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.468Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2022-03-04T16:04:09.468Z] [2022-03-04T16:04:09.468Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-04T16:04:09.468Z] docker_cli_run_test.go:620: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.468Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2022-03-04T16:04:09.468Z] [2022-03-04T16:04:09.468Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-04T16:04:09.468Z] docker_cli_run_test.go:382: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.468Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.02s) [2022-03-04T16:04:09.468Z] [2022-03-04T16:04:09.468Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-04T16:04:09.468Z] docker_cli_run_test.go:426: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.468Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.02s) [2022-03-04T16:04:09.468Z] [2022-03-04T16:04:09.468Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-04T16:04:09.468Z] docker_cli_run_test.go:1252: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.468Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2022-03-04T16:04:09.468Z] [2022-03-04T16:04:09.468Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-04T16:04:09.468Z] docker_cli_run_test.go:3877: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.468Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.02s) [2022-03-04T16:04:09.468Z] [2022-03-04T16:04:09.468Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2022-03-04T16:04:09.468Z] docker_cli_run_test.go:1287: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.468Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2022-03-04T16:04:09.468Z] [2022-03-04T16:04:09.468Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-04T16:04:09.468Z] docker_cli_run_test.go:1320: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.468Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.02s) [2022-03-04T16:04:09.468Z] [2022-03-04T16:04:09.468Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-04T16:04:09.468Z] docker_cli_run_test.go:1309: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.468Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.02s) [2022-03-04T16:04:09.468Z] [2022-03-04T16:04:09.468Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-04T16:04:09.468Z] docker_cli_run_test.go:2020: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.468Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.02s) [2022-03-04T16:04:09.468Z] [2022-03-04T16:04:09.468Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-04T16:04:09.468Z] docker_cli_run_test.go:1140: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.468Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.02s) [2022-03-04T16:04:09.468Z] [2022-03-04T16:04:09.468Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-04T16:04:09.468Z] docker_cli_run_test.go:4052: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.468Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2022-03-04T16:04:09.468Z] [2022-03-04T16:04:09.468Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-04T16:04:09.468Z] docker_cli_run_test.go:4135: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.468Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2022-03-04T16:04:09.468Z] [2022-03-04T16:04:09.468Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-04T16:04:09.468Z] docker_cli_run_test.go:816: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.468Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.02s) [2022-03-04T16:04:09.468Z] [2022-03-04T16:04:09.468Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-04T16:04:09.468Z] docker_cli_run_test.go:855: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.468Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.02s) [2022-03-04T16:04:09.468Z] [2022-03-04T16:04:09.468Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-04T16:04:09.468Z] docker_cli_run_test.go:888: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.468Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.02s) [2022-03-04T16:04:09.468Z] [2022-03-04T16:04:09.468Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-04T16:04:09.468Z] docker_cli_run_test.go:946: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.468Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2022-03-04T16:04:09.468Z] [2022-03-04T16:04:09.468Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2022-03-04T16:04:09.468Z] docker_cli_run_test.go:1073: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.468Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2022-03-04T16:04:09.468Z] [2022-03-04T16:04:09.468Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-04T16:04:09.468Z] docker_cli_run_test.go:4378: unmatched requirement DaemonIsLinux [2022-03-04T16:04:09.468Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2022-03-04T16:04:09.468Z] [2022-03-04T16:04:09.468Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-03-04T16:04:09.468Z] docker_cli_run_test.go:4391: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.139Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2022-03-04T16:04:10.139Z] [2022-03-04T16:04:10.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-03-04T16:04:10.139Z] docker_cli_run_test.go:4119: unmatched requirement Isolation.IsHyperV-fm [2022-03-04T16:04:10.139Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2022-03-04T16:04:10.139Z] [2022-03-04T16:04:10.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-03-04T16:04:10.139Z] docker_cli_run_test.go:3693: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.139Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2022-03-04T16:04:10.139Z] [2022-03-04T16:04:10.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-04T16:04:10.139Z] docker_cli_run_test.go:1998: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.139Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2022-03-04T16:04:10.139Z] [2022-03-04T16:04:10.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-04T16:04:10.139Z] docker_cli_run_test.go:3240: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.139Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.02s) [2022-03-04T16:04:10.139Z] [2022-03-04T16:04:10.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-04T16:04:10.139Z] docker_cli_run_test.go:59: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.139Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.02s) [2022-03-04T16:04:10.139Z] [2022-03-04T16:04:10.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-04T16:04:10.139Z] docker_cli_run_test.go:3349: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.139Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2022-03-04T16:04:10.139Z] [2022-03-04T16:04:10.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-04T16:04:10.139Z] docker_cli_run_test.go:194: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.139Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2022-03-04T16:04:10.139Z] [2022-03-04T16:04:10.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-03-04T16:04:10.139Z] docker_cli_run_test.go:179: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.139Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2022-03-04T16:04:10.139Z] [2022-03-04T16:04:10.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2022-03-04T16:04:10.139Z] docker_cli_run_test.go:3359: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.139Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2022-03-04T16:04:10.139Z] [2022-03-04T16:04:10.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-04T16:04:10.139Z] docker_cli_run_test.go:1197: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.139Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.02s) [2022-03-04T16:04:10.139Z] [2022-03-04T16:04:10.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-04T16:04:10.139Z] docker_cli_run_test.go:2310: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.139Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2022-03-04T16:04:10.139Z] [2022-03-04T16:04:10.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-04T16:04:10.139Z] docker_cli_run_test.go:2319: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.139Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.02s) [2022-03-04T16:04:10.139Z] [2022-03-04T16:04:10.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-04T16:04:10.139Z] docker_cli_run_test.go:2288: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.139Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.02s) [2022-03-04T16:04:10.139Z] [2022-03-04T16:04:10.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-04T16:04:10.139Z] docker_cli_run_test.go:3393: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.139Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.02s) [2022-03-04T16:04:10.139Z] [2022-03-04T16:04:10.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-04T16:04:10.139Z] docker_cli_run_test.go:2332: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.139Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.02s) [2022-03-04T16:04:10.139Z] [2022-03-04T16:04:10.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-04T16:04:10.139Z] docker_cli_run_test.go:2357: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.139Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2022-03-04T16:04:10.139Z] [2022-03-04T16:04:10.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-04T16:04:10.139Z] docker_cli_run_test.go:2366: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.139Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.02s) [2022-03-04T16:04:10.139Z] [2022-03-04T16:04:10.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.04s) [2022-03-04T16:04:10.139Z] docker_cli_run_test.go:2424: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.139Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.04s) [2022-03-04T16:04:10.139Z] [2022-03-04T16:04:10.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.02s) [2022-03-04T16:04:10.139Z] docker_cli_run_test.go:4201: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.139Z] --- SKIP: TestDockerSuite/TestRunMount (0.02s) [2022-03-04T16:04:10.139Z] [2022-03-04T16:04:10.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-04T16:04:10.139Z] docker_cli_run_test.go:2075: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.139Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2022-03-04T16:04:10.139Z] [2022-03-04T16:04:10.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-04T16:04:10.139Z] docker_cli_run_test.go:4189: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.139Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.02s) [2022-03-04T16:04:10.139Z] [2022-03-04T16:04:10.139Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-04T16:04:10.139Z] docker_cli_run_test.go:2379: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.139Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.02s) [2022-03-04T16:04:10.139Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:3182: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:3744: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:2576: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:2545: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:930: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:2568: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:3037: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:3061: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:3083: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:3407: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.35s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:1402: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.35s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:2776: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:2466: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:2038: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:956: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:1084: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:1123: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:1131: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:2951: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:2854: unmatched requirement Apparmor [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:2833: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:2818: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:1424: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:2120: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSetMacAddress (0.03s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:1980: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.03s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:2232: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:1620: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:97: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:1107: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:1115: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:1155: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:966: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:1094: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:1164: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:3953: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:2893: unmatched requirement Apparmor [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:735: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:745: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:758: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:771: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:725: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:784: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:3842: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:3835: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:657: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:1849: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:281: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:3709: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:3720: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:2799: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:3194: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:3010: unmatched requirement Apparmor [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:1801: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:2809: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:3607: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_run_test.go:3618: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.140Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-04T16:04:10.140Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.140Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2022-03-04T16:04:10.140Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-04T16:04:10.141Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.02s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-04T16:04:10.141Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.02s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-04T16:04:10.141Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-04T16:04:10.141Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-04T16:04:10.141Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-04T16:04:10.141Z] docker_cli_start_test.go:45: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2022-03-04T16:04:10.141Z] docker_cli_start_test.go:17: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-04T16:04:10.141Z] docker_cli_start_test.go:174: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.02s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-04T16:04:10.141Z] docker_cli_start_test.go:110: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-04T16:04:10.141Z] docker_cli_start_test.go:95: unmatched requirement IsPausable [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.02s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.02s) [2022-03-04T16:04:10.141Z] docker_cli_start_test.go:71: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.02s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-04T16:04:10.141Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-03-04T16:04:10.141Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-03-04T16:04:10.141Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-04T16:04:10.141Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-04T16:04:10.141Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.02s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.02s) [2022-03-04T16:04:10.141Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.02s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-04T16:04:10.141Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.02s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-04T16:04:10.141Z] docker_cli_run_test.go:3418: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.02s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-04T16:04:10.141Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-04T16:04:10.141Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.02s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-04T16:04:10.141Z] docker_cli_run_test.go:292: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.02s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-04T16:04:10.141Z] docker_cli_run_test.go:207: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.02s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-04T16:04:10.141Z] docker_cli_run_test.go:243: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-04T16:04:10.141Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-04T16:04:10.141Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.02s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-04T16:04:10.141Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.02s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-04T16:04:10.141Z] docker_cli_run_test.go:2168: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-04T16:04:10.141Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-04T16:04:10.141Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-04T16:04:10.141Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-04T16:04:10.141Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-04T16:04:10.141Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-04T16:04:10.141Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-04T16:04:10.141Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-04T16:04:10.141Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-04T16:04:10.141Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-04T16:04:10.141Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-04T16:04:10.141Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-04T16:04:10.141Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-04T16:04:10.141Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-04T16:04:10.141Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-04T16:04:10.141Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-04T16:04:10.141Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-04T16:04:10.141Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-04T16:04:10.141Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-04T16:04:10.141Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-04T16:04:10.141Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.19s) [2022-03-04T16:04:10.141Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.19s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-04T16:04:10.141Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-04T16:04:10.141Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-04T16:04:10.141Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-04T16:04:10.141Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-04T16:04:10.141Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-04T16:04:10.141Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-04T16:04:10.141Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-04T16:04:10.141Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-04T16:04:10.141Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-04T16:04:10.141Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-04T16:04:10.141Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-04T16:04:10.141Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-04T16:04:10.141Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-04T16:04:10.141Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-04T16:04:10.141Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-04T16:04:10.141Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-04T16:04:10.141Z] check_test.go:184: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-04T16:04:10.141Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-04T16:04:10.141Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.141Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-04T16:04:10.141Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.141Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2022-03-04T16:04:10.141Z] [2022-03-04T16:04:10.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-04T16:04:10.142Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.142Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2022-03-04T16:04:10.142Z] [2022-03-04T16:04:10.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-04T16:04:10.142Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.142Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2022-03-04T16:04:10.142Z] [2022-03-04T16:04:10.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-04T16:04:10.142Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.142Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2022-03-04T16:04:10.142Z] [2022-03-04T16:04:10.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-04T16:04:10.142Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.142Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2022-03-04T16:04:10.142Z] [2022-03-04T16:04:10.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-04T16:04:10.142Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.142Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2022-03-04T16:04:10.142Z] [2022-03-04T16:04:10.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-04T16:04:10.142Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.142Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2022-03-04T16:04:10.142Z] [2022-03-04T16:04:10.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-04T16:04:10.142Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.142Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2022-03-04T16:04:10.142Z] [2022-03-04T16:04:10.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-04T16:04:10.142Z] check_test.go:211: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.142Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2022-03-04T16:04:10.142Z] [2022-03-04T16:04:10.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-04T16:04:10.142Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.142Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2022-03-04T16:04:10.142Z] [2022-03-04T16:04:10.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-04T16:04:10.142Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.142Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2022-03-04T16:04:10.142Z] [2022-03-04T16:04:10.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-04T16:04:10.142Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.142Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2022-03-04T16:04:10.142Z] [2022-03-04T16:04:10.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-04T16:04:10.142Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.142Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2022-03-04T16:04:10.142Z] [2022-03-04T16:04:10.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-04T16:04:10.142Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.142Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2022-03-04T16:04:10.142Z] [2022-03-04T16:04:10.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-04T16:04:10.142Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.142Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2022-03-04T16:04:10.142Z] [2022-03-04T16:04:10.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-04T16:04:10.142Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.142Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2022-03-04T16:04:10.142Z] [2022-03-04T16:04:10.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-04T16:04:10.142Z] check_test.go:238: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.142Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2022-03-04T16:04:10.142Z] [2022-03-04T16:04:10.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-04T16:04:10.142Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.142Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2022-03-04T16:04:10.142Z] [2022-03-04T16:04:10.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-04T16:04:10.142Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.142Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2022-03-04T16:04:10.142Z] [2022-03-04T16:04:10.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-04T16:04:10.142Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.142Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2022-03-04T16:04:10.142Z] [2022-03-04T16:04:10.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-04T16:04:10.142Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.142Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2022-03-04T16:04:10.142Z] [2022-03-04T16:04:10.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-04T16:04:10.142Z] check_test.go:267: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.142Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2022-03-04T16:04:10.142Z] [2022-03-04T16:04:10.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-04T16:04:10.142Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.142Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2022-03-04T16:04:10.142Z] [2022-03-04T16:04:10.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-04T16:04:10.142Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.142Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2022-03-04T16:04:10.142Z] [2022-03-04T16:04:10.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-04T16:04:10.142Z] check_test.go:301: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.142Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2022-03-04T16:04:10.142Z] [2022-03-04T16:04:10.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-04T16:04:10.142Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.142Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2022-03-04T16:04:10.142Z] [2022-03-04T16:04:10.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-04T16:04:10.142Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.142Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2022-03-04T16:04:10.142Z] [2022-03-04T16:04:10.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-04T16:04:10.142Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.142Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2022-03-04T16:04:10.142Z] [2022-03-04T16:04:10.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-04T16:04:10.142Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.142Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2022-03-04T16:04:10.142Z] [2022-03-04T16:04:10.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-04T16:04:10.142Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.142Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2022-03-04T16:04:10.142Z] [2022-03-04T16:04:10.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-04T16:04:10.142Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.142Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2022-03-04T16:04:10.142Z] [2022-03-04T16:04:10.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-04T16:04:10.142Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.142Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2022-03-04T16:04:10.142Z] [2022-03-04T16:04:10.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-04T16:04:10.142Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.142Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2022-03-04T16:04:10.142Z] [2022-03-04T16:04:10.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-04T16:04:10.142Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.142Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2022-03-04T16:04:10.142Z] [2022-03-04T16:04:10.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-04T16:04:10.142Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.142Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2022-03-04T16:04:10.142Z] [2022-03-04T16:04:10.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-04T16:04:10.142Z] check_test.go:406: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.142Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2022-03-04T16:04:10.142Z] [2022-03-04T16:04:10.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2022-03-04T16:04:10.142Z] check_test.go:127: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.142Z] [2022-03-04T16:04:10.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2022-03-04T16:04:10.142Z] check_test.go:133: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.142Z] [2022-03-04T16:04:10.142Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2022-03-04T16:04:10.142Z] check_test.go:141: unmatched requirement DaemonIsLinux [2022-03-04T16:04:10.142Z] [2022-03-04T16:04:10.142Z] DONE 1088 tests, 544 skipped in 2956.237s [2022-03-04T16:04:10.142Z] INFO: Integration tests ended at 03/04/2022 16:04:09. Duration:00:49:16.3897434 [2022-03-04T16:04:10.142Z] INFO: Docker info of the daemon under test at end of run [2022-03-04T16:04:10.142Z] [2022-03-04T16:04:10.142Z] Containers: 2 [2022-03-04T16:04:10.142Z] Running: 0 [2022-03-04T16:04:10.142Z] Paused: 0 [2022-03-04T16:04:10.142Z] Stopped: 2 [2022-03-04T16:04:10.142Z] Images: 18 [2022-03-04T16:04:10.142Z] Server Version: 0.0.0-dev [2022-03-04T16:04:10.142Z] Storage Driver: windowsfilter [2022-03-04T16:04:10.142Z] Windows: [2022-03-04T16:04:10.142Z] Logging Driver: json-file [2022-03-04T16:04:10.142Z] Plugins: [2022-03-04T16:04:10.142Z] Volume: local [2022-03-04T16:04:10.142Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2022-03-04T16:04:10.142Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2022-03-04T16:04:10.142Z] Swarm: inactive [2022-03-04T16:04:10.142Z] Default Isolation: process [2022-03-04T16:04:10.142Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2022-03-04T16:04:10.142Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.230) [2022-03-04T16:04:10.142Z] OSType: windows [2022-03-04T16:04:10.142Z] Architecture: x86_64 [2022-03-04T16:04:10.142Z] CPUs: 4 [2022-03-04T16:04:10.142Z] Total Memory: 32GiB [2022-03-04T16:04:10.142Z] Name: azwin-2-6d9090 [2022-03-04T16:04:10.142Z] ID: TGVN:UZDO:WUS3:5IZU:FL3P:4D7L:YDIL:R7MW:7EIE:J7Y7:PHPH:BB46 [2022-03-04T16:04:10.142Z] Docker Root Dir: D:\CI\PR-43324\1\daemon [2022-03-04T16:04:10.142Z] Debug Mode (client): false [2022-03-04T16:04:10.142Z] Debug Mode (server): true [2022-03-04T16:04:10.142Z] File Descriptors: -1 [2022-03-04T16:04:10.142Z] Goroutines: 46 [2022-03-04T16:04:10.142Z] System Time: 2022-03-04T16:04:09.4458598Z [2022-03-04T16:04:10.142Z] EventsListeners: 0 [2022-03-04T16:04:10.142Z] Registry: https://index.docker.io/v1/ [2022-03-04T16:04:10.142Z] Labels: [2022-03-04T16:04:10.142Z] Experimental: false [2022-03-04T16:04:10.142Z] Insecure Registries: [2022-03-04T16:04:10.142Z] 127.0.0.0/8 [2022-03-04T16:04:10.142Z] Live Restore Enabled: false [2022-03-04T16:04:10.142Z] [2022-03-04T16:04:10.142Z] [2022-03-04T16:04:10.142Z] INFO: Stopping daemon under test [2022-03-04T16:04:10.142Z] SUCCESS: The process with PID 1972 (child process of PID 5536) has been terminated. [2022-03-04T16:04:10.142Z] SUCCESS: The process with PID 5536 (child process of PID 6112) has been terminated. [2022-03-04T16:04:10.142Z] INFO: Stop tailing logs of the daemon under tests [2022-03-04T16:04:10.142Z] INFO: executeCI.ps1 Completed successfully at 03/04/2022 16:04:09. [2022-03-04T16:04:10.142Z] INFO: Tidying up at end of run [2022-03-04T16:04:10.142Z] INFO: Saving daemon under test log (d:\CI\PR-43324\1\dut.out) to bundles\CIDUT.out [2022-03-04T16:04:10.142Z] INFO: Saving daemon under test log (d:\CI\PR-43324\1\dut.err) to bundles\CIDUT.err [2022-03-04T16:04:10.142Z] INFO: Saving containerd logs to bundles [2022-03-04T16:04:10.142Z] INFO: Nuke-Everything... [2022-03-04T16:04:10.142Z] INFO: Container count on control daemon to delete is 2 [2022-03-04T16:04:10.142Z] 7234bca90775 [2022-03-04T16:04:10.142Z] 4d673e032267 [2022-03-04T16:04:10.613Z] INFO: Tidying pidfile d:\CI\PR-43324\1\docker.pid [2022-03-04T16:04:10.613Z] INFO: Killing containerd with PID 5540 [2022-03-04T16:04:10.613Z] INFO: Nuking d:\CI [2022-03-04T16:04:40.721Z] INFO: Zapped successfully [2022-03-04T16:04:40.721Z] [2022-03-04T16:04:40.721Z] INFO: executeCI.ps1 exiting at Fri Mar 4 16:04:35 CUT 2022. Duration 01:15:57.5622393 [2022-03-04T16:04:40.721Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2022-03-04T16:04:41.010Z] Recording test results [2022-03-04T16:04:50.827Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2022-03-04T16:04:52.926Z] Creating win-2022-c8d-integration-bundles.zip [Pipeline] archiveArtifacts [2022-03-04T16:04:54.711Z] Archiving artifacts [2022-03-04T16:05:11.202Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-43324/1/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2022-03-04T16:05:12.329Z] + make clean [2022-03-04T16:05:13.316Z] docker volume rm -f docker-dev-cache docker-mod-cache [2022-03-04T16:05:13.784Z] docker-dev-cache [2022-03-04T16:05:13.784Z] 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